Home
last modified time | relevance | path

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

/linux/drivers/comedi/drivers/
H A Dni_usb6501.c136 static const u8 READ_PORT_RESPONSE[] = {0x00, 0x01, 0x00, 0x10, variable
148 static const size_t RX_MAX_SIZE = sizeof(READ_PORT_RESPONSE);
185 response_size = sizeof(READ_PORT_RESPONSE); in ni6501_port_command()
236 if (memcmp(devpriv->usb_rx_buf, READ_PORT_RESPONSE, in ni6501_port_command()
237 sizeof(READ_PORT_RESPONSE))) { in ni6501_port_command()