Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/core/
Dusb.h23 bool reset_hardware);
25 struct usb_interface *intf, bool reset_hardware);
Dmessage.c1064 bool reset_hardware) in usb_disable_endpoint() argument
1074 if (reset_hardware) in usb_disable_endpoint()
1078 if (reset_hardware) in usb_disable_endpoint()
1084 if (reset_hardware) in usb_disable_endpoint()
1123 bool reset_hardware) in usb_disable_interface() argument
1131 reset_hardware); in usb_disable_interface()
/linux-4.4.14/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()