Home
last modified time | relevance | path

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

/linux-6.15/drivers/staging/gpib/ni_usb/
H A Dni_usb_gpib.c600 int complement_count; in ni_usb_read() local
619 complement_count = length - 1; in ni_usb_read()
620 complement_count = ~complement_count; in ni_usb_read()
621 out_data[i++] = complement_count & 0xff; in ni_usb_read()
730 int complement_count; in ni_usb_write() local
744 complement_count = length - 1; in ni_usb_write()
745 complement_count = ~complement_count; in ni_usb_write()
833 unsigned int complement_count; in ni_usb_command_chunk() local
849 complement_count = length - 1; in ni_usb_command_chunk()
850 complement_count = ~complement_count; in ni_usb_command_chunk()
[all …]