Home
last modified time | relevance | path

Searched refs:fw_client (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/drivers/hid/intel-ish-hid/ishtp/
Dbus.c173 int ishtp_get_fw_client_id(struct ishtp_fw_client *fw_client) in ishtp_get_fw_client_id() argument
175 return fw_client->client_id; in ishtp_get_fw_client_id()
244 return(device->fw_client ? guid_equal(&driver->id[0].guid, in ishtp_cl_bus_match()
245 &device->fw_client->props.protocol_name) : 0); in ishtp_cl_bus_match()
421 device->fw_client = &dev->fw_clients[ in ishtp_bus_add_device()
439 device->fw_client = in ishtp_bus_add_device()
694 if (cl_device->fw_client && in ishtp_cl_device_bind()
695 cl_device->fw_client->client_id == cl->fw_client_id) { in ishtp_cl_device_bind()
757 cl_device->fw_client = NULL; in ishtp_bus_remove_all_clients()
Dbus.h40 struct ishtp_fw_client *fw_client; member
Dclient-buffers.c21 size_t len = cl->device->fw_client->props.max_msg_length; in ishtp_cl_alloc_rx_ring()
59 size_t len = cl->device->fw_client->props.max_msg_length; in ishtp_cl_alloc_tx_ring()
Dhbm.c550 struct ishtp_fw_client *fw_client; in ishtp_hbm_dispatch() local
608 fw_client = &dev->fw_clients[dev->fw_client_presentation_num]; in ishtp_hbm_dispatch()
617 if (fw_client->client_id != props_res->address) { in ishtp_hbm_dispatch()
620 fw_client->client_id, props_res->address); in ishtp_hbm_dispatch()
633 fw_client->props = props_res->client_properties; in ishtp_hbm_dispatch()
Dclient.c23 size = cl->tx_ring_free_size * cl->device->fw_client->props.max_msg_length; in ishtp_cl_get_tx_free_buffer_size()
492 struct ishtp_fw_client *fw_client; in ishtp_cl_establish_connection() local
535 fw_client = ishtp_fw_cl_get_client(dev, uuid); in ishtp_cl_establish_connection()
536 if (!fw_client) { in ishtp_cl_establish_connection()
545 ishtp_cl_set_fw_client_id(cl, ishtp_get_fw_client_id(fw_client)); in ishtp_cl_establish_connection()
/linux-6.12.1/drivers/platform/x86/intel/
Dishtp_eclite.c80 struct ishtp_fw_client *fw_client; member
452 struct ishtp_fw_client *fw_client; in ecl_ishtp_cl_init() local
468 fw_client = ishtp_fw_cl_get_client(dev, &ecl_ishtp_id_table[0].guid); in ecl_ishtp_cl_init()
469 if (!fw_client) { in ecl_ishtp_cl_init()
475 ishtp_get_fw_client_id(fw_client)); in ecl_ishtp_cl_init()
/linux-6.12.1/include/linux/
Dintel-ish-client-if.h122 int ishtp_get_fw_client_id(struct ishtp_fw_client *fw_client);