Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/misc/mei/
Dbus-fixup.c60 cldev->do_match = 0; in number_of_connections()
72 cldev->do_match = 0; in blacklist()
261 cldev->do_match = 1; in mei_wd()
467 cldev->do_match = 0; in mei_nfc()
469 dev_dbg(bus->dev, "end of fixup match = %d\n", cldev->do_match); in mei_nfc()
Dbus.c679 if (!cldev->do_match) in mei_cl_device_match()
947 cldev->do_match = 1; in mei_cl_bus_dev_setup()
951 if (cldev->do_match) in mei_cl_bus_dev_setup()
954 return cldev->do_match == 1; in mei_cl_bus_dev_setup()
/linux-4.19.296/include/linux/
Dmei_cl_bus.h52 unsigned int do_match:1; member