Searched refs:host_client_id (Results 1 – 8 of 8) sorted by relevance
/drivers/misc/mei/ |
D | client.h | 76 (cl1->host_client_id == cl2->host_client_id) && in mei_cl_cmp_id()
|
D | client.c | 292 cl->host_client_id = id; in mei_cl_link() 299 dev_dbg(&dev->pdev->dev, "link cl host id = %d\n", cl->host_client_id); in mei_cl_link() 324 if (cl->host_client_id == pos->host_client_id) { in mei_cl_unlink() 326 pos->host_client_id, pos->me_client_id); in mei_cl_unlink() 742 mei_hdr.host_addr = cl->host_client_id; in mei_cl_write()
|
D | interrupt.c | 97 return cl->host_client_id == mei_hdr->host_addr && in mei_cl_hbm_equal() 173 cl->host_client_id, in mei_cl_irq_read_msg() 329 mei_hdr.host_addr = cl->host_client_id; in mei_irq_thread_write_complete() 410 cl_pos->host_client_id, in mei_irq_read_handler() 436 } else if (mei_hdr->host_addr == dev->iamthif_cl.host_client_id && in mei_irq_read_handler() 603 cl->host_client_id); in mei_irq_write_handler()
|
D | main.c | 138 cl->host_client_id, in mei_release() 144 cl->host_client_id, in mei_release() 148 clear_bit(cl->host_client_id, dev->host_clients_map); in mei_release() 373 cl->host_client_id, cl->me_client_id); in mei_write() 518 clear_bit(cl->host_client_id, dev->host_clients_map); in mei_ioctl_connect_client()
|
D | wd.c | 99 cl->host_client_id = 0; in mei_wd_host_init() 120 hdr.host_addr = dev->wd_cl.host_client_id; in mei_wd_send()
|
D | hbm.c | 79 cmd->host_addr = cl->host_client_id; in mei_hbm_cl_hdr() 95 return cl->host_client_id == cmd->host_addr && in mei_hbm_cl_addr_equal() 304 cl->host_client_id, cl->me_client_id); in mei_hbm_cl_flow_control_req()
|
D | amthif.c | 117 cl->host_client_id = 0; in mei_amthif_host_init() 311 mei_hdr.host_addr = dev->iamthif_cl.host_client_id; in mei_amthif_send_cmd() 454 mei_hdr.host_addr = cl->host_client_id; in mei_amthif_irq_write_complete()
|
D | mei_dev.h | 198 u8 host_client_id; member
|