Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/misc/mei/
Dclient.c319 (cl1->host_client_id == cl2->host_client_id) && in mei_cl_cmp_id()
610 cl->host_client_id = id; in mei_cl_link()
648 if (cl->host_client_id) in mei_cl_unlink()
649 clear_bit(cl->host_client_id, dev->host_clients_map); in mei_cl_unlink()
1126 mei_hdr.host_addr = cl->host_client_id; in mei_cl_irq_write()
1210 mei_hdr.host_addr = cl->host_client_id; in mei_cl_write()
Dclient.h127 #define MEI_CL_PRM(cl) (cl)->host_client_id, (cl)->me_client_id
Ddebugfs.c119 i, cl->me_client_id, cl->host_client_id, cl->state, in mei_dbgfs_read_active()
Dhbm.c153 cmd->host_addr = cl->host_client_id; in mei_hbm_cl_hdr()
191 return cl->host_client_id == cmd->host_addr && in mei_hbm_cl_addr_equal()
Dwd.c120 hdr.host_addr = cl->host_client_id; in mei_wd_send()
Dmei_dev.h250 u8 host_client_id; member
Dinterrupt.c68 return cl->host_client_id == mei_hdr->host_addr && in mei_cl_hbm_equal()