Searched refs:QUIRK_RESET_PACKET (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/firewire/ |
H A D | ohci.c | 275 #define QUIRK_RESET_PACKET 0x2 macro 341 QUIRK_RESET_PACKET}, 356 QUIRK_CYCLE_TIMER | QUIRK_RESET_PACKET | QUIRK_NO_1394A}, 359 QUIRK_RESET_PACKET | QUIRK_TI_SLLZ059}, 362 QUIRK_RESET_PACKET | QUIRK_TI_SLLZ059}, 365 QUIRK_RESET_PACKET}, 385 ", reset packet generation = " __stringify(QUIRK_RESET_PACKET) 929 if (!(ohci->quirks & QUIRK_RESET_PACKET)) in handle_ar_packet() 2053 if (ohci->quirks & QUIRK_RESET_PACKET) in bus_reset_work()
|
/kernel/linux/linux-6.6/drivers/firewire/ |
H A D | ohci.c | 275 #define QUIRK_RESET_PACKET 0x2 macro 341 QUIRK_RESET_PACKET}, 356 QUIRK_CYCLE_TIMER | QUIRK_RESET_PACKET | QUIRK_NO_1394A}, 359 QUIRK_RESET_PACKET | QUIRK_TI_SLLZ059}, 362 QUIRK_RESET_PACKET | QUIRK_TI_SLLZ059}, 365 QUIRK_RESET_PACKET}, 385 ", reset packet generation = " __stringify(QUIRK_RESET_PACKET) 932 if (!(ohci->quirks & QUIRK_RESET_PACKET)) in handle_ar_packet() 2064 if (ohci->quirks & QUIRK_RESET_PACKET) in bus_reset_work()
|
Completed in 10 milliseconds