Searched refs:DeviceMask (Results 1 – 1 of 1) sorted by relevance
694 phy_id_mask: DeviceMask::Exact.as_int(), in new_with_exact_mask()702 phy_id_mask: DeviceMask::Model.as_int(), in new_with_model_mask()710 phy_id_mask: DeviceMask::Vendor.as_int(), in new_with_vendor_mask()718 phy_id_mask: DeviceMask::Custom(mask).as_int(), in new_with_custom_mask()750 enum DeviceMask { enum757 impl DeviceMask { impl764 DeviceMask::Exact => Self::MASK_EXACT, in as_int()765 DeviceMask::Model => Self::MASK_MODEL, in as_int()766 DeviceMask::Vendor => Self::MASK_VENDOR, in as_int()767 DeviceMask::Custom(mask) => *mask, in as_int()