Home
last modified time | relevance | path

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

/openbmc/linux/sound/firewire/
H A Damdtp-stream.h50 CIP_SKIP_DBC_ZERO_CHECK = 0x10, enumerator
H A Damdtp-stream.c768 if ((dbc == 0x00 && (s->flags & CIP_SKIP_DBC_ZERO_CHECK)) || in check_cip_header()
/openbmc/linux/sound/firewire/motu/
H A Damdtp-motu.c453 CIP_SKIP_DBC_ZERO_CHECK | in amdtp_motu_init()
462 CIP_SKIP_DBC_ZERO_CHECK; in amdtp_motu_init()
/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.c45 efw->tx_stream.flags |= CIP_SKIP_DBC_ZERO_CHECK; in init_stream()