Searched refs:flush_cache (Results 1 – 21 of 21) sorted by relevance
/linux-6.3-rc2/drivers/video/fbdev/i810/ |
A D | i810_main.h | 55 static inline void flush_cache(void) in flush_cache() function 60 #define flush_cache() do { } while(0) macro
|
A D | i810_accel.c | 31 extern void flush_cache(void); 294 flush_cache(); in i810fb_iring_enable()
|
/linux-6.3-rc2/drivers/mmc/core/ |
A D | core.h | 33 int (*flush_cache)(struct mmc_host *); member 196 if (host->bus_ops->flush_cache) in mmc_flush_cache() 197 return host->bus_ops->flush_cache(host); in mmc_flush_cache()
|
A D | sd.c | 1807 .flush_cache = sd_flush_cache,
|
A D | mmc.c | 2276 .flush_cache = _mmc_flush_cache,
|
/linux-6.3-rc2/drivers/net/wireless/ath/ath12k/ |
A D | hal_rx.c | 556 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()
|
A D | hal.h | 988 struct hal_reo_status_flush_cache flush_cache; member
|
/linux-6.3-rc2/drivers/scsi/ |
A D | ips.c | 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() 901 scb->cmd.flush_cache.reserved = 0; in __ips_eh_reset() 902 scb->cmd.flush_cache.reserved2 = 0; in __ips_eh_reset() [all …]
|
A D | ips.h | 590 IPS_FC_CMD flush_cache; member
|
A D | myrs.c | 1483 static DEVICE_ATTR_WO(flush_cache);
|
A D | myrb.c | 2184 static DEVICE_ATTR_WO(flush_cache);
|
/linux-6.3-rc2/arch/powerpc/boot/ |
A D | ps3.c | 100 flush_cache((void *)0x100, 512); in ps3_copy_vectors()
|
A D | string.S | 252 .global flush_cache 253 flush_cache: label
|
A D | main.c | 96 flush_cache(addr, ei.loadsize); in prep_kernel()
|
A D | ops.h | 92 extern void flush_cache(void *, unsigned long);
|
/linux-6.3-rc2/drivers/net/wireless/ath/ath11k/ |
A D | hal_rx.c | 541 status->u.flush_cache.err_detected = in ath11k_hal_reo_flush_cache_status() 544 status->u.flush_cache.err_code = in ath11k_hal_reo_flush_cache_status() 547 if (!status->u.flush_cache.err_code) in ath11k_hal_reo_flush_cache_status() 550 status->u.flush_cache.cache_controller_flush_status_hit = in ath11k_hal_reo_flush_cache_status() 554 status->u.flush_cache.cache_controller_flush_status_desc_type = in ath11k_hal_reo_flush_cache_status() 557 status->u.flush_cache.cache_controller_flush_status_client_id = in ath11k_hal_reo_flush_cache_status() 560 status->u.flush_cache.cache_controller_flush_status_err = in ath11k_hal_reo_flush_cache_status() 563 status->u.flush_cache.cache_controller_flush_status_cnt = in ath11k_hal_reo_flush_cache_status()
|
A D | hal.h | 876 struct hal_reo_status_flush_cache flush_cache; member
|
/linux-6.3-rc2/include/net/ |
A D | fib_rules.h | 91 void (*flush_cache)(struct fib_rules_ops *ops); member
|
/linux-6.3-rc2/net/ipv4/ |
A D | fib_rules.c | 389 .flush_cache = fib4_rule_flush_cache,
|
/linux-6.3-rc2/net/core/ |
A D | fib_rules.c | 130 if (ops->flush_cache) in flush_route_cache() 131 ops->flush_cache(ops); in flush_route_cache()
|
/linux-6.3-rc2/drivers/scsi/smartpqi/ |
A D | smartpqi_init.c | 907 struct bmic_flush_cache *flush_cache; in pqi_flush_cache() local 909 flush_cache = kzalloc(sizeof(*flush_cache), GFP_KERNEL); in pqi_flush_cache() 910 if (!flush_cache) in pqi_flush_cache() 913 flush_cache->shutdown_event = shutdown_event; in pqi_flush_cache() 915 rc = pqi_send_ctrl_raid_request(ctrl_info, SA_FLUSH_CACHE, flush_cache, in pqi_flush_cache() 916 sizeof(*flush_cache)); in pqi_flush_cache() 918 kfree(flush_cache); in pqi_flush_cache()
|
Completed in 78 milliseconds