Home
last modified time | relevance | path

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

/linux/drivers/comedi/drivers/
A Dni_usb6501.c133 static const u8 GENERIC_RESPONSE[] = {0x00, 0x01, 0x00, 0x0C, variable
192 response_size = sizeof(GENERIC_RESPONSE); in ni6501_port_command()
199 response_size = sizeof(GENERIC_RESPONSE); in ni6501_port_command()
241 } else if (memcmp(devpriv->usb_rx_buf, GENERIC_RESPONSE, in ni6501_port_command()
242 sizeof(GENERIC_RESPONSE))) { in ni6501_port_command()
268 response_size = sizeof(GENERIC_RESPONSE); in ni6501_counter_command()
273 response_size = sizeof(GENERIC_RESPONSE); in ni6501_counter_command()
283 response_size = sizeof(GENERIC_RESPONSE); in ni6501_counter_command()
331 } else if (memcmp(devpriv->usb_rx_buf, GENERIC_RESPONSE, in ni6501_counter_command()
332 sizeof(GENERIC_RESPONSE))) { in ni6501_counter_command()

Completed in 4 milliseconds