Searched refs:fw_clients (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/hid/intel-ish-hid/ishtp/
H A Dbus.c133 if (guid_equal(uuid, &dev->fw_clients[i].props.protocol_name))
158 if (i < 0 || dev->fw_clients[i].props.fixed_address)
161 return &dev->fw_clients[i];
180 * ishtp_fw_cl_by_id() - return index to fw_clients for client_id
195 if (dev->fw_clients[i].client_id == client_id) {
421 device->fw_client = &dev->fw_clients[
440 &dev->fw_clients[dev->fw_client_presentation_num - 1];
657 device_uuid = dev->fw_clients[i].props.protocol_name;
770 kfree(ishtp_dev->fw_clients);
771 ishtp_dev->fw_clients
[all...]
H A Dishtp-dev.h182 struct ishtp_fw_client *fw_clients; /*Note:memory has to be allocated*/ member in struct:ishtp_device
H A Dhbm.c43 dev->fw_clients = clients;
214 dev->fw_clients[client_num].client_id = next_client_index;
603 fw_client = &dev->fw_clients[dev->fw_client_presentation_num];
605 if (props_res->status || !dev->fw_clients) {
H A Dclient.c723 if (length > dev->fw_clients[id].props.max_msg_length) {

Completed in 220 milliseconds