Searched refs:outdat_endpoints (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/usb/serial/ |
D | keyspan.h | 180 int outdat_endpoints[KEYSPAN_MAX_NUM_PORTS]; member 214 .outdat_endpoints = {0x01}, 231 .outdat_endpoints = {0x01}, 248 .outdat_endpoints = {0x01}, 265 .outdat_endpoints = {0x01}, 282 .outdat_endpoints = {0x01}, 299 .outdat_endpoints = {0x01}, 316 .outdat_endpoints = {0x01}, 333 .outdat_endpoints = {0x01, 0x03}, 350 .outdat_endpoints = {0x01, 0x03}, [all …]
|
D | keyspan.c | 2450 endp = d_details->outdat_endpoints[port_num]; in keyspan_port_probe()
|