Lines Matching defs:devc

86 int sb_dsp_command(sb_devc * devc, unsigned char val)  in sb_dsp_command()
113 int sb_dsp_get_byte(sb_devc * devc) in sb_dsp_get_byte()
125 static void sb_intr (sb_devc *devc) in sb_intr()
196 static void pci_intr(sb_devc *devc) in pci_intr()
206 sb_devc *devc = dev_id; in sbintr() local
225 int sb_dsp_reset(sb_devc * devc) in sb_dsp_reset()
250 static void dsp_get_vers(sb_devc * devc) in dsp_get_vers()
278 static int sb16_set_dma_hw(sb_devc * devc) in sb16_set_dma_hw()
296 static void sb16_set_mpu_port(sb_devc * devc, struct address_info *hw_config) in sb16_set_mpu_port()
319 static int sb16_set_irq_hw(sb_devc * devc, int level) in sb16_set_irq_hw()
345 static void relocate_Jazz16(sb_devc * devc, struct address_info *hw_config) in relocate_Jazz16()
380 static int init_Jazz16(sb_devc * devc, struct address_info *hw_config) in init_Jazz16()
440 static void relocate_ess1688(sb_devc * devc) in relocate_ess1688()
503 sb_devc *devc = &sb_info; in sb_dsp_detect() local
637 sb_devc *devc; in sb_dsp_init() local
879 sb_devc *devc; in sb_dsp_unload() local
924 void sb_setmixer(sb_devc * devc, unsigned int port, unsigned int value) in sb_setmixer()
943 unsigned int sb_getmixer(sb_devc * devc, unsigned int port) in sb_getmixer()
963 (sb_devc * devc, unsigned int reg, unsigned int mask, unsigned int val) in sb_chgmixer()
976 static void smw_putmem(sb_devc * devc, int base, int addr, unsigned char val) in smw_putmem()
989 static unsigned char smw_getmem(sb_devc * devc, int base, int addr) in smw_getmem()
1004 static int smw_midi_init(sb_devc * devc, struct address_info *hw_config) in smw_midi_init()
1109 static int init_Jazz16_midi(sb_devc * devc, struct address_info *hw_config) in init_Jazz16_midi()
1185 sb_devc *devc = last_devc; in probe_sbmpu() local