Searched refs:si476x_core (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/include/linux/mfd/ |
D | si476x-core.h | 115 struct si476x_core { struct 151 struct si476x_core, \ argument 159 static inline struct si476x_core *i2c_mfd_cell_to_core(struct device *dev) in i2c_mfd_cell_to_core() argument 170 static inline void si476x_core_lock(struct si476x_core *core) in si476x_core_lock() 179 static inline void si476x_core_unlock(struct si476x_core *core) in si476x_core_unlock() 186 static inline u16 hz_to_si476x(struct si476x_core *core, int freq) in hz_to_si476x() 203 static inline int si476x_to_hz(struct si476x_core *core, u16 freq) in si476x_to_hz() 233 static inline u16 v4l2_to_si476x(struct si476x_core *core, int freq) in v4l2_to_si476x() 238 static inline int si476x_to_v4l2(struct si476x_core *core, u16 freq) in si476x_to_v4l2() 362 int si476x_core_stop(struct si476x_core *, bool); [all …]
|
/linux-6.6.21/drivers/mfd/ |
D | si476x-prop.c | 45 static bool si476x_core_is_valid_property_a10(struct si476x_core *core, in si476x_core_is_valid_property_a10() 86 static bool si476x_core_is_valid_property_a20(struct si476x_core *core, in si476x_core_is_valid_property_a20() 107 static bool si476x_core_is_valid_property_a30(struct si476x_core *core, in si476x_core_is_valid_property_a30() 133 typedef bool (*valid_property_pred_t) (struct si476x_core *, u16); 135 static bool si476x_core_is_valid_property(struct si476x_core *core, in si476x_core_is_valid_property() 150 static bool si476x_core_is_readonly_property(struct si476x_core *core, in si476x_core_is_readonly_property() 174 struct si476x_core *core = i2c_get_clientdata(client); in si476x_core_regmap_readable_register() 184 struct si476x_core *core = i2c_get_clientdata(client); in si476x_core_regmap_writable_register() 200 struct si476x_core *core = context; in si476x_core_regmap_read() 228 struct regmap *devm_regmap_init_si476x(struct si476x_core *core) in devm_regmap_init_si476x()
|
D | si476x-cmd.c | 171 static int si476x_core_parse_and_nag_about_error(struct si476x_core *core) in si476x_core_parse_and_nag_about_error() 257 static int si476x_core_send_command(struct si476x_core *core, in si476x_core_send_command() 347 static int si476x_cmd_clear_stc(struct si476x_core *core) in si476x_cmd_clear_stc() 372 static int si476x_cmd_tune_seek_freq(struct si476x_core *core, in si476x_cmd_tune_seek_freq() 404 int si476x_core_cmd_func_info(struct si476x_core *core, in si476x_core_cmd_func_info() 435 int si476x_core_cmd_set_property(struct si476x_core *core, in si476x_core_cmd_set_property() 462 int si476x_core_cmd_get_property(struct si476x_core *core, u16 property) in si476x_core_cmd_get_property() 520 int si476x_core_cmd_dig_audio_pin_cfg(struct si476x_core *core, in si476x_core_cmd_dig_audio_pin_cfg() 569 int si476x_core_cmd_zif_pin_cfg(struct si476x_core *core, in si476x_core_cmd_zif_pin_cfg() 626 int si476x_core_cmd_ic_link_gpo_ctl_pin_cfg(struct si476x_core *core, in si476x_core_cmd_ic_link_gpo_ctl_pin_cfg() [all …]
|
D | si476x-i2c.c | 36 static int si476x_core_config_pinmux(struct si476x_core *core) in si476x_core_config_pinmux() 98 static inline void si476x_core_schedule_polling_work(struct si476x_core *core) in si476x_core_schedule_polling_work() 127 int si476x_core_start(struct si476x_core *core, bool soft) in si476x_core_start() 221 int si476x_core_stop(struct si476x_core *core, bool soft) in si476x_core_stop() 265 int si476x_core_set_power_state(struct si476x_core *core, in si476x_core_set_power_state() 330 static inline void si476x_core_report_drainer_stop(struct si476x_core *core) in si476x_core_report_drainer_stop() 343 static inline void si476x_core_start_rds_drainer_once(struct si476x_core *core) in si476x_core_start_rds_drainer_once() 363 struct si476x_core *core = container_of(work, struct si476x_core, in si476x_core_drain_rds_fifo() 403 static void si476x_core_pronounce_dead(struct si476x_core *core) in si476x_core_pronounce_dead() 434 int si476x_core_i2c_xfer(struct si476x_core *core, in si476x_core_i2c_xfer() [all …]
|
/linux-6.6.21/sound/soc/codecs/ |
D | si476x.c | 68 struct si476x_core *core = i2c_mfd_cell_to_core(codec_dai->dev); in si476x_codec_set_dai_fmt() 152 struct si476x_core *core = i2c_mfd_cell_to_core(dai->dev); in si476x_codec_hw_params()
|
/linux-6.6.21/drivers/media/radio/ |
D | radio-si476x.c | 272 int (*tune_freq)(struct si476x_core *, struct si476x_tune_freq_args *); 273 int (*seek_start)(struct si476x_core *, bool, bool); 274 int (*rsq_status)(struct si476x_core *, struct si476x_rsq_status_args *, 276 int (*rds_blckcnt)(struct si476x_core *, bool, 279 int (*phase_diversity)(struct si476x_core *, 281 int (*phase_div_status)(struct si476x_core *); 282 int (*acf_status)(struct si476x_core *, 284 int (*agc_status)(struct si476x_core *, 307 struct si476x_core *core;
|