Searched refs:do_match (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/misc/mei/ |
| H A D | bus-fixup.c | 50 cldev->do_match = 0; in number_of_connections() 60 cldev->do_match = 0; in blacklist() 70 cldev->do_match = 1; in whitelist() 259 cldev->do_match = 1; in mei_wd() 461 cldev->do_match = 0; in mei_nfc() 463 dev_dbg(bus->dev, "end of fixup match = %d\n", cldev->do_match); in mei_nfc() 474 cldev->do_match = 1; in vt_support()
|
| H A D | bus.c | 739 if (!cldev->do_match) in mei_cl_device_match() 1051 cldev->do_match = 1; in mei_cl_bus_dev_setup() 1055 if (cldev->do_match) in mei_cl_bus_dev_setup() 1058 return cldev->do_match == 1; in mei_cl_bus_dev_setup()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | mei_cl_bus.h | 55 unsigned int do_match:1; member
|
| /OK3568_Linux_fs/buildroot/support/kconfig/ |
| H A D | nconf.c | 1021 static int do_match(int key, struct match_state *state, int *ans) in do_match() function 1103 if (do_match(res, &match_state, ¤t_index) == 0) { in conf() 1287 if (do_match(res, &match_state, &selected_index) == 0) { in conf_choice()
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/ |
| H A D | nconf.c | 1021 static int do_match(int key, struct match_state *state, int *ans) in do_match() function 1103 if (do_match(res, &match_state, ¤t_index) == 0) { in conf() 1284 if (do_match(res, &match_state, &selected_index) == 0) { in conf_choice()
|
| /OK3568_Linux_fs/u-boot/scripts/kconfig/ |
| H A D | nconf.c | 1021 static int do_match(int key, struct match_state *state, int *ans) in do_match() function 1103 if (do_match(res, &match_state, ¤t_index) == 0) { in conf() 1287 if (do_match(res, &match_state, &selected_index) == 0) { in conf_choice()
|