Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/acpi/
Dacpi_pnp.c336 static bool acpi_pnp_match(const char *idstr, const struct acpi_device_id **matchid) in acpi_pnp_match() argument
342 if (matchid) in acpi_pnp_match()
343 *matchid = devid; in acpi_pnp_match()
Dscan.c1975 const struct acpi_device_id **matchid) in acpi_scan_handler_matching() argument
1980 return handler->match(idstr, matchid); in acpi_scan_handler_matching()
1984 if (matchid) in acpi_scan_handler_matching()
1985 *matchid = devid; in acpi_scan_handler_matching()
1994 const struct acpi_device_id **matchid) in acpi_scan_match_handler() argument
1999 if (acpi_scan_handler_matching(handler, idstr, matchid)) in acpi_scan_match_handler()
/linux-6.12.1/net/sched/
Dematch.c275 em->matchid = em_hdr->matchid; in tcf_em_validate()
461 .matchid = em->matchid, in tcf_em_tree_dump()
/linux-6.12.1/tools/include/uapi/linux/
Dpkt_cls.h502 __u16 matchid; member
/linux-6.12.1/include/uapi/linux/
Dpkt_cls.h737 __u16 matchid; member
/linux-6.12.1/include/acpi/
Dacpi_bus.h134 bool (*match)(const char *idstr, const struct acpi_device_id **matchid);
/linux-6.12.1/include/net/
Dpkt_cls.h408 u16 matchid; member