xref: /kernel/linux/linux-5.10/drivers/media/radio/wl128x/fmdrv_tx.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/drivers/media/radio/wl128x/
18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci *  FM Driver for Connectivity chip of Texas Instruments.
48c2ecf20Sopenharmony_ci *  FM TX module header.
58c2ecf20Sopenharmony_ci *
68c2ecf20Sopenharmony_ci *  Copyright (C) 2011 Texas Instruments
78c2ecf20Sopenharmony_ci */
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ci#ifndef _FMDRV_TX_H
108c2ecf20Sopenharmony_ci#define _FMDRV_TX_H
118c2ecf20Sopenharmony_ci
128c2ecf20Sopenharmony_ciint fm_tx_set_freq(struct fmdev *, u32);
138c2ecf20Sopenharmony_ciint fm_tx_set_pwr_lvl(struct fmdev *, u8);
148c2ecf20Sopenharmony_ciint fm_tx_set_region(struct fmdev *, u8);
158c2ecf20Sopenharmony_ciint fm_tx_set_mute_mode(struct fmdev *, u8);
168c2ecf20Sopenharmony_ciint fm_tx_set_stereo_mono(struct fmdev *, u16);
178c2ecf20Sopenharmony_ciint fm_tx_set_rds_mode(struct fmdev *, u8);
188c2ecf20Sopenharmony_ciint fm_tx_set_radio_text(struct fmdev *, u8 *, u8);
198c2ecf20Sopenharmony_ciint fm_tx_set_af(struct fmdev *, u32);
208c2ecf20Sopenharmony_ciint fm_tx_set_preemph_filter(struct fmdev *, u32);
218c2ecf20Sopenharmony_ciint fm_tx_get_tune_cap_val(struct fmdev *);
228c2ecf20Sopenharmony_ci
238c2ecf20Sopenharmony_ci#endif
248c2ecf20Sopenharmony_ci
25

Indexes created Thu Nov 07 10:32:03 CST 2024