Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/hid/intel-ish-hid/ishtp/
Dclient.c107 cl->last_tx_path = CL_TX_PATH_IPC; in ishtp_cl_init()
673 cl->last_tx_path = CL_TX_PATH_IPC; in ipc_tx_send()
729 if (cl->last_tx_path == CL_TX_PATH_DMA && cl->last_dma_acked == 0) in ishtp_cl_send_msg_ipc()
755 if (cl->last_tx_path == CL_TX_PATH_IPC && cl->last_ipc_acked == 0) in ishtp_cl_send_msg_dma()
781 cl->last_tx_path = CL_TX_PATH_DMA; in ishtp_cl_send_msg_dma()
Dclient.h52 int last_tx_path; member