Searched refs:tuned (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/media/drv-intf/
H A Dtea575x.h47 bool tuned; /* tuned to a station */ member in struct:snd_tea575x
/linux-master/drivers/media/radio/
H A Dtea575x.c29 #define TEA575X_BIT_SEARCH (1<<24) /* 1 = search action, 0 = tuned */
124 tea->tuned = tea->ops->get_pins(tea) & TEA575X_MOST ? 0 : 1;
292 v->signal = tea->tuned ? 0xffff : 0;
/linux-master/drivers/media/dvb-frontends/
H A Dcx24116.c67 /* configured fec (not tuned) or actual FEC (tuned) 1=1/2 2=2/3 etc */
71 /* mask to determine configured fec (not tuned) or actual fec (tuned) */
78 /* Pilot mode requested when tuning else always reset when tuned */
350 * selection whilst not tuned. When tuned, actual FEC
1408 goto tuned;
1413 dprintk("%s: Not tuned\n", __func__);
1420 tuned
[all...]

Completed in 94 milliseconds