/linux-4.1.27/Documentation/usb/ |
D | callbacks.txt | 37 * @post_reset: Called after the device has been reset 101 restore. No more URBs may be submitted until the post_reset method 107 post_reset 110 int (*post_reset)(struct usb_interface *intf); 129 called at any time except in between pre_reset and post_reset. 130 pre_reset is always followed by post_reset, even if the reset
|
D | power-management.txt | 478 disconnect, pre_reset, and post_reset; the USB core guarantees that
|
/linux-4.1.27/drivers/uwb/ |
D | umc-bus.c | 39 if (umc_drv->post_reset) in umc_bus_post_reset_helper() 40 ret = umc_drv->post_reset(umc); in umc_bus_post_reset_helper()
|
D | whc-rc.c | 464 .post_reset = whcrc_post_reset,
|
D | hwa-rc.c | 935 .post_reset = hwarc_post_reset,
|
/linux-4.1.27/include/linux/uwb/ |
D | umc.h | 91 int (*post_reset)(struct umc_dev *); member
|
/linux-4.1.27/drivers/message/fusion/ |
D | mptscsih.h | 130 extern int mptscsih_ioc_reset(MPT_ADAPTER *ioc, int post_reset);
|
D | mptscsih.c | 100 int mptscsih_ioc_reset(MPT_ADAPTER *ioc, int post_reset);
|
/linux-4.1.27/drivers/net/usb/ |
D | cdc_subset.c | 359 .post_reset = dummy_postreset,
|
/linux-4.1.27/drivers/usb/storage/ |
D | karma.c | 230 .post_reset = usb_stor_post_reset,
|
D | cypress_atacb.c | 283 .post_reset = usb_stor_post_reset,
|
D | onetouch.c | 311 .post_reset = usb_stor_post_reset,
|
D | freecom.c | 554 .post_reset = usb_stor_post_reset,
|
D | jumpshot.c | 678 .post_reset = usb_stor_post_reset,
|
D | datafab.c | 752 .post_reset = usb_stor_post_reset,
|
D | sddr55.c | 1000 .post_reset = usb_stor_post_reset,
|
D | usb.c | 1137 .post_reset = usb_stor_post_reset,
|
D | realtek_cr.c | 1066 .post_reset = usb_stor_post_reset,
|
D | alauda.c | 1263 .post_reset = usb_stor_post_reset,
|
D | isd200.c | 1566 .post_reset = usb_stor_post_reset,
|
D | uas.c | 1158 .post_reset = uas_post_reset,
|
D | shuttle_usbat.c | 1868 .post_reset = usb_stor_post_reset,
|
D | sddr09.c | 1776 .post_reset = usb_stor_post_reset,
|
D | ene_ub6250.c | 2414 .post_reset = usb_stor_post_reset,
|
/linux-4.1.27/drivers/usb/ |
D | usb-skeleton.c | 657 .post_reset = skel_post_reset,
|
/linux-4.1.27/drivers/input/mouse/ |
D | synaptics_usb.c | 551 .post_reset = synusb_post_reset,
|
/linux-4.1.27/drivers/net/wireless/zd1211rw/ |
D | zd_usb.c | 1516 static int post_reset(struct usb_interface *intf) in post_reset() function 1541 .post_reset = post_reset,
|
/linux-4.1.27/drivers/net/wimax/i2400m/ |
D | usb.c | 790 .post_reset = i2400mu_post_reset,
|
/linux-4.1.27/drivers/media/usb/gspca/ |
D | se401.c | 736 .post_reset = sd_post_reset,
|
/linux-4.1.27/drivers/mfd/ |
D | rtsx_usb.c | 781 .post_reset = rtsx_usb_post_reset,
|
/linux-4.1.27/drivers/input/misc/ |
D | cm109.c | 861 .post_reset = cm109_usb_post_reset,
|
D | ati_remote2.c | 229 .post_reset = ati_remote2_post_reset,
|
/linux-4.1.27/drivers/isdn/gigaset/ |
D | usb-gigaset.c | 126 .post_reset = gigaset_resume,
|
D | bas-gigaset.c | 150 .post_reset = gigaset_post_reset,
|
/linux-4.1.27/include/linux/ |
D | usb.h | 1097 int (*post_reset)(struct usb_interface *intf); member
|
/linux-4.1.27/drivers/usb/atm/ |
D | speedtch.c | 752 .post_reset = speedtch_post_reset,
|
/linux-4.1.27/drivers/usb/core/ |
D | hub.c | 5145 .post_reset = hub_post_reset, 5528 if (drv->pre_reset && drv->post_reset) in usb_reset_device() 5551 if (drv->post_reset) in usb_reset_device() 5552 rebind = (drv->post_reset)(cintf); in usb_reset_device()
|
/linux-4.1.27/drivers/usb/class/ |
D | cdc-wdm.c | 1106 .post_reset = wdm_post_reset,
|
/linux-4.1.27/drivers/net/wireless/p54/ |
D | p54usb.c | 1139 .post_reset = p54u_post_reset,
|
/linux-4.1.27/drivers/hid/usbhid/ |
D | hid-core.c | 1620 .post_reset = hid_post_reset,
|
/linux-4.1.27/drivers/mmc/host/ |
D | vub300.c | 2427 .post_reset = vub300_post_reset,
|