Home
last modified time | relevance | path

Searched refs:reset_hardware (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/usb/core/
Dusb.h19 bool reset_hardware);
21 struct usb_interface *intf, bool reset_hardware);
Dmessage.c1059 bool reset_hardware) in usb_disable_endpoint() argument
1069 if (reset_hardware) in usb_disable_endpoint()
1073 if (reset_hardware) in usb_disable_endpoint()
1079 if (reset_hardware) in usb_disable_endpoint()
1118 bool reset_hardware) in usb_disable_interface() argument
1126 reset_hardware); in usb_disable_interface()
/linux-3.4.99/drivers/scsi/
Din2000.c1602 static int reset_hardware(struct Scsi_Host *instance, int type) in reset_hardware() function
1657 reset_hardware(instance, RESET_CARD_AND_BUS); in in2000_bus_reset()
2095 …x = reset_hardware(instance, (hostdata->args & A_NO_SCSI_RESET) ? RESET_CARD : RESET_CARD_AND_BUS); in in2000_detect()