Searched refs:down_int (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/atm/ |
H A D | speedtch.c | 605 static const unsigned char down_int[6] = { 0xa1, 0x00, 0x00, 0x00, 0x00, 0x00 }; in speedtch_handle_int() local 617 } else if ((count == 6) && !memcmp(down_int, instance->int_data, 6)) { in speedtch_handle_int()
|
/kernel/linux/linux-6.6/drivers/usb/atm/ |
H A D | speedtch.c | 605 static const unsigned char down_int[6] = { 0xa1, 0x00, 0x00, 0x00, 0x00, 0x00 }; in speedtch_handle_int() local 617 } else if ((count == 6) && !memcmp(down_int, instance->int_data, 6)) { in speedtch_handle_int()
|
Completed in 3 milliseconds