Home
last modified time | relevance | path

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

/openbmc/linux/drivers/acpi/
H A 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()
H A Dscan.c1920 const struct acpi_device_id **matchid) in acpi_scan_handler_matching() argument
1925 return handler->match(idstr, matchid); in acpi_scan_handler_matching()
1929 if (matchid) in acpi_scan_handler_matching()
1930 *matchid = devid; in acpi_scan_handler_matching()
1939 const struct acpi_device_id **matchid) in acpi_scan_match_handler() argument
1944 if (acpi_scan_handler_matching(handler, idstr, matchid)) in acpi_scan_match_handler()
/openbmc/linux/net/sched/
H A Dematch.c275 em->matchid = em_hdr->matchid; in tcf_em_validate()
461 .matchid = em->matchid, in tcf_em_tree_dump()
/openbmc/linux/tools/include/uapi/linux/
H A Dpkt_cls.h549 __u16 matchid; member
/openbmc/linux/include/uapi/linux/
H A Dpkt_cls.h757 __u16 matchid; member
/openbmc/linux/include/acpi/
H A Dacpi_bus.h127 bool (*match)(const char *idstr, const struct acpi_device_id **matchid);
/openbmc/linux/include/net/
H A Dpkt_cls.h397 u16 matchid; member