Home
last modified time | relevance | path

Searched refs:probe (Results 26 – 50 of 5737) sorted by relevance

12345678910>>...230

/linux/drivers/media/usb/uvc/
H A Duvc_v4l2.c287 memset(probe, 0, sizeof(*probe)); in uvc_v4l2_try_format()
289 probe->bFormatIndex = format->index; in uvc_v4l2_try_format()
307 probe->dwMaxVideoFrameSize = in uvc_v4l2_try_format()
332 probe->bFormatIndex); in uvc_v4l2_try_format()
344 probe->bFrameIndex); in uvc_v4l2_try_format()
401 struct uvc_streaming_control probe; in uvc_v4l2_set_format() local
420 stream->ctrl = probe; in uvc_v4l2_set_format()
467 struct uvc_streaming_control probe; in uvc_v4l2_set_streamparm() local
497 probe = stream->ctrl; in uvc_v4l2_set_streamparm()
519 probe.dwFrameInterval = ival; in uvc_v4l2_set_streamparm()
[all …]
H A Duvc_video.c382 probe ? "probe" : "commit", ret, size); in uvc_set_video_ctrl()
391 struct uvc_streaming_control *probe) in uvc_probe_video() argument
405 ret = uvc_set_video_ctrl(stream, probe, 1); in uvc_probe_video()
422 ret = uvc_set_video_ctrl(stream, probe, 1); in uvc_probe_video()
442 probe->wPFrameRate = probe_min.wPFrameRate; in uvc_probe_video()
452 struct uvc_streaming_control *probe) in uvc_commit_video() argument
454 return uvc_set_video_ctrl(stream, probe, 0); in uvc_commit_video()
2132 uvc_set_video_ctrl(stream, probe, 1); in uvc_video_init()
2165 if (format->index == probe->bFormatIndex) in uvc_video_init()
2187 probe->bFormatIndex = format->index; in uvc_video_init()
[all …]
/linux/arch/xtensa/include/asm/
H A Dtlbflush.h78 static inline void invalidate_itlb_entry (unsigned long probe) in invalidate_itlb_entry() argument
80 __asm__ __volatile__("iitlb %0; isync\n\t" : : "a" (probe)); in invalidate_itlb_entry()
83 static inline void invalidate_dtlb_entry (unsigned long probe) in invalidate_dtlb_entry() argument
85 __asm__ __volatile__("idtlb %0; dsync\n\t" : : "a" (probe)); in invalidate_dtlb_entry()
/linux/tools/bpf/bpftool/Documentation/
H A Dbpftool-feature.rst21 *COMMANDS* := { **probe** | **help** }
26 | **bpftool** **feature probe** [*COMPONENT*] [**full**] [**unprivileged**] [**macros** [**prefix**…
35 bpftool feature probe [kernel] [full] [macros [prefix *PREFIX*]]
51 Keyword **kernel** can be omitted. If no probe target is specified, probing
62 bpftool feature probe dev *NAME* [full] [macros [prefix *PREFIX*]]
73 (**helpers**). The command does not probe the system, but simply lists the
/linux/drivers/net/phy/
H A Dbroadcom.c1074 .probe = bcm54xx_phy_probe,
1087 .probe = bcm54xx_phy_probe,
1101 .probe = bcm54xx_phy_probe,
1119 .probe = bcm54xx_phy_probe,
1133 .probe = bcm54xx_phy_probe,
1152 .probe = bcm54616s_probe,
1163 .probe = bcm54xx_phy_probe,
1179 .probe = bcm54xx_phy_probe,
1194 .probe = bcm54xx_phy_probe,
1213 .probe = bcm54xx_phy_probe,
[all …]
H A Dmxl-gpy.c826 .probe = gpy_probe,
844 .probe = gpy_probe,
861 .probe = gpy_probe,
879 .probe = gpy_probe,
896 .probe = gpy_probe,
914 .probe = gpy_probe,
931 .probe = gpy_probe,
949 .probe = gpy_probe,
966 .probe = gpy_probe,
983 .probe = gpy_probe,
[all …]
/linux/Documentation/firmware-guide/acpi/
H A Dnon-d0-probe.rst19 probe. The support for _DSC requires support from the kernel bus type if the
20 bus driver normally sets the device in D0 state for probe.
24 first user will find out the device doesn't work, instead of a failure at probe
33 the device will not be powered on (put in D0 state) for probe.
59 System the device should remain powered off during probe looks like this. Some
/linux/drivers/ata/
H A Dpata_acpi.c76 struct ata_acpi_gtm probe; in pacpi_discover_modes() local
79 probe = acpi->gtm; in pacpi_discover_modes()
81 ata_acpi_gtm(ap, &probe); in pacpi_discover_modes()
83 xfer_mask = ata_acpi_gtm_xfermask(adev, &probe); in pacpi_discover_modes()
267 .probe = pacpi_init_one,
H A Dpata_legacy.c896 static __init int probe_chip_type(struct legacy_probe *probe) in probe_chip_type() argument
898 int mask = 1 << probe->slot; in probe_chip_type()
900 if (winbond && (probe->port == 0x1F0 || probe->port == 0x170)) { in probe_chip_type()
916 if (probe->port == 0x1F0) { in probe_chip_type()
970 static __init int legacy_init_one(struct legacy_probe *probe) in legacy_init_one() argument
974 unsigned long io = probe->port; in legacy_init_one()
975 u32 mask = (1 << probe->slot); in legacy_init_one()
977 struct legacy_data *ld = &legacy_data[probe->slot]; in legacy_init_one()
1003 ld->type = probe->type; in legacy_init_one()
1005 if (controller->setup(pdev, probe, ld) < 0) in legacy_init_one()
[all …]
/linux/Documentation/trace/
H A Duprobetracer.rst14 current_tracer. Instead of that, add probe points via
38 OFFSET : Offset where the probe is inserted.
39 OFFSET%return : Offset where the return probe is inserted.
41 FETCHARGS : Arguments. Each probe can have up to 128 args.
56 (\*1) only for return probe.
81 You can check the total number of probe hits per event via
83 the second is the event name, the third is the number of probe hits.
87 * Add a probe as a new uprobe event, write a new definition to uprobe_events
92 * Add a probe as a new uretprobe event::
126 .. note:: User has to explicitly calculate the offset of the probe-point
/linux/Documentation/ABI/testing/
H A Dsysfs-devices-waiting_for_supplier12 before the device can probe.
15 to be added before it can probe. A value of 1 means the device
17 probe.
/linux/drivers/dio/
H A Ddio-driver.c53 if (!d->driver && drv->probe) { in dio_device_probe()
58 error = drv->probe(d, id); in dio_device_probe()
129 .probe = dio_device_probe,
/linux/drivers/media/usb/gspca/m5602/
H A Dm5602_core.c221 if (!sd->sensor->probe(sd)) in m5602_probe_sensor()
226 if (!sd->sensor->probe(sd)) in m5602_probe_sensor()
231 if (!sd->sensor->probe(sd)) in m5602_probe_sensor()
236 if (!sd->sensor->probe(sd)) in m5602_probe_sensor()
241 if (!sd->sensor->probe(sd)) in m5602_probe_sensor()
246 if (!sd->sensor->probe(sd)) in m5602_probe_sensor()
424 .probe = m5602_probe,
/linux/drivers/net/ethernet/sfc/siena/
H A Defx.c131 netif_dbg(efx, probe, efx->net_dev, "create port\n"); in efx_probe_port()
220 netif_dbg(other, probe, other->net_dev, in efx_associate()
234 netif_dbg(efx, probe, efx->net_dev, in efx_associate()
245 netif_dbg(efx, probe, efx->net_dev, in efx_associate()
260 netif_dbg(other, probe, other->net_dev, in efx_dissociate()
274 rc = efx->type->probe(efx); in efx_probe_nic()
367 netif_warn(efx, probe, efx->net_dev, in efx_probe_all()
374 netif_err(efx, probe, efx->net_dev, in efx_probe_all()
951 netif_err(efx, probe, efx->net_dev, in efx_pci_probe_main()
1105 netif_warn(efx, probe, efx->net_dev, in efx_pci_probe()
[all …]
/linux/drivers/mtd/maps/
H A Dscx200_docflash.c27 static int probe = 0; /* Don't autoprobe */ variable
32 module_param(probe, int, 0);
33 MODULE_PARM_DESC(probe, "Probe for a BIOS mapping");
97 if (probe) { in init_scx200_docflash()
/linux/sound/hda/ext/
H A Dhdac_ext_bus.c98 return (get_hdrv(dev))->probe(get_hdev(dev)); in hda_ext_drv_probe()
122 if (drv->probe) in snd_hda_ext_driver_register()
123 drv->driver.probe = hda_ext_drv_probe; in snd_hda_ext_driver_register()
/linux/tools/perf/tests/shell/
H A Dtest_uprobe_from_different_cu.sh20 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/drivers/zorro/
H A Dzorro-driver.c50 if (drv->probe) { in zorro_device_probe()
55 error = drv->probe(z, id); in zorro_device_probe()
159 .probe = zorro_device_probe,
/linux/Documentation/i2c/
H A Dold-module-parameters.rst12 control how the driver would probe I2C buses and attach to devices. These
13 parameters were known as ``probe`` (to let the driver probe for an extra
31 # modprobe <driver> probe=1,0x2d
/linux/drivers/net/ethernet/sfc/
H A Defx.c121 netif_dbg(efx, probe, efx->net_dev, "create port\n"); in efx_probe_port()
210 netif_dbg(other, probe, other->net_dev, in efx_associate()
224 netif_dbg(efx, probe, efx->net_dev, in efx_associate()
235 netif_dbg(efx, probe, efx->net_dev, in efx_associate()
250 netif_dbg(other, probe, other->net_dev, in efx_dissociate()
264 rc = efx->type->probe(efx); in efx_probe_nic()
357 netif_warn(efx, probe, efx->net_dev, in efx_probe_all()
364 netif_err(efx, probe, efx->net_dev, in efx_probe_all()
970 netif_err(efx, probe, efx->net_dev, in efx_pci_probe_main()
1141 netif_warn(efx, probe, efx->net_dev, in efx_pci_probe()
[all …]
/linux/arch/x86/kernel/apic/
H A Dprobe_64.c24 if ((*drv)->probe && (*drv)->probe()) { in x86_64_probe_apic()
/linux/kernel/trace/
H A Dftrace.c3466 probe = iter->probe; in t_probe_show()
4771 probe->ref--; in release_probe()
4780 probe_ops->free(probe_ops, probe->tr, 0, probe->data); in release_probe()
4782 kfree(probe); in release_probe()
4793 probe->ref++; in acquire_probe_locked()
4823 probe = iter; in register_ftrace_function_probe()
4827 if (!probe) { in register_ftrace_function_probe()
4828 probe = kzalloc(sizeof(*probe), GFP_KERNEL); in register_ftrace_function_probe()
4829 if (!probe) { in register_ftrace_function_probe()
4977 probe = iter; in unregister_ftrace_function_probe_func()
[all …]
/linux/drivers/nubus/
H A Dbus.c22 if (ndrv->probe) in nubus_device_probe()
23 err = ndrv->probe(to_nubus_board(dev)); in nubus_device_probe()
37 .probe = nubus_device_probe,
/linux/sound/soc/amd/acp/
H A Dacp-mach.h62 int (*probe)(struct snd_soc_card *card); member
98 if (ACP_OPS(priv, probe)) in acp_ops_probe()
99 ret = ACP_OPS(priv, probe)(card); in acp_ops_probe()
/linux/kernel/
H A Dtracepoint.c472 int tracepoint_probe_register_prio_may_exist(struct tracepoint *tp, void *probe, in tracepoint_probe_register_prio_may_exist() argument
479 tp_func.func = probe; in tracepoint_probe_register_prio_may_exist()
501 int tracepoint_probe_register_prio(struct tracepoint *tp, void *probe, in tracepoint_probe_register_prio() argument
508 tp_func.func = probe; in tracepoint_probe_register_prio()
529 int tracepoint_probe_register(struct tracepoint *tp, void *probe, void *data) in tracepoint_probe_register() argument
531 return tracepoint_probe_register_prio(tp, probe, data, TRACEPOINT_DEFAULT_PRIO); in tracepoint_probe_register()
543 int tracepoint_probe_unregister(struct tracepoint *tp, void *probe, void *data) in tracepoint_probe_unregister() argument
549 tp_func.func = probe; in tracepoint_probe_unregister()

12345678910>>...230