Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/misc/mei/
Dbus-fixup.c55 cldev->do_match = 0; in number_of_connections()
67 cldev->do_match = 0; in blacklist()
212 __func__, mei_me_cl_uuid(cldev->me_cl), cldev->do_match); in mei_nfc()
270 cldev->do_match = 0; in mei_nfc()
272 dev_dbg(bus->dev, "end of fixup match = %d\n", cldev->do_match); in mei_nfc()
Dbus.c559 if (!cldev->do_match) in mei_cl_device_match()
817 cldev->do_match = 1; in mei_cl_bus_dev_setup()
821 if (cldev->do_match) in mei_cl_bus_dev_setup()
824 return cldev->do_match == 1; in mei_cl_bus_dev_setup()
/linux-4.4.14/include/linux/
Dmei_cl_bus.h53 unsigned int do_match:1; member
/linux-4.4.14/scripts/kconfig/
Dnconf.c1019 static int do_match(int key, struct match_state *state, int *ans) in do_match() function
1101 if (do_match(res, &match_state, &current_index) == 0) { in conf()
1285 if (do_match(res, &match_state, &selected_index) == 0) { in conf_choice()