| /linux/Documentation/driver-api/usb/ |
| H A D | callbacks.rst | 51 - @post_reset: 124 restore. No more URBs may be submitted until the post_reset method 130 post_reset section in Device level callbacks 135 int (*post_reset)(struct usb_interface *intf); 154 called at any time except in between pre_reset and post_reset. 155 pre_reset is always followed by post_reset, even if the reset
|
| H A D | writing_usb_driver.rst | 63 .post_reset = skel_post_reset,
|
| /linux/drivers/net/usb/ |
| H A D | cdc_subset.c | 347 .post_reset = dummy_postreset,
|
| /linux/drivers/gpu/drm/amd/amdkfd/ |
| H A D | kfd_smi_events.c | 218 void kfd_smi_event_update_gpu_reset(struct kfd_node *dev, bool post_reset, in kfd_smi_event_update_gpu_reset() argument 224 if (post_reset) { in kfd_smi_event_update_gpu_reset()
|
| /linux/drivers/usb/storage/ |
| H A D | karma.c | 228 .post_reset = usb_stor_post_reset,
|
| H A D | cypress_atacb.c | 280 .post_reset = usb_stor_post_reset,
|
| H A D | onetouch.c | 301 .post_reset = usb_stor_post_reset,
|
| H A D | freecom.c | 571 .post_reset = usb_stor_post_reset,
|
| H A D | sddr55.c | 1015 .post_reset = usb_stor_post_reset,
|
| H A D | isd200.c | 1580 .post_reset = usb_stor_post_reset,
|
| H A D | uas.c | 1266 .post_reset = uas_post_reset,
|
| /linux/drivers/net/wireless/purelifi/plfxlc/ |
| H A D | usb.c | 791 static int post_reset(struct usb_interface *intf) in post_reset() function 860 .post_reset = post_reset,
|
| /linux/drivers/input/joystick/ |
| H A D | pxrc.c | 267 .post_reset = pxrc_post_reset,
|
| /linux/drivers/usb/ |
| H A D | usb-skeleton.c | 638 .post_reset = skel_post_reset,
|
| /linux/drivers/input/mouse/ |
| H A D | synaptics_usb.c | 554 .post_reset = synusb_post_reset,
|
| /linux/drivers/net/wireless/zydas/zd1211rw/ |
| H A D | zd_usb.c | 1509 static int post_reset(struct usb_interface *intf) in post_reset() function 1534 .post_reset = post_reset,
|
| /linux/drivers/media/usb/gspca/ |
| H A D | se401.c | 727 .post_reset = sd_post_reset,
|
| /linux/drivers/input/misc/ |
| H A D | cm109.c | 877 .post_reset = cm109_usb_post_reset,
|
| H A D | ati_remote2.c | 996 .post_reset = ati_remote2_post_reset,
|
| /linux/drivers/usb/atm/ |
| H A D | speedtch.c | 744 .post_reset = speedtch_post_reset,
|
| /linux/drivers/net/wireless/intersil/p54/ |
| H A D | p54usb.c | 1130 .post_reset = p54u_post_reset,
|
| /linux/drivers/usb/core/ |
| H A D | hub.c | 6061 .post_reset = hub_post_reset, 6398 if (drv->pre_reset && drv->post_reset) in usb_reset_device() 6421 if (drv->post_reset) in usb_reset_device() 6422 rebind = (drv->post_reset)(cintf); in usb_reset_device()
|
| /linux/drivers/usb/class/ |
| H A D | cdc-wdm.c | 1368 .post_reset = wdm_post_reset,
|
| /linux/drivers/gpib/lpvo_usb_gpib/ |
| H A D | lpvo_usb_gpib.c | 2020 .post_reset = skel_post_reset,
|
| /linux/drivers/hid/usbhid/ |
| H A D | hid-core.c | 1693 .post_reset = hid_post_reset,
|