Searched refs:DeviceId (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/net/phy/ |
| A D | ax88796b_rust.rs | 9 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 D | qt2025.rs | 26 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 D | phy.rs | 586 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 D | io_usbvend.h | 221 #define MAKE_USB_PRODUCT_ID(OemId, DeviceId) \ argument 222 ((__u16) (((OemId) << 10) || (DeviceId)))
|
| /linux/fs/smb/client/ |
| A D | smb2pdu.h | 390 __le32 DeviceId; member
|
| A D | readdir.c | 252 le32_to_cpu(info->DeviceId), in cifs_posix_to_fattr()
|
| /linux/fs/smb/server/ |
| A D | smb2pdu.h | 408 __le32 DeviceId; member
|
| A D | smb2pdu.c | 3985 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 D | smb2pdu.h | 1752 __le32 DeviceId; member
|
Completed in 40 milliseconds