Searched refs:WL1273_POWER_SET (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/radio/ |
D | radio-wl1273.c | 535 int r = core->write(core, WL1273_POWER_SET, in wl1273_fm_stop() 577 r = core->write(core, WL1273_POWER_SET, val); in wl1273_fm_start() 581 r = core->write(core, WL1273_POWER_SET, val); in wl1273_fm_start() 639 r = core->write(core, WL1273_POWER_SET, val); in wl1273_fm_start() 670 r = core->write(core, WL1273_POWER_SET, in wl1273_fm_suspend() 950 r = core->write(core, WL1273_POWER_SET, in wl1273_fm_rds_on() 981 r = core->write(core, WL1273_POWER_SET, WL1273_POWER_SET_FM); in wl1273_fm_rds_off() 1902 r = core->read(core, WL1273_POWER_SET, &val); in wl1273_fm_vidioc_log_status()
|
/kernel/linux/linux-5.10/include/linux/mfd/ |
D | wl1273-core.h | 48 #define WL1273_POWER_SET 32 macro
|