Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 255) sorted by relevance

1234567891011

/sound/core/
A Dsound_oss.c25 void *snd_lookup_oss_minor_data(unsigned int minor, int type) in snd_lookup_oss_minor_data()
44 static int snd_oss_kernel_minor(int type, struct snd_card *card, int dev) in snd_oss_kernel_minor()
84 int snd_register_oss_device(int type, struct snd_card *card, int dev, in snd_register_oss_device()
145 int snd_unregister_oss_device(int type, struct snd_card *card, int dev) in snd_unregister_oss_device()
192 static const char *snd_oss_device_type_name(int type) in snd_oss_device_type_name()
A Dpcm_memory.c51 static int do_alloc_pages(struct snd_card *card, int type, struct device *dev, in do_alloc_pages()
262 int type, struct device *data, in preallocate_pages()
297 static int preallocate_pages_for_all(struct snd_pcm *pcm, int type, in preallocate_pages_for_all()
323 int type, struct device *data, in snd_pcm_lib_preallocate_pages()
342 int type, void *data, in snd_pcm_lib_preallocate_pages_for_all()
380 int snd_pcm_set_managed_buffer(struct snd_pcm_substream *substream, int type, in snd_pcm_set_managed_buffer()
401 int snd_pcm_set_managed_buffer_all(struct snd_pcm *pcm, int type, in snd_pcm_set_managed_buffer_all()
A Dsound.c99 void *snd_lookup_minor_data(unsigned int minor, int type) in snd_lookup_minor_data()
178 static int snd_find_free_minor(int type, struct snd_card *card, int dev) in snd_find_free_minor()
201 static int snd_find_free_minor(int type, struct snd_card *card, int dev) in snd_find_free_minor()
249 int snd_register_device(int type, struct snd_card *card, int dev, in snd_register_device()
324 static const char *snd_device_type_name(int type) in snd_device_type_name()
A Dcontrol_compat.c52 s32 type; member
191 static int get_elem_size(snd_ctl_elem_type_t type, int count) in get_elem_size()
214 int i, type, size; in copy_ctl_value_from_user() local
256 int type, int count) in copy_ctl_value_to_user()
284 int err, type, count; in __ctl_elem_read_user() local
319 int err, type, count; in __ctl_elem_write_user() local
/sound/pci/ctxfi/
A Dctmixer.c267 get_switch_state(struct ct_mixer *mixer, enum CTALSA_MIXER_CTL type) in get_switch_state()
275 enum CTALSA_MIXER_CTL type, unsigned char state) in set_switch_state()
345 enum CT_AMIXER_CTL type = get_amixer_index(kcontrol->private_value); in ct_alsa_mix_volume_get() local
482 do_line_mic_switch(struct ct_atc *atc, enum CTALSA_MIXER_CTL type) in do_line_mic_switch()
583 enum CTALSA_MIXER_CTL type = kcontrol->private_value; in ct_alsa_mix_switch_get() local
594 enum CTALSA_MIXER_CTL type = kcontrol->private_value; in ct_alsa_mix_switch_put() local
736 enum CTALSA_MIXER_CTL type; in ct_mixer_kcontrols_create() local
1056 static enum CT_AMIXER_CTL port_to_amixer(enum MIXER_PORT_T type) in port_to_amixer()
1077 enum MIXER_PORT_T type, in mixer_get_output_ports()
1093 enum MIXER_PORT_T type, struct rsc *rsc) in mixer_set_input_left()
[all …]
A Dctresource.h33 u32 type:4; /* The type (RSCTYP) of a resource */ member
54 enum RSCTYP type; /* The type (RSCTYP) of resource to manage */ member
A Dctresource.c133 rsc_init(struct rsc *rsc, u32 idx, enum RSCTYP type, u32 msr, struct hw *hw) in rsc_init()
204 int rsc_mgr_init(struct rsc_mgr *mgr, enum RSCTYP type, in rsc_mgr_init()
/sound/synth/emux/
A Demux_effect.c19 #define xoffsetof(type,tag) ((long)(&((type)NULL)->tag) - (long)(NULL)) argument
38 int type; /* byte or word */ member
86 effect_set_byte(unsigned char *valp, struct snd_midi_channel *chan, int type) in effect_set_byte()
107 effect_set_word(unsigned short *valp, struct snd_midi_channel *chan, int type) in effect_set_word()
143 struct snd_midi_channel *chan, int type, int val) in snd_emux_send_effect_oss()
164 int type, int val, int mode) in snd_emux_send_effect()
/sound/usb/line6/
A Dpcm.c148 struct line6_pcm_stream *pstr, int direction, int type) in line6_buffer_acquire()
171 struct line6_pcm_stream *pstr, int type) in line6_buffer_release()
183 int type) in line6_stream_start()
208 int type) in line6_stream_stop()
301 int line6_pcm_acquire(struct snd_line6_pcm *line6pcm, int type, bool start) in line6_pcm_acquire()
332 void line6_pcm_release(struct snd_line6_pcm *line6pcm, int type) in line6_pcm_release()
/sound/core/seq/
A Dseq_system.h16 #define notify_event(client, port, type) \ argument
20 static inline void snd_seq_system_ump_notify(int client, int block, int type, in snd_seq_system_ump_notify()
/sound/soc/
A Dsoc-card.c32 static int jack_new(struct snd_soc_card *card, const char *id, int type, in jack_new()
59 int snd_soc_card_jack_new(struct snd_soc_card *card, const char *id, int type, in snd_soc_card_jack_new()
83 int type, struct snd_soc_jack *jack, in snd_soc_card_jack_new_pins()
/sound/pci/emu10k1/
A Dvoice.c24 static int voice_alloc(struct snd_emu10k1 *emu, int type, int number, in voice_alloc()
77 int snd_emu10k1_voice_alloc(struct snd_emu10k1 *emu, int type, int count, int channels, in snd_emu10k1_voice_alloc()
/sound/core/seq/oss/
A Dseq_oss_event.c292 int type; in note_on_event() local
370 set_note_event(struct seq_oss_devinfo *dp, int dev, int type, int ch, int note, int vel, struct snd… in set_note_event()
388 set_control_event(struct seq_oss_devinfo *dp, int dev, int type, int ch, int param, int val, struct… in set_control_event()
/sound/hda/common/
A Dhda_jack.h44 int type; member
50 enum snd_jack_types type; member
180 int type, const struct hda_jack_keymap *keymap) in snd_hda_jack_add_kctl()
A Dsysfs.c50 #define CODEC_INFO_SHOW(type, field) \ argument
59 #define CODEC_INFO_STR_SHOW(type, field) \ argument
164 #define CODEC_INFO_STORE(type, field) \ argument
178 #define CODEC_INFO_STR_STORE(type, field) \ argument
199 #define CODEC_ACTION_STORE(type) \ argument
/sound/virtio/
A Dvirtio_kctl.c108 unsigned int type = le32_to_cpu(kinfo->type); in virtsnd_kctl_get() local
181 unsigned int type = le32_to_cpu(kinfo->type); in virtsnd_kctl_put() local
386 unsigned int type = le32_to_cpu(kinfo->type); in virtsnd_kctl_parse_cfg() local
/sound/firewire/dice/
A Ddice-transaction.c11 static u64 get_subaddr(struct snd_dice *dice, enum snd_dice_addr_type type, in get_subaddr()
37 enum snd_dice_addr_type type, in snd_dice_transaction_write()
47 enum snd_dice_addr_type type, unsigned int offset, in snd_dice_transaction_read()
/sound/usb/6fire/
A Dfirmware.c83 u8 type; in usb6fire_fw_ihex_next_record() local
159 int type, int value, char *data, int len) in usb6fire_fw_ezusb_write()
167 int type, int value, char *data, int len) in usb6fire_fw_ezusb_read()
/sound/aoa/core/
A Dgpio-pmf.c130 enum notify_type type, in pmf_set_notify()
209 enum notify_type type) in pmf_get_detect()
/sound/soc/sof/
A Dipc4.c132 #define DBG_IPC4_MSG_TYPE_ENTRY(type) [SOF_IPC4_##type] = #type argument
169 #define DBG_IPC4_NOTIFICATION_TYPE_ENTRY(type) [SOF_IPC4_NOTIFY_##type] = #type argument
186 u32 val, type; in sof_ipc4_log_header() local
583 u32 type; in sof_ipc4_find_debug_slot_offset_by_type() local
/sound/firewire/bebob/
A Dbebob_command.c111 enum avc_bridgeco_plug_type *type) in avc_bridgeco_get_plug_type()
216 unsigned int id, u8 *type) in avc_bridgeco_get_plug_section_type()
/sound/soc/sprd/
A Dsprd-mcdt.h43 enum sprd_mcdt_channel_type type; member
69 enum sprd_mcdt_channel_type type) in sprd_mcdt_request_chan()
/sound/soc/sof/amd/
A Dacp-loader.c111 int acp_get_bar_index(struct snd_sof_dev *sdev, u32 type) in acp_get_bar_index()
117 static void configure_pte_for_fw_loading(int type, int num_pages, struct acp_dev_data *adata) in configure_pte_for_fw_loading()
/sound/soc/codecs/
A Dpcm186x-i2c.c36 const enum pcm186x_type type = (uintptr_t)i2c_get_match_data(i2c); in pcm186x_i2c_probe() local
A Dpcm186x-spi.c27 const enum pcm186x_type type = in pcm186x_spi_probe() local

Completed in 53 milliseconds

1234567891011