Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/firewire/
Dohci.c288 #define QUIRK_RESET_PACKET 0x2 macro
309 QUIRK_RESET_PACKET},
324 QUIRK_CYCLE_TIMER | QUIRK_RESET_PACKET | QUIRK_NO_1394A},
327 QUIRK_RESET_PACKET | QUIRK_TI_SLLZ059},
330 QUIRK_RESET_PACKET | QUIRK_TI_SLLZ059},
333 QUIRK_RESET_PACKET},
353 ", reset packet generation = " __stringify(QUIRK_RESET_PACKET)
900 if (!(ohci->quirks & QUIRK_RESET_PACKET)) in handle_ar_packet()
2018 if (ohci->quirks & QUIRK_RESET_PACKET) in bus_reset_work()