Lines Matching refs:sb_info

66 struct sb_info;
69 struct sb_info *parent;
76 struct sb_info {
90 static int sb_rd(struct sb_info *sb, int reg);
91 static void sb_wr(struct sb_info *sb, int reg, u_int8_t val);
92 static int sb_dspready(struct sb_info *sb);
93 static int sb_cmd(struct sb_info *sb, u_char val);
94 static int sb_cmd1(struct sb_info *sb, u_char cmd, int val);
95 static int sb_cmd2(struct sb_info *sb, u_char cmd, int val);
96 static u_int sb_get_byte(struct sb_info *sb);
97 static void sb_setmixer(struct sb_info *sb, u_int port, u_int value);
98 static int sb_getmixer(struct sb_info *sb, u_int port);
99 static int sb_reset_dsp(struct sb_info *sb);
116 sb_lock(struct sb_info *sb) {
122 sb_unlock(struct sb_info *sb) {
140 sb_rd(struct sb_info *sb, int reg)
146 sb_wr(struct sb_info *sb, int reg, u_int8_t val)
152 sb_dspready(struct sb_info *sb)
158 sb_dspwr(struct sb_info *sb, u_char val)
174 sb_cmd(struct sb_info *sb, u_char val)
183 sb_cmd1(struct sb_info *sb, u_char cmd, int val)
194 sb_cmd2(struct sb_info *sb, u_char cmd, int val)
212 sb_setmixer(struct sb_info *sb, u_int port, u_int value)
221 sb_getmixer(struct sb_info *sb, u_int port)
234 sb_get_byte(struct sb_info *sb)
248 sb_reset_dsp(struct sb_info *sb)
262 sb_release_resources(struct sb_info *sb, device_t dev)
287 sb_alloc_resources(struct sb_info *sb, device_t dev)
317 struct sb_info *sb = mix_getdevinfo(m);
332 struct sb_info *sb = mix_getdevinfo(m);
382 struct sb_info *sb = mix_getdevinfo(m);
411 struct sb_info *sb = mix_getdevinfo(m);
425 struct sb_info *sb = mix_getdevinfo(m);
479 struct sb_info *sb = (struct sb_info *)arg;
501 struct sb_info *sb = ch->parent;
542 struct sb_info *sb = ch->parent;
571 struct sb_info *sb = ch->parent;
599 struct sb_info *sb = devinfo;
717 struct sb_info *sb;
774 struct sb_info *sb;