Home
last modified time | relevance | path

Searched refs:si476x_core_start (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/mfd/
H A Dsi476x-i2c.c127 int si476x_core_start(struct si476x_core *core, bool soft) in si476x_core_start() function
205 EXPORT_SYMBOL_GPL(si476x_core_start);
297 err = si476x_core_start(core, false); in si476x_core_set_power_state()
/openbmc/linux/include/linux/mfd/
H A Dsi476x-core.h363 int si476x_core_start(struct si476x_core *, bool);
/openbmc/linux/drivers/media/radio/
H A Dradio-si476x.c628 err = si476x_core_start(radio->core, soft); in si476x_radio_change_func()