Searched refs:usb_reset_device (Results 1 - 43 of 43) sorted by relevance

/linux-4.1.27/drivers/media/usb/gspca/
H A Dse401.c230 usb_reset_device(gspca_dev->dev); sd_config()
347 usb_reset_device(gspca_dev->dev); sd_start()
/linux-4.1.27/drivers/net/usb/
H A Dcdc_subset.c98 usb_reset_device(udev); m5632_recover()
H A Dr8152.c3972 usb_reset_device(udev); rtl8152_probe()
/linux-4.1.27/drivers/usb/usbip/
H A Dstub_dev.c232 ret = usb_reset_device(udev); stub_device_reset()
H A Dstub_rx.c177 usb_reset_device(sdev->udev); tweak_reset_device_cmd()
/linux-4.1.27/drivers/usb/serial/
H A Dgarmin_gps.c847 dev_dbg(&port->dev, "%s - usb_reset_device\n", __func__); process_resetdev_request()
848 status = usb_reset_device(port->serial->dev); process_resetdev_request()
850 dev_dbg(&port->dev, "%s - usb_reset_device failed: %d\n", process_resetdev_request()
H A Dti_usb_3410_5052.c328 usb_reset_device(dev); ti_startup()
/linux-4.1.27/drivers/net/wireless/zd1211rw/
H A Dzd_usb.c1379 r = usb_reset_device(udev); probe()
1413 usb_reset_device(interface_to_usbdev(intf)); probe()
1449 usb_reset_device(interface_to_usbdev(intf)); disconnect()
/linux-4.1.27/drivers/staging/rtl8712/
H A Dusb_intf.c633 usb_reset_device(udev); r871xu_dev_remove()
/linux-4.1.27/drivers/staging/rtl8723au/os_dep/
H A Dusb_intf.c201 usb_reset_device(interface_to_usbdev(usb_intf)); usb_dvobj_deinit()
/linux-4.1.27/drivers/staging/rtl8188eu/os_dep/
H A Dusb_intf.c156 usb_reset_device(interface_to_usbdev(usb_intf)); usb_dvobj_deinit()
/linux-4.1.27/drivers/uwb/i1480/dfu/
H A Dusb.c403 usb_reset_device(i1480_usb->usb_dev); i1480_usb_probe()
/linux-4.1.27/sound/usb/caiaq/
H A Ddevice.c558 usb_reset_device(interface_to_usbdev(intf)); snd_disconnect()
/linux-4.1.27/drivers/usb/core/
H A Dhub.c4988 usb_reset_device(udev);
5047 ret = usb_reset_device(hdev); hub_event()
5281 * Use usb_reset_device() instead.
5297 * taken by usb_reset_device(). For example, it's safe to use
5298 * usb_reset_device() from a driver probe() routine after downloading
5462 * usb_reset_device - warn interface drivers and perform a USB port reset
5482 int usb_reset_device(struct usb_device *udev) usb_reset_device() function
5567 EXPORT_SYMBOL_GPL(usb_reset_device); variable
5575 * context, where usb_reset_device() won't work (as it blocks).
5578 * usb_reset_device(), except for the fact that it is delayed to a
5595 * .disconnect(), call usb_reset_device() directly -- but watch out
H A Ddevio.c1217 return usb_reset_device(ps->dev); proc_resetdevice()
H A Dmessage.c1641 usb_reset_device(udev); __usb_queue_reset_device()
/linux-4.1.27/drivers/net/wimax/i2400m/
H A Dusb.c64 * usb_reset_device()
306 result = usb_reset_device(i2400mu->usb_dev); i2400mu_bus_reset()
/linux-4.1.27/drivers/usb/storage/
H A Duas.c742 err = usb_reset_device(udev); uas_eh_bus_reset_handler()
1150 usb_reset_device(udev); uas_shutdown()
H A Dtransport.c1378 result = usb_reset_device(us->pusb_dev); usb_stor_port_reset()
1379 usb_stor_dbg(us, "usb_reset_device returns %d\n", usb_stor_port_reset()
/linux-4.1.27/drivers/uwb/
H A Dhwa-rc.c616 /* device lock must be held when calling usb_reset_device. */ hwarc_reset()
619 result = usb_reset_device(hwarc->usb_dev); hwarc_reset()
/linux-4.1.27/drivers/net/wireless/libertas_tf/
H A Dif_usb.c361 ret = usb_reset_device(cardp->udev); if_usb_reset_device()
/linux-4.1.27/drivers/net/wireless/rt2x00/
H A Drt2x00usb.c790 usb_reset_device(usb_dev); rt2x00usb_probe()
/linux-4.1.27/drivers/staging/vt6656/
H A Dmain_usb.c415 status = usb_reset_device(priv->usb); usb_device_reset()
/linux-4.1.27/drivers/usb/image/
H A Dmicrotek.c357 result = usb_reset_device(desc->usb_dev); mts_scsi_host_reset()
/linux-4.1.27/include/linux/
H A Dusb.h645 extern int usb_reset_device(struct usb_device *dev);
1044 * @pre_reset: Called by usb_reset_device() when the device is about to be
1048 * @post_reset: Called by usb_reset_device() after the device
/linux-4.1.27/drivers/net/wireless/libertas/
H A Dif_usb.c401 ret = usb_reset_device(cardp->udev); if_usb_reset_device()
/linux-4.1.27/drivers/net/wireless/mwifiex/
H A Dusb.c441 usb_reset_device(udev); mwifiex_usb_probe()
/linux-4.1.27/drivers/net/wireless/p54/
H A Dp54usb.c465 ret = usb_reset_device(priv->udev); p54u_device_reset()
/linux-4.1.27/drivers/net/wireless/ath/carl9170/
H A Dusb.c1047 err = usb_reset_device(interface_to_usbdev(intf)); carl9170_usb_probe()
/linux-4.1.27/drivers/usb/atm/
H A Dspeedtch.c904 if ((ret = usb_reset_device(usb_dev)) < 0) { speedtch_bind()
H A Dueagle-atm.c2652 usb_reset_device(usb); uea_probe()
/linux-4.1.27/sound/usb/
H A Dquirks.c753 usb_reset_device(dev); snd_usb_nativeinstruments_boot_quirk()
/linux-4.1.27/drivers/net/wireless/rtl818x/rtl8187/
H A Ddev.c1670 usb_reset_device(priv->udev); rtl8187_disconnect()
/linux-4.1.27/drivers/usb/host/
H A Dehci-q.c1044 /* usb_reset_device() briefly reverts to address 0 */ qh_append_tds()
H A Doxu210hp-hcd.c1566 /* usb_reset_device() briefly reverts to address 0 */ qh_append_tds()
H A Dfotg210-hcd.c3103 /* usb_reset_device() briefly reverts to address 0 */ qh_append_tds()
H A Dfusbh200-hcd.c3051 /* usb_reset_device() briefly reverts to address 0 */ qh_append_tds()
/linux-4.1.27/drivers/mmc/host/
H A Dvub300.c1616 result = usb_reset_device(vub300->udev); __vub300_command_response()
/linux-4.1.27/drivers/net/wireless/
H A Dat76c50x-usb.c1348 usb_reset_device(udev); at76_load_internal_fw()
/linux-4.1.27/drivers/media/usb/s2255/
H A Ds2255drv.c2327 usb_reset_device(dev->udev); s2255_probe()
/linux-4.1.27/drivers/staging/wlan-ng/
H A Dhfa384x_usb.c1199 result = usb_reset_device(hw->usb); hfa384x_corereset()
1201 netdev_err(hw->wlandev->netdev, "usb_reset_device() failed, result=%d.\n", hfa384x_corereset()
/linux-4.1.27/drivers/isdn/gigaset/
H A Dbas-gigaset.c630 rc = usb_reset_device(ucs->udev); int_in_work()
/linux-4.1.27/drivers/media/usb/pvrusb2/
H A Dpvrusb2-hdw.c3970 ret = usb_reset_device(hdw->usb_dev); pvr2_hdw_device_reset()

Completed in 1224 milliseconds