Searched refs:blacklist (Results 1 – 5 of 5) sorted by relevance
142 const struct dt_device_match *blacklist = NULL; in platform_device_is_blacklisted() local145 blacklist = platform->blacklist_dev; in platform_device_is_blacklisted()147 return (dt_match_node(blacklist, node) != NULL); in platform_device_is_blacklisted()
61 The blacklist is, from qemu's point of view, handled mostly through63 `/mh/driver-blacklist/{product_name}/{build_number}` exists and is
85 By default, Xen will scan the DMI data and blacklist certain systems87 will cause Xen to ignore the blacklist and attempt to use all ACPI
966 * Further safety checks (blacklist of which functions cannot be patched, check
529 blacklist = [ variable534 for t in blacklist:538 types = [ty for ty in types if not ty.rawname in blacklist]
Completed in 15 milliseconds