Searched refs:probe (Results 101 - 125 of 166) sorted by relevance

1234567

/freebsd-10.0-release/sys/ofed/include/linux/
H A Dpci.h104 int (*probe)(struct pci_dev *dev, const struct pci_device_id *id); member in struct:pci_driver
459 error = pdrv->probe(pdev, id);
/freebsd-10.0-release/sys/pc98/cbus/
H A Dpckbd.c179 error = (*sw->probe)(device_get_unit(dev), args, flags);
202 error = (*sw->probe)(unit, args, flags);
358 * Almost nothing in the kernel has been initialied yet. Try to probe
385 /* probe the default keyboard */
/freebsd-10.0-release/usr.bin/compress/
H A Dzopen.c225 * secondary probe. Here, the modular division first probe is gives way
297 probe: if ((i -= disp) < 0)
305 goto probe;
/freebsd-10.0-release/contrib/traceroute/
H A Dtraceroute.c38 * internet host. We find out intermediate hops by launching probe
46 * round trip time of each probe. If the probe answers come from
50 * probe.
135 * icmp's) until we probe with a ttl that's at least twice the path
177 * of the "likely" range). To keep track of which probe is being
180 * port number before each probe.
294 /* Data section of the probe packet */
479 register int ttl, probe, i; local
618 * probe (
[all...]
/freebsd-10.0-release/sys/arm/s3c2xx0/
H A Duart_dev_s3c2410.c140 .probe = s3c2410_probe,
/freebsd-10.0-release/sys/dev/terasic/mtl/
H A Dterasic_mtl_syscons.c454 .probe = terasic_mtl_vidsw_probe,
/freebsd-10.0-release/sys/dev/uart/
H A Duart_dev_pl011.c107 .probe = uart_pl011_probe,
H A Duart_dev_imx.c61 .probe = imx_uart_probe,
H A Duart_dev_quicc.c153 .probe = quicc_probe,
H A Duart_dev_sab82532.c180 .probe = sab82532_probe,
/freebsd-10.0-release/sys/mips/adm5120/
H A Duart_dev_adm5120.c63 .probe = adm5120_uart_probe,
/freebsd-10.0-release/sys/dev/ath/ath_hal/
H A Dah.c42 const char *name = (*pchip)->probe(vendorid, devid);
67 if (chip->probe(ATHEROS_VENDOR_ID, devid) == AH_NULL)
172 if (rf->probe(ah))
/freebsd-10.0-release/sys/arm/versatile/
H A Dpl050.c148 /* early keyboard probe, not supported */
561 .probe = &kmi_probe,
/freebsd-10.0-release/sys/arm/xilinx/
H A Duart_dev_cdnc.c162 .probe = cdnc_uart_probe,
/freebsd-10.0-release/sys/dev/fb/
H A Ds3_pci.c157 return (*prevvidsw->probe)(unit, adpp, arg, flags);
/freebsd-10.0-release/sys/dev/usb/net/
H A Duhso.c443 int (*probe)(struct usb_device *, int));
885 int (*probe)(struct usb_device *, int))
890 UHSO_DPRINTF(1, "Probing for interface %d, probe_func=%p\n", index, probe);
892 type = probe(sc->sc_udev, index);
/freebsd-10.0-release/sys/mips/rt305x/
H A Duart_dev_rt305x.c67 .probe = rt305x_uart_probe,
/freebsd-10.0-release/sys/dev/atkbdc/
H A Datkbd.c81 error = (*sw->probe)(device_get_unit(dev), args, flags);
104 error = (*sw->probe)(unit, args, flags);
273 * Almost nothing in the kernel has been initialied yet. Try to probe
304 /* probe the default keyboard */
/freebsd-10.0-release/sys/dev/kbdmux/
H A Dkbdmux.c345 .probe = kbdmux_probe,
1340 if ((error = (*sw->probe)(0, NULL, 0)) != 0 ||
/freebsd-10.0-release/sys/dev/vkbd/
H A Dvkbd.c209 if ((error = (*sw->probe)(unit, NULL, 0)) != 0 ||
564 .probe = vkbd_probe,
/freebsd-10.0-release/sys/geom/part/
H A Dg_part.c604 int pri, probe; local
624 probe = G_PART_PROBE(table, cp);
625 if (probe <= 0 && probe > pri) {
626 pri = probe;
/freebsd-10.0-release/contrib/gcc/cp/
H A Dtypeck.c832 tree probe;
854 for (probe = base; probe != NULL_TREE; probe = TREE_CHAIN (probe))
856 tree a = TREE_VALUE (probe);
861 if (probe == base && exact)
862 base = TREE_CHAIN (probe);
867 if (probe == NULL_TREE)
830 tree probe; local
/freebsd-10.0-release/lib/libpmc/
H A Dlibpmc.c1153 /* nb probe result */
1155 __K8MASK(probe-miss, 0),
1156 __K8MASK(probe-hit, 1),
1157 __K8MASK(probe-hit-dirty-no-memory-cancel, 2),
1158 __K8MASK(probe-hit-dirty-with-memory-cancel, 3),
/freebsd-10.0-release/sys/arm/at91/
H A Duart_dev_at91usart.c224 .probe = at91_usart_probe,
/freebsd-10.0-release/sys/arm/ti/am335x/
H A Dam335x_lcd_syscons.c161 .probe = am335x_syscons_probe,

Completed in 323 milliseconds

1234567