Searched refs:pad_report (Results 1 – 3 of 3) sorted by relevance
399 struct pad_report { in SEC() struct423 pad_report = (struct pad_report *)data; in SEC()425 pad_report->btn_stylus = 0; in SEC()426 pad_report->x = 0; in SEC()427 pad_report->y = 0; in SEC()429 pad_report->wheel = wheel; in SEC()456 struct pad_report { in SEC() struct492 pad_report = (struct pad_report *)data; in SEC()495 pad_report->x = 0; in SEC()496 pad_report->y = 0; in SEC()[all …]
565 struct pad_report { in SEC() struct573 } __attribute__((packed)) *pad_report; in SEC() local596 pad_report = (struct pad_report *)data; in SEC()598 pad_report->report_id = PAD_REPORT_ID; in SEC()599 pad_report->btn_stylus = 0; in SEC()600 pad_report->x = 0; in SEC()601 pad_report->y = 0; in SEC()602 pad_report->buttons = last_button_state; in SEC()603 pad_report->dial_1 = dial_1; in SEC()604 pad_report->dial_2 = dial_2; in SEC()[all …]
493 struct pad_report { in SEC() struct500 } __attribute__((packed)) *pad_report; in SEC() local515 pad_report = (struct pad_report *)data; in SEC()517 pad_report->report_id = PAD_REPORT_ID; in SEC()518 pad_report->btn_stylus = 0; in SEC()519 pad_report->x = 0; in SEC()520 pad_report->y = 0; in SEC()521 pad_report->buttons = last_button_state; in SEC()522 pad_report->wheel = wheel; in SEC()524 return sizeof(struct pad_report); in SEC()
Completed in 8 milliseconds