Searched refs:input_rep_type (Results 1 – 1 of 1) sorted by relevance
55 u8 input_rep_type; in quickspi_get_device_descriptor() local100 input_rep_type = ((struct input_report_body_header *)read_buf)->input_report_type; in quickspi_get_device_descriptor()102 if (input_rep_type == DEVICE_DESCRIPTOR_RESPONSE) { in quickspi_get_device_descriptor()110 dev_err_once(qsdev->dev, "Unexpected input report type: %d\n", input_rep_type); in quickspi_get_device_descriptor()276 u8 input_rep_type; in reset_tic() local325 input_rep_type = FIELD_GET(HIDSPI_IN_REP_BDY_HDR_REP_TYPE, reset_response); in reset_tic()327 if (input_rep_type == RESET_RESPONSE) { in reset_tic()332 input_rep_type); in reset_tic()
Completed in 4 milliseconds