Home
last modified time | relevance | path

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

/linux/sound/i2c/other/
H A Dpt2258.c39 snd_i2c_lock(pt->i2c_bus); in snd_pt2258_reset()
47 snd_i2c_lock(pt->i2c_bus); in snd_pt2258_reset()
57 snd_i2c_lock(pt->i2c_bus); in snd_pt2258_reset()
110 snd_i2c_lock(pt->i2c_bus); in pt2258_stereo_volume_put()
118 snd_i2c_lock(pt->i2c_bus); in pt2258_stereo_volume_put()
155 snd_i2c_lock(pt->i2c_bus); in pt2258_switch_put()
/linux/sound/i2c/
H A Dtea6330t.c49 snd_i2c_lock(bus); in snd_tea6330t_detect()
86 snd_i2c_lock(tea->bus); in snd_tea6330t_get_master_volume()
103 snd_i2c_lock(tea->bus); in snd_tea6330t_put_master_volume()
138 snd_i2c_lock(tea->bus); in snd_tea6330t_get_master_switch()
155 snd_i2c_lock(tea->bus); in snd_tea6330t_put_master_switch()
206 snd_i2c_lock(tea->bus); in snd_tea6330t_put_bass()
254 snd_i2c_lock(tea->bus); in snd_tea6330t_put_treble()
306 snd_i2c_lock(bus); in snd_tea6330t_update_mixer()
H A Dcs8427.c194 snd_i2c_lock(bus); in snd_cs8427_init()
321 snd_i2c_lock(cs8427->bus); in snd_cs8427_reset()
336 snd_i2c_lock(cs8427->bus); in snd_cs8427_reset()
343 snd_i2c_lock(cs8427->bus); in snd_cs8427_reset()
368 snd_i2c_lock(device->bus); in snd_cs8427_in_status_get()
392 snd_i2c_lock(device->bus); in snd_cs8427_qsubcode_get()
425 snd_i2c_lock(device->bus); in snd_cs8427_spdif_get()
442 snd_i2c_lock(device->bus); in snd_cs8427_spdif_put()
589 snd_i2c_lock(cs8427->bus); in snd_cs8427_iec958_pcm()
/linux/sound/pci/ice1712/
H A Dews.c139 snd_i2c_lock(ice->i2c); in snd_ice1712_ews88mt_chip_select()
223 snd_i2c_lock(ice->i2c); in snd_ice1712_ews_cs8404_spdif_write()
634 snd_i2c_lock(ice->i2c); in snd_ice1712_ews88mt_output_sense_get()
651 snd_i2c_lock(ice->i2c); in snd_ice1712_ews88mt_output_sense_put()
676 snd_i2c_lock(ice->i2c); in snd_ice1712_ews88mt_input_sense_get()
697 snd_i2c_lock(ice->i2c); in snd_ice1712_ews88mt_input_sense_put()
744 snd_i2c_lock(ice->i2c); in snd_ice1712_ews88d_control_get()
766 snd_i2c_lock(ice->i2c); in snd_ice1712_ews88d_control_put()
817 snd_i2c_lock(ice->i2c); in snd_ice1712_6fire_read_pca()
840 snd_i2c_lock(ice->i2c); in snd_ice1712_6fire_write_pca()
H A Dice1712.c323 snd_i2c_lock(ice->i2c); in snd_ice1712_cs8427_set_input_clock()
/linux/include/sound/
H A Di2c.h68 static inline void snd_i2c_lock(struct snd_i2c_bus *bus) in snd_i2c_lock() function