Lines Matching refs:hdl
179 pxa2x0_i2s_allocm(void *hdl, int direction, size_t size) in pxa2x0_i2s_allocm() argument
181 struct pxa2x0_i2s_softc *sc = hdl; in pxa2x0_i2s_allocm()
239 pxa2x0_i2s_freem(void *hdl, void *ptr, size_t size) in pxa2x0_i2s_freem() argument
241 struct pxa2x0_i2s_softc *sc = hdl; in pxa2x0_i2s_freem()
263 pxa2x0_i2s_round_blocksize(void *hdl, int bs, int mode, in pxa2x0_i2s_round_blocksize() argument
275 pxa2x0_i2s_round_buffersize(void *hdl, int direction, size_t bufsize) in pxa2x0_i2s_round_buffersize() argument
282 pxa2x0_i2s_halt_output(void *hdl) in pxa2x0_i2s_halt_output() argument
284 struct pxa2x0_i2s_softc *sc = hdl; in pxa2x0_i2s_halt_output()
295 pxa2x0_i2s_halt_input(void *hdl) in pxa2x0_i2s_halt_input() argument
297 struct pxa2x0_i2s_softc *sc = hdl; in pxa2x0_i2s_halt_input()
308 pxa2x0_i2s_start_output(void *hdl, void *block, int bsize, in pxa2x0_i2s_start_output() argument
311 struct pxa2x0_i2s_softc *sc = hdl; in pxa2x0_i2s_start_output()
358 pxa2x0_i2s_start_input(void *hdl, void *block, int bsize, in pxa2x0_i2s_start_input() argument
361 struct pxa2x0_i2s_softc *sc = hdl; in pxa2x0_i2s_start_input()