Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/hid/intel-ish-hid/ishtp/
Dhbm.c548 struct ishtp_bus_message *ishtp_msg; in ishtp_hbm_dispatch() local
560 ishtp_msg = hdr; in ishtp_hbm_dispatch()
562 switch (ishtp_msg->hbm_cmd) { in ishtp_hbm_dispatch()
564 version_res = (struct hbm_host_version_response *)ishtp_msg; 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()
602 props_res = (struct hbm_props_response *)ishtp_msg; in ishtp_hbm_dispatch()
660 enum_res = (struct hbm_host_enum_response *) ishtp_msg; in ishtp_hbm_dispatch()
692 (struct hbm_client_connect_request *)ishtp_msg; in ishtp_hbm_dispatch()
705 dma_xfer = (struct dma_xfer_hbm *)ishtp_msg; in ishtp_hbm_dispatch()
[all …]