Searched refs:DeviceId (Results 1 – 6 of 6) sorted by relevance
| /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);
|
| /drivers/usb/serial/ |
| A D | io_usbvend.h | 221 #define MAKE_USB_PRODUCT_ID(OemId, DeviceId) \ argument 222 ((__u16) (((OemId) << 10) || (DeviceId)))
|
| /drivers/gpu/nova-core/ |
| A D | driver.rs | 22 pci::DeviceId::from_id(bindings::PCI_VENDOR_ID_NVIDIA, bindings::PCI_ANY_ID as u32),
|
| /drivers/gpu/drm/nova/ |
| A D | driver.rs | 37 auxiliary::DeviceId::new(NOVA_CORE_MODULE_NAME, AUXILIARY_NAME),
|
| /drivers/cpufreq/ |
| A D | rcpufreq_dt.rs | 204 [(of::DeviceId::new(c_str!("operating-points-v2")), ())]
|
Completed in 14 milliseconds