Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/radio/wl128x/
H A Dfmdrv_tx.h13 int fm_tx_set_pwr_lvl(struct fmdev *, u8);
H A Dfmdrv_tx.c279 int fm_tx_set_pwr_lvl(struct fmdev *fmdev, u8 new_pwr_lvl) in fm_tx_set_pwr_lvl() function
400 fm_tx_set_pwr_lvl(fmdev, tx->pwr_lvl); in fm_tx_set_freq()
H A Dfmdrv_v4l2.c222 return fm_tx_set_pwr_lvl(fmdev, (u8)ctrl->val); in fm_v4l2_s_ctrl()