Searched refs:bytes_per_ctrl (Results 1 – 1 of 1) sorted by relevance
760 unsigned bytes_per_ctrl; in rmi_populate_f30() local782 bytes_per_ctrl = (data->gpio_led_count + 7) / 8; in rmi_populate_f30()784 ctrl2_addr = (has_gpio && has_led) ? bytes_per_ctrl : 0; in rmi_populate_f30()786 ctrl2_addr += bytes_per_ctrl; in rmi_populate_f30()787 ctrl2_3_length = 2 * bytes_per_ctrl; in rmi_populate_f30()789 data->f30.report_size = bytes_per_ctrl; in rmi_populate_f30()803 u8 data_byte = buf[byte_position + bytes_per_ctrl]; in rmi_populate_f30()