Searched refs:probe (Results 26 - 50 of 290) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/mtd/chips/
H A Dmap_absent.c9 * registration of MTD device nodes regardless of probe outcome.
39 probe: map_absent_probe,
H A Dmap_rom.c24 probe: map_rom_probe,
H A Dmap_ram.c26 probe: map_ram_probe,
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Di2c-proc.h89 probe: insmod parameter. Initialize this list with SENSORS_I2C_END values.
114 probe: insmod parameter. Initialize this list with SENSORS_I2C_END values.
128 'probe', but not the 'force' lists.
134 This parameter overrules 'normal' and 'probe', but not the 'force' lists.
143 unsigned short *probe; member in struct:i2c_address_data
202 SENSORS_MODULE_PARM(probe, \
215 probe, probe_range, \
H A Di2c.h292 unsigned short *probe; member in struct:i2c_client_address_data
534 I2C_CLIENT_MODULE_PARM(probe, \
549 probe, probe_range, \
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Di2c-proc.h89 probe: insmod parameter. Initialize this list with SENSORS_I2C_END values.
114 probe: insmod parameter. Initialize this list with SENSORS_I2C_END values.
128 'probe', but not the 'force' lists.
134 This parameter overrules 'normal' and 'probe', but not the 'force' lists.
143 unsigned short *probe; member in struct:i2c_address_data
202 SENSORS_MODULE_PARM(probe, \
215 probe, probe_range, \
H A Di2c.h292 unsigned short *probe; member in struct:i2c_client_address_data
534 I2C_CLIENT_MODULE_PARM(probe, \
549 probe, probe_range, \
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ide/
H A Dqd65xx.c8 * Version 0.03 Cleaned auto-tune, added probe
325 printk(KERN_ERR "Outch ! the probe for qd65xx isn't reliable !\n");
335 * probe:
341 int __init probe (int base) function
450 * called at the very beginning of initialization ; should just probe and link
455 if (probe(0x30)) probe(0xb0);
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/blkid/
H A DMakefile237 OBJS= cache.o dev.o devname.o devno.o getsize.o llseek.o probe.o \
241 $(srcdir)/getsize.c $(srcdir)/llseek.c $(srcdir)/probe.c \
329 tst_probe: $(srcdir)/probe.c $(DEPLIBS_BLKID)
331 @$(CC) -o tst_probe -DTEST_PROGRAM $(srcdir)/probe.c $(LIBS_BLKID) $(ALL_CFLAGS)
444 probe.o: $(srcdir)/probe.c $(srcdir)/blkidP.h $(srcdir)/blkid.h \
446 $(top_srcdir)/lib/uuid/uuid.h $(srcdir)/probe.h
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/parisc/kernel/
H A Dccio-rm-dma.c178 probe: ccio_probe,
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/matrox/
H A Dmatroxfb_g450.c130 probe: matroxfb_g450_probe,
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/gsc/
H A Dasp.c130 probe: asp_init_chip,
H A Dwax.c141 probe: wax_init_chip,
H A Dlasi.c238 probe: lasi_init_chip,
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A DSpace.c12 /* A unified ethernet device probe. This is the easiest way to have every
92 int (*probe)(struct net_device *dev); member in struct:devprobe
97 * probe_list walks a list of probe functions and calls each so long
100 * autoprobe (i.e. a probe that fails to find a card when autoprobing
111 while (p->probe != NULL) {
112 if (base_addr && p->probe(dev) == 0) { /* probe given addr */
120 p->status = p->probe(dev); /* no, try autoprobe */
137 * that also probe for EISA cards (in the PCI group) and there are ISA
138 * drivers that probe fo
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-parisc/
H A Dhardware.h72 int (*probe) (struct parisc_device *dev); /* New device discovered */ member in struct:parisc_driver
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-parisc/
H A Dhardware.h72 int (*probe) (struct parisc_device *dev); /* New device discovered */ member in struct:parisc_driver
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dtraceroute.c182 * format of a (udp) probe packet.
214 static u_short port = 32768+666; /* start udp dest port # for probe packets */
306 * waiting for a reply since sending out a probe. Note
445 int ch, i, on, probe, seq, tos, ttl; local
485 * probe (e.g., on a multi-homed host).
592 for (probe = 0; probe < nprobes; ++probe) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/kernel/
H A DMakefile17 obj-y += branch.o cpu-probe.o irq.o process.o signal.o entry.o \
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/vr41xx/common/
H A Dvrc4173.c254 probe: vrc4173_probe,
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/i2c/
H A Di2c-proc.c656 /* Forget it if we can't probe using SMBUS_QUICK */
746 probe entries */
816 !found && (address_data->probe[i] != SENSORS_I2C_END);
818 if (((adapter_id == address_data->probe[i]) ||
820 probe[i] == SENSORS_ANY_I2C_BUS) & !is_isa))
821 && (addr == address_data->probe[i + 1])) {
824 ("i2c-proc.o: found probe parameter for adapter %d, "
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/hisax/
H A Dst5481_init.c180 probe: probe_st5481,
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/media/video/
H A Dc-qcam.c7 * parport=auto -- probe all parports (default)
11 * probe=0 -- do no probing, assume camera is present
12 * probe=1 -- use IEEE-1284 autoprobe data only (default)
13 * probe=2 -- probe aggressively for cameras
70 static int probe = 2; variable
191 /* The probe routine below is not very reliable. The IEEE-1284
192 probe takes precedence. */
197 printk(KERN_DEBUG "QuickCam: Found by IEEE1284 probe.\n");
201 if (probe <
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/arcnet/
H A Dcom20020-pci.c163 probe: com20020pci_probe,
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/dev/
H A Ddev_flash.c134 flash_probe_t flashdrv_probe; /* data from probe */
561 * private probe structure.
797 * Set up some defaults based on the probe data
915 * Device probe routine. Attach the flash device to
933 flash_probe_t *probe; local
936 probe = (flash_probe_t *) probe_ptr;
948 if (probe) {
949 /* Passed probe structure, do fancy stuff */
950 memcpy(&(softc->flashdrv_probe),probe,sizeof(flash_probe_t));
957 /* Didn't pass probe structur
[all...]

Completed in 856 milliseconds

1234567891011>>