Home
last modified time | relevance | path

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

1234

/sound/isa/sb/
Dsb16_csp.c117 struct snd_sb_csp *p; in snd_sb_csp_new() local
170 struct snd_sb_csp *p = hwdep->private_data; in snd_sb_csp_free() local
187 struct snd_sb_csp *p = hw->private_data; in snd_sb_csp_open() local
196 struct snd_sb_csp *p = hw->private_data; in snd_sb_csp_ioctl() local
266 struct snd_sb_csp *p = hw->private_data; in snd_sb_csp_release() local
275 static int snd_sb_csp_use(struct snd_sb_csp * p) in snd_sb_csp_use()
292 static int snd_sb_csp_unuse(struct snd_sb_csp * p) in snd_sb_csp_unuse()
305 static int snd_sb_csp_riff_load(struct snd_sb_csp * p, in snd_sb_csp_riff_load()
463 static int snd_sb_csp_unload(struct snd_sb_csp * p) in snd_sb_csp_unload()
607 static int snd_sb_csp_check_version(struct snd_sb_csp * p) in snd_sb_csp_check_version()
[all …]
/sound/oss/dmasound/
Ddmasound_atari.c161 u_char *p = &frame[*frameUsed]; in ata_ct_law() local
184 void *p = &frame[*frameUsed]; in ata_ct_s8() local
204 u_char *p = &frame[*frameUsed]; in ata_ct_u8() local
215 u_short *p = (u_short *)&frame[*frameUsed]; in ata_ct_u8() local
239 u_short *p = (u_short *)&frame[*frameUsed]; in ata_ct_s16be() local
253 void *p = (u_short *)&frame[*frameUsed]; in ata_ct_s16be() local
271 u_short *p = (u_short *)&frame[*frameUsed]; in ata_ct_u16be() local
286 u_long *p = (u_long *)&frame[*frameUsed]; in ata_ct_u16be() local
311 u_short *p = (u_short *)&frame[*frameUsed]; in ata_ct_s16le() local
326 u_long *p = (u_long *)&frame[*frameUsed]; in ata_ct_s16le() local
[all …]
Ddmasound_q40.c67 u_char *p = (u_char *) &frame[*frameUsed]; in q40_ct_law() local
87 u_char *p = (u_char *) &frame[*frameUsed]; in q40_ct_s8() local
106 u_char *p = (u_char *) &frame[*frameUsed]; in q40_ct_u8() local
124 u_char *p = (u_char *) &frame[*frameUsed]; in q40_ctx_law() local
159 u_char *p = (u_char *) &frame[*frameUsed]; in q40_ctx_s8() local
196 u_char *p = (u_char *) &frame[*frameUsed]; in q40_ctx_u8() local
234 u_char *p = (u_char *) &frame[*frameUsed]; in q40_ctc_law() local
272 u_char *p = (u_char *) &frame[*frameUsed]; in q40_ctc_s8() local
311 u_char *p = (u_char *) &frame[*frameUsed]; in q40_ctc_u8() local
/sound/pci/riptide/
Driptide.c178 #define READ_PORT_ULONG(p) inl((unsigned long)&(p)) argument
179 #define WRITE_PORT_ULONG(p,x) outl(x,(unsigned long)&(p)) argument
181 #define READ_AUDIO_CONTROL(p) READ_PORT_ULONG(p->audio_control) argument
182 #define WRITE_AUDIO_CONTROL(p,x) WRITE_PORT_ULONG(p->audio_control,x) argument
183 #define UMASK_AUDIO_CONTROL(p,x) WRITE_PORT_ULONG(p->audio_control,READ_PORT_ULONG(p->audio_contro… argument
184 #define MASK_AUDIO_CONTROL(p,x) WRITE_PORT_ULONG(p->audio_control,READ_PORT_ULONG(p->audio_contro… argument
185 #define READ_AUDIO_STATUS(p) READ_PORT_ULONG(p->audio_status) argument
187 #define SET_GRESET(p) UMASK_AUDIO_CONTROL(p,0x0001) /* global reset switch */ argument
188 #define UNSET_GRESET(p) MASK_AUDIO_CONTROL(p,~0x0001) argument
189 #define SET_AIE(p) UMASK_AUDIO_CONTROL(p,0x0004) /* interrupt enable */ argument
[all …]
/sound/drivers/
Dmts64.c166 static void mts64_enable_readout(struct parport *p) in mts64_enable_readout()
179 static void mts64_disable_readout(struct parport *p) in mts64_disable_readout()
194 static int mts64_device_ready(struct parport *p) in mts64_device_ready()
215 static int __devinit mts64_device_init(struct parport *p) in mts64_device_init()
241 struct parport *p = mts->pardev->port; in mts64_device_open() local
255 struct parport *p = mts->pardev->port; in mts64_device_close() local
291 static int __devinit mts64_probe(struct parport *p) in mts64_probe()
315 static u16 mts64_read(struct parport *p) in mts64_read()
339 static u8 mts64_read_char(struct parport *p) in mts64_read_char()
365 static void mts64_smpte_start(struct parport *p, in mts64_smpte_start()
[all …]
Dportman2x4.c445 static int portman_probe(struct parport *p) in portman_probe()
649 static int __devinit snd_portman_probe_port(struct parport *p) in snd_portman_probe_port()
673 static void __devinit snd_portman_attach(struct parport *p) in snd_portman_attach()
701 static void snd_portman_detach(struct parport *p) in snd_portman_detach()
732 struct parport *p; in snd_portman_probe() local
/sound/synth/emux/
Demux_seq.c97 struct snd_emux_port *p; in snd_emux_init_seq() local
145 struct snd_emux_port *p; in snd_emux_create_port() local
193 struct snd_emux_port *p; in free_port() local
212 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_oss.c103 #define SF_CLIENT_NO(p) ((p) + 0x1000) argument
112 struct snd_emux_port *p; in snd_emux_open_seq_oss() local
185 struct snd_emux_port *p; in snd_emux_close_seq_oss() local
216 struct snd_emux_port *p; in snd_emux_load_patch_seq_oss() local
259 struct snd_emux_port *p; in snd_emux_ioctl_seq_oss() local
293 struct snd_emux_port *p; in snd_emux_reset_seq_oss() local
313 struct snd_emux_port *p; in snd_emux_event_oss_input() local
Demux_effect.c280 snd_emux_create_effect(struct snd_emux_port *p) in snd_emux_create_effect()
295 snd_emux_delete_effect(struct snd_emux_port *p) in snd_emux_delete_effect()
302 snd_emux_clear_effect(struct snd_emux_port *p) in snd_emux_clear_effect()
Demux_synth.c59 snd_emux_note_on(void *p, int note, int vel, struct snd_midi_channel *chan) in snd_emux_note_on()
158 snd_emux_note_off(void *p, int note, int vel, struct snd_midi_channel *chan) in snd_emux_note_off()
237 snd_emux_key_press(void *p, int note, int vel, struct snd_midi_channel *chan) in snd_emux_key_press()
326 snd_emux_control(void *p, int type, struct snd_midi_channel *chan) in snd_emux_control()
400 snd_emux_terminate_note(void *p, int note, struct snd_midi_channel *chan) in snd_emux_terminate_note()
Dsoundfont.c490 struct snd_sf_zone *prev, *next, *p; in remove_info() local
683 struct snd_sf_sample *p; in find_sample() local
851 int r, p, t; in calc_gus_envelope_time() local
1174 struct snd_sf_zone *p; in add_preset() local
1201 struct snd_sf_zone *p; in delete_preset() local
/sound/synth/
Dutil_mem.c31 #define get_memblk(p) list_entry(p, struct snd_util_memblk, list) argument
56 struct list_head *p; in snd_util_memhdr_free() local
76 struct list_head *p; in __snd_util_mem_alloc() local
122 struct snd_util_memblk *p = get_memblk(prev); in __snd_util_memblk_new() local
/sound/drivers/opl3/
Dopl3_midi.c289 void snd_opl3_note_on(void *p, int note, int vel, struct snd_midi_channel *chan) in snd_opl3_note_on()
661 void snd_opl3_note_off(void *p, int note, int vel, struct snd_midi_channel *chan) in snd_opl3_note_off()
706 void snd_opl3_key_press(void *p, int note, int vel, struct snd_midi_channel *chan) in snd_opl3_key_press()
720 void snd_opl3_terminate_note(void *p, int note, struct snd_midi_channel *chan) in snd_opl3_terminate_note()
809 void snd_opl3_control(void *p, int type, struct snd_midi_channel *chan) in snd_opl3_control()
845 void snd_opl3_nrpn(void *p, struct snd_midi_channel *chan, in snd_opl3_nrpn()
860 void snd_opl3_sysex(void *p, unsigned char *buf, int len, in snd_opl3_sysex()
/sound/usb/usx2y/
Dusb_stream.c68 int u, p; in init_pipe_urbs() local
285 int p, l = 0; in usb_stream_prepare_playback() local
344 int p; in prepare_inurb() local
385 int il, ol, l, p; in loop_back() local
443 int l, p; in stream_idle() local
526 int l, p, max_diff, max_diff_0; in stream_start() local
606 int p; in i_capture_start() local
Dus122l.c266 struct list_head *p; in us122l_stop() local
295 struct list_head *p; in us122l_start() local
471 struct list_head *p; in us122l_create_card() local
558 struct list_head *p; in snd_us122l_disconnect() local
590 struct list_head *p; in snd_us122l_suspend() local
615 struct list_head *p; in snd_us122l_resume() local
/sound/pci/emu10k1/
Dmemory.c169 struct list_head *p; in unmap_memblk() local
205 struct list_head *p; in search_empty() local
257 struct list_head *p, *nextp; in snd_emu10k1_memblk_map() local
419 struct list_head *p; in get_single_page_range() local
463 struct page *p = alloc_page(GFP_KERNEL | GFP_DMA32 | in synth_alloc_pages() local
518 struct snd_emu10k1_memblk *p = (struct snd_emu10k1_memblk *)blk; in snd_emu10k1_synth_bzero() local
548 struct snd_emu10k1_memblk *p = (struct snd_emu10k1_memblk *)blk; in snd_emu10k1_synth_copy_from_user() local
/sound/core/seq/
Dseq_midi_emul.c468 int p = cmd & 0x0f; in get_channel() local
536 int p = get_channel(buf[5]); in sysex() local
547 int p = get_channel(buf[5]); in sysex() local
628 static void snd_midi_channel_init(struct snd_midi_channel *p, int n) in snd_midi_channel_init()
Dseq_ports.c129 struct snd_seq_client_port *new_port, *p; in snd_seq_create_port() local
194 struct snd_seq_client_port *p; in get_client_port() local
216 struct list_head *p, *n; in clear_subscriber_list() local
284 struct snd_seq_client_port *found = NULL, *p; in snd_seq_delete_port() local
Dseq_dummy.c92 struct snd_seq_dummy_port *p; in dummy_unuse() local
121 struct snd_seq_dummy_port *p; in dummy_input() local
/sound/core/
Dinfo.c307 struct proc_dir_entry *p; in snd_info_entry_open() local
539 struct proc_dir_entry *p; in snd_create_proc_entry() local
548 struct proc_dir_entry *p; in snd_info_init() local
640 struct proc_dir_entry *p; in snd_info_card_register() local
864 struct list_head *p, *n; in snd_info_disconnect() local
971 struct proc_dir_entry *root, *p = NULL; in snd_info_register() local
Dtimer.c615 struct list_head *p; in snd_timer_tasklet() local
652 struct list_head *p, *ack_list_head; in snd_timer_interrupt() local
807 struct list_head *p, *n; in snd_timer_free() local
1297 struct list_head *p; in snd_timer_user_next_device() local
1395 struct list_head *p; in snd_timer_user_ginfo() local
1770 int __user *p = argp; in snd_timer_user_ioctl() local
1963 struct list_head *p, *n; in alsa_timer_exit() local
/sound/oss/
Daudio.c137 int p, i; in sync_output() local
224 int c, p, l, buf_size, used, returned; in audio_write() local
305 int c, p, l; in audio_read() local
373 int __user *p = arg; in audio_ioctl() local
/sound/core/seq/oss/
Dseq_oss_ioctl.c78 int __user *p = arg; in snd_seq_oss_ioctl() local
/sound/pci/hda/
Dhda_hwdep.c187 char *p; in kstrndup_noeol() local
302 char *p; in hints_store() local
/sound/usb/
Dusbaudio.c1196 struct list_head *p; in find_format() local
1616 struct list_head *p; in hw_rule_rate() local
1670 struct list_head *p; in hw_rule_channels() local
1723 struct list_head *p; in hw_rule_format() local
1764 struct list_head *p; in check_hw_params_convention() local
1887 struct list_head *p; in setup_hw_info() local
2051 u8 *p, *end, *next; in snd_usb_find_desc() local
2074 unsigned char *p = after; in snd_usb_find_csint_desc() local
2153 struct list_head *p; in proc_dump_substream_formats() local
2289 struct list_head *p, *n; in free_substream() local
[all …]

1234