Searched refs:term_state (Results 1 – 2 of 2) sorted by relevance
1110 struct gs_device_termination_state term_state; in gs_usb_get_termination() local1116 &term_state, sizeof(term_state), 1000, in gs_usb_get_termination()1121 if (term_state.state == cpu_to_le32(GS_CAN_TERMINATION_STATE_ON)) in gs_usb_get_termination()1132 struct gs_device_termination_state term_state; in gs_usb_set_termination() local1135 term_state.state = cpu_to_le32(GS_CAN_TERMINATION_STATE_ON); in gs_usb_set_termination()1137 term_state.state = cpu_to_le32(GS_CAN_TERMINATION_STATE_OFF); in gs_usb_set_termination()1142 &term_state, sizeof(term_state), 1000, in gs_usb_set_termination()
56 u_short term_state; member
Completed in 7 milliseconds