/linux-4.1.27/drivers/uwb/ |
H A D | umc-bus.c | 39 if (umc_drv->post_reset) umc_bus_post_reset_helper() 40 ret = umc_drv->post_reset(umc); umc_bus_post_reset_helper() 53 * post_reset methods will be called or the drivers will be rebound. 55 * Radio controllers must provide pre_reset and post_reset methods and
|
H A D | whc-rc.c | 464 .post_reset = whcrc_post_reset,
|
H A D | hwa-rc.c | 935 .post_reset = hwarc_post_reset,
|
/linux-4.1.27/drivers/usb/storage/ |
H A D | karma.c | 230 .post_reset = usb_stor_post_reset,
|
H A D | cypress_atacb.c | 283 .post_reset = usb_stor_post_reset,
|
H A D | onetouch.c | 311 .post_reset = usb_stor_post_reset,
|
H A D | freecom.c | 554 .post_reset = usb_stor_post_reset,
|
H A D | datafab.c | 752 .post_reset = usb_stor_post_reset,
|
H A D | jumpshot.c | 678 .post_reset = usb_stor_post_reset,
|
H A D | alauda.c | 1263 .post_reset = usb_stor_post_reset,
|
H A D | realtek_cr.c | 1066 .post_reset = usb_stor_post_reset,
|
H A D | sddr55.c | 1000 .post_reset = usb_stor_post_reset,
|
H A D | uas.c | 1158 .post_reset = uas_post_reset,
|
H A D | usb.c | 1137 .post_reset = usb_stor_post_reset,
|
H A D | isd200.c | 1566 .post_reset = usb_stor_post_reset,
|
H A D | sddr09.c | 1776 .post_reset = usb_stor_post_reset,
|
H A D | shuttle_usbat.c | 1868 .post_reset = usb_stor_post_reset,
|
H A D | ene_ub6250.c | 2414 .post_reset = usb_stor_post_reset,
|
/linux-4.1.27/drivers/message/fusion/ |
H A D | mptscsih.h | 130 extern int mptscsih_ioc_reset(MPT_ADAPTER *ioc, int post_reset);
|
H A D | mptscsih.c | 100 int mptscsih_ioc_reset(MPT_ADAPTER *ioc, int post_reset);
|
/linux-4.1.27/include/linux/uwb/ |
H A D | umc.h | 91 int (*post_reset)(struct umc_dev *); member in struct:umc_driver
|
/linux-4.1.27/arch/parisc/include/asm/ |
H A D | pci.h | 23 * post_reset is the time the kernel should stall to prevent anyone from
|
/linux-4.1.27/arch/parisc/kernel/ |
H A D | pci.c | 39 * post_reset is the time the kernel should stall to prevent anyone from
|
/linux-4.1.27/drivers/net/usb/ |
H A D | cdc_subset.c | 364 .post_reset = dummy_postreset,
|
H A D | qmi_wwan.c | 384 * NOTE: cdc-wdm also supports pre/post_reset, but we cannot provide
|
/linux-4.1.27/drivers/hid/usbhid/ |
H A D | hid-core.c | 1443 /* Same routine used for post_reset and reset_resume */ hid_post_reset() 1460 dbg_hid("couldn't allocate rdesc memory (post_reset)\n"); hid_post_reset() 1467 dbg_hid("reading report descriptor failed (post_reset)\n"); hid_post_reset() 1620 .post_reset = hid_post_reset,
|
/linux-4.1.27/drivers/net/wireless/zd1211rw/ |
H A D | zd_usb.c | 1516 static int post_reset(struct usb_interface *intf) post_reset() function 1541 .post_reset = post_reset,
|
/linux-4.1.27/drivers/input/mouse/ |
H A D | synaptics_usb.c | 551 .post_reset = synusb_post_reset,
|
/linux-4.1.27/drivers/usb/usbip/ |
H A D | stub_rx.c | 169 * With the implementation of pre_reset and post_reset the driver no tweak_reset_device_cmd()
|
/linux-4.1.27/drivers/usb/class/ |
H A D | cdc-wdm.c | 938 * disconnect, suspend, resume, pre_reset and post_reset methods from 1106 .post_reset = wdm_post_reset,
|
/linux-4.1.27/drivers/media/usb/gspca/ |
H A D | se401.c | 736 .post_reset = sd_post_reset,
|
/linux-4.1.27/drivers/mfd/ |
H A D | rtsx_usb.c | 781 .post_reset = rtsx_usb_post_reset,
|
/linux-4.1.27/drivers/input/misc/ |
H A D | ati_remote2.c | 229 .post_reset = ati_remote2_post_reset,
|
H A D | cm109.c | 861 .post_reset = cm109_usb_post_reset,
|
/linux-4.1.27/drivers/usb/ |
H A D | usb-skeleton.c | 657 .post_reset = skel_post_reset,
|
/linux-4.1.27/include/linux/ |
H A D | usb.h | 1047 * post_reset method is called. 1048 * @post_reset: Called by usb_reset_device() after the device 1097 int (*post_reset)(struct usb_interface *intf); member in struct:usb_driver
|
/linux-4.1.27/drivers/usb/core/ |
H A D | hub.c | 5145 .post_reset = hub_post_reset, 5467 * the reset is over (using their post_reset method). 5479 * if the driver doesn't have pre_reset and post_reset methods then 5528 if (drv->pre_reset && drv->post_reset) usb_reset_device() 5551 if (drv->post_reset) usb_reset_device() 5552 rebind = (drv->post_reset)(cintf); usb_reset_device()
|
H A D | driver.c | 1005 * it doesn't support pre_reset/post_reset/reset_resume or
|
/linux-4.1.27/drivers/isdn/gigaset/ |
H A D | usb-gigaset.c | 126 .post_reset = gigaset_resume,
|
H A D | bas-gigaset.c | 150 .post_reset = gigaset_post_reset,
|
/linux-4.1.27/drivers/net/wimax/i2400m/ |
H A D | driver.c | 513 * post_reset can restore properly */ i2400m_pre_reset()
|
H A D | usb.c | 790 .post_reset = i2400mu_post_reset,
|
H A D | i2400m.h | 554 * by either dev_reset_handle() or .pre_reset/.post_reset as long as
|
/linux-4.1.27/drivers/net/wireless/p54/ |
H A D | p54usb.c | 1139 .post_reset = p54u_post_reset,
|
/linux-4.1.27/drivers/usb/atm/ |
H A D | speedtch.c | 752 .post_reset = speedtch_post_reset,
|
/linux-4.1.27/drivers/mmc/host/ |
H A D | vub300.c | 2427 .post_reset = vub300_post_reset,
|