Linux Kernel
3.7.1
|
#include <fimc-core.h>
Data Fields | |
spinlock_t | slock |
struct mutex | lock |
struct platform_device * | pdev |
struct s5p_platform_fimc * | pdata |
struct fimc_variant * | variant |
u16 | id |
struct clk * | clock [MAX_FIMC_CLOCKS] |
void __iomem * | regs |
wait_queue_head_t | irq_queue |
struct v4l2_device * | v4l2_dev |
struct fimc_m2m_device | m2m |
struct fimc_vid_cap | vid_cap |
unsigned long | state |
struct vb2_alloc_ctx * | alloc_ctx |
struct fimc_pipeline | pipeline |
struct fimc_pipeline_ops * | pipeline_ops |
struct fimc_dev - abstraction for FIMC entity : the spinlock protecting this data structure : the mutex protecting this data structure : pointer to the FIMC platform device : pointer to the device platform data : the IP variant information : FIMC device index (0..FIMC_MAX_DEVS) : clocks required for FIMC operation : the mapped hardware registers : interrupt handler waitqueue : root v4l2_device : memory-to-memory V4L2 device information : camera capture device information : flags used to synchronize m2m and capture mode operation : videobuf2 memory allocator context : fimc video capture pipeline data structure
Definition at line 433 of file fimc-core.h.
struct vb2_alloc_ctx* alloc_ctx |
Definition at line 447 of file fimc-core.h.
struct clk* clock[MAX_FIMC_CLOCKS] |
Definition at line 440 of file fimc-core.h.
Definition at line 439 of file fimc-core.h.
wait_queue_head_t irq_queue |
Definition at line 442 of file fimc-core.h.
Definition at line 435 of file fimc-core.h.
Definition at line 444 of file fimc-core.h.
struct s5p_platform_fimc* pdata |
Definition at line 437 of file fimc-core.h.
struct platform_device* pdev |
Definition at line 436 of file fimc-core.h.
struct fimc_pipeline pipeline |
Definition at line 448 of file fimc-core.h.
struct fimc_pipeline_ops* pipeline_ops |
Definition at line 449 of file fimc-core.h.
Definition at line 441 of file fimc-core.h.
spinlock_t slock |
Definition at line 434 of file fimc-core.h.
Definition at line 446 of file fimc-core.h.
struct v4l2_device* v4l2_dev |
Definition at line 443 of file fimc-core.h.
struct fimc_variant* variant |
Definition at line 438 of file fimc-core.h.
struct fimc_vid_cap vid_cap |
Definition at line 445 of file fimc-core.h.