Searched refs:pre_reset (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/
H A Dide-iops.c1039 static void pre_reset(ide_drive_t *drive) function
1058 if (HWIF(drive)->pre_reset != NULL)
1059 HWIF(drive)->pre_reset(drive);
1098 pre_reset(drive);
1115 pre_reset(&hwif->drives[unit]);
H A Dide.c459 hwif->pre_reset = tmp_hwif->pre_reset;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/pci/
H A Dsgiioc4.c592 hwif->pre_reset = NULL; /* No HBA specific pre_set needed */
H A Dsiimage.c948 hwif->pre_reset = &siimage_pre_reset;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dusb.h798 * @pre_reset: Called by usb_reset_composite_device() when the device
842 void (*pre_reset) (struct usb_interface *intf); member in struct:usb_driver
H A Dide.h701 void (*pre_reset)(ide_drive_t *); member in struct:hwif_s
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/core/
H A Dhub.c2834 .pre_reset = hub_pre_reset,
3033 * Warns all drivers bound to registered interfaces (using their pre_reset
3044 * The interface locks are acquired during the pre_reset stage and released
3080 if (drv->pre_reset)
3081 (drv->pre_reset)(cintf);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/storage/
H A Dusb.c1072 .pre_reset = storage_pre_reset,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hid/usbhid/
H A Dhid-core.c1095 .pre_reset = hid_pre_reset,

Completed in 386 milliseconds