Home
last modified time | relevance | path

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

/openbmc/linux/sound/firewire/fireface/
H A Damdtp-ff.c165 return amdtp_stream_init(s, unit, dir, CIP_BLOCKING | CIP_UNAWARE_SYT | CIP_NO_HEADER, 0, in amdtp_ff_init()
/openbmc/linux/sound/firewire/
H A Damdtp-stream.h46 CIP_BLOCKING = 0x01, enumerator
H A Damdtp-stream.c249 if (!(s->flags & CIP_BLOCKING)) in amdtp_stream_add_pcm_hw_constraints()
306 if (s->flags & CIP_BLOCKING) in amdtp_stream_set_parameters()
551 if (s->flags & CIP_BLOCKING) in pool_ideal_seq_descs()
/openbmc/linux/sound/firewire/fireworks/
H A Dfireworks_stream.c32 err = amdtp_am824_init(stream, efw->unit, s_dir, CIP_BLOCKING | CIP_UNAWARE_SYT); in init_stream()
/openbmc/linux/sound/firewire/motu/
H A Damdtp-motu.c440 unsigned int flags = CIP_BLOCKING | CIP_UNAWARE_SYT; in amdtp_motu_init()
/openbmc/linux/sound/firewire/dice/
H A Ddice-stream.c508 err = amdtp_am824_init(stream, dice->unit, dir, CIP_BLOCKING); in init_stream()
/openbmc/linux/sound/firewire/oxfw/
H A Doxfw-stream.c162 flags |= CIP_BLOCKING; in init_stream()
/openbmc/linux/sound/firewire/bebob/
H A Dbebob_stream.c433 unsigned int flags = CIP_BLOCKING; in init_stream()