Home
last modified time | relevance | path

Searched refs:probe (Results 151 - 175 of 16701) sorted by relevance

12345678910>>...669

/kernel/linux/linux-5.10/drivers/ide/
H A Dide-4drives.c12 module_param_named(probe, probe_4drives, bool, 0);
13 MODULE_PARM_DESC(probe, "probe for generic IDE chipset with 4 drives/port");
/kernel/linux/linux-5.10/sound/soc/sirf/
H A Dsirf-audio-port.c28 .probe = sirf_audio_port_dai_probe,
79 .probe = sirf_audio_port_probe,
/kernel/linux/linux-5.10/drivers/media/radio/
H A Dradio-isa.h47 bool (*probe)(struct radio_isa_card *isa, int io); member
75 /* Whether we should probe for possible cards */
76 bool probe; member
/kernel/linux/linux-6.6/drivers/media/radio/
H A Dradio-isa.h47 bool (*probe)(struct radio_isa_card *isa, int io); member
75 /* Whether we should probe for possible cards */
76 bool probe; member
/kernel/linux/linux-6.6/tools/testing/selftests/tc-testing/
H A DMakefile10 PROBE := $(shell $(LLC) -march=bpf -mcpu=probe -filetype=null /dev/null 2>&1)
13 CPU ?= probe
/kernel/linux/linux-5.10/drivers/base/
H A Disa.c43 if (isa_driver && isa_driver->probe) in isa_bus_probe()
44 return isa_driver->probe(dev, to_isa_dev(dev)->id); in isa_bus_probe()
90 .probe = isa_bus_probe,
/kernel/linux/linux-5.10/arch/powerpc/platforms/85xx/
H A Dmpc85xx_ds.c191 .probe = mpc8544_ds_probe, in define_machine()
205 .probe = mpc8572_ds_probe, in define_machine()
219 .probe = p2020_ds_probe, in define_machine()
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H A Dplat_nand.c90 if (pdata->ctrl.probe) { in plat_nand_probe()
91 err = pdata->ctrl.probe(pdev); in plat_nand_probe()
150 .probe = plat_nand_probe,
/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/
H A Dbttv-gpio.c46 return sub->probe ? sub->probe(sdev) : -ENODEV; in bttv_sub_probe()
62 .probe = bttv_sub_probe,
/kernel/linux/linux-5.10/drivers/sh/superhyway/
H A Dsuperhyway.c142 if (shyway_drv && shyway_drv->probe) { in superhyway_device_probe()
147 return shyway_drv->probe(shyway_dev, id); in superhyway_device_probe()
171 * automatically be populated and handed off to the driver's specified probe
214 .probe = superhyway_device_probe,
/kernel/linux/linux-5.10/drivers/soundwire/
H A Dbus_type.c109 ret = drv->probe(slave, id); in sdw_drv_probe()
140 dev_dbg(dev, "probe complete\n"); in sdw_drv_probe()
179 if (!drv->probe) { in __sdw_register_driver()
180 pr_err("driver %s didn't provide SDW probe routine\n", in __sdw_register_driver()
186 drv->driver.probe = sdw_drv_probe; in __sdw_register_driver()
/kernel/linux/linux-5.10/drivers/uio/
H A Duio_aec.c69 static int probe(struct pci_dev *pdev, const struct pci_device_id *id) in probe() function
146 .probe = probe,
/kernel/linux/linux-5.10/sound/aoa/soundbus/
H A Dcore.c45 if (!drv->probe) in soundbus_probe()
50 error = drv->probe(soundbus_dev); in soundbus_probe()
132 .probe = soundbus_probe,
/kernel/linux/linux-5.10/drivers/watchdog/
H A Dintel-mid_wdt.c134 if (pdata->probe) { in mid_wdt_probe()
135 ret = pdata->probe(pdev); in mid_wdt_probe()
195 .probe = mid_wdt_probe,
/kernel/linux/linux-5.10/drivers/rapidio/
H A Drio-driver.c22 * Used from driver probe and bus matching to check whether a RIO device
51 * their probe() methods, when they bind to a device, and release
90 if (!rdev->driver && rdrv->probe) { in rio_device_probe()
96 error = rdrv->probe(rdev, id); in rio_device_probe()
238 .probe = rio_device_probe,
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H A Dplat_nand.c88 if (pdata->ctrl.probe) { in plat_nand_probe()
89 err = pdata->ctrl.probe(pdev); in plat_nand_probe()
146 .probe = plat_nand_probe,
/kernel/linux/linux-6.6/drivers/net/
H A DSpace.c128 * to indicate not to probe for this interface in netdev_boot_base()
175 /* A unified ethernet device probe. This is the easiest way to have every
180 struct net_device *(*probe)(int unit); member
188 for (; p->probe; p++) { in probe_list2()
191 dev = p->probe(unit); in probe_list2()
228 /* Unified ethernet device probe, segmented per architecture and
/kernel/linux/linux-6.6/drivers/watchdog/
H A Dintel-mid_wdt.c134 if (pdata->probe) { in mid_wdt_probe()
135 ret = pdata->probe(pdev); in mid_wdt_probe()
195 .probe = mid_wdt_probe,
/kernel/linux/linux-6.6/drivers/uio/
H A Duio_aec.c69 static int probe(struct pci_dev *pdev, const struct pci_device_id *id) in probe() function
142 .probe = probe,
/kernel/linux/linux-6.6/drivers/sh/superhyway/
H A Dsuperhyway.c142 if (shyway_drv && shyway_drv->probe) { in superhyway_device_probe()
147 return shyway_drv->probe(shyway_dev, id); in superhyway_device_probe()
167 * automatically be populated and handed off to the driver's specified probe
210 .probe = superhyway_device_probe,
/kernel/linux/linux-6.6/drivers/rapidio/
H A Drio-driver.c22 * Used from driver probe and bus matching to check whether a RIO device
51 * their probe() methods, when they bind to a device, and release
90 if (!rdev->driver && rdrv->probe) { in rio_device_probe()
96 error = rdrv->probe(rdev, id); in rio_device_probe()
235 .probe = rio_device_probe,
/kernel/linux/linux-6.6/drivers/base/
H A Disa.c43 if (isa_driver && isa_driver->probe) in isa_bus_probe()
44 return isa_driver->probe(dev, to_isa_dev(dev)->id); in isa_bus_probe()
88 .probe = isa_bus_probe,
/kernel/linux/linux-6.6/drivers/media/pci/bt8xx/
H A Dbttv-gpio.c46 return sub->probe ? sub->probe(sdev) : -ENODEV; in bttv_sub_probe()
61 .probe = bttv_sub_probe,
/kernel/linux/linux-6.6/sound/aoa/soundbus/
H A Dcore.c45 if (!drv->probe) in soundbus_probe()
50 error = drv->probe(soundbus_dev); in soundbus_probe()
130 .probe = soundbus_probe,
/third_party/pulseaudio/src/modules/alsa/
H A Dalsa-util.h154 snd_mixer_t *pa_alsa_open_mixer(pa_hashmap *mixers, int alsa_card_index, bool probe);
155 snd_mixer_t *pa_alsa_open_mixer_by_name(pa_hashmap *mixers, const char *dev, bool probe);
156 snd_mixer_t *pa_alsa_open_mixer_for_pcm(pa_hashmap *mixers, snd_pcm_t *pcm, bool probe);

Completed in 10 milliseconds

12345678910>>...669