Lines Matching defs:devinfo
179 tr_rdcd(kobj_t obj, void *devinfo, int regno)
181 struct tr_info *tr = (struct tr_info *)devinfo;
238 tr_wrcd(kobj_t obj, void *devinfo, int regno, u_int32_t data)
240 struct tr_info *tr = (struct tr_info *)devinfo;
266 printf("tr_wrcd: reg %x was %x", regno, tr_rdcd(devinfo, regno));
291 printf(" - wrote %x, now %x\n", data, tr_rdcd(devinfo, regno));
500 trpchan_init(kobj_t obj, void *devinfo, struct snd_dbuf *b, struct pcm_channel *c, int dir)
502 struct tr_info *tr = devinfo;
609 trrchan_init(kobj_t obj, void *devinfo, struct snd_dbuf *b, struct pcm_channel *c, int dir)
611 struct tr_info *tr = devinfo;