Home
last modified time | relevance | path

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

/Linux-v6.6/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()
309 cldev->do_match = 1; in mei_wd()
514 cldev->do_match = 0; in mei_nfc()
516 dev_dbg(bus->dev, "end of fixup match = %d\n", cldev->do_match); in mei_nfc()
527 cldev->do_match = 1; in vt_support()
542 cldev->do_match = 1; in pxp_is_ready()
545 cldev->do_match = 0; in pxp_is_ready()
Dbus.c1049 if (!cldev->do_match) in mei_cl_device_match()
1349 cldev->do_match = 1; in mei_cl_bus_dev_setup()
1353 if (cldev->do_match) in mei_cl_bus_dev_setup()
1356 return cldev->do_match == 1; in mei_cl_bus_dev_setup()
1387 cldev->do_match = 0; in mei_cl_bus_dev_stop()
/Linux-v6.6/include/linux/
Dmei_cl_bus.h56 unsigned int do_match:1; member
/Linux-v6.6/scripts/kconfig/
Dnconf.c1092 static int do_match(int key, struct match_state *state, int *ans) in do_match() function
1190 if (do_match(res, &match_state, &current_index) == 0) { in selected_conf()
1373 if (do_match(res, &match_state, &selected_index) == 0) { in conf_choice()