Symbol: max2175
drivers/media/i2c/max2175.c
1003
static void max2175_s_ctrl_rx_mode(struct max2175 *ctx, u32 rx_mode)
drivers/media/i2c/max2175.c
1021
struct max2175 *ctx = max2175_from_ctrl_hdl(ctrl->handler);
drivers/media/i2c/max2175.c
1039
static u32 max2175_get_lna_gain(struct max2175 *ctx)
drivers/media/i2c/max2175.c
1057
struct max2175 *ctx = max2175_from_ctrl_hdl(ctrl->handler);
drivers/media/i2c/max2175.c
1074
static int max2175_set_freq_and_mode(struct max2175 *ctx, u32 freq)
drivers/media/i2c/max2175.c
1097
struct max2175 *ctx = max2175_from_sd(sd);
drivers/media/i2c/max2175.c
1127
struct max2175 *ctx = max2175_from_sd(sd);
drivers/media/i2c/max2175.c
1142
struct max2175 *ctx = max2175_from_sd(sd);
drivers/media/i2c/max2175.c
1154
struct max2175 *ctx = max2175_from_sd(sd);
drivers/media/i2c/max2175.c
1282
struct max2175 *ctx;
drivers/media/i2c/max2175.c
1409
struct max2175 *ctx = max2175_from_sd(sd);
drivers/media/i2c/max2175.c
299
static inline struct max2175 *max2175_from_sd(struct v4l2_subdev *sd)
drivers/media/i2c/max2175.c
301
return container_of(sd, struct max2175, sd);
drivers/media/i2c/max2175.c
304
static inline struct max2175 *max2175_from_ctrl_hdl(struct v4l2_ctrl_handler *h)
drivers/media/i2c/max2175.c
306
return container_of(h, struct max2175, ctrl_hdl);
drivers/media/i2c/max2175.c
316
static int max2175_read(struct max2175 *ctx, u8 idx, u8 *val)
drivers/media/i2c/max2175.c
330
static int max2175_write(struct max2175 *ctx, u8 idx, u8 val)
drivers/media/i2c/max2175.c
342
static u8 max2175_read_bits(struct max2175 *ctx, u8 idx, u8 msb, u8 lsb)
drivers/media/i2c/max2175.c
352
static int max2175_write_bits(struct max2175 *ctx, u8 idx,
drivers/media/i2c/max2175.c
364
static int max2175_write_bit(struct max2175 *ctx, u8 idx, u8 bit, u8 newval)
drivers/media/i2c/max2175.c
370
static int max2175_poll_timeout(struct max2175 *ctx, u8 idx, u8 msb, u8 lsb,
drivers/media/i2c/max2175.c
380
static int max2175_poll_csm_ready(struct max2175 *ctx)
drivers/media/i2c/max2175.c
416
static void max2175_i2s_enable(struct max2175 *ctx, bool enable)
drivers/media/i2c/max2175.c
427
static void max2175_set_filter_coeffs(struct max2175 *ctx, u8 m_sel,
drivers/media/i2c/max2175.c
448
static void max2175_load_fmeu_1p2(struct max2175 *ctx)
drivers/media/i2c/max2175.c
463
static void max2175_load_dab_1p2(struct max2175 *ctx)
drivers/media/i2c/max2175.c
476
static void max2175_load_fmna_1p0(struct max2175 *ctx)
drivers/media/i2c/max2175.c
484
static void max2175_load_fmna_2p0(struct max2175 *ctx)
drivers/media/i2c/max2175.c
492
static void max2175_set_bbfilter(struct max2175 *ctx)
drivers/media/i2c/max2175.c
506
static int max2175_set_csm_mode(struct max2175 *ctx,
drivers/media/i2c/max2175.c
533
static int max2175_csm_action(struct max2175 *ctx,
drivers/media/i2c/max2175.c
548
static int max2175_set_lo_freq(struct max2175 *ctx, u32 lo_freq)
drivers/media/i2c/max2175.c
628
static int max2175_set_nco_freq(struct max2175 *ctx, s32 nco_freq)
drivers/media/i2c/max2175.c
664
static int max2175_set_rf_freq_non_am_bands(struct max2175 *ctx, u64 freq,
drivers/media/i2c/max2175.c
691
static int max2175_set_rf_freq(struct max2175 *ctx, u64 freq, u32 lo_pos)
drivers/media/i2c/max2175.c
705
static int max2175_tune_rf_freq(struct max2175 *ctx, u64 freq, u32 hsls)
drivers/media/i2c/max2175.c
723
static void max2175_set_hsls(struct max2175 *ctx, u32 lo_pos)
drivers/media/i2c/max2175.c
733
static void max2175_set_eu_rx_mode(struct max2175 *ctx, u32 rx_mode)
drivers/media/i2c/max2175.c
749
static void max2175_set_na_rx_mode(struct max2175 *ctx, u32 rx_mode)
drivers/media/i2c/max2175.c
771
static int max2175_set_rx_mode(struct max2175 *ctx, u32 rx_mode)
drivers/media/i2c/max2175.c
801
static int max2175_rx_mode_from_freq(struct max2175 *ctx, u32 freq, u32 *mode)
drivers/media/i2c/max2175.c
819
static bool max2175_freq_rx_mode_valid(struct max2175 *ctx,
drivers/media/i2c/max2175.c
827
static void max2175_load_adc_presets(struct max2175 *ctx)
drivers/media/i2c/max2175.c
836
static int max2175_init_power_manager(struct max2175 *ctx)
drivers/media/i2c/max2175.c
853
static int max2175_recalibrate_adc(struct max2175 *ctx)
drivers/media/i2c/max2175.c
872
static u8 max2175_read_rom(struct max2175 *ctx, u8 row)
drivers/media/i2c/max2175.c
889
static void max2175_load_from_rom(struct max2175 *ctx)
drivers/media/i2c/max2175.c
923
static void max2175_load_full_fm_eu_1p0(struct max2175 *ctx)
drivers/media/i2c/max2175.c
934
static void max2175_load_full_fm_na_1p0(struct max2175 *ctx)
drivers/media/i2c/max2175.c
945
static int max2175_core_init(struct max2175 *ctx, u32 refout_bits)