/dflybsd-src/sys/dev/raid/amr/ |
H A D | amr_cam.c | 150 int chn, error; in amr_cam_attach() local 206 int chn; in amr_cam_detach() local
|
/dflybsd-src/sys/dev/sound/midi/ |
H A D | midi.c | 1324 midisynth_killnote(void *n, uint8_t chn, uint8_t note, uint8_t vel) in midisynth_killnote() 1349 midisynth_setinstr(void *n, uint8_t chn, uint16_t instr) in midisynth_setinstr() 1363 midisynth_startnote(void *n, uint8_t chn, uint8_t note, uint8_t vel) in midisynth_startnote() 1386 midisynth_controller(void *n, uint8_t chn, uint8_t ctrlnum, uint16_t val) in midisynth_controller() 1400 midisynth_bender(void *n, uint8_t chn, uint16_t val) in midisynth_bender()
|
H A D | sequencer.c | 1554 u_char dev, chn, note, vel; in seq_convertold() local 1742 u_char cmd, chn, note, parm; in seq_chnvoice() local 1817 u_char cmd, chn, p1; in seq_chncommon() local 2016 int chn, i; in seq_reset() local
|
/dflybsd-src/usr.sbin/mlxcontrol/ |
H A D | util.c | 110 mlx_print_phys_drv(struct mlx_phys_drv *drv, int chn, int targ, const char *prefix, int verbose) in mlx_print_phys_drv()
|
H A D | command.c | 338 print_phys_drive(struct conf_config *conf, int chn, int targ) in print_phys_drive()
|
/dflybsd-src/sys/sys/ |
H A D | soundcard.h | 1351 #define _CHN_VOICE(dev, event, chn, note, parm) { \ argument 1363 #define SEQ_START_NOTE(dev, chn, note, vol) \ argument 1366 #define SEQ_STOP_NOTE(dev, chn, note, vol) \ argument 1369 #define SEQ_KEY_PRESSURE(dev, chn, note, pressure) \ argument 1376 #define _CHN_COMMON(dev, event, chn, p1, p2, w14) { \ argument 1409 #define SEQ_CHN_PRESSURE(dev, chn, pressure) \ argument 1412 #define SEQ_SET_PATCH(dev, chn, patch) \ argument 1415 #define SEQ_CONTROL(dev, chn, controller, value) \ argument 1418 #define SEQ_BENDER(dev, chn, value) \ argument
|
/dflybsd-src/sys/dev/sound/pcm/ |
H A D | feeder_matrix.c | 78 int chn[SND_CHN_T_MAX + 1]; member
|
H A D | dsp.c | 1096 struct pcm_channel *chn, *rdch, *wrch; in dsp_ioctl() local
|
/dflybsd-src/sys/dev/sound/pci/ |
H A D | emu10kx.c | 650 emu_rdptr(struct emu_sc_info *sc, unsigned int chn, unsigned int reg) in emu_rdptr() 677 emu_wrptr(struct emu_sc_info *sc, unsigned int chn, unsigned int reg, uint32_t data) in emu_wrptr() 707 emu_rd_p16vptr(struct emu_sc_info *sc, uint16_t chn, uint16_t reg) in emu_rd_p16vptr() 722 emu_wr_p16vptr(struct emu_sc_info *sc, uint16_t chn, uint16_t reg, uint32_t data) in emu_wr_p16vptr()
|
H A D | emu10k1.c | 331 emu_rdptr(struct sc_info *sc, int chn, int reg) in emu_rdptr() 349 emu_wrptr(struct sc_info *sc, int chn, int reg, u_int32_t data) in emu_wrptr()
|
/dflybsd-src/sys/dev/raid/mly/ |
H A D | mly.c | 1909 int chn, i; in mly_cam_attach() local
|
/dflybsd-src/sys/dev/sound/pci/hda/ |
H A D | hdaa.c | 1878 int i, j, k, chn, cchn, totalchn, totalextchn, c; in hdaa_audio_setup() local
|