Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/hid/intel-ish-hid/ishtp/
Dhbm.c366 struct hbm_client_connect_response *rs) in ishtp_hbm_cl_disconnect_res()
412 struct hbm_client_connect_response *rs) in ishtp_hbm_cl_connect_res()
445 const size_t len = sizeof(struct hbm_client_connect_response); in ishtp_hbm_fw_disconnect_req()
585 struct hbm_client_connect_response *connect_res; in ishtp_hbm_dispatch()
586 struct hbm_client_connect_response *disconnect_res; in ishtp_hbm_dispatch()
625 connect_res = (struct hbm_client_connect_response *)ishtp_msg; in ishtp_hbm_dispatch()
631 (struct hbm_client_connect_response *)ishtp_msg; in ishtp_hbm_dispatch()
Dhbm.h202 struct hbm_client_connect_response { struct
/linux-4.19.296/drivers/misc/mei/
Dhbm.c743 struct hbm_client_connect_response resp; in mei_hbm_cl_disconnect_rsp()
760 struct hbm_client_connect_response *rs = in mei_hbm_cl_disconnect_res()
761 (struct hbm_client_connect_response *)cmd; in mei_hbm_cl_disconnect_res()
797 struct hbm_client_connect_response *rs = in mei_hbm_cl_connect_res()
798 (struct hbm_client_connect_response *)cmd; in mei_hbm_cl_connect_res()
Dhw.h394 struct hbm_client_connect_response { struct
Dinterrupt.c176 msg_slots = mei_hbm2slots(sizeof(struct hbm_client_connect_response)); in mei_cl_irq_disconnect_rsp()