Searched refs:probe (Results 151 - 175 of 290) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/bluetooth/
H A Dhci_usb.c774 probe: hci_usb_probe,
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sound/
H A Dbtaudio.c1083 probe: btaudio_probe,
H A Dharmony.c1267 probe: harmony_driver_callback,
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sound/emu10k1/
H A Dmain.c241 printk(KERN_ERR "emu10k1: unable to probe AC97 codec\n");
1147 probe: emu10k1_probe,
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A DCDCEther.c1112 // Used by driver's probe routine ////////////////////////////////////////////
1180 // Used by driver's probe routine ////////////////////////////////////////////
1244 // Module's probe routine ////////////////////////////////////////////////////
1374 // (Whichever happens first assuming the driver suceeded at its probe) ///////
1426 probe: CDCEther_probe,
H A Daiptek.c1331 probe:aiptek_probe,
H A Dbluetooth.c238 .probe = usb_bluetooth_probe,
H A Dbrlvger.c246 probe: brlvger_probe,
H A Dcatc.c766 * USB probe, disconnect.
933 probe: catc_probe,
H A Ddabusb.c730 dbg("dabusb: probe: vendor id 0x%x, device id 0x%x ifnum:%d",
803 probe: dabusb_probe,
H A Dhiddev.c760 * the sense that it doesn't probe at the USB level. Instead it waits to
768 * At that point the probe routine and hiddev_driver struct below will no
785 probe: hiddev_usbd_probe,
H A Dhub.c949 probe: hub_probe,
1071 * disconnect() and probe() for other interfaces you doesn't claim. This
H A Dkaweth.c176 .probe = kaweth_probe,
1048 kaweth_dbg("Kaweth probe returning.");
H A Dkonicawc.c886 cbTbl.probe = konicawc_probe;
H A Drtl8150.c118 probe: rtl8150_probe,
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/host/
H A Dehci-hcd.c1113 .probe = usb_hcd_pci_probe,
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/pcmcia/
H A Dxircom_cb.c155 probe: xircom_probe,
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Drcpci45.c267 probe: rcpci45_init_one,
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/mtd/chips/
H A Dcfi_cmdset_0002.c46 probe: NULL, /* Not usable directly */
H A Dcfi_cmdset_0701.c44 probe: NULL, /* Not usable directly */
H A Djedec.c57 probe: jedec_probe,
466 more flashes have a truncated address space the probe test will still
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/irda/
H A Dirda-usb.c1424 /* Note : the probe make sure to call us only for devices that
1574 probe: irda_usb_probe,
H A Dvlsi_ir.c1254 probe: vlsi_irda_probe,
/asus-wl-520gu-7.0.1.45/src/et/sys/
H A Det_linux.c359 probe: et_probe,
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/usb.2.4.25/
H A Dusb.h328 * With a device table provide bind() instead of probe(). Then the
407 * @probe: Called to see if the driver is willing to manage a particular
408 * interface on a device. The probe routine returns a handle that
412 * If the probe() routine needs to access the interface
417 * handle passed is what was returned by probe(), or was provided
429 * say that probe() should be called for any unclaimed interface.
431 * USB drivers must provide a name, probe() and disconnect() methods,
437 * The probe() and disconnect() methods are called in a context where
450 void *(*probe)( member in struct:usb_driver

Completed in 297 milliseconds

1234567891011>>