Searched refs:cx25840_read (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/drivers/media/i2c/cx25840/ |
| H A D | cx25840-core.c | 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() 398 voutctrl4 = cx25840_read(client, 0x407); in cx25840_s_io_pin_config() 1203 pll_int = cx25840_read(client, 0x108); in cx25840_std_setup() 1205 pll_post = cx25840_read(client, 0x109); in cx25840_std_setup() 1907 u8 afc0 = cx25840_read(client, 0x80b); in log_audio_status() 2372 v = cx25840_read(client, 0x115) | 0x80; in cx25840_s_audio_stream() 2374 v = cx25840_read(client, 0x116) | 0x03; in cx25840_s_audio_stream() 2405 v = cx25840_read(client, 0x115) | 0x0c; in cx25840_s_stream() 2407 v = cx25840_read(client, 0x116) | 0x04; in cx25840_s_stream() [all …]
|
| H A 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()
|
| H A 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()
|
| H A D | cx25840-core.h | 157 u8 cx25840_read(struct i2c_client *client, u16 addr);
|