Searched refs:dma_no_cache_snooping (Results 1 – 3 of 3) sorted by relevance
122 bool (*dma_no_cache_snooping)(struct ishtp_device *dev); member
790 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()
928 .dma_no_cache_snooping = _dma_no_cache_snooping