Home
last modified time | relevance | path

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

/linux-6.15/drivers/video/fbdev/i810/
H A Di810_main.h55 static inline void flush_cache(void) in flush_cache() function
60 #define flush_cache() do { } while(0) macro
H A Di810_accel.c31 extern void flush_cache(void);
294 flush_cache(); in i810fb_iring_enable()
/linux-6.15/drivers/mmc/core/
H A Dcore.h33 int (*flush_cache)(struct mmc_host *); member
195 if (host->bus_ops->flush_cache) in mmc_flush_cache()
196 return host->bus_ops->flush_cache(host); in mmc_flush_cache()
H A Dsd.c1830 .flush_cache = sd_flush_cache,
H A Dmmc.c2291 .flush_cache = _mmc_flush_cache,
/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Dhal_rx.c556 status->u.flush_cache.err_detected = in ath12k_hal_reo_flush_cache_status()
559 status->u.flush_cache.err_code = in ath12k_hal_reo_flush_cache_status()
562 if (!status->u.flush_cache.err_code) in ath12k_hal_reo_flush_cache_status()
565 status->u.flush_cache.cache_controller_flush_status_hit = in ath12k_hal_reo_flush_cache_status()
569 status->u.flush_cache.cache_controller_flush_status_desc_type = in ath12k_hal_reo_flush_cache_status()
572 status->u.flush_cache.cache_controller_flush_status_client_id = in ath12k_hal_reo_flush_cache_status()
575 status->u.flush_cache.cache_controller_flush_status_err = in ath12k_hal_reo_flush_cache_status()
578 status->u.flush_cache.cache_controller_flush_status_cnt = in ath12k_hal_reo_flush_cache_status()
H A Dhal.h988 struct hal_reo_status_flush_cache flush_cache; member
/linux-6.15/drivers/scsi/
H A Dips.c679 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 …]
H A Dips.h591 IPS_FC_CMD flush_cache; member
H A Dmyrs.c1483 static DEVICE_ATTR_WO(flush_cache);
H A Dmyrb.c2182 static DEVICE_ATTR_WO(flush_cache);
/linux-6.15/arch/powerpc/boot/
H A Dps3.c100 flush_cache((void *)0x100, 512); in ps3_copy_vectors()
H A Dstring.S252 .global flush_cache
253 flush_cache: label
H A Dmain.c96 flush_cache(addr, ei.loadsize); in prep_kernel()
H A Dops.h92 extern void flush_cache(void *, unsigned long);
/linux-6.15/drivers/net/wireless/ath/ath11k/
H A Dhal_rx.c543 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()
H A Dhal.h877 struct hal_reo_status_flush_cache flush_cache; member
/linux-6.15/include/net/
H A Dfib_rules.h95 void (*flush_cache)(struct fib_rules_ops *ops); member
/linux-6.15/net/ipv4/
H A Dfib_rules.c482 .flush_cache = fib4_rule_flush_cache,
/linux-6.15/net/ipv6/
H A Dfib6_rules.c604 .flush_cache = fib6_rule_flush_cache,
/linux-6.15/net/core/
H A Dfib_rules.c131 if (ops->flush_cache) in flush_route_cache()
132 ops->flush_cache(ops); in flush_route_cache()
/linux-6.15/drivers/scsi/smartpqi/
H A Dsmartpqi_init.c952 struct bmic_flush_cache *flush_cache; in pqi_flush_cache() local
954 flush_cache = kzalloc(sizeof(*flush_cache), GFP_KERNEL); in pqi_flush_cache()
955 if (!flush_cache) in pqi_flush_cache()
958 flush_cache->shutdown_event = shutdown_event; in pqi_flush_cache()
960 rc = pqi_send_ctrl_raid_request(ctrl_info, SA_FLUSH_CACHE, flush_cache, in pqi_flush_cache()
961 sizeof(*flush_cache)); in pqi_flush_cache()
963 kfree(flush_cache); in pqi_flush_cache()