Searched refs:DeviceMask (Results 1 – 1 of 1) sorted by relevance
692 phy_id_mask: DeviceMask::Exact.as_int(), in new_with_exact_mask()700 phy_id_mask: DeviceMask::Model.as_int(), in new_with_model_mask()708 phy_id_mask: DeviceMask::Vendor.as_int(), in new_with_vendor_mask()716 phy_id_mask: DeviceMask::Custom(mask).as_int(), in new_with_custom_mask()748 enum DeviceMask { enum755 impl DeviceMask { implementation762 DeviceMask::Exact => Self::MASK_EXACT, in as_int()763 DeviceMask::Model => Self::MASK_MODEL, in as_int()764 DeviceMask::Vendor => Self::MASK_VENDOR, in as_int()765 DeviceMask::Custom(mask) => *mask, in as_int()