Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/media/platform/raspberrypi/rp1-cfe/
Dcfe.c55 #define cfe_dbg(cfe, fmt, arg...) dev_dbg(&(cfe)->pdev->dev, fmt, ##arg) argument
56 #define cfe_info(cfe, fmt, arg...) dev_info(&(cfe)->pdev->dev, fmt, ##arg) argument
57 #define cfe_err(cfe, fmt, arg...) dev_err(&(cfe)->pdev->dev, fmt, ##arg) argument
262 struct cfe_device *cfe; member
312 static inline bool is_fe_enabled(struct cfe_device *cfe) in is_fe_enabled()
322 static inline u32 cfg_reg_read(struct cfe_device *cfe, u32 offset) in cfg_reg_read()
327 static inline void cfg_reg_write(struct cfe_device *cfe, u32 offset, u32 val) in cfg_reg_write()
332 static bool check_state(struct cfe_device *cfe, unsigned long state, in check_state()
345 static void set_state(struct cfe_device *cfe, unsigned long state, in set_state()
354 static void clear_state(struct cfe_device *cfe, unsigned long state, in clear_state()
[all …]
/linux-6.14.4/arch/mips/bcm63xx/boards/
Dboard_bcm963xx.c731 u8 *boot_addr, *cfe; in board_prom_init() local
/linux-6.14.4/tools/perf/util/
Devent.h230 u32 cfe; member
Dintel-pt.c2412 struct perf_synth_intel_evt cfe; in intel_pt_synth_events_sample() member
/linux-6.14.4/tools/perf/
Dbuiltin-script.c1931 const char *cfe[32] = {NULL, "INTR", "IRET", "SMI", "RSM", "SIPI", in perf_sample__fprintf_synth_evt() local