Home
last modified time | relevance | path

Searched refs:fw_clients (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/hid/intel-ish-hid/ishtp/
Dbus.c141 if (uuid_le_cmp(*uuid, dev->fw_clients[i].props.protocol_name) in ishtp_fw_cl_by_uuid()
167 if (dev->fw_clients[i].client_id == client_id) { in ishtp_fw_cl_by_id()
388 device->fw_client = &dev->fw_clients[ in ishtp_bus_add_device()
407 &dev->fw_clients[dev->fw_client_presentation_num - 1]; in ishtp_bus_add_device()
589 device_uuid = dev->fw_clients[i].props.protocol_name; in ishtp_bus_new_client()
698 kfree(ishtp_dev->fw_clients); in ishtp_bus_remove_all_clients()
699 ishtp_dev->fw_clients = NULL; in ishtp_bus_remove_all_clients()
Dhbm.c52 dev->fw_clients = clients; in ishtp_hbm_fw_cl_allocate()
238 dev->fw_clients[client_num].client_id = next_client_index; in ishtp_hbm_prop_req()
637 fw_client = &dev->fw_clients[dev->fw_client_presentation_num]; in ishtp_hbm_dispatch()
639 if (props_res->status || !dev->fw_clients) { in ishtp_hbm_dispatch()
Dishtp-dev.h216 struct ishtp_fw_client *fw_clients; /*Note:memory has to be allocated*/ member
Dclient.c553 if (length > dev->fw_clients[id].props.max_msg_length) { in ishtp_cl_send()
/Linux-v4.19/drivers/hid/intel-ish-hid/
Dishtp-hid-client.c671 hid_ishtp_cl->fw_client_id = dev->fw_clients[i].client_id; in hid_ishtp_cl_init()