Home
last modified time | relevance | path

Searched defs:cfe (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/media/platform/raspberrypi/rp1-cfe/
H A Dcfe.c54 #define cfe_dbg(cfe, fmt, arg...) dev_dbg(&(cfe)->pdev->dev, fmt, ##arg) argument
55 #define cfe_info(cfe, fmt, arg...) dev_info(&(cfe)->pdev->dev, fmt, ##arg) argument
56 #define cfe_err(cfe, fmt, arg...) dev_err(&(cfe)->pdev->dev, fmt, ##arg) argument
261 struct cfe_device *cfe; member
311 static inline bool is_fe_enabled(struct cfe_device *cfe) in is_fe_enabled()
321 static inline u32 cfg_reg_read(struct cfe_device *cfe, u32 offset) in cfg_reg_read()
326 static inline void cfg_reg_write(struct cfe_device *cfe, u32 offset, u32 val) in cfg_reg_write()
331 static bool check_state(struct cfe_device *cfe, unsigned long state, in check_state()
344 static void set_state(struct cfe_device *cfe, unsigned long state, in set_state()
353 static void clear_state(struct cfe_device *cfe, unsigned long state, in clear_state()
[all …]
/linux/arch/mips/bcm63xx/boards/
H A Dboard_bcm963xx.c731 u8 *boot_addr, *cfe; in board_prom_init() local
/linux/tools/perf/util/
H A Devent.h241 u32 cfe; member
H A Dintel-pt.c2611 struct perf_synth_intel_evt cfe; in intel_pt_synth_events_sample() member
/linux/tools/perf/
H A Dbuiltin-script.c1959 const char *cfe[32] = {NULL, "INTR", "IRET", "SMI", "RSM", "SIPI", in perf_sample__fprintf_synth_evt() local