| /linux-6.15/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
|
| /linux-6.15/drivers/gpu/drm/amd/amdkfd/ |
| H A D | kfd_smi_events.h | 33 void kfd_smi_event_update_gpu_reset(struct kfd_node *dev, bool post_reset,
|
| H A D | kfd_smi_events.c | 219 void kfd_smi_event_update_gpu_reset(struct kfd_node *dev, bool post_reset, in kfd_smi_event_update_gpu_reset() argument 225 if (post_reset) { in kfd_smi_event_update_gpu_reset()
|
| /linux-6.15/drivers/message/fusion/ |
| H A D | mptscsih.h | 131 extern int mptscsih_ioc_reset(MPT_ADAPTER *ioc, int post_reset);
|
| /linux-6.15/drivers/net/usb/ |
| H A D | cdc_subset.c | 347 .post_reset = dummy_postreset,
|
| /linux-6.15/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_sdma.h | 108 int (*post_reset)(struct amdgpu_device *adev, uint32_t instance_id); member
|
| H A D | amdgpu_sdma.c | 622 if (funcs->post_reset) { in amdgpu_sdma_reset_engine() 623 ret = funcs->post_reset(adev, instance_id); in amdgpu_sdma_reset_engine()
|
| /linux-6.15/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 | jumpshot.c | 677 .post_reset = usb_stor_post_reset,
|
| H A D | datafab.c | 751 .post_reset = usb_stor_post_reset,
|
| H A D | sddr55.c | 1009 .post_reset = usb_stor_post_reset,
|
| H A D | usb.c | 1244 .post_reset = usb_stor_post_reset,
|
| /linux-6.15/drivers/net/wireless/purelifi/plfxlc/ |
| H A D | usb.c | 790 static int post_reset(struct usb_interface *intf) in post_reset() function 859 .post_reset = post_reset,
|
| /linux-6.15/drivers/input/joystick/ |
| H A D | pxrc.c | 267 .post_reset = pxrc_post_reset,
|
| /linux-6.15/drivers/input/mouse/ |
| H A D | synaptics_usb.c | 554 .post_reset = synusb_post_reset,
|
| /linux-6.15/drivers/usb/ |
| H A D | usb-skeleton.c | 638 .post_reset = skel_post_reset,
|
| /linux-6.15/drivers/net/wireless/zydas/zd1211rw/ |
| H A D | zd_usb.c | 1508 static int post_reset(struct usb_interface *intf) in post_reset() function 1533 .post_reset = post_reset,
|
| /linux-6.15/drivers/media/usb/gspca/ |
| H A D | se401.c | 727 .post_reset = sd_post_reset,
|
| /linux-6.15/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-6.15/drivers/misc/cardreader/ |
| H A D | rtsx_usb.c | 790 .post_reset = rtsx_usb_post_reset,
|
| /linux-6.15/drivers/usb/atm/ |
| H A D | speedtch.c | 742 .post_reset = speedtch_post_reset,
|