• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/seq/

Lines Matching defs:atomic

52 static struct snd_seq_kinstr *snd_seq_instr_new(int add_len, int atomic)
56 instr = kzalloc(sizeof(struct snd_seq_kinstr) + add_len, atomic ? GFP_ATOMIC : GFP_KERNEL);
63 static int snd_seq_instr_free(struct snd_seq_kinstr *instr, int atomic)
166 int atomic)
203 if (snd_seq_instr_free(instr, atomic)<0)
315 int atomic)
327 return snd_seq_kernel_client_dispatch(sev.source.client, &sev, atomic, 0);
333 int atomic, int hop)
340 return instr_result(ev, SNDRV_SEQ_EVENT_INSTR_BEGIN, -EBUSY, atomic);
344 return instr_result(ev, SNDRV_SEQ_EVENT_INSTR_BEGIN, 0, atomic);
350 int atomic, int hop)
359 return instr_result(ev, SNDRV_SEQ_EVENT_INSTR_END, 0, atomic);
362 return instr_result(ev, SNDRV_SEQ_EVENT_INSTR_END, -EINVAL, atomic);
368 int atomic, int hop)
376 int atomic, int hop)
384 int atomic, int hop)
392 int atomic, int hop)
400 int atomic, int hop)
436 instr = snd_seq_instr_new(len, atomic);
451 atomic,
454 snd_seq_instr_free(instr, atomic);
468 instr_result(ev, SNDRV_SEQ_EVENT_INSTR_PUT, result, atomic);
475 int atomic, int hop)
483 int atomic, int hop)
504 result = snd_seq_instr_list_free_cond(list, &ifree, ev->dest.client, atomic);
543 result = snd_seq_instr_free(instr, atomic);
549 instr_result(ev, SNDRV_SEQ_EVENT_INSTR_FREE, result, atomic);
556 int atomic, int hop)
564 int atomic, int hop)
573 int atomic,
583 return instr_begin(ops, list, ev, atomic, hop);
585 return instr_end(ops, list, ev, atomic, hop);
592 return instr_info(ops, list, ev, atomic, hop);
594 return instr_format_info(ops, list, ev, atomic, hop);
596 return instr_reset(ops, list, ev, atomic, hop);
598 return instr_status(ops, list, ev, atomic, hop);
600 return instr_put(ops, list, ev, atomic, hop);
602 return instr_get(ops, list, ev, atomic, hop);
604 return instr_free(ops, list, ev, atomic, hop);
606 return instr_list(ops, list, ev, atomic, hop);
608 return instr_cluster(ops, list, ev, atomic, hop);