Searched refs:picolcd_send_and_wait (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/hid/
H A Dhid-picolcd_debugfs.c91 resp = picolcd_send_and_wait(data->hdev, REPORT_EE_READ, raw_data,
133 resp = picolcd_send_and_wait(data->hdev, REPORT_EE_WRITE, raw_data,
191 resp = picolcd_send_and_wait(data->hdev, report_id, raw_data, len_off+1);
246 resp = picolcd_send_and_wait(data->hdev, report_id, raw_data, len_off);
277 resp = picolcd_send_and_wait(data->hdev, report_id, raw_data,
H A Dhid-picolcd.h298 struct picolcd_pending *picolcd_send_and_wait(struct hid_device *hdev,
H A Dhid-picolcd_core.c68 struct picolcd_pending *picolcd_send_and_wait(struct hid_device *hdev, function
189 verinfo = picolcd_send_and_wait(hdev, REPORT_VERSION, NULL, 0);
350 * We let the caller of picolcd_send_and_wait() check if the

Completed in 120 milliseconds