Searched refs:buttons_Port3 (Results 1 – 1 of 1) sorted by relevance
136 struct button_struct buttons_Port3; variable298 buttons_Port3.startbit=gOffsetBit_Port3; in hid_chk_variable_Port3()299 buttons_Port3.count=parser->global.report_size * rpt_count; in hid_chk_variable_Port3()300 …USB_HID_DBG(printf("Usage Page (buttons): %X size: %X\n", buttons_Port3.startbit, buttons_Port3.co… in hid_chk_variable_Port3()302 gOffsetBit_Port3+=buttons_Port3.count; in hid_chk_variable_Port3()718 tmp2=GetValue_Port3(report,buttons_Port3.startbit,buttons_Port3.count); in Parse_Joystick_Report_Port3()720 if (buttons_Port3.val!=tmp2) in Parse_Joystick_Report_Port3()722 USB_HID_DBG(printf("buttons:%x %x\n",buttons_Port3.val, tmp2)); in Parse_Joystick_Report_Port3()723 buttons_Port3.val=tmp2; in Parse_Joystick_Report_Port3()770 buttons_Port3.count = 0; in GetReportDescriptor_Port3()[all …]