Home
last modified time | relevance | path

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

/openbmc/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()
309 cldev->do_match = 1; in mei_wd()
514 cldev->do_match = 0; in mei_nfc()
516 dev_dbg(bus->dev, "end of fixup match = %d\n", cldev->do_match); in mei_nfc()
527 cldev->do_match = 1; in vt_support()
542 cldev->do_match = 1; in pxp_is_ready()
545 cldev->do_match = 0; in pxp_is_ready()
H A Dbus.c1049 if (!cldev->do_match) in mei_cl_device_match()
1349 cldev->do_match = 1; in mei_cl_bus_dev_setup()
1353 if (cldev->do_match) in mei_cl_bus_dev_setup()
1356 return cldev->do_match == 1; in mei_cl_bus_dev_setup()
1387 cldev->do_match = 0; in mei_cl_bus_dev_stop()
/openbmc/linux/include/linux/
H A Dmei_cl_bus.h56 unsigned int do_match:1; member
/openbmc/linux/scripts/kconfig/
H A Dnconf.c1092 static int do_match(int key, struct match_state *state, int *ans) in do_match() function
1190 if (do_match(res, &match_state, &current_index) == 0) { in selected_conf()
1373 if (do_match(res, &match_state, &selected_index) == 0) { in conf_choice()
/openbmc/u-boot/scripts/kconfig/
H A Dnconf.c1021 static int do_match(int key, struct match_state *state, int *ans) in do_match() function
1103 if (do_match(res, &match_state, &current_index) == 0) { in conf()
1287 if (do_match(res, &match_state, &selected_index) == 0) { in conf_choice()
/openbmc/qemu/target/arm/tcg/
H A Dsve_helper.c7177 static inline uint32_t do_match(void *vd, void *vn, void *vm, void *vg, in do_match() function
7210 return do_match(vd, vn, vm, vg, desc, ESZ, INV); \