Home
last modified time | relevance | path

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

/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);
/drivers/usb/serial/
A Dio_usbvend.h221 #define MAKE_USB_PRODUCT_ID(OemId, DeviceId) \ argument
222 ((__u16) (((OemId) << 10) || (DeviceId)))
/drivers/gpu/nova-core/
A Ddriver.rs22 pci::DeviceId::from_id(bindings::PCI_VENDOR_ID_NVIDIA, bindings::PCI_ANY_ID as u32),
/drivers/gpu/drm/nova/
A Ddriver.rs37 auxiliary::DeviceId::new(NOVA_CORE_MODULE_NAME, AUXILIARY_NAME),
/drivers/cpufreq/
A Drcpufreq_dt.rs204 [(of::DeviceId::new(c_str!("operating-points-v2")), ())]

Completed in 14 milliseconds