Home
last modified time | relevance | path

Searched full:retune (Results 1 – 12 of 12) sorted by relevance

/linux/include/sound/
H A Dwm8996.h19 * ReTune Mobile configurations are specified with a label, sample
22 * Configurations are expected to be generated using the ReTune Mobile
/linux/include/linux/mfd/wm8994/
H A Dpdata.h48 * ReTune Mobile configurations are specified with a label, sample
51 * Configurations are expected to be generated using the ReTune Mobile
/linux/drivers/mmc/core/
H A Dsdio_io.c782 * a retune of the SDIO card. Retune requests made during this time
783 * will be held and we'll actually do the retune sometime after the
801 * sdio_retune_release - signal that it's OK to retune now
805 * function won't make a retune happen right away but will allow
/linux/sound/soc/codecs/
H A Dwm8994.h114 /* Platform dependent ReTune mobile configuration */
H A Dwm8996.c80 /* Platform dependent ReTune mobile configuration */
380 dev_dbg(component->dev, "ReTune Mobile %d %s/%dHz for %dHz sample rate\n", in wm8996_set_retune_mobile()
2590 dev_dbg(component->dev, "Allocated %d unique ReTune Mobile names\n", in wm8996_retune_mobile_pdata()
2599 "Failed to add ReTune Mobile controls: %d\n", ret); in wm8996_retune_mobile_pdata()
/linux/drivers/media/dvb-frontends/
H A Dcx24116.c1213 int i, status, ret, retune = 1; in cx24116_set_frontend() local
1257 retune++; in cx24116_set_frontend()
1321 dprintk("%s: retune = %d\n", __func__, retune); in cx24116_set_frontend()
1423 } while (--retune); in cx24116_set_frontend()
H A Dcx24117.c1301 int i, status, ret, retune = 1; in cx24117_set_frontend() local
1372 retune = 3; in cx24117_set_frontend()
1421 "%s: retune = %d\n", __func__, retune); in cx24117_set_frontend()
1526 } while (--retune); in cx24117_set_frontend()
H A Ddib9000.c2094 /* retune the other frontends with the found channel */ in dib9000_set_frontend()
2097 /* only retune the frontends which was not tuned success */ in dib9000_set_frontend()
/linux/drivers/media/dvb-core/
H A Ddvb_frontend.c576 /* if we're in the RETUNE state, set everything up for a brand in dvb_frontend_swzigzag()
715 dev_dbg(fe->dvb->device, "%s: Retune requested, FESTATE_RETUNE\n", __func__); in dvb_frontend_thread()
738 dev_dbg(fe->dvb->device, "%s: Retune requested, FESTAT_RETUNE\n", __func__); in dvb_frontend_thread()
742 * User asked us to retune again for some reason, possibly in dvb_frontend_thread()
2537 /* if retune was requested but hasn't occurred yet, prevent in dvb_frontend_handle_ioctl()
/linux/drivers/media/dvb-frontends/cxd2880/
H A Dcxd2880_top.c1382 bool retune, in cxd2880_tune() argument
1394 if (retune) { in cxd2880_tune()
/linux/include/media/
H A Ddvb_frontend.h788 * kthread in order to retune the frontend.
/linux/drivers/net/ethernet/realtek/
H A D8139too.c1550 /* Retune for shorter cable (column 2). */ in rtl8139_tune_twister()