Home
last modified time | relevance | path

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

/linux-4.4.14/sound/firewire/
Damdtp-stream.h39 CIP_BLOCKING = 0x01, enumerator
Damdtp-stream.c160 if (!(s->flags & CIP_BLOCKING)) in amdtp_stream_add_pcm_hw_constraints()
210 if (s->flags & CIP_BLOCKING) in amdtp_stream_set_parameters()
257 if (s->flags & CIP_BLOCKING) { in calculate_data_blocks()
/linux-4.4.14/sound/firewire/dice/
Ddice-stream.c309 err = amdtp_am824_init(stream, dice->unit, dir, CIP_BLOCKING); in init_stream()
/linux-4.4.14/sound/firewire/fireworks/
Dfireworks_stream.c34 err = amdtp_am824_init(stream, efw->unit, s_dir, CIP_BLOCKING); in init_stream()
/linux-4.4.14/sound/firewire/bebob/
Dbebob_stream.c546 AMDTP_IN_STREAM, CIP_BLOCKING); in snd_bebob_stream_init_duplex()
575 AMDTP_OUT_STREAM, CIP_BLOCKING); in snd_bebob_stream_init_duplex()
/linux-4.4.14/sound/firewire/digi00x/
Damdtp-dot.c427 flags = CIP_BLOCKING; in amdtp_dot_init()