Home
last modified time | relevance | path

Searched refs:matchid (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.10/drivers/acpi/
Dacpi_pnp.c335 static bool acpi_pnp_match(const char *idstr, const struct acpi_device_id **matchid) in acpi_pnp_match() argument
341 if (matchid) in acpi_pnp_match()
342 *matchid = devid; in acpi_pnp_match()
Dscan.c1746 const struct acpi_device_id **matchid) in acpi_scan_handler_matching() argument
1751 return handler->match(idstr, matchid); in acpi_scan_handler_matching()
1755 if (matchid) in acpi_scan_handler_matching()
1756 *matchid = devid; in acpi_scan_handler_matching()
1765 const struct acpi_device_id **matchid) in acpi_scan_match_handler() argument
1770 if (acpi_scan_handler_matching(handler, idstr, matchid)) in acpi_scan_match_handler()
/Linux-v5.10/net/sched/
Dematch.c273 em->matchid = em_hdr->matchid; in tcf_em_validate()
459 .matchid = em->matchid, in tcf_em_tree_dump()
/Linux-v5.10/tools/include/uapi/linux/
Dpkt_cls.h549 __u16 matchid; member
/Linux-v5.10/include/uapi/linux/
Dpkt_cls.h710 __u16 matchid; member
/Linux-v5.10/include/acpi/
Dacpi_bus.h125 bool (*match)(const char *idstr, const struct acpi_device_id **matchid);
/Linux-v5.10/include/net/
Dpkt_cls.h363 u16 matchid; member