Searched refs:probe (Results 51 - 75 of 9198) sorted by relevance

1234567891011>>

/linux-master/drivers/net/wireless/realtek/rtw88/
H A Drtw8723du.c29 .probe = rtw8723du_probe,
H A Drtw8723ds.c29 .probe = rtw_sdio_probe,
/linux-master/drivers/spi/
H A Dspi-brcmstb-qspi.c30 .probe = brcmstb_qspi_probe,
/linux-master/sound/soc/codecs/
H A Dcs4271-spi.c31 .probe = cs4271_spi_probe,
H A Dadau1372-i2c.c33 .probe = adau1372_i2c_probe,
H A Dcs4271-i2c.c36 .probe = cs4271_i2c_probe,
H A Dsrc4xxx-i2c.c39 .probe = src4xxx_i2c_probe,
H A Dchv3-codec.c35 .probe = chv3_codec_probe,
H A Des8328-i2c.c43 .probe = es8328_i2c_probe,
/linux-master/drivers/hwmon/
H A Dltc2947-i2c.c41 .probe = ltc2947_probe,
/linux-master/drivers/fpga/
H A Daltera-pr-ip-core-plat.c36 .probe = alt_pr_platform_probe,
/linux-master/tools/perf/tests/shell/
H A Drecord+script_probe_vfs_getname.sh2 # Use vfs_getname probe to get syscall args filenames
4 # Uses the 'perf test shell' library to add probe:vfs_getname to the system
6 # checks that that was captured by the vfs_getname probe in the generated
12 # shellcheck source=lib/probe.sh
13 . "$(dirname "$0")/lib/probe.sh"
23 skip_no_probe_record_support "probe:vfs_getname*"
25 perf record -o ${perfdata} -e probe:vfs_getname\* touch $file
31 grep -E " +touch +[0-9]+ +\[[0-9]+\] +[0-9]+\.[0-9]+: +probe:vfs_getname[_0-9]*: +\([[:xdigit:]]+\) +pathname=\"${file}\""
H A Dtrace+probe_vfs_getname.sh4 # Uses the 'perf test shell' library to add probe:vfs_getname to the system
7 # that already handles "probe:vfs_getname" if present, and used in the
13 # shellcheck source=lib/probe.sh
14 . "$(dirname $0)"/lib/probe.sh
H A Dtest_uprobe_from_different_cu.sh2 # test perf probe of function from different CU
20 perf probe -x ${temp_dir}/testfile -d foo || true
80 perf probe -x ${temp_dir}/testfile --funcs foo
81 perf probe -x ${temp_dir}/testfile foo
/linux-master/drivers/edac/
H A Dlayerscape_edac.c29 .probe = fsl_mc_err_probe,
/linux-master/drivers/bus/
H A Dsun50i-de2.c38 .probe = sun50i_de2_bus_probe,
/linux-master/drivers/power/reset/
H A Drestart-poweroff.c41 .probe = restart_poweroff_probe,
/linux-master/drivers/media/radio/
H A Dradio-gemtek.c61 static bool probe = CONFIG_RADIO_GEMTEK_PROBE; variable
67 module_param(probe, bool, 0444);
68 MODULE_PARM_DESC(probe, "Enable automatic device probing.");
276 .probe = gemtek_probe,
297 .probe = radio_isa_probe,
307 .probe = radio_isa_pnp_probe,
323 gemtek_driver.probe = probe;
H A Dradio-isa.h47 bool (*probe)(struct radio_isa_card *isa, int io); member in struct:radio_isa_ops
75 /* Whether we should probe for possible cards */
76 bool probe; member in struct:radio_isa_driver
/linux-master/include/linux/
H A Dtracepoint.h39 tracepoint_probe_register(struct tracepoint *tp, void *probe, void *data);
41 tracepoint_probe_register_prio(struct tracepoint *tp, void *probe, void *data,
44 tracepoint_probe_register_prio_may_exist(struct tracepoint *tp, void *probe, void *data,
47 tracepoint_probe_unregister(struct tracepoint *tp, void *probe, void *data);
49 tracepoint_probe_register_may_exist(struct tracepoint *tp, void *probe, argument
52 return tracepoint_probe_register_prio_may_exist(tp, probe, data,
87 * probe unregistration and the end of module exit to make sure there is no
88 * caller executing a probe when it is freed.
270 register_trace_##name(void (*probe)(data_proto), void *data) \
273 (void *)probe, dat
[all...]
H A Dplatform_device.h186 * probe hardware directly. Because such drivers create sysfs device nodes
237 int (*probe)(struct platform_device *); member in struct:platform_driver
278 /* non-hotpluggable platform devices may use this so that probe() and
281 #define platform_driver_probe(drv, probe) \
282 __platform_driver_probe(drv, probe, THIS_MODULE)
284 int (*probe)(struct platform_device *), struct module *module);
347 #define platform_create_bundle(driver, probe, res, n_res, data, size) \
348 __platform_create_bundle(driver, probe, res, n_res, data, size, THIS_MODULE)
350 struct platform_driver *driver, int (*probe)(struct platform_device *),
/linux-master/arch/x86/mm/
H A Dmmio-mod.c36 struct kmmio_probe probe; member in struct:remap_trace
147 my_trace->phys = addr - trace->probe.addr + trace->phys;
238 .probe = {
259 register_kmmio_probe(&trace->probe);
297 if ((unsigned long)addr == trace->probe.addr) {
299 unregister_kmmio_probe(&trace->probe);
353 trace->probe.addr, trace->probe.len);
355 unregister_kmmio_probe(&trace->probe);
/linux-master/drivers/uio/
H A Duio_pci_generic.c71 static int probe(struct pci_dev *pdev, function
142 .probe = probe,
/linux-master/drivers/video/backlight/
H A Dplatform_lcd.c84 if (pdata->probe) {
85 err = pdata->probe(pdata);
140 .probe = platform_lcd_probe,
/linux-master/drivers/nubus/
H A Dbus.c22 if (ndrv->probe)
23 err = ndrv->probe(to_nubus_board(dev));
37 .probe = nubus_device_probe,

Completed in 193 milliseconds

1234567891011>>