Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/hid/intel-ish-hid/ishtp/
H A Dhbm.c333 struct hbm_client_connect_response *rs) in ishtp_hbm_cl_disconnect_res()
378 struct hbm_client_connect_response *rs) in ishtp_hbm_cl_connect_res()
411 const size_t len = sizeof(struct hbm_client_connect_response); in ishtp_hbm_fw_disconnect_req()
551 struct hbm_client_connect_response *connect_res; in ishtp_hbm_dispatch()
552 struct hbm_client_connect_response *disconnect_res; in ishtp_hbm_dispatch()
591 connect_res = (struct hbm_client_connect_response *)ishtp_msg; in ishtp_hbm_dispatch()
597 (struct hbm_client_connect_response *)ishtp_msg; in ishtp_hbm_dispatch()
H A Dhbm.h194 struct hbm_client_connect_response { struct
/OK3568_Linux_fs/kernel/drivers/misc/mei/
H A Dhbm.c794 struct hbm_client_connect_response resp; in mei_hbm_cl_disconnect_rsp()
811 struct hbm_client_connect_response *rs = in mei_hbm_cl_disconnect_res()
812 (struct hbm_client_connect_response *)cmd; in mei_hbm_cl_disconnect_res()
848 struct hbm_client_connect_response *rs = in mei_hbm_cl_connect_res()
849 (struct hbm_client_connect_response *)cmd; in mei_hbm_cl_connect_res()
H A Dhw.h505 struct hbm_client_connect_response { struct
H A Dinterrupt.c229 msg_slots = mei_hbm2slots(sizeof(struct hbm_client_connect_response)); in mei_cl_irq_disconnect_rsp()