Home
last modified time | relevance | path

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

/linux-4.4.14/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.c1498 const struct acpi_device_id **matchid) in acpi_scan_handler_matching() argument
1503 return handler->match(idstr, matchid); in acpi_scan_handler_matching()
1507 if (matchid) in acpi_scan_handler_matching()
1508 *matchid = devid; in acpi_scan_handler_matching()
1517 const struct acpi_device_id **matchid) in acpi_scan_match_handler() argument
1522 if (acpi_scan_handler_matching(handler, idstr, matchid)) in acpi_scan_match_handler()
/linux-4.4.14/net/sched/
Dematch.c273 em->matchid = em_hdr->matchid; in tcf_em_validate()
460 .matchid = em->matchid, in tcf_em_tree_dump()
/linux-4.4.14/include/net/
Dpkt_cls.h167 u16 matchid; member
/linux-4.4.14/include/uapi/linux/
Dpkt_cls.h440 __u16 matchid; member
/linux-4.4.14/include/acpi/
Dacpi_bus.h132 bool (*match)(const char *idstr, const struct acpi_device_id **matchid);