Searched refs:ishtp_hbm_cl_hdr (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/hid/intel-ish-hid/ishtp/ ! |
H A D | hbm.c | 48 * ishtp_hbm_cl_hdr() - construct client hbm header 56 static inline void ishtp_hbm_cl_hdr(struct ishtp_cl *cl, uint8_t hbm_cmd, in ishtp_hbm_cl_hdr() function 274 ishtp_hbm_cl_hdr(cl, ISHTP_FLOW_CONTROL_CMD, &flow_ctrl, len); in ishtp_hbm_cl_flow_control_req() 321 ishtp_hbm_cl_hdr(cl, CLIENT_DISCONNECT_REQ_CMD, &disconn_req, len); in ishtp_hbm_cl_disconnect_req() 366 ishtp_hbm_cl_hdr(cl, CLIENT_CONNECT_REQ_CMD, &conn_req, len); in ishtp_hbm_cl_connect_req() 424 ishtp_hbm_cl_hdr(cl, CLIENT_DISCONNECT_RES_CMD, data, in ishtp_hbm_fw_disconnect_req()
|