Searched refs:vbi_ram_default (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/media/i2c/
H A Dtvp5150.c512 tvp5150_vbi_types should follow the same order as vbi_ram_default
517 static struct i2c_vbi_ram_value vbi_ram_default[] = { variable in typeref:struct:i2c_vbi_ram_value
624 for (j = 0; j < ARRAY_SIZE(vbi_ram_default); j++) {
625 const struct i2c_vbi_ram_value *regs = &vbi_ram_default[j];
649 for (i = 0; i < ARRAY_SIZE(vbi_ram_default); i++) {
650 const struct i2c_vbi_ram_value *regs = &vbi_ram_default[i];
698 for (i = 0; i < ARRAY_SIZE(vbi_ram_default); i++) {
699 const struct i2c_vbi_ram_value *regs = &vbi_ram_default[i];
752 if (pos < ARRAY_SIZE(vbi_ram_default))
753 type |= vbi_ram_default[po
[all...]

Completed in 118 milliseconds