Lines Matching full:fm
3 * FM Driver for Connectivity chip of Texas Instruments.
5 * Common header for all FM driver sub-modules.
25 #define FM_DRV_CARD_SHORT_NAME "TI FM Radio"
26 #define FM_DRV_CARD_LONG_NAME "Texas Instruments FM Radio"
88 /* FM region (Europe/US, Japan) info */
98 /* FM Interrupt processing related info */
101 u16 flag; /* FM interrupt flag */
102 u16 mask; /* FM interrupt mask */
136 /* FM RX mode info */
158 * FM TX RDS data
172 * FM TX global data
190 /* FM driver operation structure */
194 struct snd_card *card; /* Card which holds FM mixer controls */
199 long flag; /* FM driver state machine info */
218 u8 curr_fmmode; /* Current FM chip mode (TX, RX, OFF) */
219 struct fm_rx rx; /* FM receiver info */