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

/linux-master/drivers/video/fbdev/i810/
H A Di810_main.h55 static inline void flush_cache(void) function
60 #define flush_cache() do { } while(0) macro
H A Di810_accel.c31 extern void flush_cache(void);
294 flush_cache();
/linux-master/arch/powerpc/boot/
H A Dps3.c100 flush_cache((void *)0x100, 512);
H A Dstring.S250 * flush_cache(addr, len)
252 .global flush_cache
253 flush_cache: label
H A Dmain.c96 flush_cache(addr, ei.loadsize);
H A Dops.h92 extern void flush_cache(void *, unsigned long);
/linux-master/drivers/mmc/core/
H A Dcore.h33 int (*flush_cache)(struct mmc_host *); member in struct:mmc_bus_ops
196 if (host->bus_ops->flush_cache)
197 return host->bus_ops->flush_cache(host);
H A Dsd.c1821 .flush_cache = sd_flush_cache,
H A Dmmc.c2301 .flush_cache = _mmc_flush_cache,
/linux-master/drivers/net/wireless/ath/ath12k/
H A Dhal_rx.c556 status->u.flush_cache.err_detected =
559 status->u.flush_cache.err_code =
562 if (!status->u.flush_cache.err_code)
565 status->u.flush_cache.cache_controller_flush_status_hit =
569 status->u.flush_cache.cache_controller_flush_status_desc_type =
572 status->u.flush_cache.cache_controller_flush_status_client_id =
575 status->u.flush_cache.cache_controller_flush_status_err =
578 status->u.flush_cache.cache_controller_flush_status_cnt =
H A Dhal.h988 struct hal_reo_status_flush_cache flush_cache; member in union:hal_reo_status::__anon928
/linux-master/drivers/scsi/
H A Dips.c676 scb->cmd.flush_cache.op_code = IPS_CMD_FLUSH;
677 scb->cmd.flush_cache.command_id = IPS_COMMAND_ID(ha, scb);
678 scb->cmd.flush_cache.state = IPS_NORM_STATE;
679 scb->cmd.flush_cache.reserved = 0;
680 scb->cmd.flush_cache.reserved2 = 0;
681 scb->cmd.flush_cache.reserved3 = 0;
682 scb->cmd.flush_cache.reserved4 = 0;
743 scb->cmd.flush_cache.op_code = IPS_CMD_FLUSH;
744 scb->cmd.flush_cache.command_id = IPS_COMMAND_ID(ha, scb);
745 scb->cmd.flush_cache
[all...]
H A Dips.h590 IPS_FC_CMD flush_cache; member in union:__anon37
H A Dmyrb.c2184 static DEVICE_ATTR_WO(flush_cache);
H A Dmyrs.c1483 static DEVICE_ATTR_WO(flush_cache);
/linux-master/drivers/net/wireless/ath/ath11k/
H A Dhal_rx.c542 status->u.flush_cache.err_detected =
545 status->u.flush_cache.err_code =
548 if (!status->u.flush_cache.err_code)
551 status->u.flush_cache.cache_controller_flush_status_hit =
555 status->u.flush_cache.cache_controller_flush_status_desc_type =
558 status->u.flush_cache.cache_controller_flush_status_client_id =
561 status->u.flush_cache.cache_controller_flush_status_err =
564 status->u.flush_cache.cache_controller_flush_status_cnt =
H A Dhal.h877 struct hal_reo_status_flush_cache flush_cache; member in union:hal_reo_status::__anon893
/linux-master/include/net/
H A Dfib_rules.h91 void (*flush_cache)(struct fib_rules_ops *ops); member in struct:fib_rules_ops
/linux-master/net/ipv4/
H A Dfib_rules.c389 .flush_cache = fib4_rule_flush_cache,
/linux-master/net/ipv6/
H A Dfib6_rules.c469 .flush_cache = fib6_rule_flush_cache,
/linux-master/net/core/
H A Dfib_rules.c129 if (ops->flush_cache)
130 ops->flush_cache(ops);
/linux-master/drivers/scsi/smartpqi/
H A Dsmartpqi_init.c952 struct bmic_flush_cache *flush_cache; local
954 flush_cache = kzalloc(sizeof(*flush_cache), GFP_KERNEL);
955 if (!flush_cache)
958 flush_cache->shutdown_event = shutdown_event;
960 rc = pqi_send_ctrl_raid_request(ctrl_info, SA_FLUSH_CACHE, flush_cache,
961 sizeof(*flush_cache));
963 kfree(flush_cache);

Completed in 296 milliseconds