Lines Matching defs:buf
144 * @buf: buffer for cl header
148 void mei_hbm_cl_hdr(struct mei_cl *cl, u8 hbm_cmd, void *buf, size_t len)
150 struct mei_hbm_cl_cmd *cmd = buf;
165 * @buf: message buffer
171 u8 hbm_cmd, void *buf, size_t len)
176 mei_hbm_cl_hdr(cl, hbm_cmd, buf, len);
178 return mei_hbm_write_message(dev, &mei_hdr, buf);
201 * @buf: a buffer with hbm cl command
206 struct mei_cl *mei_hbm_cl_find_by_cmd(struct mei_device *dev, void *buf)
208 struct mei_hbm_cl_cmd *cmd = (struct mei_hbm_cl_cmd *)buf;