Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/i810/
A Di810_main.h55 static inline void flush_cache(void) in flush_cache() function
60 #define flush_cache() do { } while(0) macro
A Di810_accel.c31 extern void flush_cache(void);
294 flush_cache(); in i810fb_iring_enable()
/linux/drivers/mmc/core/
A Dcore.h33 int (*flush_cache)(struct mmc_host *); member
181 if (host->bus_ops->flush_cache) in mmc_flush_cache()
182 return host->bus_ops->flush_cache(host); in mmc_flush_cache()
A Dsd.c1799 .flush_cache = sd_flush_cache,
A Dmmc.c2249 .flush_cache = _mmc_flush_cache,
/linux/drivers/net/wireless/ath/ath11k/
A Dhal_rx.c542 status->u.flush_cache.err_detected = in ath11k_hal_reo_flush_cache_status()
545 status->u.flush_cache.err_code = in ath11k_hal_reo_flush_cache_status()
548 if (!status->u.flush_cache.err_code) in ath11k_hal_reo_flush_cache_status()
551 status->u.flush_cache.cache_controller_flush_status_hit = in ath11k_hal_reo_flush_cache_status()
555 status->u.flush_cache.cache_controller_flush_status_desc_type = in ath11k_hal_reo_flush_cache_status()
558 status->u.flush_cache.cache_controller_flush_status_client_id = in ath11k_hal_reo_flush_cache_status()
561 status->u.flush_cache.cache_controller_flush_status_err = in ath11k_hal_reo_flush_cache_status()
564 status->u.flush_cache.cache_controller_flush_status_cnt = in ath11k_hal_reo_flush_cache_status()
A Dhal.h865 struct hal_reo_status_flush_cache flush_cache; member
/linux/drivers/scsi/
A Dips.c677 scb->cmd.flush_cache.reserved = 0; in ips_release()
678 scb->cmd.flush_cache.reserved2 = 0; in ips_release()
679 scb->cmd.flush_cache.reserved3 = 0; in ips_release()
680 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()
901 scb->cmd.flush_cache.reserved = 0; in __ips_eh_reset()
902 scb->cmd.flush_cache.reserved2 = 0; in __ips_eh_reset()
[all …]
A Dips.h590 IPS_FC_CMD flush_cache; member
A Dmyrs.c1485 static DEVICE_ATTR_WO(flush_cache);
A Dmyrb.c2183 static DEVICE_ATTR_WO(flush_cache);
/linux/arch/powerpc/boot/
A Dstring.S252 .global flush_cache
253 flush_cache: label
A Dps3.c100 flush_cache((void *)0x100, 512); in ps3_copy_vectors()
A Dmain.c96 flush_cache(addr, ei.loadsize); in prep_kernel()
A Dops.h94 extern void flush_cache(void *, unsigned long);
/linux/net/decnet/
A Ddn_rules.c236 .flush_cache = dn_fib_rule_flush_cache,
/linux/include/net/
A Dfib_rules.h91 void (*flush_cache)(struct fib_rules_ops *ops); member
/linux/net/ipv4/
A Dfib_rules.c387 .flush_cache = fib4_rule_flush_cache,
/linux/net/core/
A Dfib_rules.c130 if (ops->flush_cache) in flush_route_cache()
131 ops->flush_cache(ops); in flush_route_cache()
/linux/drivers/scsi/smartpqi/
A Dsmartpqi_init.c871 struct bmic_flush_cache *flush_cache; in pqi_flush_cache() local
873 flush_cache = kzalloc(sizeof(*flush_cache), GFP_KERNEL); in pqi_flush_cache()
874 if (!flush_cache) in pqi_flush_cache()
877 flush_cache->shutdown_event = shutdown_event; in pqi_flush_cache()
879 rc = pqi_send_ctrl_raid_request(ctrl_info, SA_FLUSH_CACHE, flush_cache, in pqi_flush_cache()
880 sizeof(*flush_cache)); in pqi_flush_cache()
882 kfree(flush_cache); in pqi_flush_cache()

Completed in 83 milliseconds