Lines Matching defs:core

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() local
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()
466 static int si476x_core_get_status(struct si476x_core *core) in si476x_core_get_status()
483 static void si476x_core_get_and_signal_status(struct si476x_core *core) in si476x_core_get_and_signal_status()
517 struct si476x_core *core = SI476X_WORK_TO_CORE(work); in si476x_core_poll_loop() local
527 struct si476x_core *core = dev; in si476x_core_interrupt() local
552 static int si476x_core_fwver_to_revision(struct si476x_core *core, in si476x_core_fwver_to_revision()
618 static int si476x_core_get_revision_info(struct si476x_core *core) in si476x_core_get_revision_info()
644 bool si476x_core_has_am(struct si476x_core *core) in si476x_core_has_am()
651 bool si476x_core_has_diversity(struct si476x_core *core) in si476x_core_has_diversity()
657 bool si476x_core_is_a_secondary_tuner(struct si476x_core *core) in si476x_core_is_a_secondary_tuner()
665 bool si476x_core_is_a_primary_tuner(struct si476x_core *core) in si476x_core_is_a_primary_tuner()
673 bool si476x_core_is_in_am_receiver_mode(struct si476x_core *core) in si476x_core_is_in_am_receiver_mode()
680 bool si476x_core_is_powered_up(struct si476x_core *core) in si476x_core_is_powered_up()
690 struct si476x_core *core; in si476x_core_probe() local
840 struct si476x_core *core = i2c_get_clientdata(client); in si476x_core_remove() local