Home
last modified time | relevance | path

Searched refs:matchid (Results 1 - 17 of 17) sorted by relevance

/kernel/linux/linux-5.10/drivers/acpi/
H A Dacpi_pnp.c338 static bool acpi_pnp_match(const 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()
H A Dscan.c1780 const struct acpi_device_id **matchid) in acpi_scan_handler_matching()
1785 return handler->match(idstr, matchid); in acpi_scan_handler_matching()
1789 if (matchid) in acpi_scan_handler_matching()
1790 *matchid = devid; in acpi_scan_handler_matching()
1799 const struct acpi_device_id **matchid) in acpi_scan_match_handler()
1804 if (acpi_scan_handler_matching(handler, idstr, matchid)) in acpi_scan_match_handler()
1778 acpi_scan_handler_matching(struct acpi_scan_handler *handler, const char *idstr, const struct acpi_device_id **matchid) acpi_scan_handler_matching() argument
1798 acpi_scan_match_handler(const char *idstr, const struct acpi_device_id **matchid) acpi_scan_match_handler() argument
/kernel/linux/linux-6.6/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.c1919 const struct acpi_device_id **matchid) in acpi_scan_handler_matching()
1924 return handler->match(idstr, matchid); in acpi_scan_handler_matching()
1928 if (matchid) in acpi_scan_handler_matching()
1929 *matchid = devid; in acpi_scan_handler_matching()
1938 const struct acpi_device_id **matchid) in acpi_scan_match_handler()
1943 if (acpi_scan_handler_matching(handler, idstr, matchid)) in acpi_scan_match_handler()
1917 acpi_scan_handler_matching(struct acpi_scan_handler *handler, const char *idstr, const struct acpi_device_id **matchid) acpi_scan_handler_matching() argument
1937 acpi_scan_match_handler(const char *idstr, const struct acpi_device_id **matchid) acpi_scan_match_handler() argument
/kernel/linux/linux-5.10/net/sched/
H A Dematch.c275 em->matchid = em_hdr->matchid; in tcf_em_validate()
461 .matchid = em->matchid, in tcf_em_tree_dump()
/kernel/linux/linux-6.6/net/sched/
H A Dematch.c275 em->matchid = em_hdr->matchid; in tcf_em_validate()
461 .matchid = em->matchid, in tcf_em_tree_dump()
/kernel/linux/linux-5.10/tools/include/uapi/linux/
H A Dpkt_cls.h549 __u16 matchid; member
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dpkt_cls.h712 __u16 matchid; member
/kernel/linux/linux-6.6/tools/include/uapi/linux/
H A Dpkt_cls.h549 __u16 matchid; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dpkt_cls.h426 __u16 matchid; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dpkt_cls.h543 __u16 matchid; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dpkt_cls.h543 __u16 matchid; member
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dpkt_cls.h757 __u16 matchid; member
/kernel/linux/linux-5.10/include/net/
H A Dpkt_cls.h353 * @matchid: identifier to allow userspace to reidentify a match
363 u16 matchid; member
/kernel/linux/linux-5.10/include/acpi/
H A Dacpi_bus.h125 bool (*match)(const char *idstr, const struct acpi_device_id **matchid);
/kernel/linux/linux-6.6/include/acpi/
H A Dacpi_bus.h127 bool (*match)(const char *idstr, const struct acpi_device_id **matchid);
/kernel/linux/linux-6.6/include/net/
H A Dpkt_cls.h386 * @matchid: identifier to allow userspace to reidentify a match
397 u16 matchid; member

Completed in 27 milliseconds