Home
last modified time | relevance | path

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

/linux/drivers/comedi/drivers/
H A Dni_usb6501.c132 static const u8 GENERIC_RESPONSE[] = {0x00, 0x01, 0x00, 0x0C, variable
191 response_size = sizeof(GENERIC_RESPONSE); in ni6501_port_command()
198 response_size = sizeof(GENERIC_RESPONSE); in ni6501_port_command()
240 } else if (memcmp(devpriv->usb_rx_buf, GENERIC_RESPONSE, in ni6501_port_command()
241 sizeof(GENERIC_RESPONSE))) { in ni6501_port_command()
267 response_size = sizeof(GENERIC_RESPONSE); in ni6501_counter_command()
272 response_size = sizeof(GENERIC_RESPONSE); in ni6501_counter_command()
282 response_size = sizeof(GENERIC_RESPONSE); in ni6501_counter_command()
330 } else if (memcmp(devpriv->usb_rx_buf, GENERIC_RESPONSE, in ni6501_counter_command()
331 sizeof(GENERIC_RESPONSE))) { in ni6501_counter_command()