Home
last modified time | relevance | path

Searched defs:usb_device_id (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dmod_devicetable.h128 struct usb_device_id { struct
130 __u16 match_flags;
156 /* Some useful macros to use to create struct usb_device_id */ argument
/linux/drivers/net/wireless/ath/ath9k/
H A Dhif_usb.h118 const struct usb_device_id *usb_device_id; member
/linux/rust/kernel/
H A Dusb.rs72 id: *const bindings::usb_device_id, in probe_callback()