Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/acpi/
Dacpi_pnp.c338 static bool acpi_pnp_match(char *idstr, const struct acpi_device_id **matchid) in acpi_pnp_match() argument
344 if (matchid) in acpi_pnp_match()
345 *matchid = devid; in acpi_pnp_match()
Dscan.c2223 const struct acpi_device_id **matchid) in acpi_scan_handler_matching() argument
2228 return handler->match(idstr, matchid); in acpi_scan_handler_matching()
2232 if (matchid) in acpi_scan_handler_matching()
2233 *matchid = devid; in acpi_scan_handler_matching()
2242 const struct acpi_device_id **matchid) in acpi_scan_match_handler() argument
2247 if (acpi_scan_handler_matching(handler, idstr, matchid)) in acpi_scan_match_handler()
/linux-4.1.27/net/sched/
Dematch.c273 em->matchid = em_hdr->matchid; in tcf_em_validate()
460 .matchid = em->matchid, in tcf_em_tree_dump()
/linux-4.1.27/include/net/
Dpkt_cls.h167 u16 matchid; member
/linux-4.1.27/include/uapi/linux/
Dpkt_cls.h423 __u16 matchid; member
/linux-4.1.27/include/acpi/
Dacpi_bus.h136 bool (*match)(char *idstr, const struct acpi_device_id **matchid);