Lines Matching refs:dev

32 	struct device *dev = &core->client->dev;  in snd_wl1273_fm_set_i2s_mode()  local
36 dev_dbg(dev, "rate: %d\n", rate); in snd_wl1273_fm_set_i2s_mode()
37 dev_dbg(dev, "width: %d\n", width); in snd_wl1273_fm_set_i2s_mode()
69 dev_err(dev, "Sampling rate: %d not supported\n", rate); in snd_wl1273_fm_set_i2s_mode()
103 dev_err(dev, "Data width: %d not supported\n", width); in snd_wl1273_fm_set_i2s_mode()
108 dev_dbg(dev, "WL1273_I2S_DEF_MODE: 0x%04x\n", WL1273_I2S_DEF_MODE); in snd_wl1273_fm_set_i2s_mode()
109 dev_dbg(dev, "core->i2s_mode: 0x%04x\n", core->i2s_mode); in snd_wl1273_fm_set_i2s_mode()
110 dev_dbg(dev, "mode: 0x%04x\n", mode); in snd_wl1273_fm_set_i2s_mode()
132 struct device *dev = &core->client->dev; in snd_wl1273_fm_set_channel_number() local
135 dev_dbg(dev, "%s\n", __func__); in snd_wl1273_fm_set_channel_number()
205 dev_dbg(component->dev, "%s: enter.\n", __func__); in snd_wl1273_fm_audio_get()
219 dev_dbg(component->dev, "%s: enter.\n", __func__); in snd_wl1273_fm_audio_put()
242 dev_dbg(component->dev, "%s: enter.\n", __func__); in snd_wl1273_fm_volume_get()
256 dev_dbg(component->dev, "%s: enter.\n", __func__); in snd_wl1273_fm_volume_put()
328 dev_err(dai->dev, "%d bits/sample not supported\n", in wl1273_hw_params()
436 struct wl1273_core **core = component->dev->platform_data; in wl1273_probe()
439 dev_dbg(component->dev, "%s.\n", __func__); in wl1273_probe()
442 dev_err(component->dev, "Platform data is missing.\n"); in wl1273_probe()
462 dev_dbg(component->dev, "%s\n", __func__); in wl1273_remove()
482 return devm_snd_soc_register_component(&pdev->dev, in wl1273_platform_probe()