Home
last modified time | relevance | path

Searched refs:CIP_BLOCKING (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/sound/firewire/
Damdtp.c162 if (!(s->flags & CIP_BLOCKING)) in amdtp_stream_add_pcm_hw_constraints()
226 if (s->flags & CIP_BLOCKING) in amdtp_stream_set_parameters()
323 if (s->flags & CIP_BLOCKING) in calculate_data_blocks()
646 if (!(s->flags & CIP_BLOCKING) || (syt != CIP_SYT_NO_INFO)) in handle_out_packet()
876 else if ((s->flags & CIP_BLOCKING) && (s->flags & CIP_SYNC_TO_DEVICE)) in amdtp_stream_first_callback()
Damdtp.h35 CIP_BLOCKING = 0x01, enumerator
/linux-4.1.27/sound/firewire/bebob/
Dbebob_stream.c465 AMDTP_IN_STREAM, CIP_BLOCKING); in snd_bebob_stream_init_duplex()
483 AMDTP_OUT_STREAM, CIP_BLOCKING); in snd_bebob_stream_init_duplex()
/linux-4.1.27/sound/firewire/dice/
Ddice-stream.c305 err = amdtp_stream_init(stream, dice->unit, dir, CIP_BLOCKING); in init_stream()
/linux-4.1.27/sound/firewire/fireworks/
Dfireworks_stream.c34 err = amdtp_stream_init(stream, efw->unit, s_dir, CIP_BLOCKING); in init_stream()