Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/mfd/
H A Dwl1273-core.h257 struct wl1273_core { struct
270 int (*read)(struct wl1273_core *core, u8, u16 *); argument
271 int (*write)(struct wl1273_core *core, u8, u16); argument
272 int (*write_data)(struct wl1273_core *core, u8 *, u16); argument
273 int (*set_audio)(struct wl1273_core *core, unsigned int); argument
274 int (*set_volume)(struct wl1273_core *core, unsigned int); argument
/openbmc/linux/drivers/mfd/
H A Dwl1273-core.c21 static int wl1273_fm_read_reg(struct wl1273_core *core, u8 reg, u16 *value) in wl1273_fm_read_reg()
38 static int wl1273_fm_write_cmd(struct wl1273_core *core, u8 cmd, u16 param) in wl1273_fm_write_cmd()
53 static int wl1273_fm_write_data(struct wl1273_core *core, u8 *data, u16 len) in wl1273_fm_write_data()
80 static int wl1273_fm_set_audio(struct wl1273_core *core, unsigned int new_mode) in wl1273_fm_set_audio()
141 static int wl1273_fm_set_volume(struct wl1273_core *core, unsigned int volume) in wl1273_fm_set_volume()
162 struct wl1273_core *core; in wl1273_core_probe()
/openbmc/linux/drivers/media/radio/
H A Dradio-wl1273.c77 struct wl1273_core *core;
133 struct wl1273_core *core = radio->core; in wl1273_fm_rds()
221 struct wl1273_core *core = radio->core; in wl1273_fm_irq_thread_handler()
336 struct wl1273_core *core = radio->core; in wl1273_fm_set_tx_freq()
396 struct wl1273_core *core = radio->core; in wl1273_fm_set_rx_freq()
455 struct wl1273_core *core = radio->core; in wl1273_fm_get_freq()
491 struct wl1273_core *core = radio->core; in wl1273_fm_upload_firmware_patch()
532 struct wl1273_core *core = radio->core; in wl1273_fm_stop()
558 struct wl1273_core *core = radio->core; in wl1273_fm_start()
665 struct wl1273_core *core = radio->core; in wl1273_fm_suspend()
[all …]
/openbmc/linux/sound/soc/codecs/
H A Dwl1273.c25 struct wl1273_core *core;
29 static int snd_wl1273_fm_set_i2s_mode(struct wl1273_core *core, in snd_wl1273_fm_set_i2s_mode()
129 static int snd_wl1273_fm_set_channel_number(struct wl1273_core *core, in snd_wl1273_fm_set_channel_number()
324 struct wl1273_core *core = wl1273->core; in wl1273_hw_params()
436 struct wl1273_core **core = component->dev->platform_data; in wl1273_probe()