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()
254 static void dsp_get_vers(sb_devc * devc) in dsp_get_vers()
282 static int sb16_set_dma_hw(sb_devc * devc) in sb16_set_dma_hw()
300 static void sb16_set_mpu_port(sb_devc * devc, struct address_info *hw_config) in sb16_set_mpu_port()
323 static int sb16_set_irq_hw(sb_devc * devc, int level) in sb16_set_irq_hw()
349 static void relocate_Jazz16(sb_devc * devc, struct address_info *hw_config) in relocate_Jazz16()
384 static int init_Jazz16(sb_devc * devc, struct address_info *hw_config) in init_Jazz16()
444 static void relocate_ess1688(sb_devc * devc) in relocate_ess1688()
507 sb_devc *devc = &sb_info; in sb_dsp_detect() local
642 sb_devc *devc; in sb_dsp_init() local
884 sb_devc *devc; in sb_dsp_unload() local
929 void sb_setmixer(sb_devc * devc, unsigned int port, unsigned int value) in sb_setmixer()
948 unsigned int sb_getmixer(sb_devc * devc, unsigned int port) in sb_getmixer()
968 (sb_devc * devc, unsigned int reg, unsigned int mask, unsigned int val) in sb_chgmixer()
981 static void smw_putmem(sb_devc * devc, int base, int addr, unsigned char val) in smw_putmem()
994 static unsigned char smw_getmem(sb_devc * devc, int base, int addr) in smw_getmem()
1009 static int smw_midi_init(sb_devc * devc, struct address_info *hw_config) in smw_midi_init()
1114 static int init_Jazz16_midi(sb_devc * devc, struct address_info *hw_config) in init_Jazz16_midi()
1190 sb_devc *devc = last_devc; in probe_sbmpu() local