Home
last modified time | relevance | path

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

/linux/drivers/hid/intel-ish-hid/ishtp/
A Dbus.c133 if (guid_equal(uuid, &dev->fw_clients[i].props.protocol_name)) in ishtp_fw_cl_by_uuid()
158 if (i < 0 || dev->fw_clients[i].props.fixed_address) in ishtp_fw_cl_get_client()
161 return &dev->fw_clients[i]; in ishtp_fw_cl_get_client()
195 if (dev->fw_clients[i].client_id == client_id) { in ishtp_fw_cl_by_id()
421 device->fw_client = &dev->fw_clients[ in ishtp_bus_add_device()
440 &dev->fw_clients[dev->fw_client_presentation_num - 1]; in ishtp_bus_add_device()
657 device_uuid = dev->fw_clients[i].props.protocol_name; in ishtp_bus_new_client()
768 kfree(ishtp_dev->fw_clients); in ishtp_bus_remove_all_clients()
769 ishtp_dev->fw_clients = NULL; in ishtp_bus_remove_all_clients()
A Dhbm.c43 dev->fw_clients = clients; in ishtp_hbm_fw_cl_allocate()
214 dev->fw_clients[client_num].client_id = next_client_index; in ishtp_hbm_prop_req()
603 fw_client = &dev->fw_clients[dev->fw_client_presentation_num]; in ishtp_hbm_dispatch()
605 if (props_res->status || !dev->fw_clients) { in ishtp_hbm_dispatch()
A Dishtp-dev.h182 struct ishtp_fw_client *fw_clients; /*Note:memory has to be allocated*/ member
A Dclient.c558 if (length > dev->fw_clients[id].props.max_msg_length) { in ishtp_cl_send()

Completed in 9 milliseconds