Searched refs:vid_blk_write_byte (Results 1 – 1 of 1) sorted by relevance
/linux-3.4.99/drivers/media/video/cx231xx/ |
D | cx231xx-avcore.c | 522 static int vid_blk_write_byte(struct cx231xx *dev, u16 saddr, u8 data) in vid_blk_write_byte() function 940 status = vid_blk_write_byte(dev, TS1_PIN_CTL0, 0xFF); in cx231xx_enable656() 947 status = vid_blk_write_byte(dev, TS1_PIN_CTL1, temp); in cx231xx_enable656() 958 status = vid_blk_write_byte(dev, TS1_PIN_CTL0, 0x00); in cx231xx_disable656() 963 status = vid_blk_write_byte(dev, TS1_PIN_CTL1, temp); in cx231xx_disable656() 1071 return vid_blk_write_byte(dev, PATH1_VOL_CTL, 0x24); in cx231xx_unmute_audio() 1077 return vid_blk_write_byte(dev, DL_CTL_CONTROL, 0x03); in stopAudioFirmware() 1082 return vid_blk_write_byte(dev, DL_CTL_CONTROL, 0x13); in restartAudioFirmware() 1118 status = vid_blk_write_byte(dev, GENERAL_CTL, gen_ctrl); in cx231xx_set_audio_decoder_input() 1232 status = vid_blk_write_byte(dev, GENERAL_CTL, gen_ctrl); in cx231xx_set_audio_decoder_input()
|