• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/sys/dev/sound/isa/

Lines Matching refs:sb_info

68 struct sb_info;
71 struct sb_info *parent;
78 struct sb_info {
92 static int sb_rd(struct sb_info *sb, int reg);
93 static void sb_wr(struct sb_info *sb, int reg, u_int8_t val);
94 static int sb_dspready(struct sb_info *sb);
95 static int sb_cmd(struct sb_info *sb, u_char val);
96 static int sb_cmd1(struct sb_info *sb, u_char cmd, int val);
97 static int sb_cmd2(struct sb_info *sb, u_char cmd, int val);
98 static u_int sb_get_byte(struct sb_info *sb);
99 static void sb_setmixer(struct sb_info *sb, u_int port, u_int value);
100 static int sb_getmixer(struct sb_info *sb, u_int port);
101 static int sb_reset_dsp(struct sb_info *sb);
118 sb_lock(struct sb_info *sb) {
123 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;