Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/radio/wl128x/
Dfmdrv_tx.h22 int fm_tx_set_pwr_lvl(struct fmdev *, u8);
Dfmdrv_tx.c288 int fm_tx_set_pwr_lvl(struct fmdev *fmdev, u8 new_pwr_lvl) in fm_tx_set_pwr_lvl() function
409 fm_tx_set_pwr_lvl(fmdev, tx->pwr_lvl); in fm_tx_set_freq()
Dfmdrv_v4l2.c238 return fm_tx_set_pwr_lvl(fmdev, (u8)ctrl->val); in fm_v4l2_s_ctrl()