Searched refs:flush_cache (Results 1 – 14 of 14) sorted by relevance
55 static inline void flush_cache(void) in flush_cache() function60 #define flush_cache() do { } while(0) macro
31 extern void flush_cache(void);294 flush_cache(); in i810fb_iring_enable()
33 int (*flush_cache)(struct mmc_host *); member195 if (host->bus_ops->flush_cache) in mmc_flush_cache()196 return host->bus_ops->flush_cache(host); in mmc_flush_cache()
1851 .flush_cache = sd_flush_cache,
2316 .flush_cache = _mmc_flush_cache,
636 status->u.flush_cache.err_detected = in ath12k_hal_reo_flush_cache_status()639 status->u.flush_cache.err_code = in ath12k_hal_reo_flush_cache_status()642 if (!status->u.flush_cache.err_code) in ath12k_hal_reo_flush_cache_status()645 status->u.flush_cache.cache_controller_flush_status_hit = in ath12k_hal_reo_flush_cache_status()649 status->u.flush_cache.cache_controller_flush_status_desc_type = in ath12k_hal_reo_flush_cache_status()652 status->u.flush_cache.cache_controller_flush_status_client_id = in ath12k_hal_reo_flush_cache_status()655 status->u.flush_cache.cache_controller_flush_status_err = in ath12k_hal_reo_flush_cache_status()658 status->u.flush_cache.cache_controller_flush_status_cnt = in ath12k_hal_reo_flush_cache_status()
1008 struct hal_reo_status_flush_cache flush_cache; member
679 scb->cmd.flush_cache.reserved = 0; in ips_release()680 scb->cmd.flush_cache.reserved2 = 0; in ips_release()681 scb->cmd.flush_cache.reserved3 = 0; in ips_release()682 scb->cmd.flush_cache.reserved4 = 0; in ips_release()746 scb->cmd.flush_cache.reserved = 0; in ips_halt()747 scb->cmd.flush_cache.reserved2 = 0; in ips_halt()748 scb->cmd.flush_cache.reserved3 = 0; in ips_halt()749 scb->cmd.flush_cache.reserved4 = 0; in ips_halt()883 scb->cmd.flush_cache.reserved = 0; in __ips_eh_reset()884 scb->cmd.flush_cache.reserved2 = 0; in __ips_eh_reset()[all …]
591 IPS_FC_CMD flush_cache; member
1483 static DEVICE_ATTR_WO(flush_cache);
2182 static DEVICE_ATTR_WO(flush_cache);
543 status->u.flush_cache.err_detected = in ath11k_hal_reo_flush_cache_status()546 status->u.flush_cache.err_code = in ath11k_hal_reo_flush_cache_status()549 if (!status->u.flush_cache.err_code) in ath11k_hal_reo_flush_cache_status()552 status->u.flush_cache.cache_controller_flush_status_hit = in ath11k_hal_reo_flush_cache_status()556 status->u.flush_cache.cache_controller_flush_status_desc_type = in ath11k_hal_reo_flush_cache_status()559 status->u.flush_cache.cache_controller_flush_status_client_id = in ath11k_hal_reo_flush_cache_status()562 status->u.flush_cache.cache_controller_flush_status_err = in ath11k_hal_reo_flush_cache_status()565 status->u.flush_cache.cache_controller_flush_status_cnt = in ath11k_hal_reo_flush_cache_status()
877 struct hal_reo_status_flush_cache flush_cache; member
953 struct bmic_flush_cache *flush_cache; in pqi_flush_cache() local955 flush_cache = kzalloc(sizeof(*flush_cache), GFP_KERNEL); in pqi_flush_cache()956 if (!flush_cache) in pqi_flush_cache()959 flush_cache->shutdown_event = shutdown_event; in pqi_flush_cache()961 rc = pqi_send_ctrl_raid_request(ctrl_info, SA_FLUSH_CACHE, flush_cache, in pqi_flush_cache()962 sizeof(*flush_cache)); in pqi_flush_cache()964 kfree(flush_cache); in pqi_flush_cache()
Completed in 75 milliseconds