Home
last modified time | relevance | path

Searched refs:interrupt_in_found (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/serial/
H A Dio_edgeport.c2823 bool interrupt_in_found; in edge_startup() local
2912 interrupt_in_found = bulk_in_found = bulk_out_found = false; in edge_startup()
2919 if (!interrupt_in_found && in edge_startup()
2953 interrupt_in_found = true; in edge_startup()
2999 if (response || !interrupt_in_found || !bulk_in_found || in edge_startup()
/kernel/linux/linux-6.6/drivers/usb/serial/
H A Dio_edgeport.c2707 bool interrupt_in_found; in edge_startup() local
2796 interrupt_in_found = bulk_in_found = bulk_out_found = false; in edge_startup()
2803 if (!interrupt_in_found && in edge_startup()
2837 interrupt_in_found = true; in edge_startup()
2883 if (response || !interrupt_in_found || !bulk_in_found || in edge_startup()

Completed in 8 milliseconds