Home | History | Annotate | Download | only in hid

Lines Matching refs:trans_type

816 tHID_STATUS hidh_conn_snd_data (UINT8 dhandle, UINT8 trans_type, UINT8 param,
837 switch( trans_type )
857 if( trans_type == HID_TRANS_SET_IDLE )
859 else if( (trans_type == HID_TRANS_GET_REPORT) && (param & 0x08) )
895 *p_out++ = HID_BUILD_HDR(trans_type, param);
898 if( (trans_type == HID_TRANS_GET_REPORT) && (report_id != 0) )
929 trans_type = HID_TRANS_DATAC;
932 trans_type = HID_TRANS_DATAC;