Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/hid/intel-ish-hid/ishtp/
Dishtp-dev.h122 bool (*dma_no_cache_snooping)(struct ishtp_device *dev); member
Dclient.c790 if (dev->ops->dma_no_cache_snooping && in ishtp_cl_send_msg_dma()
791 dev->ops->dma_no_cache_snooping(dev)) in ishtp_cl_send_msg_dma()
1023 if (dev->ops->dma_no_cache_snooping && in recv_ishtp_cl_msg_dma()
1024 dev->ops->dma_no_cache_snooping(dev)) in recv_ishtp_cl_msg_dma()
/linux-5.19.10/drivers/hid/intel-ish-hid/ipc/
Dipc.c928 .dma_no_cache_snooping = _dma_no_cache_snooping