Module kernel::device

source ·
Expand description

Generic devices that are part of the kernel’s driver model.

C header: include/linux/device.h

Structs§

  • The Core context is the context of a bus specific device when it is supplied as argument of any of the bus callbacks, such as probe().
  • A reference-counted device.
  • The Normal context is the context of a bus specific device when it is not an argument of any bus callback.

Traits§

  • Marker trait for the context of a bus specific device.