Home
last modified time | relevance | path

Searched defs:chn (Results 1 – 14 of 14) sorted by relevance

/freebsd-src/sys/arm/freescale/imx/
H A Dimx6_sdma.c134 sdma_start(int chn) in sdma_start()
146 sdma_stop(int chn) in sdma_stop()
163 int chn; in sdma_alloc() local
192 sdma_free(int chn) in sdma_free()
208 sdma_overrides(struct sdma_softc *sc, int chn, in sdma_overrides()
241 sdma_configure(int chn, struct sdma_conf *conf) in sdma_configure()
384 int chn; in boot_firmware() local
H A Dimx6_ssi.c405 ssi_dma_intr(void *arg, int chn) in ssi_dma_intr() argument
/freebsd-src/usr.sbin/mlxcontrol/
H A Dconfig.c146 print_phys_drive(struct conf_config *conf, int chn, int targ) in print_phys_drive()
H A Dutil.c110 mlx_print_phys_drv(struct mlx_phys_drv *drv, int chn, int targ, char *prefix, int verbose) in mlx_print_phys_drv()
/freebsd-src/sys/dev/sound/midi/
H A Dmidi.c1279 if (note > 127 || chn > 15) in midisynth_killnote() argument
1303 if (instr > 127 || chn > 15) in midisynth_setinstr() argument
1317 if (note > 127 || chn > 15) in midisynth_startnote() argument
1340 midisynth_controller(void * n,uint8_t chn,uint8_t ctrlnum,uint16_t val) midisynth_controller() argument
1354 midisynth_bender(void * n,uint8_t chn,uint16_t val) midisynth_bender() argument
[all...]
H A Dsequencer.c1502 u_char dev, chn, note, vel; seq_convertold() local
1690 u_char cmd, chn, note, parm; seq_chnvoice() local
1765 u_char cmd, chn, p1; seq_chncommon() local
1963 int chn, i; seq_reset() local
[all...]
/freebsd-src/tools/tools/indent_wrapper/
H A Dindent_wrapper.c387 uint16_t chn; in main() local
/freebsd-src/sys/sys/
H A Dsoundcard.h1349 #define _CHN_VOICE(dev, event, chn, note, parm) { \ argument
1361 #define SEQ_START_NOTE(dev, chn, note, vol) \ argument
1364 #define SEQ_STOP_NOTE(dev, chn, note, vol) \ argument
1367 #define SEQ_KEY_PRESSURE(dev, chn, note, pressure) \ argument
1374 #define _CHN_COMMON(dev, event, chn, p argument
1407 SEQ_CHN_PRESSURE(dev,chn,pressure) global() argument
1410 SEQ_SET_PATCH(dev,chn,patch) global() argument
1413 SEQ_CONTROL(dev,chn,controller,value) global() argument
1416 SEQ_BENDER(dev,chn,value) global() argument
[all...]
/freebsd-src/sys/dev/sound/pcm/
H A Dfeeder_matrix.c78 int chn[SND_CHN_T_MAX + 1]; member
H A Ddsp.c698 struct pcm_channel *chn, *rdch, *wrch; dsp_ioctl() local
[all...]
/freebsd-src/sys/dev/sound/pci/
H A Demu10kx.c646 emu_rdptr(struct emu_sc_info *sc, unsigned int chn, unsigned int reg) in emu_rdptr() argument
673 emu_wrptr(struct emu_sc_info *sc, unsigned int chn, unsigned int reg, uint32_t data) in emu_wrptr() argument
703 emu_rd_p16vptr(struct emu_sc_info *sc, uint16_t chn, uint16_t reg) in emu_rd_p16vptr() argument
718 emu_wr_p16vptr(struct emu_sc_info *sc, uint16_t chn, uint16_t reg, uint32_t data) in emu_wr_p16vptr() argument
H A Demu10k1.c331 emu_rdptr(struct sc_info *sc, int chn, int reg) in emu_rdptr() argument
349 emu_wrptr(struct sc_info *sc, int chn, int reg, u_int32_t data) in emu_wrptr() argument
/freebsd-src/sys/arm/freescale/vybrid/
H A Dvf_sai.c378 sai_dma_intr(void *arg, int chn) in sai_dma_intr() argument
/freebsd-src/sys/dev/sound/pci/hda/
H A Dhdaa.c1845 int i, j, k, chn, cchn, totalchn, totalextchn, c; in hdaa_audio_setup() local