Home
last modified time | relevance | path

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

/linux-6.1.9/sound/i2c/other/
Dpt2258.c42 snd_i2c_unlock(pt->i2c_bus); in snd_pt2258_reset()
50 snd_i2c_unlock(pt->i2c_bus); in snd_pt2258_reset()
60 snd_i2c_unlock(pt->i2c_bus); in snd_pt2258_reset()
65 snd_i2c_unlock(pt->i2c_bus); in snd_pt2258_reset()
113 snd_i2c_unlock(pt->i2c_bus); in pt2258_stereo_volume_put()
121 snd_i2c_unlock(pt->i2c_bus); in pt2258_stereo_volume_put()
126 snd_i2c_unlock(pt->i2c_bus); in pt2258_stereo_volume_put()
158 snd_i2c_unlock(pt->i2c_bus); in pt2258_switch_put()
163 snd_i2c_unlock(pt->i2c_bus); in pt2258_switch_put()
/linux-6.1.9/sound/pci/ice1712/
Dews.c147 snd_i2c_unlock(ice->i2c); in snd_ice1712_ews88mt_chip_select()
151 snd_i2c_unlock(ice->i2c); in snd_ice1712_ews88mt_chip_select()
246 snd_i2c_unlock(ice->i2c); in snd_ice1712_ews_cs8404_spdif_write()
636 snd_i2c_unlock(ice->i2c); in snd_ice1712_ews88mt_output_sense_get()
639 snd_i2c_unlock(ice->i2c); in snd_ice1712_ews88mt_output_sense_get()
653 snd_i2c_unlock(ice->i2c); in snd_ice1712_ews88mt_output_sense_put()
659 snd_i2c_unlock(ice->i2c); in snd_ice1712_ews88mt_output_sense_put()
662 snd_i2c_unlock(ice->i2c); in snd_ice1712_ews88mt_output_sense_put()
678 snd_i2c_unlock(ice->i2c); in snd_ice1712_ews88mt_input_sense_get()
683 snd_i2c_unlock(ice->i2c); in snd_ice1712_ews88mt_input_sense_get()
[all …]
Dice1712.c325 snd_i2c_unlock(ice->i2c); in snd_ice1712_cs8427_set_input_clock()
329 snd_i2c_unlock(ice->i2c); in snd_ice1712_cs8427_set_input_clock()
345 snd_i2c_unlock(ice->i2c); in snd_ice1712_cs8427_set_input_clock()
/linux-6.1.9/sound/i2c/
Dcs8427.c203 snd_i2c_unlock(bus); in snd_cs8427_init()
242 snd_i2c_unlock(bus); in snd_cs8427_init()
250 snd_i2c_unlock(bus); in snd_cs8427_init()
333 snd_i2c_unlock(cs8427->bus); in snd_cs8427_reset()
338 snd_i2c_unlock(cs8427->bus); in snd_cs8427_reset()
349 snd_i2c_unlock(cs8427->bus); in snd_cs8427_reset()
370 snd_i2c_unlock(device->bus); in snd_cs8427_in_status_get()
397 snd_i2c_unlock(device->bus); in snd_cs8427_qsubcode_get()
404 snd_i2c_unlock(device->bus); in snd_cs8427_qsubcode_get()
407 snd_i2c_unlock(device->bus); in snd_cs8427_qsubcode_get()
[all …]
Dtea6330t.c51 snd_i2c_unlock(bus); in snd_tea6330t_detect()
89 snd_i2c_unlock(tea->bus); in snd_tea6330t_get_master_volume()
122 snd_i2c_unlock(tea->bus); in snd_tea6330t_put_master_volume()
141 snd_i2c_unlock(tea->bus); in snd_tea6330t_get_master_switch()
167 snd_i2c_unlock(tea->bus); in snd_tea6330t_put_master_switch()
215 snd_i2c_unlock(tea->bus); in snd_tea6330t_put_bass()
263 snd_i2c_unlock(tea->bus); in snd_tea6330t_put_treble()
353 snd_i2c_unlock(bus); in snd_tea6330t_update_mixer()
357 snd_i2c_unlock(bus); in snd_tea6330t_update_mixer()
/linux-6.1.9/include/sound/
Di2c.h76 static inline void snd_i2c_unlock(struct snd_i2c_bus *bus) in snd_i2c_unlock() function