Searched refs:CIP_BLOCKING (Results 1 – 8 of 8) sorted by relevance
/linux-6.6.21/sound/firewire/fireface/ |
D | amdtp-ff.c | 165 return amdtp_stream_init(s, unit, dir, CIP_BLOCKING | CIP_UNAWARE_SYT | CIP_NO_HEADER, 0, in amdtp_ff_init()
|
/linux-6.6.21/sound/firewire/ |
D | amdtp-stream.h | 43 CIP_BLOCKING = 0x01, enumerator
|
D | amdtp-stream.c | 243 if (!(s->flags & CIP_BLOCKING)) in amdtp_stream_add_pcm_hw_constraints() 300 if (s->flags & CIP_BLOCKING) in amdtp_stream_set_parameters() 544 if (s->flags & CIP_BLOCKING) in pool_ideal_seq_descs()
|
/linux-6.6.21/sound/firewire/fireworks/ |
D | fireworks_stream.c | 32 err = amdtp_am824_init(stream, efw->unit, s_dir, CIP_BLOCKING | CIP_UNAWARE_SYT); in init_stream()
|
/linux-6.6.21/sound/firewire/motu/ |
D | amdtp-motu.c | 440 unsigned int flags = CIP_BLOCKING | CIP_UNAWARE_SYT; in amdtp_motu_init()
|
/linux-6.6.21/sound/firewire/oxfw/ |
D | oxfw-stream.c | 162 flags |= CIP_BLOCKING; in init_stream()
|
/linux-6.6.21/sound/firewire/dice/ |
D | dice-stream.c | 508 err = amdtp_am824_init(stream, dice->unit, dir, CIP_BLOCKING); in init_stream()
|
/linux-6.6.21/sound/firewire/bebob/ |
D | bebob_stream.c | 433 unsigned int flags = CIP_BLOCKING; in init_stream()
|