Searched refs:from_id (Results 1 – 8 of 8) sorted by relevance
| /linux/samples/rust/ |
| H A D | rust_driver_usb.rs | 23 [(usb::DeviceId::from_id(0x1234, 0x5678), ()),] in probe()
|
| H A D | rust_driver_auxiliary.rs | 90 [(pci::DeviceId::from_id(pci::Vendor::REDHAT, 0x5), ())] in connect()
|
| H A D | rust_driver_pci.rs | 79 pci::DeviceId::from_id(pci::Vendor::REDHAT, 0x5), in config_space()
|
| H A D | rust_dma.rs | 65 [(pci::DeviceId::from_id(pci::Vendor::REDHAT, 0x5), ())] in probe()
|
| /linux/rust/kernel/ |
| H A D | pci.rs | 179 pub const fn from_id(vendor: Vendor, device: u32) -> Self { in from_id() 269 /// pci::DeviceId::from_id(pci::Vendor::REDHAT, bindings::PCI_ANY_ID as u32), 173 pub const fn from_id(vendor: Vendor, device: u32) -> Self { from_id() method
|
| H A D | usb.rs | 128 pub const fn from_id(vendor: u16, product: u16) -> Self { 264 /// (usb::DeviceId::from_id(0x1234, 0x5678), ()), 265 /// (usb::DeviceId::from_id(0xabcd, 0xef01), ()), 130 pub const fn from_id(vendor: u16, product: u16) -> Self { from_id() method
|
| /linux/net/netfilter/ipset/ |
| H A D | ip_set_core.c | 1410 ip_set_id_t from_id, to_id; in ip_set_swap() local 1419 &from_id); in ip_set_swap() 1448 ip_set(inst, from_id) = to; in ip_set_swap()
|
| /linux/tools/lib/bpf/ |
| H A D | btf.c | 4022 __u32 from_id, __u32 to_id) in btf_dedup_hypot_map_add() argument 4033 d->hypot_list[d->hypot_cnt++] = from_id; in btf_dedup_hypot_map_add() 4034 d->hypot_map[from_id] = to_id; in btf_dedup_hypot_map_add()
|