Lines Matching refs:si476x_core
45 static int si476x_core_config_pinmux(struct si476x_core *core) in si476x_core_config_pinmux()
107 static inline void si476x_core_schedule_polling_work(struct si476x_core *core) in si476x_core_schedule_polling_work()
136 int si476x_core_start(struct si476x_core *core, bool soft) in si476x_core_start()
230 int si476x_core_stop(struct si476x_core *core, bool soft) in si476x_core_stop()
274 int si476x_core_set_power_state(struct si476x_core *core, in si476x_core_set_power_state()
339 static inline void si476x_core_report_drainer_stop(struct si476x_core *core) in si476x_core_report_drainer_stop()
352 static inline void si476x_core_start_rds_drainer_once(struct si476x_core *core) in si476x_core_start_rds_drainer_once()
372 struct si476x_core *core = container_of(work, struct si476x_core, in si476x_core_drain_rds_fifo()
412 static void si476x_core_pronounce_dead(struct si476x_core *core) in si476x_core_pronounce_dead()
443 int si476x_core_i2c_xfer(struct si476x_core *core, in si476x_core_i2c_xfer()
475 static int si476x_core_get_status(struct si476x_core *core) in si476x_core_get_status()
492 static void si476x_core_get_and_signal_status(struct si476x_core *core) in si476x_core_get_and_signal_status()
526 struct si476x_core *core = SI476X_WORK_TO_CORE(work); in si476x_core_poll_loop()
536 struct si476x_core *core = dev; in si476x_core_interrupt()
556 static int si476x_core_fwver_to_revision(struct si476x_core *core, in si476x_core_fwver_to_revision()
622 static int si476x_core_get_revision_info(struct si476x_core *core) in si476x_core_get_revision_info()
648 bool si476x_core_has_am(struct si476x_core *core) in si476x_core_has_am()
655 bool si476x_core_has_diversity(struct si476x_core *core) in si476x_core_has_diversity()
661 bool si476x_core_is_a_secondary_tuner(struct si476x_core *core) in si476x_core_is_a_secondary_tuner()
669 bool si476x_core_is_a_primary_tuner(struct si476x_core *core) in si476x_core_is_a_primary_tuner()
677 bool si476x_core_is_in_am_receiver_mode(struct si476x_core *core) in si476x_core_is_in_am_receiver_mode()
684 bool si476x_core_is_powered_up(struct si476x_core *core) in si476x_core_is_powered_up()
694 struct si476x_core *core; in si476x_core_probe()
844 struct si476x_core *core = i2c_get_clientdata(client); in si476x_core_remove()