Home
last modified time | relevance | path

Searched refs:snd_i2c_lock (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/sound/i2c/other/
Dpt2258.c53 snd_i2c_lock(pt->i2c_bus); in snd_pt2258_reset()
61 snd_i2c_lock(pt->i2c_bus); in snd_pt2258_reset()
71 snd_i2c_lock(pt->i2c_bus); in snd_pt2258_reset()
124 snd_i2c_lock(pt->i2c_bus); in pt2258_stereo_volume_put()
132 snd_i2c_lock(pt->i2c_bus); in pt2258_stereo_volume_put()
169 snd_i2c_lock(pt->i2c_bus); in pt2258_switch_put()
/linux-4.1.27/sound/i2c/
Dtea6330t.c64 snd_i2c_lock(bus); in snd_tea6330t_detect()
101 snd_i2c_lock(tea->bus); in snd_tea6330t_get_master_volume()
118 snd_i2c_lock(tea->bus); in snd_tea6330t_put_master_volume()
152 snd_i2c_lock(tea->bus); in snd_tea6330t_get_master_switch()
169 snd_i2c_lock(tea->bus); in snd_tea6330t_put_master_switch()
219 snd_i2c_lock(tea->bus); in snd_tea6330t_put_bass()
266 snd_i2c_lock(tea->bus); in snd_tea6330t_put_treble()
316 snd_i2c_lock(bus); in snd_tea6330t_update_mixer()
Dcs8427.c205 snd_i2c_lock(bus); in snd_cs8427_init()
329 snd_i2c_lock(cs8427->bus); in snd_cs8427_reset()
344 snd_i2c_lock(cs8427->bus); in snd_cs8427_reset()
351 snd_i2c_lock(cs8427->bus); in snd_cs8427_reset()
376 snd_i2c_lock(device->bus); in snd_cs8427_in_status_get()
400 snd_i2c_lock(device->bus); in snd_cs8427_qsubcode_get()
432 snd_i2c_lock(device->bus); in snd_cs8427_spdif_get()
449 snd_i2c_lock(device->bus); in snd_cs8427_spdif_put()
593 snd_i2c_lock(cs8427->bus); in snd_cs8427_iec958_pcm()
/linux-4.1.27/sound/pci/ice1712/
Dews.c153 snd_i2c_lock(ice->i2c); in snd_ice1712_ews88mt_chip_select()
237 snd_i2c_lock(ice->i2c); in snd_ice1712_ews_cs8404_spdif_write()
644 snd_i2c_lock(ice->i2c); in snd_ice1712_ews88mt_output_sense_get()
661 snd_i2c_lock(ice->i2c); in snd_ice1712_ews88mt_output_sense_put()
686 snd_i2c_lock(ice->i2c); in snd_ice1712_ews88mt_input_sense_get()
707 snd_i2c_lock(ice->i2c); in snd_ice1712_ews88mt_input_sense_put()
754 snd_i2c_lock(ice->i2c); in snd_ice1712_ews88d_control_get()
776 snd_i2c_lock(ice->i2c); in snd_ice1712_ews88d_control_put()
827 snd_i2c_lock(ice->i2c); in snd_ice1712_6fire_read_pca()
845 snd_i2c_lock(ice->i2c); in snd_ice1712_6fire_write_pca()
Dice1712.c343 snd_i2c_lock(ice->i2c); in snd_ice1712_cs8427_set_input_clock()
/linux-4.1.27/include/sound/
Di2c.h84 static inline void snd_i2c_lock(struct snd_i2c_bus *bus) in snd_i2c_lock() function