Home
last modified time | relevance | path

Searched defs:p (Results 1 – 25 of 135) sorted by relevance

123456

/sound/usb/
Dvalidate.c25 static bool validate_uac1_header(const void *p, in validate_uac1_header()
35 static bool validate_mixer_unit(const void *p, in validate_mixer_unit()
69 static bool validate_processing_unit(const void *p, in validate_processing_unit()
167 static bool validate_selector_unit(const void *p, in validate_selector_unit()
191 static bool validate_uac1_feature_unit(const void *p, in validate_uac1_feature_unit()
202 static bool validate_uac2_feature_unit(const void *p, in validate_uac2_feature_unit()
213 static bool validate_uac3_feature_unit(const void *p, in validate_uac3_feature_unit()
224 static bool validate_midi_out_jack(const void *p, in validate_midi_out_jack()
233 #define FIXED(p, t, s) { .protocol = (p), .type = (t), .size = sizeof(s) } argument
234 #define FUNC(p, t, f) { .protocol = (p), .type = (t), .func = (f) } argument
[all …]
Dclock.c38 static bool validate_clock_source_v2(void *p, int id) in validate_clock_source_v2()
44 static bool validate_clock_source_v3(void *p, int id) in validate_clock_source_v3()
50 static bool validate_clock_selector_v2(void *p, int id) in validate_clock_selector_v2()
56 static bool validate_clock_selector_v3(void *p, int id) in validate_clock_selector_v3()
62 static bool validate_clock_multiplier_v2(void *p, int id) in validate_clock_multiplier_v2()
68 static bool validate_clock_multiplier_v3(void *p, int id) in validate_clock_multiplier_v3()
Dhelper.c33 u8 *p, *end, *next; in snd_usb_find_desc() local
56 unsigned char *p = after; in snd_usb_find_csint_desc() local
/sound/isa/sb/
Dsb16_csp.c104 struct snd_sb_csp *p; in snd_sb_csp_new() local
157 struct snd_sb_csp *p = hwdep->private_data; in snd_sb_csp_free() local
174 struct snd_sb_csp *p = hw->private_data; in snd_sb_csp_open() local
183 struct snd_sb_csp *p = hw->private_data; in snd_sb_csp_ioctl() local
254 struct snd_sb_csp *p = hw->private_data; in snd_sb_csp_release() local
263 static int snd_sb_csp_use(struct snd_sb_csp * p) in snd_sb_csp_use()
280 static int snd_sb_csp_unuse(struct snd_sb_csp * p) in snd_sb_csp_unuse()
293 static int snd_sb_csp_riff_load(struct snd_sb_csp * p, in snd_sb_csp_riff_load()
451 static int snd_sb_csp_unload(struct snd_sb_csp * p) in snd_sb_csp_unload()
595 static int snd_sb_csp_check_version(struct snd_sb_csp * p) in snd_sb_csp_check_version()
[all …]
/sound/oss/dmasound/
Ddmasound_atari.c162 u_char *p = &frame[*frameUsed]; in ata_ct_law() local
185 void *p = &frame[*frameUsed]; in ata_ct_s8() local
205 u_char *p = &frame[*frameUsed]; in ata_ct_u8() local
216 u_short *p = (u_short *)&frame[*frameUsed]; in ata_ct_u8() local
240 u_short *p = (u_short *)&frame[*frameUsed]; in ata_ct_s16be() local
254 void *p = (u_short *)&frame[*frameUsed]; in ata_ct_s16be() local
272 u_short *p = (u_short *)&frame[*frameUsed]; in ata_ct_u16be() local
287 u_long *p = (u_long *)&frame[*frameUsed]; in ata_ct_u16be() local
312 u_short *p = (u_short *)&frame[*frameUsed]; in ata_ct_s16le() local
327 u_long *p = (u_long *)&frame[*frameUsed]; in ata_ct_s16le() local
[all …]
Ddmasound_q40.c68 u_char *p = (u_char *) &frame[*frameUsed]; in q40_ct_law() local
88 u_char *p = (u_char *) &frame[*frameUsed]; in q40_ct_s8() local
107 u_char *p = (u_char *) &frame[*frameUsed]; in q40_ct_u8() local
125 u_char *p = (u_char *) &frame[*frameUsed]; in q40_ctx_law() local
160 u_char *p = (u_char *) &frame[*frameUsed]; in q40_ctx_s8() local
197 u_char *p = (u_char *) &frame[*frameUsed]; in q40_ctx_u8() local
235 u_char *p = (u_char *) &frame[*frameUsed]; in q40_ctc_law() local
273 u_char *p = (u_char *) &frame[*frameUsed]; in q40_ctc_s8() local
312 u_char *p = (u_char *) &frame[*frameUsed]; in q40_ctc_u8() local
/sound/pci/riptide/
Driptide.c166 #define READ_PORT_ULONG(p) inl((unsigned long)&(p)) argument
167 #define WRITE_PORT_ULONG(p,x) outl(x,(unsigned long)&(p)) argument
169 #define READ_AUDIO_CONTROL(p) READ_PORT_ULONG(p->audio_control) argument
170 #define WRITE_AUDIO_CONTROL(p,x) WRITE_PORT_ULONG(p->audio_control,x) argument
171 #define UMASK_AUDIO_CONTROL(p,x) WRITE_PORT_ULONG(p->audio_control,READ_PORT_ULONG(p->audio_contro… argument
172 #define MASK_AUDIO_CONTROL(p,x) WRITE_PORT_ULONG(p->audio_control,READ_PORT_ULONG(p->audio_contro… argument
173 #define READ_AUDIO_STATUS(p) READ_PORT_ULONG(p->audio_status) argument
175 #define SET_GRESET(p) UMASK_AUDIO_CONTROL(p,0x0001) /* global reset switch */ argument
176 #define UNSET_GRESET(p) MASK_AUDIO_CONTROL(p,~0x0001) argument
177 #define SET_AIE(p) UMASK_AUDIO_CONTROL(p,0x0004) /* interrupt enable */ argument
[all …]
/sound/firewire/
Damdtp-am824.c60 struct amdtp_am824 *p = s->protocol; in amdtp_am824_set_parameters() local
127 struct amdtp_am824 *p = s->protocol; in amdtp_am824_set_pcm_position() local
143 struct amdtp_am824 *p = s->protocol; in amdtp_am824_set_midi_position() local
153 struct amdtp_am824 *p = s->protocol; in write_pcm_s32() local
184 struct amdtp_am824 *p = s->protocol; in read_pcm_s32() local
213 struct amdtp_am824 *p = s->protocol; in write_pcm_silence() local
256 struct amdtp_am824 *p = s->protocol; in amdtp_am824_midi_trigger() local
275 struct amdtp_am824 *p = s->protocol; in midi_ratelimit_per_packet() local
291 struct amdtp_am824 *p = s->protocol; in midi_rate_use_one_byte() local
299 struct amdtp_am824 *p = s->protocol; in write_midi_messages() local
[all …]
/sound/drivers/
Dmts64.c152 static void mts64_enable_readout(struct parport *p) in mts64_enable_readout()
165 static void mts64_disable_readout(struct parport *p) in mts64_disable_readout()
180 static int mts64_device_ready(struct parport *p) in mts64_device_ready()
201 static int mts64_device_init(struct parport *p) in mts64_device_init()
227 struct parport *p = mts->pardev->port; in mts64_device_open() local
241 struct parport *p = mts->pardev->port; in mts64_device_close() local
277 static int mts64_probe(struct parport *p) in mts64_probe()
301 static u16 mts64_read(struct parport *p) in mts64_read()
325 static u8 mts64_read_char(struct parport *p) in mts64_read_char()
351 static void mts64_smpte_start(struct parport *p, in mts64_smpte_start()
[all …]
/sound/synth/emux/
Demux_oss.c90 #define SF_CLIENT_NO(p) ((p) + 0x1000) argument
99 struct snd_emux_port *p; in snd_emux_open_seq_oss() local
165 struct snd_emux_port *p; in snd_emux_close_seq_oss() local
194 struct snd_emux_port *p; in snd_emux_load_patch_seq_oss() local
237 struct snd_emux_port *p; in snd_emux_ioctl_seq_oss() local
271 struct snd_emux_port *p; in snd_emux_reset_seq_oss() local
291 struct snd_emux_port *p; in snd_emux_event_oss_input() local
Demux_seq.c84 struct snd_emux_port *p; in snd_emux_init_seq() local
130 struct snd_emux_port *p; in snd_emux_create_port() local
178 struct snd_emux_port *p; in free_port() local
197 snd_emux_init_port(struct snd_emux_port *p) in snd_emux_init_port()
308 struct snd_emux_port *p; in snd_emux_use() local
331 struct snd_emux_port *p; in snd_emux_unuse() local
Demux_effect.c266 snd_emux_create_effect(struct snd_emux_port *p) in snd_emux_create_effect()
281 snd_emux_delete_effect(struct snd_emux_port *p) in snd_emux_delete_effect()
288 snd_emux_clear_effect(struct snd_emux_port *p) in snd_emux_clear_effect()
Demux_synth.c46 snd_emux_note_on(void *p, int note, int vel, struct snd_midi_channel *chan) in snd_emux_note_on()
145 snd_emux_note_off(void *p, int note, int vel, struct snd_midi_channel *chan) in snd_emux_note_off()
222 snd_emux_key_press(void *p, int note, int vel, struct snd_midi_channel *chan) in snd_emux_key_press()
311 snd_emux_control(void *p, int type, struct snd_midi_channel *chan) in snd_emux_control()
385 snd_emux_terminate_note(void *p, int note, struct snd_midi_channel *chan) in snd_emux_terminate_note()
/sound/firewire/digi00x/
Damdtp-dot.c116 struct amdtp_dot *p = s->protocol; in amdtp_dot_set_parameters() local
149 struct amdtp_dot *p = s->protocol; in write_pcm_s32() local
181 struct amdtp_dot *p = s->protocol; in read_pcm_s32() local
211 struct amdtp_dot *p = s->protocol; in write_pcm_silence() local
226 struct amdtp_dot *p = s->protocol; in midi_ratelimit_per_packet() local
243 struct amdtp_dot *p = s->protocol; in midi_use_bytes() local
251 struct amdtp_dot *p = s->protocol; in write_midi_messages() local
295 struct amdtp_dot *p = s->protocol; in read_midi_messages() local
338 struct amdtp_dot *p = s->protocol; in amdtp_dot_midi_trigger() local
416 struct amdtp_dot *p = s->protocol; in amdtp_dot_reset() local
/sound/firewire/motu/
Damdtp-motu.c61 struct amdtp_motu *p = s->protocol; in amdtp_motu_set_parameters() local
124 struct amdtp_motu *p = s->protocol; in read_pcm_s32() local
160 struct amdtp_motu *p = s->protocol; in write_pcm_s32() local
196 struct amdtp_motu *p = s->protocol; in write_pcm_silence() local
232 struct amdtp_motu *p = s->protocol; in amdtp_motu_midi_trigger() local
241 struct amdtp_motu *p = s->protocol; in write_midi_messages() local
267 struct amdtp_motu *p = s->protocol; in read_midi_messages() local
334 struct amdtp_motu *p = s->protocol; in process_ir_ctx_payloads() local
361 static inline void compute_next_elapse_from_start(struct amdtp_motu *p) in compute_next_elapse_from_start()
387 struct amdtp_motu *p = s->protocol; in write_sph() local
[all …]
/sound/synth/
Dutil_mem.c19 #define get_memblk(p) list_entry(p, struct snd_util_memblk, list) argument
44 struct list_head *p; in snd_util_memhdr_free() local
64 struct list_head *p; in __snd_util_mem_alloc() local
110 struct snd_util_memblk *p = get_memblk(prev); in __snd_util_memblk_new() local
/sound/drivers/opl3/
Dopl3_midi.c276 void snd_opl3_note_on(void *p, int note, int vel, struct snd_midi_channel *chan) in snd_opl3_note_on()
654 static void snd_opl3_note_off_unsafe(void *p, int note, int vel, in snd_opl3_note_off_unsafe()
691 void snd_opl3_note_off(void *p, int note, int vel, in snd_opl3_note_off()
705 void snd_opl3_key_press(void *p, int note, int vel, struct snd_midi_channel *chan) in snd_opl3_key_press()
716 void snd_opl3_terminate_note(void *p, int note, struct snd_midi_channel *chan) in snd_opl3_terminate_note()
802 void snd_opl3_control(void *p, int type, struct snd_midi_channel *chan) in snd_opl3_control()
838 void snd_opl3_nrpn(void *p, struct snd_midi_channel *chan, in snd_opl3_nrpn()
850 void snd_opl3_sysex(void *p, unsigned char *buf, int len, in snd_opl3_sysex()
/sound/firewire/tascam/
Damdtp-tascam.c20 struct amdtp_tscm *p = s->protocol; in amdtp_tscm_set_parameters() local
39 struct amdtp_tscm *p = s->protocol; in write_pcm_s32() local
69 struct amdtp_tscm *p = s->protocol; in read_pcm_s32() local
101 struct amdtp_tscm *p = s->protocol; in write_pcm_silence() local
231 struct amdtp_tscm *p; in amdtp_tscm_init() local
/sound/usb/usx2y/
Dusb_stream.c50 int u, p; in init_pipe_urbs() local
280 int p = 0, lb = 0, l = 0; in usb_stream_prepare_playback() local
338 int p; in prepare_inurb() local
381 int il, ol, l, p; in loop_back() local
439 int l, p; in stream_idle() local
522 int l, p, max_diff, max_diff_0; in stream_start() local
602 int p; in i_capture_start() local
Dus122l.c291 struct list_head *p; in us122l_stop() local
320 struct list_head *p; in us122l_start() local
496 struct list_head *p; in us122l_create_card() local
617 struct list_head *p; in snd_us122l_disconnect() local
649 struct list_head *p; in snd_us122l_suspend() local
674 struct list_head *p; in snd_us122l_resume() local
/sound/core/seq/
Dseq_ports.c116 struct snd_seq_client_port *new_port, *p; in snd_seq_create_port() local
176 struct snd_seq_client_port *p; in get_client_port() local
195 get_subscriber(struct list_head *p, bool is_src) in get_subscriber()
212 struct list_head *p, *n; in clear_subscriber_list() local
270 struct snd_seq_client_port *found = NULL, *p; in snd_seq_delete_port() local
474 struct list_head *p; in check_and_subscribe_port() local
Dseq_midi_emul.c460 int p = cmd & 0x0f; in get_channel() local
528 int p = get_channel(buf[5]); in sysex() local
539 int p = get_channel(buf[5]); in sysex() local
620 static void snd_midi_channel_init(struct snd_midi_channel *p, int n) in snd_midi_channel_init()
/sound/firewire/fireface/
Damdtp-ff.c18 struct amdtp_ff *p = s->protocol; in amdtp_ff_set_parameters() local
34 struct amdtp_ff *p = s->protocol; in write_pcm_s32() local
64 struct amdtp_ff *p = s->protocol; in read_pcm_s32() local
93 struct amdtp_ff *p = s->protocol; in write_pcm_silence() local
/sound/pci/emu10k1/
Dmemory.c168 struct list_head *p; in unmap_memblk() local
204 struct list_head *p; in search_empty() local
258 struct list_head *p, *nextp; in snd_emu10k1_memblk_map() local
453 struct list_head *p; in get_single_page_range() local
570 struct snd_emu10k1_memblk *p = (struct snd_emu10k1_memblk *)blk; in snd_emu10k1_synth_bzero() local
600 struct snd_emu10k1_memblk *p = (struct snd_emu10k1_memblk *)blk; in snd_emu10k1_synth_copy_from_user() local
/sound/core/
Dinfo.c354 static int snd_info_seq_show(struct seq_file *seq, void *p) in snd_info_seq_show()
528 struct proc_dir_entry *p; in snd_info_card_register() local
751 struct snd_info_entry *p; in snd_info_disconnect() local
769 struct snd_info_entry *p, *n; in snd_info_free_entry() local
798 struct proc_dir_entry *root, *p = NULL; in __snd_info_register() local
843 struct snd_info_entry *p; in snd_info_register() local

123456