Home
last modified time | relevance | path

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

/linux-6.15/drivers/acpi/
H A Dacpi_pnp.c334 static bool acpi_pnp_match(const char *idstr, const struct acpi_device_id **matchid) in acpi_pnp_match() argument
340 if (matchid) in acpi_pnp_match()
341 *matchid = devid; in acpi_pnp_match()
H A Dscan.c1967 const struct acpi_device_id **matchid) in acpi_scan_handler_matching() argument
1972 return handler->match(idstr, matchid); in acpi_scan_handler_matching()
1976 if (matchid) in acpi_scan_handler_matching()
1977 *matchid = devid; in acpi_scan_handler_matching()
1986 const struct acpi_device_id **matchid) in acpi_scan_match_handler() argument
1991 if (acpi_scan_handler_matching(handler, idstr, matchid)) in acpi_scan_match_handler()
/linux-6.15/net/sched/
H A Dematch.c275 em->matchid = em_hdr->matchid; in tcf_em_validate()
461 .matchid = em->matchid, in tcf_em_tree_dump()
/linux-6.15/tools/include/uapi/linux/
H A Dpkt_cls.h502 __u16 matchid; member
/linux-6.15/include/uapi/linux/
H A Dpkt_cls.h737 __u16 matchid; member
/linux-6.15/include/net/
H A Dpkt_cls.h408 u16 matchid; member
/linux-6.15/include/acpi/
H A Dacpi_bus.h134 bool (*match)(const char *idstr, const struct acpi_device_id **matchid);