Home
last modified time | relevance | path

Searched refs:CIP_UNAWARE_SYT (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.h56 CIP_UNAWARE_SYT = 0x400, enumerator
H A Damdtp-stream.c520 bool aware_syt = !(s->flags & CIP_UNAWARE_SYT); in cache_seq()
797 if (!(s->flags & CIP_UNAWARE_SYT)) in check_cip_header()
1012 bool aware_syt = !(s->flags & CIP_UNAWARE_SYT); in generate_rx_packet_descs()
1461 if (s->flags & CIP_UNAWARE_SYT) { in drop_tx_packets_initially()
/openbmc/linux/sound/firewire/tascam/
H A Damdtp-tascam.c225 unsigned int flags = CIP_NONBLOCKING | CIP_SKIP_DBC_ZERO_CHECK | CIP_UNAWARE_SYT; in amdtp_tscm_init()
/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/digi00x/
H A Damdtp-dot.c393 unsigned int flags = CIP_NONBLOCKING | CIP_UNAWARE_SYT; in amdtp_dot_init()
/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/oxfw/
H A Doxfw-stream.c169 flags |= CIP_UNAWARE_SYT; in init_stream()