Searched refs:probe (Results 126 - 150 of 160) sorted by relevance

1234567

/freebsd-13-stable/sys/dev/uart/
H A Duart_dev_z8530.c201 .probe = z8530_probe,
H A Duart_dev_ns8250.c267 .probe = ns8250_probe,
292 * the probe succeeds.
/freebsd-13-stable/sys/arm/ti/am335x/
H A Dam335x_lcd_syscons.c159 .probe = am335x_syscons_probe,
/freebsd-13-stable/sys/arm/xilinx/
H A Duart_dev_cdnc.c159 .probe = cdnc_uart_probe,
/freebsd-13-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_usb.c208 * This function is the FreeBSD probe callback. It is called from the
288 if (udrv->probe) {
289 if ((udrv->probe) (sc->sc_ui, id)) {
1132 * "usb_device_id" structures gets searched a probe time. This
H A Dlinux_pci.c371 error = pdrv->probe(pdev, id);
/freebsd-13-stable/share/mk/
H A Dbsd.dep.mk157 # DTrace probe definitions
/freebsd-13-stable/sys/dev/mpt/
H A Dmpt.h187 mpt_probe_handler_t *probe; /* configure personailty */ member in struct:mpt_personality
H A Dmpt_user.c72 .probe = mpt_user_probe,
H A Dmpt.c202 .probe = mpt_stdprobe,
2178 if (pers->probe(mpt) == 0) {
H A Dmpt_raid.c92 .probe = mpt_raid_probe,
/freebsd-13-stable/sys/dev/mthca/
H A Dmthca_main.c1196 .probe = mthca_init_one,
/freebsd-13-stable/sys/dev/gpio/
H A Dgpiokeys.c539 /* early keyboard probe, not supported */
1006 .probe = &gpiokeys__probe,
/freebsd-13-stable/sys/dev/wpi/
H A Dif_wpireg.h630 /* Followed by probe request body. */
793 uint32_t probe; member in struct:wpi_general_stats
/freebsd-13-stable/sys/sys/
H A Dsdt.h402 struct sdt_probe *probe; /* Ptr to the probe structure. */ member in struct:sdt_argtype
409 probe_entry; /* SDT probe list entry. */
414 id_t id; /* DTrace probe ID. */
/freebsd-13-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_fb.c244 .probe = bcmfb_probe,
/freebsd-13-stable/sys/arm/freescale/imx/
H A Dimx51_ipuv3.c474 .probe = ipu3fb_probe,
/freebsd-13-stable/sys/arm/versatile/
H A Dversatile_clcd.c407 .probe = versatilefb_probe,
/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
H A Dpci.h196 int (*probe)(struct pci_dev *dev, const struct pci_device_id *id); member in struct:pci_driver
/freebsd-13-stable/usr.sbin/ppp/
H A Dipv6cp.c82 #include "probe.h"
286 if (probe.ipv6_available) {
/freebsd-13-stable/sys/powerpc/ofw/
H A Dofw_syscons.c109 .probe = ofwfb_probe,
/freebsd-13-stable/sys/dev/fb/
H A Dvga.c85 error = (*sw->probe)(unit, &adp, NULL, flags);
102 error = (*sw->probe)(unit, &sc->adp, NULL, flags);
938 /* probe video adapters and return the number of detected adapters */
H A Dvesa.c1204 return ((*prevvidsw->probe)(unit, adpp, arg, flags));
/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_fw2.c110 #define IPFW_PROBE(probe, arg0, arg1, arg2, arg3, arg4, arg5) \
111 SDT_PROBE6(ipfw, , , probe, arg0, arg1, arg2, arg3, arg4, arg5)
/freebsd-13-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_main.c2024 .probe = init_one,

Completed in 352 milliseconds

1234567