Home
last modified time | relevance | path

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

/linux/drivers/net/phy/
A Dax88796b_rust.rs9 net::phy::{self, reg::C22, DeviceId, Driver},
17 DeviceId::new_with_driver::<PhyAX88772A>(),
18 DeviceId::new_with_driver::<PhyAX88772C>(),
19 DeviceId::new_with_driver::<PhyAX88796B>()
45 const PHY_DEVICE_ID: DeviceId = DeviceId::new_with_exact_mask(0x003b1861);
109 const PHY_DEVICE_ID: DeviceId = DeviceId::new_with_exact_mask(0x003b1881);
129 const PHY_DEVICE_ID: DeviceId = DeviceId::new_with_model_mask(0x003b1841);
A Dqt2025.rs26 phy::DeviceId::new_with_driver::<PhyQT2025>(),
40 const PHY_DEVICE_ID: phy::DeviceId = phy::DeviceId::new_with_exact_mask(0x0043a400);
/linux/rust/kernel/net/
A Dphy.rs586 const PHY_DEVICE_ID: DeviceId = DeviceId::new_with_custom_mask(0, 0);
693 pub struct DeviceId { struct
698 impl DeviceId { implementation
701 DeviceId { in new_with_exact_mask()
709 DeviceId { in new_with_model_mask()
717 DeviceId { in new_with_vendor_mask()
725 DeviceId { in new_with_custom_mask()
/linux/drivers/usb/serial/
A Dio_usbvend.h221 #define MAKE_USB_PRODUCT_ID(OemId, DeviceId) \ argument
222 ((__u16) (((OemId) << 10) || (DeviceId)))
/linux/fs/smb/client/
A Dsmb2pdu.h390 __le32 DeviceId; member
A Dreaddir.c252 le32_to_cpu(info->DeviceId), in cifs_posix_to_fattr()
/linux/fs/smb/server/
A Dsmb2pdu.h408 __le32 DeviceId; member
A Dsmb2pdu.c3985 posix_info->DeviceId = cpu_to_le32(ksmbd_kstat->kstat->rdev); in smb2_populate_readdir_entry()
5166 file_info->DeviceId = cpu_to_le32(stat.rdev); in find_file_posix_info()
/linux/fs/smb/common/
A Dsmb2pdu.h1752 __le32 DeviceId; member

Completed in 40 milliseconds