Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dusb.rs126 impl DeviceId { struct
128 impl DeviceId { global() implementation
240 unsafe impl RawDeviceId for DeviceId { global() implementation
245 unsafe impl RawDeviceIdIndex for DeviceId { global() implementation
318 probe( interface: &Interface<device::Core>, id: &DeviceId, id_info: &Self::IdInfo, ) -> impl PinInit<Self, Error> probe() argument
[all...]
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); global() struct
41 impl DeviceId { global() implementation
62 unsafe impl RawDeviceId for DeviceId { global() implementation
67 unsafe impl RawDeviceIdIndex for DeviceId { global() implementation
[all...]
/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.h292 __le32 DeviceId; member
/linux/drivers/usb/serial/
H A Dio_usbvend.h222 #define MAKE_USB_PRODUCT_ID(OemId, DeviceId) \ argument
/linux/fs/smb/common/
H A Dsmb2pdu.h1629 __le32 DeviceId; member