Home
last modified time | relevance | path

Searched refs:wl1273_core (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/linux/mfd/
Dwl1273-core.h270 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-4.4.14/drivers/mfd/
Dwl1273-core.c35 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()
186 struct wl1273_core *core; in wl1273_core_probe()
/linux-4.4.14/drivers/media/radio/
Dradio-wl1273.c89 struct wl1273_core *core;
107 static int wl1273_fm_write_fw(struct wl1273_core *core, in wl1273_fm_write_fw()
145 struct wl1273_core *core = radio->core; in wl1273_fm_rds()
233 struct wl1273_core *core = radio->core; in wl1273_fm_irq_thread_handler()
348 struct wl1273_core *core = radio->core; in wl1273_fm_set_tx_freq()
408 struct wl1273_core *core = radio->core; in wl1273_fm_set_rx_freq()
467 struct wl1273_core *core = radio->core; in wl1273_fm_get_freq()
503 struct wl1273_core *core = radio->core; in wl1273_fm_upload_firmware_patch()
544 struct wl1273_core *core = radio->core; in wl1273_fm_stop()
570 struct wl1273_core *core = radio->core; in wl1273_fm_start()
[all …]
/linux-4.4.14/sound/soc/codecs/
Dwl1273.c39 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()
340 struct wl1273_core *core = wl1273->core; in wl1273_hw_params()
452 struct wl1273_core **core = codec->dev->platform_data; in wl1273_probe()