Home
last modified time | relevance | path

Searched defs:from_id (Results 1 – 3 of 3) sorted by relevance

/linux/rust/kernel/
H A Dpci.rs166 pub const fn from_id(vendor: Vendor, device: u32) -> Self { in from_id() method
H A Dusb.rs121 pub const fn from_id(vendor: u16, product: u16) -> Self { in from_id() method
/linux/net/netfilter/ipset/
H A Dip_set_core.c1397 ip_set_id_t from_id, to_id; in ip_set_swap() local