Home
last modified time | relevance | path

Searched refs:cintf (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/drivers/usb/core/
H A Dhub.c6344 if (cintf->dev.driver) { in usb_reset_device()
6345 drv = to_usb_driver(cintf->dev.driver); in usb_reset_device()
6347 unbind = (drv->pre_reset)(cintf); in usb_reset_device()
6348 else if (cintf->condition == in usb_reset_device()
6352 usb_forced_unbind_intf(cintf); in usb_reset_device()
6365 int rebind = cintf->needs_binding; in usb_reset_device()
6367 if (!rebind && cintf->dev.driver) { in usb_reset_device()
6368 drv = to_usb_driver(cintf->dev.driver); in usb_reset_device()
6370 rebind = (drv->post_reset)(cintf); in usb_reset_device()
6371 else if (cintf->condition == in usb_reset_device()
[all …]