Searched refs:cx25840_read (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/media/i2c/cx25840/ |
D | cx25840-firmware.c | 71 int s = cx25840_read(client, 0x801) << 8; in check_fw_load() 72 s |= cx25840_read(client, 0x800); in check_fw_load() 108 gpio_oe = cx25840_read(client, 0x160); in cx25840_loadfw() 109 gpio_da = cx25840_read(client, 0x164); in cx25840_loadfw()
|
D | cx25840-vbi.c | 90 if ((cx25840_read(client, 0x404) & 0x10) == 0) in cx25840_g_sliced_fmt() 95 u8 v = cx25840_read(client, in cx25840_g_sliced_fmt() 105 u8 v = cx25840_read(client, in cx25840_g_sliced_fmt()
|
D | cx25840-core.c | 99 u8 cx25840_read(struct i2c_client *client, u16 addr) in cx25840_read() function 154 (cx25840_read(client, addr) & and_mask) | in cx25840_and_or() 183 gpio_oe = cx25840_read(client, 0x160); in cx23885_s_io_pin_config() 184 gpio_data = cx25840_read(client, 0x164); in cx23885_s_io_pin_config() 393 pinctrl[i] = cx25840_read(client, 0x114 + i); in cx25840_s_io_pin_config() 396 pinconf[i] = cx25840_read(client, 0x11c + i); in cx25840_s_io_pin_config() 398 voutctrl4 = cx25840_read(client, 0x407); in cx25840_s_io_pin_config() 627 voutctrl[i] = cx25840_read(client, 0x404 + i); in cx25840_vconfig_apply() 1203 pll_int = cx25840_read(client, 0x108); in cx25840_std_setup() 1205 pll_post = cx25840_read(client, 0x109); in cx25840_std_setup() [all …]
|
D | cx25840-core.h | 157 u8 cx25840_read(struct i2c_client *client, u16 addr);
|