Searched refs:cfe_device (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/media/platform/raspberrypi/rp1-cfe/ |
| H A D | cfe.c | 261 struct cfe_device *cfe; 270 struct cfe_device { struct 311 static inline bool is_fe_enabled(struct cfe_device *cfe) in is_fe_enabled() argument 316 static inline struct cfe_device *to_cfe_device(struct v4l2_device *v4l2_dev) in to_cfe_device() 318 return container_of(v4l2_dev, struct cfe_device, v4l2_dev); in to_cfe_device() 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 …]
|