/kernel/linux/linux-5.10/drivers/slimbus/ |
H A D | core.c | 38 /* Attempt an OF style match first */ in slim_device_match() 107 .match = slim_device_match,
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | serial_core.h | 404 extern int of_setup_earlycon(const struct earlycon_id *match,
|
H A D | irqdomain.h | 92 * @match: Match an interrupt controller device node to a host, returns 93 * 1 on a match 106 int (*match)(struct irq_domain *d, struct device_node *node, member
|
/kernel/linux/linux-5.10/sound/isa/sb/ |
H A D | sb16.c | 576 .match = snd_sb16_isa_match,
|
/kernel/linux/linux-5.10/sound/isa/ |
H A D | sc6000.c | 691 .match = snd_sc6000_match,
|
/kernel/linux/linux-5.10/sound/isa/wavefront/ |
H A D | wavefront.c | 578 .match = snd_wavefront_isa_match,
|
/kernel/linux/linux-5.10/sound/isa/galaxy/ |
H A D | galaxy.c | 618 .match = snd_galaxy_match,
|
/kernel/linux/linux-5.10/sound/aoa/soundbus/i2sbus/ |
H A D | core.c | 335 static int i2sbus_probe(struct macio_dev* dev, const struct of_device_id *match) in i2sbus_probe() argument
|
/kernel/linux/linux-5.10/sound/ac97/ |
H A D | bus.c | 540 .match = ac97_bus_match,
|
/kernel/linux/linux-5.10/sound/soc/sof/ |
H A D | sof-pci-dev.c | 19 #include <sound/soc-acpi-intel-match.h>
|
/kernel/linux/linux-5.10/drivers/xen/xenbus/ |
H A D | xenbus_probe_frontend.c | 166 .match = xenbus_match,
|
/kernel/linux/linux-5.10/drivers/virtio/ |
H A D | virtio.c | 82 * match, we return 1 and the kernel will call virtio_dev_probe(). */ 313 .match = virtio_dev_match,
|
/kernel/linux/linux-5.10/net/core/ |
H A D | flow_offload.c | 31 const struct flow_match *__m = &(__rule)->match; \
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | fib_rules.c | 381 .match = fib4_rule_match,
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | fib6_rules.c | 458 .match = fib6_rule_match,
|
/kernel/linux/linux-5.10/drivers/memstick/core/ |
H A D | memstick.c | 171 .match = memstick_bus_match,
|
/kernel/linux/linux-5.10/drivers/rpmsg/ |
H A D | rpmsg_core.c | 287 * match a rpmsg channel with a channel info struct. 305 /* found a match ! */ in rpmsg_device_match() 406 /* match rpmsg channel and rpmsg driver */ 522 .match = rpmsg_dev_match,
|
/kernel/linux/linux-5.10/include/linux/gpio/ |
H A D | driver.h | 586 int (*match)(struct gpio_chip *gc, void *data));
|
/kernel/linux/linux-5.10/drivers/spmi/ |
H A D | spmi.c | 374 .match = spmi_device_match,
|
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | dns_resolve.c | 376 .match = nfs_dns_match,
|
/kernel/linux/linux-6.6/drivers/memstick/core/ |
H A D | memstick.c | 170 .match = memstick_bus_match,
|
/kernel/linux/linux-6.6/drivers/base/ |
H A D | cpu.c | 31 /* ACPI style match is the only one that may succeed. */ in cpu_subsys_match() 407 .match = cpu_subsys_match,
|
/kernel/linux/linux-6.6/drivers/amba/ |
H A D | bus.c | 30 /* called on periphid match and class 0x9 coresight device. */ 39 /* no table data or zero mask - return match on periphid */ in amba_cs_uci_id_match() 217 * Returning any error other than -EPROBE_DEFER from bus match in amba_match() 440 .match = amba_match, 461 WARN(1, "Stub driver should never match any device.\n"); in amba_proxy_probe()
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | dns_resolve.c | 375 .match = nfs_dns_match,
|
/kernel/linux/linux-6.6/drivers/virtio/ |
H A D | virtio.c | 84 * match, we return 1 and the kernel will call virtio_dev_probe(). */ 345 .match = virtio_dev_match,
|