Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/misc/mei/
Dbus-fixup.c52 cldev->do_match = 0; in number_of_connections()
64 cldev->do_match = 0; in blacklist()
76 cldev->do_match = 1; in whitelist()
265 cldev->do_match = 1; in mei_wd()
471 cldev->do_match = 0; in mei_nfc()
473 dev_dbg(bus->dev, "end of fixup match = %d\n", cldev->do_match); in mei_nfc()
Dbus.c669 if (!cldev->do_match) in mei_cl_device_match()
937 cldev->do_match = 1; in mei_cl_bus_dev_setup()
941 if (cldev->do_match) in mei_cl_bus_dev_setup()
944 return cldev->do_match == 1; in mei_cl_bus_dev_setup()
/Linux-v5.4/include/linux/
Dmei_cl_bus.h55 unsigned int do_match:1; member
/Linux-v5.4/scripts/kconfig/
Dnconf.c1021 static int do_match(int key, struct match_state *state, int *ans) in do_match() function
1103 if (do_match(res, &match_state, &current_index) == 0) { in conf()
1284 if (do_match(res, &match_state, &selected_index) == 0) { in conf_choice()