/linux-3.3/drivers/media/dvb/bt8xx/ |
D | dst.c | 76 static void dst_packsize(struct dst_state *state, int psize) in dst_packsize() 84 static int dst_gpio_outb(struct dst_state *state, u32 mask, u32 enbb, in dst_gpio_outb() 115 static int dst_gpio_inb(struct dst_state *state, u8 *result) in dst_gpio_inb() 130 int rdc_reset_state(struct dst_state *state) in rdc_reset_state() 148 static int rdc_8820_reset(struct dst_state *state) in rdc_8820_reset() 164 static int dst_pio_enable(struct dst_state *state) in dst_pio_enable() 175 int dst_pio_disable(struct dst_state *state) in dst_pio_disable() 188 int dst_wait_dst_ready(struct dst_state *state, u8 delay_mode) in dst_wait_dst_ready() 210 int dst_error_recovery(struct dst_state *state) in dst_error_recovery() 222 int dst_error_bailout(struct dst_state *state) in dst_error_bailout() [all …]
|
/linux-3.3/drivers/media/dvb/frontends/ |
D | tda8083.c | 61 static int tda8083_writereg (struct tda8083_state* state, u8 reg, u8 data) in tda8083_writereg() 76 static int tda8083_readregs (struct tda8083_state* state, u8 reg1, u8 *b, u8 len) in tda8083_readregs() 91 static inline u8 tda8083_readreg (struct tda8083_state* state, u8 reg) in tda8083_readreg() 100 static int tda8083_set_inversion (struct tda8083_state* state, fe_spectral_inversion_t inversion) in tda8083_set_inversion() 109 static int tda8083_set_fec (struct tda8083_state* state, fe_code_rate_t fec) in tda8083_set_fec() 120 static fe_code_rate_t tda8083_get_fec (struct tda8083_state* state) in tda8083_get_fec() 131 static int tda8083_set_symbolrate (struct tda8083_state* state, u32 srate) in tda8083_set_symbolrate() 170 static void tda8083_wait_diseqc_fifo (struct tda8083_state* state, int timeout) in tda8083_wait_diseqc_fifo() 181 static int tda8083_set_tone (struct tda8083_state* state, fe_sec_tone_mode_t tone) in tda8083_set_tone() 195 static int tda8083_set_voltage (struct tda8083_state* state, fe_sec_voltage_t voltage) in tda8083_set_voltage() [all …]
|
D | nxt6000.c | 44 static int nxt6000_writereg(struct nxt6000_state* state, u8 reg, u8 data) in nxt6000_writereg() 56 static u8 nxt6000_readreg(struct nxt6000_state* state, u8 reg) in nxt6000_readreg() 74 static void nxt6000_reset(struct nxt6000_state* state) in nxt6000_reset() 84 static int nxt6000_set_bandwidth(struct nxt6000_state *state, u32 bandwidth) in nxt6000_set_bandwidth() 112 static int nxt6000_set_guard_interval(struct nxt6000_state* state, fe_guard_interval_t guard_interv… in nxt6000_set_guard_interval() 134 static int nxt6000_set_inversion(struct nxt6000_state* state, fe_spectral_inversion_t inversion) in nxt6000_set_inversion() 150 static int nxt6000_set_transmission_mode(struct nxt6000_state* state, fe_transmit_mode_t transmissi… in nxt6000_set_transmission_mode() 177 struct nxt6000_state* state = fe->demodulator_priv; in nxt6000_setup() local 210 static void nxt6000_dump_status(struct nxt6000_state *state) in nxt6000_dump_status() 422 struct nxt6000_state* state = fe->demodulator_priv; in nxt6000_read_status() local [all …]
|
D | s5h1420.c | 79 static u8 s5h1420_readreg(struct s5h1420_state *state, u8 reg) in s5h1420_readreg() 110 static int s5h1420_writereg (struct s5h1420_state* state, u8 reg, u8 data) in s5h1420_writereg() 129 struct s5h1420_state* state = fe->demodulator_priv; in s5h1420_set_voltage() local 154 struct s5h1420_state* state = fe->demodulator_priv; in s5h1420_set_tone() local 176 struct s5h1420_state* state = fe->demodulator_priv; in s5h1420_send_master_cmd() local 221 struct s5h1420_state* state = fe->demodulator_priv; in s5h1420_recv_slave_reply() local 275 struct s5h1420_state* state = fe->demodulator_priv; in s5h1420_send_burst() local 310 static fe_status_t s5h1420_get_status_bits(struct s5h1420_state* state) in s5h1420_get_status_bits() 333 struct s5h1420_state* state = fe->demodulator_priv; in s5h1420_read_status() local 433 struct s5h1420_state* state = fe->demodulator_priv; in s5h1420_read_ber() local [all …]
|
D | stv0297.c | 51 static int stv0297_writereg(struct stv0297_state *state, u8 reg, u8 data) in stv0297_writereg() 66 static int stv0297_readreg(struct stv0297_state *state, u8 reg) in stv0297_readreg() 95 static int stv0297_writereg_mask(struct stv0297_state *state, u8 reg, u8 mask, u8 data) in stv0297_writereg_mask() 107 static int stv0297_readregs(struct stv0297_state *state, u8 reg1, u8 * b, u8 len) in stv0297_readregs() 135 static u32 stv0297_get_symbolrate(struct stv0297_state *state) in stv0297_get_symbolrate() 150 static void stv0297_set_symbolrate(struct stv0297_state *state, u32 srate) in stv0297_set_symbolrate() 164 static void stv0297_set_sweeprate(struct stv0297_state *state, short fshift, long symrate) in stv0297_set_sweeprate() 184 static void stv0297_set_carrieroffset(struct stv0297_state *state, long offset) in stv0297_set_carrieroffset() 219 static void stv0297_set_initialdemodfreq(struct stv0297_state *state, long freq) in stv0297_set_initialdemodfreq() 236 static int stv0297_set_qam(struct stv0297_state *state, fe_modulation_t modulation) in stv0297_set_qam() [all …]
|
D | stv0299.c | 81 static int stv0299_writeregI (struct stv0299_state* state, u8 reg, u8 data) in stv0299_writeregI() 98 struct stv0299_state* state = fe->demodulator_priv; in stv0299_write() local 106 static u8 stv0299_readreg (struct stv0299_state* state, u8 reg) in stv0299_readreg() 123 static int stv0299_readregs (struct stv0299_state* state, u8 reg1, u8 *b, u8 len) in stv0299_readregs() 137 static int stv0299_set_FEC (struct stv0299_state* state, fe_code_rate_t fec) in stv0299_set_FEC() 173 static fe_code_rate_t stv0299_get_fec (struct stv0299_state* state) in stv0299_get_fec() 190 static int stv0299_wait_diseqc_fifo (struct stv0299_state* state, int timeout) in stv0299_wait_diseqc_fifo() 207 static int stv0299_wait_diseqc_idle (struct stv0299_state* state, int timeout) in stv0299_wait_diseqc_idle() 226 struct stv0299_state* state = fe->demodulator_priv; in stv0299_set_symbolrate() local 242 static int stv0299_get_symbolrate (struct stv0299_state* state) in stv0299_get_symbolrate() [all …]
|
D | stb0899_drv.c | 221 static int _stb0899_read_reg(struct stb0899_state *state, unsigned int reg) in _stb0899_read_reg() 258 int stb0899_read_reg(struct stb0899_state *state, unsigned int reg) in stb0899_read_reg() 275 u32 _stb0899_read_s2reg(struct stb0899_state *state, in _stb0899_read_s2reg() 375 int stb0899_write_s2reg(struct stb0899_state *state, in stb0899_write_s2reg() 448 int stb0899_read_regs(struct stb0899_state *state, unsigned int reg, u8 *buf, u32 count) in stb0899_read_regs() 499 int stb0899_write_regs(struct stb0899_state *state, unsigned int reg, u8 *data, u32 count) in stb0899_write_regs() 542 int stb0899_write_reg(struct stb0899_state *state, unsigned int reg, u8 data) in stb0899_write_reg() 552 static u32 stb0899_get_mclk(struct stb0899_state *state) in stb0899_get_mclk() 569 static void stb0899_set_mclk(struct stb0899_state *state, u32 Mclk) in stb0899_set_mclk() 584 static int stb0899_postproc(struct stb0899_state *state, u8 ctl, int enable) in stb0899_postproc() [all …]
|
D | stv090x.c | 692 static int stv090x_read_reg(struct stv090x_state *state, unsigned int reg) in stv090x_read_reg() 721 static int stv090x_write_regs(struct stv090x_state *state, unsigned int reg, u8 *data, u32 count) in stv090x_write_regs() 752 static int stv090x_write_reg(struct stv090x_state *state, unsigned int reg, u8 data) in stv090x_write_reg() 757 static int stv090x_i2c_gate_ctrl(struct stv090x_state *state, int enable) in stv090x_i2c_gate_ctrl() 808 static void stv090x_get_lock_tmg(struct stv090x_state *state) in stv090x_get_lock_tmg() 855 static int stv090x_set_srate(struct stv090x_state *state, u32 srate) in stv090x_set_srate() 881 static int stv090x_set_max_srate(struct stv090x_state *state, u32 clk, u32 srate) in stv090x_set_max_srate() 915 static int stv090x_set_min_srate(struct stv090x_state *state, u32 clk, u32 srate) in stv090x_set_min_srate() 961 static int stv090x_set_vit_thacq(struct stv090x_state *state) in stv090x_set_vit_thacq() 981 static int stv090x_set_vit_thtracq(struct stv090x_state *state) in stv090x_set_vit_thtracq() [all …]
|
D | drxk_hard.c | 56 static bool IsDVBT(struct drxk_state *state) in IsDVBT() 61 static bool IsQAM(struct drxk_state *state) in IsQAM() 68 bool IsA1WithPatchCode(struct drxk_state *state) in IsA1WithPatchCode() 73 bool IsA1WithRomCode(struct drxk_state *state) in IsA1WithRomCode() 382 static int read16_flags(struct drxk_state *state, u32 reg, u16 *data, u8 flags) in read16_flags() 411 static int read16(struct drxk_state *state, u32 reg, u16 *data) in read16() 416 static int read32_flags(struct drxk_state *state, u32 reg, u32 *data, u8 flags) in read32_flags() 446 static int read32(struct drxk_state *state, u32 reg, u32 *data) in read32() 451 static int write16_flags(struct drxk_state *state, u32 reg, u16 data, u8 flags) in write16_flags() 475 static int write16(struct drxk_state *state, u32 reg, u16 data) in write16() [all …]
|
D | cx22700.c | 70 static int cx22700_writereg (struct cx22700_state* state, u8 reg, u8 data) in cx22700_writereg() 87 static int cx22700_readreg (struct cx22700_state* state, u8 reg) in cx22700_readreg() 104 static int cx22700_set_inversion (struct cx22700_state* state, int inversion) in cx22700_set_inversion() 124 static int cx22700_set_tps(struct cx22700_state *state, in cx22700_set_tps() 188 static int cx22700_get_tps(struct cx22700_state *state, in cx22700_get_tps() 235 { struct cx22700_state* state = fe->demodulator_priv; in cx22700_init() local 255 struct cx22700_state* state = fe->demodulator_priv; in cx22700_read_status() local 283 struct cx22700_state* state = fe->demodulator_priv; in cx22700_read_ber() local 293 struct cx22700_state* state = fe->demodulator_priv; in cx22700_read_signal_strength() local 304 struct cx22700_state* state = fe->demodulator_priv; in cx22700_read_snr() local [all …]
|
D | au8522_decoder.c | 188 static void setup_vbi(struct au8522_state *state, int aud_input) in setup_vbi() 224 static void setup_decoder_defaults(struct au8522_state *state, u8 input_mode) in setup_decoder_defaults() 352 static void au8522_setup_cvbs_mode(struct au8522_state *state) in au8522_setup_cvbs_mode() 373 static void au8522_setup_cvbs_tuner_mode(struct au8522_state *state) in au8522_setup_cvbs_tuner_mode() 400 static void au8522_setup_svideo_mode(struct au8522_state *state) in au8522_setup_svideo_mode() 424 static void disable_audio_input(struct au8522_state *state) in disable_audio_input() 438 static void set_audio_input(struct au8522_state *state, int aud_input) in set_audio_input() 492 struct au8522_state *state = to_state(sd); in au8522_s_ctrl() local 534 struct au8522_state *state = to_state(sd); in au8522_g_ctrl() local 573 struct au8522_state *state = to_state(sd); in au8522_g_register() local [all …]
|
D | ves1x93.c | 95 static int ves1x93_writereg (struct ves1x93_state* state, u8 reg, u8 data) in ves1x93_writereg() 109 static u8 ves1x93_readreg (struct ves1x93_state* state, u8 reg) in ves1x93_readreg() 124 static int ves1x93_clr_bit (struct ves1x93_state* state) in ves1x93_clr_bit() 133 static int ves1x93_set_inversion (struct ves1x93_state* state, fe_spectral_inversion_t inversion) in ves1x93_set_inversion() 159 static int ves1x93_set_fec (struct ves1x93_state* state, fe_code_rate_t fec) in ves1x93_set_fec() 169 static fe_code_rate_t ves1x93_get_fec (struct ves1x93_state* state) in ves1x93_get_fec() 174 static int ves1x93_set_symbolrate (struct ves1x93_state* state, u32 srate) in ves1x93_set_symbolrate() 266 struct ves1x93_state* state = fe->demodulator_priv; in ves1x93_init() local 286 struct ves1x93_state* state = fe->demodulator_priv; in ves1x93_set_voltage() local 302 struct ves1x93_state* state = fe->demodulator_priv; in ves1x93_read_status() local [all …]
|
D | cx24110.c | 116 static int cx24110_writereg (struct cx24110_state* state, int reg, int data) in cx24110_writereg() 131 static int cx24110_readreg (struct cx24110_state* state, u8 reg) in cx24110_readreg() 146 static int cx24110_set_inversion (struct cx24110_state* state, fe_spectral_inversion_t inversion) in cx24110_set_inversion() 180 static int cx24110_set_fec (struct cx24110_state* state, fe_code_rate_t fec) in cx24110_set_fec() 225 static fe_code_rate_t cx24110_get_fec (struct cx24110_state* state) in cx24110_get_fec() 241 static int cx24110_set_symbolrate (struct cx24110_state* state, u32 srate) in cx24110_set_symbolrate() 315 struct cx24110_state *state = fe->demodulator_priv; in _cx24110_pll_write() local 357 struct cx24110_state *state = fe->demodulator_priv; in cx24110_initfe() local 372 struct cx24110_state *state = fe->demodulator_priv; in cx24110_set_voltage() local 387 struct cx24110_state *state = fe->demodulator_priv; in cx24110_diseqc_send_burst() local [all …]
|
D | tda10086.c | 52 static int tda10086_write_byte(struct tda10086_state *state, int reg, int data) in tda10086_write_byte() 68 static int tda10086_read_byte(struct tda10086_state *state, int reg) in tda10086_read_byte() 89 static int tda10086_write_mask(struct tda10086_state *state, int reg, int mask, int data) in tda10086_write_mask() 108 struct tda10086_state* state = fe->demodulator_priv; in tda10086_init() local 176 static void tda10086_diseqc_wait(struct tda10086_state *state) in tda10086_diseqc_wait() 190 struct tda10086_state* state = fe->demodulator_priv; in tda10086_set_tone() local 214 struct tda10086_state* state = fe->demodulator_priv; in tda10086_send_master_cmd() local 243 struct tda10086_state* state = fe->demodulator_priv; in tda10086_send_burst() local 269 static int tda10086_set_inversion(struct tda10086_state *state, in tda10086_set_inversion() 294 static int tda10086_set_symbol_rate(struct tda10086_state *state, in tda10086_set_symbol_rate() [all …]
|
D | dib7000m.c | 72 static u16 dib7000m_read_word(struct dib7000m_state *state, u16 reg) in dib7000m_read_word() 103 static int dib7000m_write_word(struct dib7000m_state *state, u16 reg, u16 val) in dib7000m_write_word() 128 static void dib7000m_write_tab(struct dib7000m_state *state, u16 *buf) in dib7000m_write_tab() 147 static int dib7000m_set_output_mode(struct dib7000m_state *state, int mode) in dib7000m_set_output_mode() 205 static void dib7000m_set_power_mode(struct dib7000m_state *state, enum dib7000m_power_mode mode) in dib7000m_set_power_mode() 257 static int dib7000m_set_adc_state(struct dib7000m_state *state, enum dibx000_adc_states no) in dib7000m_set_adc_state() 312 static int dib7000m_set_bandwidth(struct dib7000m_state *state, u32 bw) in dib7000m_set_bandwidth() 340 struct dib7000m_state *state = demod->demodulator_priv; in dib7000m_set_diversity_in() local 361 static int dib7000m_sad_calib(struct dib7000m_state *state) in dib7000m_sad_calib() 378 static void dib7000m_reset_pll_common(struct dib7000m_state *state, const struct dibx000_bandwidth_… in dib7000m_reset_pll_common() [all …]
|
D | dib3000mc.c | 50 static u16 dib3000mc_read_word(struct dib3000mc_state *state, u16 reg) in dib3000mc_read_word() 65 static int dib3000mc_write_word(struct dib3000mc_state *state, u16 reg, u16 val) in dib3000mc_write_word() 77 static int dib3000mc_identify(struct dib3000mc_state *state) in dib3000mc_identify() 97 static int dib3000mc_set_timing(struct dib3000mc_state *state, s16 nfft, u32 bw, u8 update_offset) in dib3000mc_set_timing() 131 static int dib3000mc_setup_pwm_state(struct dib3000mc_state *state) in dib3000mc_setup_pwm_state() 153 static int dib3000mc_set_output_mode(struct dib3000mc_state *state, int mode) in dib3000mc_set_output_mode() 214 static int dib3000mc_set_bandwidth(struct dib3000mc_state *state, u32 bw) in dib3000mc_set_bandwidth() 274 static void dib3000mc_set_impulse_noise(struct dib3000mc_state *state, u8 mode, s16 nfft) in dib3000mc_set_impulse_noise() 294 struct dib3000mc_state *state = demod->demodulator_priv; in dib3000mc_init() local 414 struct dib3000mc_state *state = demod->demodulator_priv; in dib3000mc_sleep() local [all …]
|
D | sp8870.c | 66 static int sp8870_writereg (struct sp8870_state* state, u16 reg, u16 data) in sp8870_writereg() 80 static int sp8870_readreg (struct sp8870_state* state, u16 reg) in sp8870_readreg() 98 static int sp8870_firmware_upload (struct sp8870_state* state, const struct firmware *fw) in sp8870_firmware_upload() 145 static void sp8870_microcontroller_stop (struct sp8870_state* state) in sp8870_microcontroller_stop() 154 static void sp8870_microcontroller_start (struct sp8870_state* state) in sp8870_microcontroller_start() 166 static int sp8870_read_data_valid_signal(struct sp8870_state* state) in sp8870_read_data_valid_signal() 242 static int sp8870_wake_up(struct sp8870_state* state) in sp8870_wake_up() 251 struct sp8870_state* state = fe->demodulator_priv; in sp8870_set_frontend_parameters() local 306 struct sp8870_state* state = fe->demodulator_priv; in sp8870_init() local 355 struct sp8870_state* state = fe->demodulator_priv; in sp8870_read_status() local [all …]
|
D | l64781.c | 52 static int l64781_writereg (struct l64781_state* state, u8 reg, u8 data) in l64781_writereg() 65 static int l64781_readreg (struct l64781_state* state, u8 reg) in l64781_readreg() 80 static void apply_tps (struct l64781_state* state) in apply_tps() 94 static void reset_afc (struct l64781_state* state) in reset_afc() 111 static int reset_and_configure (struct l64781_state* state) in reset_and_configure() 123 struct l64781_state* state = fe->demodulator_priv; in apply_frontend_param() local 249 struct l64781_state* state = fe->demodulator_priv; in get_frontend() local 364 struct l64781_state* state = fe->demodulator_priv; in l64781_read_status() local 393 struct l64781_state* state = fe->demodulator_priv; in l64781_read_ber() local 405 struct l64781_state* state = fe->demodulator_priv; in l64781_read_signal_strength() local [all …]
|
D | cx22702.c | 85 static int cx22702_writereg(struct cx22702_state *state, u8 reg, u8 data) in cx22702_writereg() 105 static u8 cx22702_readreg(struct cx22702_state *state, u8 reg) in cx22702_readreg() 127 static int cx22702_set_inversion(struct cx22702_state *state, int inversion) in cx22702_set_inversion() 148 static int cx22702_get_tps(struct cx22702_state *state, in cx22702_get_tps() 250 struct cx22702_state *state = fe->demodulator_priv; in cx22702_i2c_gate_ctrl() local 267 struct cx22702_state *state = fe->demodulator_priv; in cx22702_set_tps() local 438 struct cx22702_state *state = fe->demodulator_priv; in cx22702_init() local 457 struct cx22702_state *state = fe->demodulator_priv; in cx22702_read_status() local 486 struct cx22702_state *state = fe->demodulator_priv; in cx22702_read_ber() local 504 struct cx22702_state *state = fe->demodulator_priv; in cx22702_read_signal_strength() local [all …]
|
D | nxt200x.c | 70 static int i2c_writebytes (struct nxt200x_state* state, u8 addr, u8 *buf, u8 len) in i2c_writebytes() 83 static int i2c_readbytes(struct nxt200x_state *state, u8 addr, u8 *buf, u8 len) in i2c_readbytes() 96 static int nxt200x_writebytes (struct nxt200x_state* state, u8 reg, in nxt200x_writebytes() 114 static int nxt200x_readbytes(struct nxt200x_state *state, u8 reg, u8 *buf, u8 len) in nxt200x_readbytes() 147 static int nxt200x_writereg_multibyte (struct nxt200x_state* state, u8 reg, u8* data, u8 len) in nxt200x_writereg_multibyte() 207 static int nxt200x_readreg_multibyte (struct nxt200x_state* state, u8 reg, u8* data, u8 len) in nxt200x_readreg_multibyte() 255 static void nxt200x_microcontroller_stop (struct nxt200x_state* state) in nxt200x_microcontroller_stop() 288 static void nxt200x_microcontroller_start (struct nxt200x_state* state) in nxt200x_microcontroller_start() 297 static void nxt2004_microcontroller_init (struct nxt200x_state* state) in nxt2004_microcontroller_init() 328 static int nxt200x_writetuner (struct nxt200x_state* state, u8* data) in nxt200x_writetuner() [all …]
|
D | mt312.c | 61 static int mt312_read(struct mt312_state *state, const enum mt312_reg_addr reg, in mt312_read() 95 static int mt312_write(struct mt312_state *state, const enum mt312_reg_addr reg, in mt312_write() 128 static inline int mt312_readreg(struct mt312_state *state, in mt312_readreg() 134 static inline int mt312_writereg(struct mt312_state *state, in mt312_writereg() 145 static int mt312_reset(struct mt312_state *state, const u8 full) in mt312_reset() 150 static int mt312_get_inversion(struct mt312_state *state, in mt312_get_inversion() 166 static int mt312_get_symbol_rate(struct mt312_state *state, u32 *sr) in mt312_get_symbol_rate() 220 static int mt312_get_code_rate(struct mt312_state *state, fe_code_rate_t *cr) in mt312_get_code_rate() 240 struct mt312_state *state = fe->demodulator_priv; in mt312_initfe() local 341 struct mt312_state *state = fe->demodulator_priv; in mt312_send_master_cmd() local [all …]
|
/linux-3.3/drivers/media/dvb/dvb-usb/ |
D | mxl111sf-demod.c | 45 static int mxl111sf_demod_read_reg(struct mxl111sf_demod_state *state, in mxl111sf_demod_read_reg() 53 static int mxl111sf_demod_write_reg(struct mxl111sf_demod_state *state, in mxl111sf_demod_write_reg() 62 int mxl111sf_demod_program_regs(struct mxl111sf_demod_state *state, in mxl111sf_demod_program_regs() 74 int mxl1x1sf_demod_get_tps_code_rate(struct mxl111sf_demod_state *state, in mxl1x1sf_demod_get_tps_code_rate() 105 int mxl1x1sf_demod_get_tps_modulation(struct mxl111sf_demod_state *state, in mxl1x1sf_demod_get_tps_modulation() 130 int mxl1x1sf_demod_get_tps_guard_fft_mode(struct mxl111sf_demod_state *state, in mxl1x1sf_demod_get_tps_guard_fft_mode() 155 int mxl1x1sf_demod_get_tps_guard_interval(struct mxl111sf_demod_state *state, in mxl1x1sf_demod_get_tps_guard_interval() 183 int mxl1x1sf_demod_get_tps_hierarchy(struct mxl111sf_demod_state *state, in mxl1x1sf_demod_get_tps_hierarchy() 214 int mxl1x1sf_demod_get_sync_lock_status(struct mxl111sf_demod_state *state, in mxl1x1sf_demod_get_sync_lock_status() 227 int mxl1x1sf_demod_get_rs_lock_status(struct mxl111sf_demod_state *state, in mxl1x1sf_demod_get_rs_lock_status() [all …]
|
D | mxl111sf-phy.c | 24 int mxl111sf_init_tuner_demod(struct mxl111sf_state *state) in mxl111sf_init_tuner_demod() 55 int mxl1x1sf_soft_reset(struct mxl111sf_state *state) in mxl1x1sf_soft_reset() 69 int mxl1x1sf_set_device_mode(struct mxl111sf_state *state, int mode) in mxl1x1sf_set_device_mode() 97 int mxl1x1sf_top_master_ctrl(struct mxl111sf_state *state, int onoff) in mxl1x1sf_top_master_ctrl() 104 int mxl111sf_disable_656_port(struct mxl111sf_state *state) in mxl111sf_disable_656_port() 111 int mxl111sf_enable_usb_output(struct mxl111sf_state *state) in mxl111sf_enable_usb_output() 119 int mxl111sf_config_mpeg_in(struct mxl111sf_state *state, in mxl111sf_config_mpeg_in() 202 int mxl111sf_init_i2s_port(struct mxl111sf_state *state, u8 sample_size) in mxl111sf_init_i2s_port() 232 int mxl111sf_disable_i2s_port(struct mxl111sf_state *state) in mxl111sf_disable_i2s_port() 244 int mxl111sf_config_i2s(struct mxl111sf_state *state, in mxl111sf_config_i2s() [all …]
|
D | mxl111sf-tuner.c | 47 static int mxl111sf_tuner_read_reg(struct mxl111sf_tuner_state *state, in mxl111sf_tuner_read_reg() 55 static int mxl111sf_tuner_write_reg(struct mxl111sf_tuner_state *state, in mxl111sf_tuner_write_reg() 63 static int mxl111sf_tuner_program_regs(struct mxl111sf_tuner_state *state, in mxl111sf_tuner_program_regs() 71 static int mxl1x1sf_tuner_top_master_ctrl(struct mxl111sf_tuner_state *state, in mxl1x1sf_tuner_top_master_ctrl() 137 static int mxl1x1sf_tuner_set_if_output_freq(struct mxl111sf_tuner_state *state) in mxl1x1sf_tuner_set_if_output_freq() 201 struct mxl111sf_tuner_state *state = fe->tuner_priv; in mxl1x1sf_tune_rf() local 244 static int mxl1x1sf_tuner_get_lock_status(struct mxl111sf_tuner_state *state, in mxl1x1sf_tuner_get_lock_status() 279 struct mxl111sf_tuner_state *state = fe->tuner_priv; in mxl111sf_tuner_set_params() local 350 struct mxl111sf_tuner_state *state = fe->tuner_priv; in mxl111sf_tuner_get_status() local 369 struct mxl111sf_tuner_state *state = fe->tuner_priv; in mxl111sf_get_rf_strength() local [all …]
|
/linux-3.3/drivers/acpi/acpica/ |
D | utstate.c | 69 union acpi_generic_state *state; in acpi_ut_create_pkg_state_and_push() local 98 union acpi_generic_state *state) in acpi_ut_push_generic_state() 125 union acpi_generic_state *state; in acpi_ut_pop_generic_state() local 157 union acpi_generic_state *state; in acpi_ut_create_generic_state() local 187 union acpi_generic_state *state; in acpi_ut_create_thread_state() local 231 union acpi_generic_state *state; in acpi_ut_create_update_state() local 268 union acpi_generic_state *state; in acpi_ut_create_pkg_state() local 305 union acpi_generic_state *state; in acpi_ut_create_control_state() local 337 void acpi_ut_delete_generic_state(union acpi_generic_state *state) in acpi_ut_delete_generic_state()
|