Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/serial/
Dkeyspan.h183 int inack_endpoints[KEYSPAN_MAX_NUM_PORTS]; member
215 .inack_endpoints = {0x85},
232 .inack_endpoints = {0x83},
249 .inack_endpoints = {0x83},
266 .inack_endpoints = {0x83},
283 .inack_endpoints = {0x85},
300 .inack_endpoints = {0x85},
317 .inack_endpoints = {-1},
334 .inack_endpoints = {0x85, 0x86},
351 .inack_endpoints = {0x85, 0x86},
[all …]
Dkeyspan.c2460 d_details->inack_endpoints[port_num], in keyspan_port_probe()