Searched refs:probe (Results 226 - 250 of 9198) sorted by relevance

1234567891011>>

/linux-master/sound/soc/sof/intel/
H A Dpci-lnl.c63 .probe = hda_pci_intel_probe,
/linux-master/sound/soc/codecs/
H A Dadau7002.c86 .probe = adau7002_component_probe,
125 .probe = adau7002_probe,
/linux-master/arch/riscv/kvm/
H A Dvcpu_sbi_base.c48 *out_val = sbi_ext && sbi_ext->probe ?
49 sbi_ext->probe(vcpu) : !!sbi_ext;
/linux-master/tools/perf/tests/shell/
H A Drecord+probe_libc_inet_pton.sh2 # probe libc's inet_pton & backtrace it with ping
4 # Installs a probe on libc's inet_pton function, that will use uprobes,
13 # shellcheck source=lib/probe.sh
14 . "$(dirname "$0")/lib/probe.sh"
25 event_name=$(perf probe -f -x $libc -a inet_pton 2>&1 | tail -n +2 | head -n -5 | \
97 perf probe -q -d $event_name
/linux-master/arch/x86/kernel/apic/
H A Dprobe_32.c7 * Generic x86 APIC driver probe layer.
40 .probe = probe_default,
131 if ((*drv)->probe()) {
/linux-master/drivers/dma/idxd/
H A Dbus.c58 return idxd_drv->probe(idxd_dev);
78 .probe = idxd_config_bus_probe,
/linux-master/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_bus.c37 return driver->probe(device);
44 .probe = vchiq_bus_probe,
/linux-master/arch/x86/mm/
H A Dkmmio.c43 * of a probe. If zero, page is disarmed and this may be freed.
59 struct kmmio_probe *probe; member in struct:kmmio_context
250 * up the probe and kmmio_fault_page again. The rcu_read_lock_sched()
262 * another CPU just pulled the kmmio probe from under
288 pr_emerg("recursive probe hit on CPU %d, for address 0x%08lx. Ignoring.\n",
298 ctx->probe = get_kmmio_probe(page_base);
302 if (ctx->probe && ctx->probe->pre_handler)
303 ctx->probe->pre_handler(ctx->probe, reg
[all...]
/linux-master/net/xfrm/
H A Dxfrm_algo.c680 const void *data, int probe)
692 if (!probe)
741 struct xfrm_algo_desc *xfrm_aalg_get_byname(const char *name, int probe) argument
744 probe);
748 struct xfrm_algo_desc *xfrm_ealg_get_byname(const char *name, int probe) argument
751 probe);
755 struct xfrm_algo_desc *xfrm_calg_get_byname(const char *name, int probe) argument
758 probe);
777 struct xfrm_algo_desc *xfrm_aead_get_byname(const char *name, int icv_len, int probe) argument
785 probe);
677 xfrm_find_algo( const struct xfrm_algo_list *algo_list, int match(const struct xfrm_algo_desc *entry, const void *data), const void *data, int probe) argument
[all...]
/linux-master/drivers/hwmon/
H A Dibmaem.c523 static int aem_init_aem1_inst(struct aem_ipmi_data *probe, u8 module_handle) argument
558 res = aem_init_ipmi_data(&data->ipmi, probe->interface,
559 probe->bmc_device);
568 probe->interface);
613 static void aem_init_aem1(struct aem_ipmi_data *probe) argument
617 num = aem_find_aem1_count(probe);
619 err = aem_init_aem1_inst(probe, i);
621 dev_err(probe->bmc_device,
664 static int aem_init_aem2_inst(struct aem_ipmi_data *probe, argument
700 res = aem_init_ipmi_data(&data->ipmi, probe
755 aem_init_aem2(struct aem_ipmi_data *probe) argument
782 struct aem_ipmi_data probe; local
[all...]
/linux-master/drivers/ata/
H A Dpata_acpi.c76 struct ata_acpi_gtm probe; local
79 probe = acpi->gtm;
81 ata_acpi_gtm(ap, &probe);
83 xfer_mask = ata_acpi_gtm_xfermask(adev, &probe);
267 .probe = pacpi_init_one,
/linux-master/drivers/uio/
H A Duio_aec.c69 static int probe(struct pci_dev *pdev, const struct pci_device_id *id) function
142 .probe = probe,
/linux-master/drivers/mtd/nand/raw/
H A Dplat_nand.c88 if (pdata->ctrl.probe) {
89 err = pdata->ctrl.probe(pdev);
146 .probe = plat_nand_probe,
/linux-master/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) {
96 error = rdrv->probe(rdev, id);
235 .probe = rio_device_probe,
/linux-master/drivers/net/
H A DSpace.c128 * to indicate not to probe for this interface
175 /* A unified ethernet device probe. This is the easiest way to have every
180 struct net_device *(*probe)(int unit); member in struct:devprobe2
188 for (; p->probe; p++) {
191 dev = p->probe(unit);
228 /* Unified ethernet device probe, segmented per architecture and
/linux-master/sound/soc/intel/avs/boards/
H A DMakefile12 snd-soc-avs-probe-objs := probe.o
30 obj-$(CONFIG_SND_SOC_INTEL_AVS_MACH_PROBE) += snd-soc-avs-probe.o
/linux-master/drivers/base/
H A Disa.c43 if (isa_driver && isa_driver->probe)
44 return isa_driver->probe(dev, to_isa_dev(dev)->id);
88 .probe = isa_bus_probe,
/linux-master/sound/aoa/soundbus/
H A Dcore.c47 if (!drv->probe)
52 error = drv->probe(soundbus_dev);
132 .probe = soundbus_probe,
/linux-master/tools/testing/selftests/arm64/fp/
H A DMakefile11 sve-ptrace sve-probe-vls \
35 $(OUTPUT)/sve-probe-vls: sve-probe-vls.c $(OUTPUT)/rdvl.o
/linux-master/drivers/media/pci/bt8xx/
H A Dbttv-gpio.c46 return sub->probe ? sub->probe(sdev) : -ENODEV;
61 .probe = bttv_sub_probe,
/linux-master/drivers/watchdog/
H A Dintel-mid_wdt.c139 if (pdata->probe) {
140 ret = pdata->probe(pdev);
200 .probe = mid_wdt_probe,
/linux-master/drivers/nvmem/
H A Dlayouts.c34 if (!drv->probe || !drv->remove)
37 return drv->probe(layout);
51 .probe = nvmem_layout_bus_probe,
/linux-master/Documentation/networking/
H A Dmac80211-auth-assoc-deauth.txt30 alt no probe request data known
31 mac80211->driver: TX directed probe request
32 driver->mac80211: RX probe response
/linux-master/drivers/media/usb/gspca/stv06xx/
H A Dstv06xx_hdcs.h141 .probe = hdcs_probe_1x00,
160 .probe = hdcs_probe_1020,
/linux-master/arch/x86/boot/
H A Dvideo-mode.c43 if (card->probe)
44 card->nmodes = card->probe();

Completed in 212 milliseconds

1234567891011>>