Searched refs:wl1273_core (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/include/linux/mfd/ |
D | wl1273-core.h | 270 struct wl1273_core { struct 283 int (*read)(struct wl1273_core *core, u8, u16 *); argument 284 int (*write)(struct wl1273_core *core, u8, u16); argument 285 int (*write_data)(struct wl1273_core *core, u8 *, u16); argument 286 int (*set_audio)(struct wl1273_core *core, unsigned int); argument 287 int (*set_volume)(struct wl1273_core *core, unsigned int); argument
|
/Linux-v4.19/drivers/mfd/ |
D | wl1273-core.c | 35 static int wl1273_fm_read_reg(struct wl1273_core *core, u8 reg, u16 *value) in wl1273_fm_read_reg() 52 static int wl1273_fm_write_cmd(struct wl1273_core *core, u8 cmd, u16 param) in wl1273_fm_write_cmd() 67 static int wl1273_fm_write_data(struct wl1273_core *core, u8 *data, u16 len) in wl1273_fm_write_data() 94 static int wl1273_fm_set_audio(struct wl1273_core *core, unsigned int new_mode) in wl1273_fm_set_audio() 155 static int wl1273_fm_set_volume(struct wl1273_core *core, unsigned int volume) in wl1273_fm_set_volume() 177 struct wl1273_core *core; in wl1273_core_probe()
|
/Linux-v4.19/drivers/media/radio/ |
D | radio-wl1273.c | 85 struct wl1273_core *core; 103 static int wl1273_fm_write_fw(struct wl1273_core *core, in wl1273_fm_write_fw() 141 struct wl1273_core *core = radio->core; in wl1273_fm_rds() 229 struct wl1273_core *core = radio->core; in wl1273_fm_irq_thread_handler() 344 struct wl1273_core *core = radio->core; in wl1273_fm_set_tx_freq() 404 struct wl1273_core *core = radio->core; in wl1273_fm_set_rx_freq() 463 struct wl1273_core *core = radio->core; in wl1273_fm_get_freq() 499 struct wl1273_core *core = radio->core; in wl1273_fm_upload_firmware_patch() 540 struct wl1273_core *core = radio->core; in wl1273_fm_stop() 566 struct wl1273_core *core = radio->core; in wl1273_fm_start() [all …]
|
/Linux-v4.19/sound/soc/codecs/ |
D | wl1273.c | 39 struct wl1273_core *core; 43 static int snd_wl1273_fm_set_i2s_mode(struct wl1273_core *core, in snd_wl1273_fm_set_i2s_mode() 143 static int snd_wl1273_fm_set_channel_number(struct wl1273_core *core, in snd_wl1273_fm_set_channel_number() 339 struct wl1273_core *core = wl1273->core; in wl1273_hw_params() 451 struct wl1273_core **core = component->dev->platform_data; in wl1273_probe()
|