Searched refs:round_buffersize (Results 1 – 25 of 29) sorted by relevance
12
/openbsd/sys/dev/ |
H A D | audio_if.h | 116 size_t (*round_buffersize)(void *, int, size_t); member
|
H A D | audio.c | 310 if (sc->ops->round_buffersize) { in audio_buf_init() 311 buf->datalen = sc->ops->round_buffersize(sc->arg, in audio_buf_init()
|
/openbsd/sys/dev/fdt/ |
H A D | graphaudio.c | 77 .round_buffersize = graphaudio_round_buffersize, 388 if (hwif->round_buffersize) in graphaudio_round_buffersize() 389 return hwif->round_buffersize(dai->dd_cookie, in graphaudio_round_buffersize()
|
H A D | simpleaudio.c | 79 .round_buffersize = simpleaudio_round_buffersize, 428 if (hwif->round_buffersize) in simpleaudio_round_buffersize() 429 return hwif->round_buffersize(dai->dd_cookie, in simpleaudio_round_buffersize()
|
/openbsd/sys/arch/macppc/dev/ |
H A D | aoa.c | 79 .round_buffersize = i2s_round_buffersize,
|
H A D | daca.c | 85 .round_buffersize = i2s_round_buffersize,
|
H A D | onyx.c | 98 .round_buffersize = i2s_round_buffersize,
|
H A D | tumbler.c | 89 .round_buffersize = i2s_round_buffersize,
|
H A D | snapper.c | 91 .round_buffersize = i2s_round_buffersize,
|
H A D | awacs.c | 142 .round_buffersize = awacs_round_buffersize,
|
/openbsd/sys/arch/arm64/dev/ |
H A D | aplaudio.c | 75 .round_buffersize = aplaudio_round_buffersize, 426 if (hwif->round_buffersize) in aplaudio_round_buffersize() 427 return hwif->round_buffersize(dai->dd_cookie, in aplaudio_round_buffersize()
|
/openbsd/sys/dev/isa/ |
H A D | sb.c | 108 .round_buffersize = sb_round,
|
H A D | pas.c | 123 .round_buffersize = sb_round,
|
H A D | ess.c | 212 .round_buffersize = ess_round_buffersize, 229 .round_buffersize = ess_round_buffersize,
|
H A D | gus.c | 277 .round_buffersize = gus_round, 295 .round_buffersize = ad1848_round,
|
/openbsd/sys/dev/tc/ |
H A D | bba.c | 167 .round_buffersize = bba_round_buffersize,
|
/openbsd/sys/dev/pci/ |
H A D | neo.c | 248 .round_buffersize = neo_round_buffersize,
|
H A D | auacer.c | 191 .round_buffersize = auacer_round_buffersize,
|
H A D | auvia.c | 192 .round_buffersize = auvia_round_buffersize,
|
H A D | auglx.c | 247 .round_buffersize = auglx_round_buffersize,
|
H A D | cs4281.c | 205 .round_buffersize = cs4281_round_buffersize,
|
H A D | auich.c | 329 .round_buffersize = auich_round_buffersize,
|
H A D | esa.c | 163 .round_buffersize = esa_round_buffersize,
|
H A D | yds.c | 218 .round_buffersize = yds_round_buffersize,
|
/openbsd/sys/arch/hppa/gsc/ |
H A D | harmony.c | 88 .round_buffersize = harmony_round_buffersize,
|
12