Searched full:camif (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/media/platform/samsung/s3c-camif/ |
| H A D | camif-regs.c | 3 * Samsung s3c24xx/s3c64xx SoC CAMIF driver 11 #include "camif-regs.h" 16 void camif_hw_reset(struct camif_dev *camif) in camif_hw_reset() argument 20 cfg = camif_read(camif, S3C_CAMIF_REG_CISRCFMT); in camif_hw_reset() 22 camif_write(camif, S3C_CAMIF_REG_CISRCFMT, cfg); in camif_hw_reset() 25 cfg = camif_read(camif, S3C_CAMIF_REG_CIGCTRL); in camif_hw_reset() 27 if (camif->variant->ip_revision == S3C6410_CAMIF_IP_REV) in camif_hw_reset() 29 camif_write(camif, S3C_CAMIF_REG_CIGCTRL, cfg); in camif_hw_reset() 32 cfg = camif_read(camif, S3C_CAMIF_REG_CIGCTRL); in camif_hw_reset() 34 camif_write(camif, S3C_CAMIF_REG_CIGCTRL, cfg); in camif_hw_reset() [all …]
|
| H A D | camif-core.h | 3 * s3c24xx/s3c64xx SoC series Camera Interface (CAMIF) driver 28 #define S3C_CAMIF_DRIVER_NAME "s3c-camif" 124 /* CAMIF clocks enumeration */ 145 * struct s3c_camif_variant - CAMIF variant structure 148 * @ip_revision: the CAMIF IP revision: 0x20 for s3c244x, 0x32 for s3c6410 183 * struct camif_vp - CAMIF data processing path structure (codec/preview) 186 * @camif: pointer to the camif structure 204 * @id: CAMIF id, 0 - codec, 1 - preview 213 struct camif_dev *camif; member 244 * struct camif_dev - the CAMIF driver private data structure [all …]
|
| H A D | Makefile | 2 # Makefile for s3c244x/s3c64xx CAMIF driver 4 s3c-camif-objs := camif-core.o camif-capture.o camif-regs.o 6 obj-$(CONFIG_VIDEO_S3C_CAMIF) += s3c-camif.o
|
| H A D | camif-regs.h | 3 * Register definition file for s3c24xx/s3c64xx SoC CAMIF driver 14 #include "camif-core.h" 240 void camif_hw_reset(struct camif_dev *camif); 248 void camif_hw_set_camera_bus(struct camif_dev *camif); 249 void camif_hw_set_source_format(struct camif_dev *camif); 250 void camif_hw_set_camera_crop(struct camif_dev *camif); 255 void camif_hw_set_test_pattern(struct camif_dev *camif, unsigned int pattern); 256 void camif_hw_set_effect(struct camif_dev *camif, unsigned int effect, 260 void camif_hw_dump_regs(struct camif_dev *camif, const char *label); 264 return readl(vp->camif->io_base + S3C_CAMIF_REG_CISTATUS(vp->id, in camif_hw_get_status()
|
| H A D | Kconfig | 12 (CAMIF). 15 will be called s3c-camif.
|
| /linux/drivers/media/platform/samsung/ |
| H A D | Makefile | 4 obj-y += s3c-camif/
|
| H A D | Kconfig | 7 source "drivers/media/platform/samsung/s3c-camif/Kconfig"
|
| /linux/drivers/media/platform/samsung/exynos4-is/ |
| H A D | Kconfig | 21 tristate "S5P/EXYNOS4 FIMC/CAMIF camera interface driver"
|
| /linux/drivers/devfreq/event/ |
| H A D | exynos-ppmu.c | 66 PPMU_EVENT(camif),
|
| /linux/ |
| H A D | MAINTAINERS | 24353 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER 24357 F: drivers/media/platform/samsung/s3c-camif/
|