Home
last modified time | relevance | path

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

/drivers/misc/mei/
Dclient.c331 static inline bool mei_cl_cmp_id(const struct mei_cl *cl1, in mei_cl_cmp_id() argument
334 return cl1 && cl2 && in mei_cl_cmp_id()
335 (cl1->host_client_id == cl2->host_client_id) && in mei_cl_cmp_id()
336 (mei_cl_me_id(cl1) == mei_cl_me_id(cl2)); in mei_cl_cmp_id()