Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/acpi/
Dacpi_pnp.c333 static bool acpi_pnp_match(const char *idstr, const struct acpi_device_id **matchid) in acpi_pnp_match() argument
339 if (matchid) in acpi_pnp_match()
340 *matchid = devid; in acpi_pnp_match()
Dscan.c1736 const struct acpi_device_id **matchid) in acpi_scan_handler_matching() argument
1741 return handler->match(idstr, matchid); in acpi_scan_handler_matching()
1745 if (matchid) in acpi_scan_handler_matching()
1746 *matchid = devid; in acpi_scan_handler_matching()
1755 const struct acpi_device_id **matchid) in acpi_scan_match_handler() argument
1760 if (acpi_scan_handler_matching(handler, idstr, matchid)) in acpi_scan_match_handler()
/Linux-v5.4/net/sched/
Dematch.c269 em->matchid = em_hdr->matchid; in tcf_em_validate()
457 .matchid = em->matchid, in tcf_em_tree_dump()
/Linux-v5.4/tools/include/uapi/linux/
Dpkt_cls.h549 __u16 matchid; member
/Linux-v5.4/include/uapi/linux/
Dpkt_cls.h627 __u16 matchid; member
/Linux-v5.4/include/net/
Dpkt_cls.h334 u16 matchid; member
/Linux-v5.4/include/acpi/
Dacpi_bus.h127 bool (*match)(const char *idstr, const struct acpi_device_id **matchid);