����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
/* SPDX-License-Identifier: GPL-2.0-only */
/*
* SuperH Video Output Unit (VOU) driver header
*
* Copyright (C) 2010, Guennadi Liakhovetski <g.liakhovetski@gmx.de>
*/
#ifndef SH_VOU_H
#define SH_VOU_H
#include <linux/i2c.h>
/* Bus flags */
#define SH_VOU_PCLK_FALLING (1 << 0)
#define SH_VOU_HSYNC_LOW (1 << 1)
#define SH_VOU_VSYNC_LOW (1 << 2)
enum sh_vou_bus_fmt {
SH_VOU_BUS_8BIT,
SH_VOU_BUS_16BIT,
SH_VOU_BUS_BT656,
};
struct sh_vou_pdata {
enum sh_vou_bus_fmt bus_fmt;
int i2c_adap;
struct i2c_board_info *board_info;
unsigned long flags;
};
#endif
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| cx2341x.h | File | 9.06 KB | 0644 |
|
| cx25840.h | File | 7.8 KB | 0644 |
|
| exynos-fimc.h | File | 4.59 KB | 0644 |
|
| msp3400.h | File | 7.6 KB | 0644 |
|
| renesas-ceu.h | File | 587 B | 0644 |
|
| s3c_camif.h | File | 1.05 KB | 0644 |
|
| saa7146.h | File | 17.54 KB | 0644 |
|
| saa7146_vv.h | File | 7.56 KB | 0644 |
|
| sh_vou.h | File | 570 B | 0644 |
|
| si476x.h | File | 857 B | 0644 |
|
| tea575x.h | File | 2.22 KB | 0644 |
|