Searched refs:do_match (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/misc/mei/ |
D | bus-fixup.c | 55 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()
|
D | bus.c | 559 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/ |
D | mei_cl_bus.h | 53 unsigned int do_match:1; member
|
/linux-4.4.14/scripts/kconfig/ |
D | nconf.c | 1019 static int do_match(int key, struct match_state *state, int *ans) in do_match() function 1101 if (do_match(res, &match_state, ¤t_index) == 0) { in conf() 1285 if (do_match(res, &match_state, &selected_index) == 0) { in conf_choice()
|