Home
last modified time | relevance | path

Searched refs:do_match (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/misc/mei/
Dbus-fixup.c60 cldev->do_match = 0; in number_of_connections()
70 cldev->do_match = 0; in blacklist()
80 cldev->do_match = 1; in whitelist()
301 cldev->do_match = 1; in mei_wd()
506 cldev->do_match = 0; in mei_nfc()
508 dev_dbg(bus->dev, "end of fixup match = %d\n", cldev->do_match); in mei_nfc()
519 cldev->do_match = 1; in vt_support()
534 cldev->do_match = 1; in pxp_is_ready()
537 cldev->do_match = 0; in pxp_is_ready()
Dbus.c890 if (!cldev->do_match) in mei_cl_device_match()
1195 cldev->do_match = 1; in mei_cl_bus_dev_setup()
1199 if (cldev->do_match) in mei_cl_bus_dev_setup()
1202 return cldev->do_match == 1; in mei_cl_bus_dev_setup()
/linux-6.1.9/include/linux/
Dmei_cl_bus.h55 unsigned int do_match:1; member
/linux-6.1.9/scripts/kconfig/
Dnconf.c1017 static int do_match(int key, struct match_state *state, int *ans) in do_match() function
1097 if (do_match(res, &match_state, &current_index) == 0) { in conf()
1280 if (do_match(res, &match_state, &selected_index) == 0) { in conf_choice()