Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/misc/mei/
Dclient.h212 return mei_cl_is_fixed_address(cl) ? 0 : cl->host_client_id; in mei_cl_host_addr()
247 #define MEI_CL_PRM(cl) (cl)->host_client_id, mei_cl_me_id(cl)
Dclient.c333 (cl1->host_client_id == cl2->host_client_id) && in mei_cl_cmp_id()
625 cl->host_client_id = id; in mei_cl_link()
663 if (cl->host_client_id) in mei_cl_unlink()
664 clear_bit(cl->host_client_id, dev->host_clients_map); in mei_cl_unlink()
Ddebugfs.c119 i, mei_cl_me_id(cl), cl->host_client_id, cl->state, in mei_dbgfs_read_active()
Dwd.c106 hdr.host_addr = cl->host_client_id; in mei_wd_send()
Dmei_dev.h265 u8 host_client_id; member