Home
last modified time | relevance | path

Searched refs:techpoint_read_reg (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/i2c/techpoint/
H A Dtechpoint_tp9930.c419 techpoint_read_reg(client, 0x43, &val_0x43); in tp9930_do_reset_pll()
421 techpoint_read_reg(client, 0x44, &val_0x44); in tp9930_do_reset_pll()
424 techpoint_read_reg(client, 0xf4, &val_0xf4); in tp9930_do_reset_pll()
475 techpoint_read_reg(client, 0x26, &val); in tp9930_set_decoder_mode()
492 techpoint_read_reg(client, INPUT_STATUS_REG, &val); in tp9930_get_channel_input_status()
507 techpoint_read_reg(client, INPUT_STATUS_REG, &val); in tp9930_get_all_input_status()
552 techpoint_read_reg(client, 0x03, &detect_fmt); in tp9930_get_channel_reso()
H A Dtechpoint_tp2855.c212 techpoint_read_reg(client, INPUT_STATUS_REG, &val); in tp2855_get_channel_input_status()
226 techpoint_read_reg(client, INPUT_STATUS_REG, &val); in tp2855_get_all_input_status()
245 techpoint_read_reg(client, 0xf5, &tmp); in tp2855_set_channel_reso()
295 techpoint_read_reg(client, 0xf5, &tmp); in tp2855_set_channel_reso()
345 techpoint_read_reg(client, 0xf5, &tmp); in tp2855_set_channel_reso()
393 techpoint_read_reg(client, 0xf5, &tmp); in tp2855_set_channel_reso()
441 techpoint_read_reg(client, 0xf5, &tmp); in tp2855_set_channel_reso()
477 techpoint_read_reg(client, 0xf5, &tmp); in tp2855_set_channel_reso()
540 techpoint_read_reg(client, 0x03, &detect_fmt); in tp2855_get_channel_reso()
573 techpoint_read_reg(client, 0x26, &val); in tp2855_set_decoder_mode()
H A Dtechpoint_v4l2.c912 techpoint_read_reg(techpoint->client, reg, (unsigned char *)&v); in i2c_rdwr_store()
1019 techpoint_read_reg(client, 0x3, &v); in tp2833_audio_config_rmpos()
1062 techpoint_read_reg(client, CHIP_ID_H_REG, &chip_id_h); in techpoint_2855_audio_init()
1063 techpoint_read_reg(client, CHIP_ID_L_REG, &chip_id_l); in techpoint_2855_audio_init()
1065 techpoint_read_reg(client, 0x40, &bank); in techpoint_2855_audio_init()
1107 techpoint_read_reg(client, CHIP_ID_H_REG, &chip_id_h); in techpoint_9930_audio_init()
1108 techpoint_read_reg(client, CHIP_ID_L_REG, &chip_id_l); in techpoint_9930_audio_init()
1110 techpoint_read_reg(client, 0x40, &bank); in techpoint_9930_audio_init()
H A Dtechpoint_tp9950.c117 techpoint_read_reg(client, INPUT_STATUS_REG, &val); in tp9950_get_channel_input_status()
129 techpoint_read_reg(client, INPUT_STATUS_REG, &val); in tp9950_get_all_input_status()
399 techpoint_read_reg(client, 0x03, &detect_fmt); in tp9950_get_channel_reso()
H A Dtechpoint_dev.c63 int techpoint_read_reg(struct i2c_client *client, u8 reg, u8 *val) in techpoint_read_reg() function
98 techpoint_read_reg(client, CHIP_ID_H_REG, &chip_id_h); in check_chip_id()
99 techpoint_read_reg(client, CHIP_ID_L_REG, &chip_id_l); in check_chip_id()
H A Dtechpoint_dev.h19 int techpoint_read_reg(struct i2c_client *client, u8 reg, u8 *val);