Home
last modified time | relevance | path

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

/linux/drivers/misc/mei/
H A 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()
311 cldev->do_match = 1; in mei_wd()
516 cldev->do_match = 0; in mei_nfc()
518 dev_dbg(bus->dev, "end of fixup match = %d\n", cldev->do_match); in mei_nfc()
529 cldev->do_match = 1; in vt_support()
544 cldev->do_match = 1; in pxp_is_ready()
547 cldev->do_match = 0; in pxp_is_ready()
/linux/include/linux/
H A Dmei_cl_bus.h56 unsigned int do_match:1; member
/linux/scripts/kconfig/
H A Dnconf.c1002 static int do_match(int key, struct match_state *state, int *ans) in do_match() function
1100 if (do_match(res, &match_state, &current_index) == 0) { in selected_conf()
1282 if (do_match(res, &match_state, &selected_index) == 0) { in conf_choice()