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

/linux-master/drivers/misc/mei/
H A Dbus-fixup.c60 cldev->do_match = 0;
70 cldev->do_match = 0;
80 cldev->do_match = 1;
309 cldev->do_match = 1;
514 cldev->do_match = 0;
516 dev_dbg(bus->dev, "end of fixup match = %d\n", cldev->do_match);
527 cldev->do_match = 1;
542 cldev->do_match = 1;
545 cldev->do_match = 0;
H A Dbus.c1133 if (!cldev->do_match)
1433 cldev->do_match = 1;
1437 if (cldev->do_match)
1440 return cldev->do_match == 1;
1471 cldev->do_match = 0;
/linux-master/include/linux/
H A Dmei_cl_bus.h38 * @do_match: whether the device can be matched with a driver
56 unsigned int do_match:1; member in struct:mei_cl_device
/linux-master/scripts/kconfig/
H A Dnconf.c1018 static int do_match(int key, struct match_state *state, int *ans) function
1116 if (do_match(res, &match_state, &current_index) == 0) {
1299 if (do_match(res, &match_state, &selected_index) == 0) {

Completed in 153 milliseconds