#include <linux/types.h>
#include <linux/omap3isp.h>
#include <plat/dma.h>
#include <media/v4l2-event.h>
#include "isp.h"
#include "ispvideo.h"
Go to the source code of this file.
|
int | omap3isp_stat_config (struct ispstat *stat, void *new_conf) |
|
int | omap3isp_stat_request_statistics (struct ispstat *stat, struct omap3isp_stat_data *data) |
|
int | omap3isp_stat_init (struct ispstat *stat, const char *name, const struct v4l2_subdev_ops *sd_ops) |
|
void | omap3isp_stat_cleanup (struct ispstat *stat) |
|
int | omap3isp_stat_subscribe_event (struct v4l2_subdev *subdev, struct v4l2_fh *fh, struct v4l2_event_subscription *sub) |
|
int | omap3isp_stat_unsubscribe_event (struct v4l2_subdev *subdev, struct v4l2_fh *fh, struct v4l2_event_subscription *sub) |
|
int | omap3isp_stat_s_stream (struct v4l2_subdev *subdev, int enable) |
|
int | omap3isp_stat_busy (struct ispstat *stat) |
|
int | omap3isp_stat_pcr_busy (struct ispstat *stat) |
|
void | omap3isp_stat_suspend (struct ispstat *stat) |
|
void | omap3isp_stat_resume (struct ispstat *stat) |
|
int | omap3isp_stat_enable (struct ispstat *stat, u8 enable) |
|
void | omap3isp_stat_sbl_overflow (struct ispstat *stat) |
|
void | omap3isp_stat_isr (struct ispstat *stat) |
|
void | omap3isp_stat_isr_frame_sync (struct ispstat *stat) |
|
void | omap3isp_stat_dma_isr (struct ispstat *stat) |
|
int | omap3isp_stat_register_entities (struct ispstat *stat, struct v4l2_device *vdev) |
|
void | omap3isp_stat_unregister_entities (struct ispstat *stat) |
|
#define STAT_BUF_DONE 0 /* Buffer is ready */ |
#define STAT_BUF_WAITING_DMA 2 /* Histogram only: DMA is running */ |
#define STAT_NO_BUF 1 /* An error has occurred */ |
- Enumerator:
ISPSTAT_DISABLED |
|
ISPSTAT_DISABLING |
|
ISPSTAT_ENABLED |
|
ISPSTAT_ENABLING |
|
ISPSTAT_SUSPENDED |
|
Definition at line 90 of file ispstat.h.