Searched refs:complement_count (Results 1 – 1 of 1) sorted by relevance
607 int complement_count; in ni_usb_read() local626 complement_count = length - 1; in ni_usb_read()627 complement_count = ~complement_count; in ni_usb_read()628 out_data[i++] = complement_count & 0xff; in ni_usb_read()629 out_data[i++] = (complement_count >> 8) & 0xff; in ni_usb_read()742 int complement_count; in ni_usb_write() local756 complement_count = length - 1; in ni_usb_write()757 complement_count = ~complement_count; in ni_usb_write()758 out_data[i++] = complement_count & 0xff; in ni_usb_write()759 out_data[i++] = (complement_count >> 8) & 0xff; in ni_usb_write()[all …]