Home
last modified time | relevance | path

Searched defs:DeviceId (Results 1 – 9 of 9) sorted by relevance

/linux/rust/kernel/
H A Dusb.rs126 pub struct DeviceId(bindings::usb_device_id); struct
128 impl DeviceId { impl
240 unsafe impl RawDeviceId for DeviceId { implementation
245 unsafe impl RawDeviceIdIndex for DeviceId { implementation
318 id: &DeviceId, in probe()
H A Dauxiliary.rs127 pub struct DeviceId(bindings::auxiliary_device_id); struct
129 impl DeviceId { impl
158 unsafe impl RawDeviceId for DeviceId { implementation
163 unsafe impl RawDeviceIdIndex for DeviceId { implementation
H A Dpci.rs164 pub struct DeviceId(bindings::pci_device_id); struct
166 impl DeviceId { impl
229 unsafe impl RawDeviceId for DeviceId { implementation
234 unsafe impl RawDeviceIdIndex for DeviceId { implementation
H A Di2c.rs39 pub struct DeviceId(bindings::i2c_device_id); struct
41 impl DeviceId { impl
62 unsafe impl RawDeviceId for DeviceId { implementation
67 unsafe impl RawDeviceIdIndex for DeviceId { implementation
/linux/samples/rust/
H A Drust_driver_usb.rs25 probe( intf: &usb::Interface<Core>, _id: &usb::DeviceId, _info: &Self::IdInfo, ) -> impl PinInit<Self, Error> probe() argument
/linux/fs/smb/client/
H A Dsmb2pdu.h285 __le32 DeviceId; member
/linux/fs/smb/server/
H A Dsmb2pdu.h301 __le32 DeviceId; member
/linux/drivers/usb/serial/
H A Dio_usbvend.h221 #define MAKE_USB_PRODUCT_ID(OemId, DeviceId) \ argument
/linux/fs/smb/common/
H A Dsmb2pdu.h1882 __le32 DeviceId; member