Searched refs:in_report (Results 1 - 3 of 3) sorted by last modified time

/linux-master/drivers/hid/
H A Dhid-picolcd_core.c87 work->in_report = NULL;
356 data->pending->in_report = report;
H A Dhid-picolcd_debugfs.c96 if (resp->in_report && resp->in_report->id == REPORT_EE_DATA) {
139 if (resp->in_report && resp->in_report->id == REPORT_EE_DATA) {
192 if (!resp || !resp->in_report)
194 if (resp->in_report->id == REPORT_MEMORY ||
195 resp->in_report->id == REPORT_BL_READ_MEMORY) {
247 if (!resp || !resp->in_report)
249 if (resp->in_report->id == REPORT_MEMORY ||
250 resp->in_report
[all...]
H A Dhid-picolcd.h54 struct hid_report *in_report; member in struct:picolcd_pending

Completed in 149 milliseconds