Home
last modified time | relevance | path

Searched refs:report_descr (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-6.6/drivers/hid/amd-sfh-hid/sfh1_1/
H A Damd_sfh_init.c156 cl_data->report_descr[i] = in amd_sfh1_1_hid_client_init()
158 if (!cl_data->report_descr[i]) { in amd_sfh1_1_hid_client_init()
162 rc = mp2_ops->get_rep_desc(cl_idx, cl_data->report_descr[i]); in amd_sfh1_1_hid_client_init()
202 devm_kfree(dev, cl_data->report_descr[i]); in amd_sfh1_1_hid_client_init()
/kernel/linux/linux-5.10/drivers/hid/intel-ish-hid/
H A Dishtp-hid-client.c191 if (!client_data->report_descr[curr_hid_dev]) in process_recv()
192 client_data->report_descr[curr_hid_dev] = in process_recv()
195 if (client_data->report_descr[curr_hid_dev]) { in process_recv()
196 memcpy(client_data->report_descr[curr_hid_dev], in process_recv()
611 if (!client_data->report_descr[index]) { in ishtp_get_report_descriptor()
H A Dishtp-hid.h98 * @report_descr: Stores the raw report descriptors for each HID device
128 unsigned char *report_descr[MAX_HID_DEVICES]; member
H A Dishtp-hid.c27 rv = hid_parse_report(hid, client_data->report_descr[hid_data->index], in ishtp_hid_parse()
/kernel/linux/linux-6.6/drivers/hid/intel-ish-hid/
H A Dishtp-hid-client.c199 if (!client_data->report_descr[curr_hid_dev]) in process_recv()
200 client_data->report_descr[curr_hid_dev] = in process_recv()
203 if (client_data->report_descr[curr_hid_dev]) { in process_recv()
204 memcpy(client_data->report_descr[curr_hid_dev], in process_recv()
619 if (!client_data->report_descr[index]) { in ishtp_get_report_descriptor()
H A Dishtp-hid.h93 * @report_descr: Stores the raw report descriptors for each HID device
123 unsigned char *report_descr[MAX_HID_DEVICES]; member
H A Dishtp-hid.c27 rv = hid_parse_report(hid, client_data->report_descr[hid_data->index], in ishtp_hid_parse()
/kernel/linux/linux-6.6/drivers/hid/amd-sfh-hid/
H A Damd_sfh_client.c279 cl_data->report_descr[i] = in amd_sfh_hid_client_init()
281 if (!cl_data->report_descr[i]) { in amd_sfh_hid_client_init()
285 rc = mp2_ops->get_rep_desc(cl_idx, cl_data->report_descr[i]); in amd_sfh_hid_client_init()
322 devm_kfree(dev, cl_data->report_descr[i]); in amd_sfh_hid_client_init()
H A Damd_sfh_hid.h39 u8 *report_descr[MAX_HID_DEVICES]; member
H A Damd_sfh_hid.c32 return hid_parse_report(hid, cli_data->report_descr[hid_data->index], in amdtp_hid_parse()

Completed in 6 milliseconds