Home
last modified time | relevance | path

Searched defs:oxfw (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/sound/firewire/oxfw/
H A Doxfw-stream.c41 static int set_rate(struct snd_oxfw *oxfw, unsigned int rate) in set_rate()
251 int snd_oxfw_stream_reserve_duplex(struct snd_oxfw *oxfw, in snd_oxfw_stream_reserve_duplex()
330 int snd_oxfw_stream_start_duplex(struct snd_oxfw *oxfw) in snd_oxfw_stream_start_duplex()
404 void snd_oxfw_stream_stop_duplex(struct snd_oxfw *oxfw) in snd_oxfw_stream_stop_duplex()
432 int snd_oxfw_stream_init_duplex(struct snd_oxfw *oxfw) in snd_oxfw_stream_init_duplex()
470 void snd_oxfw_stream_update_duplex(struct snd_oxfw *oxfw) in snd_oxfw_stream_update_duplex()
653 static int fill_stream_formats(struct snd_oxfw *oxfw, in fill_stream_formats()
730 int snd_oxfw_stream_discover(struct snd_oxfw *oxfw) in snd_oxfw_stream_discover()
809 void snd_oxfw_stream_lock_changed(struct snd_oxfw *oxfw) in snd_oxfw_stream_lock_changed()
815 int snd_oxfw_stream_lock_try(struct snd_oxfw *oxfw) in snd_oxfw_stream_lock_try()
[all …]
H A Doxfw-pcm.c109 static int init_hw_params(struct snd_oxfw *oxfw, in init_hw_params()
148 struct snd_oxfw *oxfw = substream->private_data; in limit_to_current_params() local
172 struct snd_oxfw *oxfw = substream->private_data; in pcm_open() local
230 struct snd_oxfw *oxfw = substream->private_data; in pcm_close() local
239 struct snd_oxfw *oxfw = substream->private_data; in pcm_capture_hw_params() local
262 struct snd_oxfw *oxfw = substream->private_data; in pcm_playback_hw_params() local
285 struct snd_oxfw *oxfw = substream->private_data; in pcm_capture_hw_free() local
300 struct snd_oxfw *oxfw = substream->private_data; in pcm_playback_hw_free() local
384 struct snd_oxfw *oxfw = sbstm->private_data; in pcm_capture_pointer() local
390 struct snd_oxfw *oxfw = sbstm->private_data; in pcm_playback_pointer() local
[all …]
H A Doxfw-midi.c12 struct snd_oxfw *oxfw = substream->rmidi->private_data; in midi_capture_open() local
39 struct snd_oxfw *oxfw = substream->rmidi->private_data; in midi_playback_open() local
64 struct snd_oxfw *oxfw = substream->rmidi->private_data; in midi_capture_close() local
79 struct snd_oxfw *oxfw = substream->rmidi->private_data; in midi_playback_close() local
94 struct snd_oxfw *oxfw = substrm->rmidi->private_data; in midi_capture_trigger() local
111 struct snd_oxfw *oxfw = substrm->rmidi->private_data; in midi_playback_trigger() local
126 static void set_midi_substream_names(struct snd_oxfw *oxfw, in set_midi_substream_names()
138 int snd_oxfw_create_midi(struct snd_oxfw *oxfw) in snd_oxfw_create_midi()
H A Doxfw-hwdep.c21 struct snd_oxfw *oxfw = hwdep->private_data; in hwdep_read() local
55 struct snd_oxfw *oxfw = hwdep->private_data; in hwdep_poll() local
70 static int hwdep_get_info(struct snd_oxfw *oxfw, void __user *arg) in hwdep_get_info()
89 static int hwdep_lock(struct snd_oxfw *oxfw) in hwdep_lock()
107 static int hwdep_unlock(struct snd_oxfw *oxfw) in hwdep_unlock()
127 struct snd_oxfw *oxfw = hwdep->private_data; in hwdep_release() local
140 struct snd_oxfw *oxfw = hwdep->private_data; in hwdep_ioctl() local
165 int snd_oxfw_create_hwdep(struct snd_oxfw *oxfw) in snd_oxfw_create_hwdep()
H A Doxfw.c64 static int name_card(struct snd_oxfw *oxfw, const struct ieee1394_device_id *entry) in name_card()
122 struct snd_oxfw *oxfw = card->private_data; in oxfw_card_free() local
131 static int detect_quirks(struct snd_oxfw *oxfw, const struct ieee1394_device_id *entry) in detect_quirks()
211 struct snd_oxfw *oxfw; in oxfw_probe() local
275 struct snd_oxfw *oxfw = dev_get_drvdata(&unit->device); in oxfw_bus_reset() local
291 struct snd_oxfw *oxfw = dev_get_drvdata(&unit->device); in oxfw_remove() local
H A Doxfw-spkr.c148 struct snd_oxfw *oxfw = control->private_data; in spkr_mute_get() local
159 struct snd_oxfw *oxfw = control->private_data; in spkr_mute_put() local
181 struct snd_oxfw *oxfw = control->private_data; in spkr_volume_info() local
197 struct snd_oxfw *oxfw = control->private_data; in spkr_volume_get() local
210 struct snd_oxfw *oxfw = control->private_data; in spkr_volume_put() local
251 int snd_oxfw_add_spkr(struct snd_oxfw *oxfw, bool is_lacie) in snd_oxfw_add_spkr()
H A Doxfw-proc.c13 struct snd_oxfw *oxfw = entry->private_data; in proc_read_formation() local
77 static void add_node(struct snd_oxfw *oxfw, struct snd_info_entry *root, in add_node()
89 void snd_oxfw_proc_init(struct snd_oxfw *oxfw) in snd_oxfw_proc_init()
H A Doxfw-scs1x.c334 static int register_address(struct snd_oxfw *oxfw) in register_address()
352 void snd_oxfw_scs1x_update(struct snd_oxfw *oxfw) in snd_oxfw_scs1x_update()
357 int snd_oxfw_scs1x_add(struct snd_oxfw *oxfw) in snd_oxfw_scs1x_add()