Searched refs:probe (Results 1 - 25 of 2948) sorted by relevance

1234567891011>>

/drivers/video/via/
H A Dvia_aux_ch7301.c31 static void probe(struct via_aux_bus *bus, u8 addr) function
48 probe(bus, 0x75);
49 probe(bus, 0x76);
H A Dvia_aux_vt1622.c31 static void probe(struct via_aux_bus *bus, u8 addr) function
48 probe(bus, 0x20);
49 probe(bus, 0x21);
H A Dvia_aux_vt1625.c31 static void probe(struct via_aux_bus *bus, u8 addr) function
48 probe(bus, 0x20);
49 probe(bus, 0x21);
H A Dvia_aux_sii164.c31 static void probe(struct via_aux_bus *bus, u8 addr) function
53 probe(bus, i);
H A Dvia_aux_vt1632.c31 static void probe(struct via_aux_bus *bus, u8 addr) function
53 probe(bus, i);
/drivers/tty/serial/
H A Dm32r_sio.h27 int m32r_sio_register_probe(struct m32r_sio_probe *probe);
28 void m32r_sio_unregister_probe(struct m32r_sio_probe *probe);
/drivers/base/
H A Dmap.c20 struct probe { struct in struct:kobj_map
21 struct probe *next;
33 struct module *module, kobj_probe_t *probe,
39 struct probe *p;
44 p = kmalloc(sizeof(struct probe) * n, GFP_KERNEL);
51 p->get = probe;
59 struct probe **s = &domain->probes[index % 255];
74 struct probe *found = NULL;
81 struct probe **s;
83 struct probe *
32 kobj_map(struct kobj_map *domain, dev_t dev, unsigned long range, struct module *module, kobj_probe_t *probe, int (*lock)(dev_t, void *), void *data) argument
[all...]
/drivers/media/video/gspca/stv06xx/
H A Dstv06xx_st6422.h46 .probe = st6422_probe,
H A Dstv06xx_sensor.h61 int (*probe)(struct sd *sd); member in struct:stv06xx_sensor
/drivers/media/video/gspca/m5602/
H A Dm5602_sensor.h55 int (*probe)(struct sd *sd); member in struct:m5602_sensor
/drivers/dio/
H A Ddio-driver.c53 if (!d->driver && drv->probe) {
58 error = drv->probe(d, id);
129 .probe = dio_device_probe,
/drivers/gpu/drm/exynos/
H A Dexynos_ddc.c54 .probe = s5p_ddc_probe,
H A Dexynos_hdmiphy.c54 .probe = hdmiphy_probe,
/drivers/platform/x86/
H A Dasus-wmi.h63 int (*probe) (struct platform_device *device); member in struct:asus_wmi_driver
/drivers/usb/serial/
H A Dzio.c27 .probe = usb_serial_probe,
/drivers/ide/
H A Dide-4drives.c11 module_param_named(probe, probe_4drives, bool, 0);
12 MODULE_PARM_DESC(probe, "probe for generic IDE chipset with 4 drives/port");
/drivers/media/radio/
H A Dradio-isa.h59 bool (*probe)(struct radio_isa_card *isa, int io); member in struct:radio_isa_ops
84 /* Whether we should probe for possible cards */
85 bool probe; member in struct:radio_isa_driver
H A Dradio-gemtek.c59 static bool probe = CONFIG_RADIO_GEMTEK_PROBE; variable
65 module_param(probe, bool, 0444);
66 MODULE_PARM_DESC(probe, "Enable automatic device probing.");
278 .probe = gemtek_probe,
289 .probe = radio_isa_probe,
307 gemtek_driver.probe = probe;
/drivers/rapidio/
H A Drio-driver.c25 * Used from driver probe and bus matching to check whether a RIO device
54 * their probe() methods, when they bind to a device, and release
93 if (!rdev->driver && rdrv->probe) {
99 error = rdrv->probe(rdev, id);
203 .probe = rio_device_probe,
/drivers/uio/
H A Duio_pci_generic.c56 static int __devinit probe(struct pci_dev *pdev, function
119 .probe = probe,
/drivers/zorro/
H A Dzorro-driver.c49 if (!z->driver && drv->probe) {
54 error = drv->probe(z, id);
171 .probe = zorro_device_probe,
/drivers/media/video/gspca/gl860/
H A Dgl860.c310 /* This function is called at probe time */
379 /* This function is called at probe time after sd_config */
516 .probe = sd_probe,
620 u8 probe, nb26, nb96, nOV, ntry; local
626 ctrl_in(gspca_dev, 0xc0, 2, 0x0000, 0x0004, 1, &probe);
627 ctrl_in(gspca_dev, 0xc0, 2, 0x0000, 0x0004, 1, &probe);
653 ctrl_in(gspca_dev, 0xc0, 2, 0x7a00, 0x8030, 1, &probe);
654 PDEBUG(D_PROBE, "probe=0x%02x", probe);
655 if (probe
[all...]
/drivers/gpu/stub/
H A Dpoulsbo.c43 .probe = poulsbo_probe,
/drivers/leds/
H A Dleds-rb532.c52 .probe = rb532_led_probe,
/drivers/mtd/maps/
H A Dscx200_docflash.c26 static int probe = 0; /* Don't autoprobe */ variable
31 module_param(probe, int, 0);
32 MODULE_PARM_DESC(probe, "Probe for a BIOS mapping");
38 MODULE_PARM_DESC(flashtype, "Type of MTD probe to do");
96 if (probe) {

Completed in 2050 milliseconds

1234567891011>>