/kernel/linux/linux-5.10/drivers/acpi/ |
H A D | acpi_pnp.c | 338 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 D | scan.c | 1780 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 D | acpi_pnp.c | 336 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 D | scan.c | 1919 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 D | ematch.c | 275 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 D | ematch.c | 275 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 D | pkt_cls.h | 549 __u16 matchid; member
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | pkt_cls.h | 712 __u16 matchid; member
|
/kernel/linux/linux-6.6/tools/include/uapi/linux/ |
H A D | pkt_cls.h | 549 __u16 matchid; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | pkt_cls.h | 426 __u16 matchid; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | pkt_cls.h | 543 __u16 matchid; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | pkt_cls.h | 543 __u16 matchid; member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | pkt_cls.h | 757 __u16 matchid; member
|
/kernel/linux/linux-5.10/include/net/ |
H A D | pkt_cls.h | 353 * @matchid: identifier to allow userspace to reidentify a match 363 u16 matchid; member
|
/kernel/linux/linux-5.10/include/acpi/ |
H A D | acpi_bus.h | 125 bool (*match)(const char *idstr, const struct acpi_device_id **matchid);
|
/kernel/linux/linux-6.6/include/acpi/ |
H A D | acpi_bus.h | 127 bool (*match)(const char *idstr, const struct acpi_device_id **matchid);
|
/kernel/linux/linux-6.6/include/net/ |
H A D | pkt_cls.h | 386 * @matchid: identifier to allow userspace to reidentify a match 397 u16 matchid; member
|