Searched refs:p2 (Results 1 – 9 of 9) sorted by relevance
/sound/synth/emux/ |
D | emux_oss.c | 325 short p2; in emuspec_control() local 336 p2 = *(short *) &event[6]; in emuspec_control() 346 snd_emux_send_effect_oss(port, chan, p1, p2); in emuspec_control() 368 if (p2) { in emuspec_control() 396 port->ctrls[p1] = p2; in emuspec_control() 403 emu->ops.oss_ioctl(emu, cmd, p1, p2); in emuspec_control()
|
/sound/core/seq/oss/ |
D | seq_oss_event.h | 48 unsigned char p1, p2, p3, p4; member 57 unsigned char p1, p2; member
|
D | seq_oss_event.c | 127 return note_off_event(dp, q->e.dev, q->e.chn, q->e.p1, q->e.p2, ev); in extended_event() 130 return note_on_event(dp, q->e.dev, q->e.chn, q->e.p1, q->e.p2, ev); in extended_event() 148 val = ((short)q->e.p3 << 8) | (short)q->e.p2; in extended_event()
|
/sound/firewire/ |
D | fcp.c | 320 const u8 *p1, *p2; in is_matching_response() local 324 p2 = transaction->response_buffer; in is_matching_response() 328 if ((mask & 1) && p1[i] != p2[i]) in is_matching_response()
|
/sound/isa/sb/ |
D | emu8000_callback.c | 27 static int oss_ioctl(struct snd_emux *emu, int cmd, int p1, int p2); 472 oss_ioctl(struct snd_emux *emu, int cmd, int p1, int p2) in oss_ioctl() argument 495 hw->treble_level = p2; in oss_ioctl()
|
/sound/usb/ |
D | midi.c | 508 uint8_t p1, uint8_t p2, in snd_usbmidi_output_standard_packet() argument 516 buf[2] = p2; in snd_usbmidi_output_standard_packet() 525 uint8_t p1, uint8_t p2, in snd_usbmidi_output_midiman_packet() argument 532 buf[1] = p2; in snd_usbmidi_output_midiman_packet()
|
/sound/pci/asihpi/ |
D | hpifunc.c | 34 static u16 hpi_handle_indexes(const u32 h, u16 *p1, u16 *p2) in hpi_handle_indexes() argument 43 if (p2) in hpi_handle_indexes() 44 *p2 = (u16)uhandle.h.obj_index; in hpi_handle_indexes() 1367 #define hpi_control_param2_get(h, a, p1, p2) \ argument 1368 hpi_control_param_get(h, a, 0, 0, p1, p2)
|
D | hpi_internal.h | 700 u32 p2; member
|
D | hpi6000.c | 608 phr->u.ax.assert.p2 = 0; in adapter_get_asserts()
|