Searched refs:vid_blk_write_byte (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/media/usb/cx231xx/ |
D | cx231xx-avcore.c | 525 static int vid_blk_write_byte(struct cx231xx *dev, u16 saddr, u8 data) in vid_blk_write_byte() function 942 vid_blk_write_byte(dev, TS1_PIN_CTL0, 0xFF); in cx231xx_enable656() 949 vid_blk_write_byte(dev, TS1_PIN_CTL1, temp); in cx231xx_enable656() 957 vid_blk_write_byte(dev, TS1_PIN_CTL0, 0x00); in cx231xx_disable656() 962 vid_blk_write_byte(dev, TS1_PIN_CTL1, temp); in cx231xx_disable656() 1070 return vid_blk_write_byte(dev, PATH1_VOL_CTL, 0x24); in cx231xx_unmute_audio() 1076 return vid_blk_write_byte(dev, DL_CTL_CONTROL, 0x03); in stopAudioFirmware() 1081 return vid_blk_write_byte(dev, DL_CTL_CONTROL, 0x13); in restartAudioFirmware() 1117 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()
|