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