Searched refs:trans_type (Results 1 – 2 of 2) sorted by relevance
883 tHID_STATUS hidh_conn_snd_data (UINT8 dhandle, UINT8 trans_type, UINT8 param, in hidh_conn_snd_data() argument909 switch( trans_type ) in hidh_conn_snd_data()929 if( trans_type == HID_TRANS_SET_IDLE ) in hidh_conn_snd_data()931 else if( (trans_type == HID_TRANS_GET_REPORT) && (param & 0x08) ) in hidh_conn_snd_data()965 *p_out++ = HID_BUILD_HDR(trans_type, param); in hidh_conn_snd_data()968 if( (trans_type == HID_TRANS_GET_REPORT) && (report_id != 0) ) in hidh_conn_snd_data()999 trans_type = HID_TRANS_DATAC; in hidh_conn_snd_data()1002 trans_type = HID_TRANS_DATAC; in hidh_conn_snd_data()
66 extern tHID_STATUS hidh_conn_snd_data(UINT8 dhandle, UINT8 trans_type, UINT8 param, \