max2175
static void max2175_s_ctrl_rx_mode(struct max2175 *ctx, u32 rx_mode)
struct max2175 *ctx = max2175_from_ctrl_hdl(ctrl->handler);
static u32 max2175_get_lna_gain(struct max2175 *ctx)
struct max2175 *ctx = max2175_from_ctrl_hdl(ctrl->handler);
static int max2175_set_freq_and_mode(struct max2175 *ctx, u32 freq)
struct max2175 *ctx = max2175_from_sd(sd);
struct max2175 *ctx = max2175_from_sd(sd);
struct max2175 *ctx = max2175_from_sd(sd);
struct max2175 *ctx = max2175_from_sd(sd);
struct max2175 *ctx;
struct max2175 *ctx = max2175_from_sd(sd);
static inline struct max2175 *max2175_from_sd(struct v4l2_subdev *sd)
return container_of(sd, struct max2175, sd);
static inline struct max2175 *max2175_from_ctrl_hdl(struct v4l2_ctrl_handler *h)
return container_of(h, struct max2175, ctrl_hdl);
static int max2175_read(struct max2175 *ctx, u8 idx, u8 *val)
static int max2175_write(struct max2175 *ctx, u8 idx, u8 val)
static u8 max2175_read_bits(struct max2175 *ctx, u8 idx, u8 msb, u8 lsb)
static int max2175_write_bits(struct max2175 *ctx, u8 idx,
static int max2175_write_bit(struct max2175 *ctx, u8 idx, u8 bit, u8 newval)
static int max2175_poll_timeout(struct max2175 *ctx, u8 idx, u8 msb, u8 lsb,
static int max2175_poll_csm_ready(struct max2175 *ctx)
static void max2175_i2s_enable(struct max2175 *ctx, bool enable)
static void max2175_set_filter_coeffs(struct max2175 *ctx, u8 m_sel,
static void max2175_load_fmeu_1p2(struct max2175 *ctx)
static void max2175_load_dab_1p2(struct max2175 *ctx)
static void max2175_load_fmna_1p0(struct max2175 *ctx)
static void max2175_load_fmna_2p0(struct max2175 *ctx)
static void max2175_set_bbfilter(struct max2175 *ctx)
static int max2175_set_csm_mode(struct max2175 *ctx,
static int max2175_csm_action(struct max2175 *ctx,
static int max2175_set_lo_freq(struct max2175 *ctx, u32 lo_freq)
static int max2175_set_nco_freq(struct max2175 *ctx, s32 nco_freq)
static int max2175_set_rf_freq_non_am_bands(struct max2175 *ctx, u64 freq,
static int max2175_set_rf_freq(struct max2175 *ctx, u64 freq, u32 lo_pos)
static int max2175_tune_rf_freq(struct max2175 *ctx, u64 freq, u32 hsls)
static void max2175_set_hsls(struct max2175 *ctx, u32 lo_pos)
static void max2175_set_eu_rx_mode(struct max2175 *ctx, u32 rx_mode)
static void max2175_set_na_rx_mode(struct max2175 *ctx, u32 rx_mode)
static int max2175_set_rx_mode(struct max2175 *ctx, u32 rx_mode)
static int max2175_rx_mode_from_freq(struct max2175 *ctx, u32 freq, u32 *mode)
static bool max2175_freq_rx_mode_valid(struct max2175 *ctx,
static void max2175_load_adc_presets(struct max2175 *ctx)
static int max2175_init_power_manager(struct max2175 *ctx)
static int max2175_recalibrate_adc(struct max2175 *ctx)
static u8 max2175_read_rom(struct max2175 *ctx, u8 row)
static void max2175_load_from_rom(struct max2175 *ctx)
static void max2175_load_full_fm_eu_1p0(struct max2175 *ctx)
static void max2175_load_full_fm_na_1p0(struct max2175 *ctx)
static int max2175_core_init(struct max2175 *ctx, u32 refout_bits)