Symbol: ov08x40
drivers/media/i2c/ov08x40.c
1341
#define to_ov08x40(_sd) container_of(_sd, struct ov08x40, sd)
drivers/media/i2c/ov08x40.c
1346
struct ov08x40 *ov08x = to_ov08x40(sd);
drivers/media/i2c/ov08x40.c
1382
struct ov08x40 *ov08x = to_ov08x40(sd);
drivers/media/i2c/ov08x40.c
1393
static int ov08x40_read_reg(struct ov08x40 *ov08x,
drivers/media/i2c/ov08x40.c
1460
static int ov08x40_burst_fill_regs(struct ov08x40 *ov08x, u16 first_reg,
drivers/media/i2c/ov08x40.c
1486
static int ov08x40_write_reg(struct ov08x40 *ov08x,
drivers/media/i2c/ov08x40.c
1516
static int ov08x40_write_regs(struct ov08x40 *ov08x,
drivers/media/i2c/ov08x40.c
1538
static int ov08x40_write_reg_list(struct ov08x40 *ov08x,
drivers/media/i2c/ov08x40.c
1547
struct ov08x40 *ov08x = to_ov08x40(sd);
drivers/media/i2c/ov08x40.c
1565
static int ov08x40_update_digital_gain(struct ov08x40 *ov08x, u32 d_gain)
drivers/media/i2c/ov08x40.c
1592
static int ov08x40_enable_test_pattern(struct ov08x40 *ov08x, u32 pattern)
drivers/media/i2c/ov08x40.c
1641
static int ov08x40_set_ctrl_hflip(struct ov08x40 *ov08x, u32 ctrl_val)
drivers/media/i2c/ov08x40.c
1656
static int ov08x40_set_ctrl_vflip(struct ov08x40 *ov08x, u32 ctrl_val)
drivers/media/i2c/ov08x40.c
1673
struct ov08x40 *ov08x = container_of(ctrl->handler,
drivers/media/i2c/ov08x40.c
1674
struct ov08x40, ctrl_handler);
drivers/media/i2c/ov08x40.c
1756
const struct ov08x40 *ov08x = context;
drivers/media/i2c/ov08x40.c
1782
struct ov08x40 *ov08x = to_ov08x40(sd);
drivers/media/i2c/ov08x40.c
1815
static int ov08x40_do_get_pad_format(struct ov08x40 *ov08x,
drivers/media/i2c/ov08x40.c
1835
struct ov08x40 *ov08x = to_ov08x40(sd);
drivers/media/i2c/ov08x40.c
1850
struct ov08x40 *ov08x = to_ov08x40(sd);
drivers/media/i2c/ov08x40.c
1914
static int ov08x40_start_streaming(struct ov08x40 *ov08x)
drivers/media/i2c/ov08x40.c
1980
static int ov08x40_stop_streaming(struct ov08x40 *ov08x)
drivers/media/i2c/ov08x40.c
1987
static int ov08x40_identify_module(struct ov08x40 *ov08x)
drivers/media/i2c/ov08x40.c
2016
struct ov08x40 *ov08x = to_ov08x40(sd);
drivers/media/i2c/ov08x40.c
2078
static int ov08x40_init_controls(struct ov08x40 *ov08x)
drivers/media/i2c/ov08x40.c
2185
static void ov08x40_free_controls(struct ov08x40 *ov08x)
drivers/media/i2c/ov08x40.c
2191
static int ov08x40_check_hwcfg(struct ov08x40 *ov08x)
drivers/media/i2c/ov08x40.c
2278
{ struct ov08x40 *ov08x;
drivers/media/i2c/ov08x40.c
2357
struct ov08x40 *ov08x = to_ov08x40(sd);