Home
last modified time | relevance | path

Searched defs:driver_type (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/base/
H A Dbase.h92 struct driver_type { struct
115 * @driver_type - The type of the bound Rust driver. argument
133 struct driver_type driver_type; member
/linux/rust/kernel/
H A Ddevice.rs211 let driver_type = unsafe { &raw mut (*private).driver_type }; in set_type_id() localVariable
296 let driver_type = unsafe { &raw mut (*private).driver_type }; in match_type_id() localVariable
/linux/drivers/tty/ipwireless/
H A Dsetup_protocol.h86 unsigned char driver_type; member
/linux/sound/hda/common/
H A Dhda_controller.h103 int driver_type; member
/linux/drivers/iommu/
H A Diommu.c1853 int driver_type = 0; in iommu_get_default_domain_type() local
/linux/drivers/net/wireless/ath/wcn36xx/
H A Dhal.h382 enum driver_type { enum