Home
last modified time | relevance | path

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

/linux-6.1.9/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.c1912 const struct acpi_device_id **matchid) in acpi_scan_handler_matching() argument
1917 return handler->match(idstr, matchid); in acpi_scan_handler_matching()
1921 if (matchid) in acpi_scan_handler_matching()
1922 *matchid = devid; in acpi_scan_handler_matching()
1931 const struct acpi_device_id **matchid) in acpi_scan_match_handler() argument
1936 if (acpi_scan_handler_matching(handler, idstr, matchid)) in acpi_scan_match_handler()
/linux-6.1.9/net/sched/
Dematch.c275 em->matchid = em_hdr->matchid; in tcf_em_validate()
461 .matchid = em->matchid, in tcf_em_tree_dump()
/linux-6.1.9/tools/include/uapi/linux/
Dpkt_cls.h549 __u16 matchid; member
/linux-6.1.9/include/uapi/linux/
Dpkt_cls.h741 __u16 matchid; member
/linux-6.1.9/include/acpi/
Dacpi_bus.h126 bool (*match)(const char *idstr, const struct acpi_device_id **matchid);
/linux-6.1.9/include/net/
Dpkt_cls.h398 u16 matchid; member