Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/serial/
Dkeyspan.h180 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 …]
Dkeyspan.c2450 endp = d_details->outdat_endpoints[port_num]; in keyspan_port_probe()