Home
last modified time | relevance | path

Searched refs:WL1273_POWER_SET (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/media/radio/
Dradio-wl1273.c543 int r = core->write(core, WL1273_POWER_SET, in wl1273_fm_stop()
585 r = core->write(core, WL1273_POWER_SET, val); in wl1273_fm_start()
589 r = core->write(core, WL1273_POWER_SET, val); in wl1273_fm_start()
647 r = core->write(core, WL1273_POWER_SET, val); in wl1273_fm_start()
678 r = core->write(core, WL1273_POWER_SET, in wl1273_fm_suspend()
958 r = core->write(core, WL1273_POWER_SET, in wl1273_fm_rds_on()
989 r = core->write(core, WL1273_POWER_SET, WL1273_POWER_SET_FM); in wl1273_fm_rds_off()
1919 r = core->read(core, WL1273_POWER_SET, &val); in wl1273_fm_vidioc_log_status()
/Linux-v4.19/include/linux/mfd/
Dwl1273-core.h61 #define WL1273_POWER_SET 32 macro