Searched refs:si476x_core_stop (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/mfd/ |
H A D | si476x-i2c.c | 208 * si476x_core_stop() - chip power-down function 221 int si476x_core_stop(struct si476x_core *core, bool soft) in si476x_core_stop() function 251 EXPORT_SYMBOL_GPL(si476x_core_stop); variable 306 err = si476x_core_stop(core, false); in si476x_core_set_power_state()
|
/kernel/linux/linux-6.6/drivers/mfd/ |
H A D | si476x-i2c.c | 208 * si476x_core_stop() - chip power-down function 221 int si476x_core_stop(struct si476x_core *core, bool soft) in si476x_core_stop() function 251 EXPORT_SYMBOL_GPL(si476x_core_stop); variable 306 err = si476x_core_stop(core, false); in si476x_core_set_power_state()
|
/kernel/linux/linux-5.10/include/linux/mfd/ |
H A D | si476x-core.h | 362 int si476x_core_stop(struct si476x_core *, bool);
|
/kernel/linux/linux-6.6/include/linux/mfd/ |
H A D | si476x-core.h | 362 int si476x_core_stop(struct si476x_core *, bool);
|
/kernel/linux/linux-5.10/drivers/media/radio/ |
H A D | radio-si476x.c | 618 err = si476x_core_stop(radio->core, soft); in si476x_radio_change_func() 625 err = si476x_core_stop(radio->core, soft); in si476x_radio_change_func()
|
/kernel/linux/linux-6.6/drivers/media/radio/ |
H A D | radio-si476x.c | 612 err = si476x_core_stop(radio->core, soft); in si476x_radio_change_func() 619 err = si476x_core_stop(radio->core, soft); in si476x_radio_change_func()
|
Completed in 8 milliseconds