Home
last modified time | relevance | path

Searched defs:sc_info (Results 1 – 20 of 20) sorted by relevance

/freebsd/sys/dev/sound/pci/
H A Dneomagic.c62 struct sc_info { struct
85 static int nm_loadcoeff(struct sc_info *sc, int dir, int num); argument
H A Dich.c176 device_t dev;
177 int hasvra, hasvrm, hasmic;
178 unsigned int chnum, bufsz, blkcnt;
179 int sample_size, swap_reg;
181 struct resource *nambar, *nabmbar, *irq;
182 int regtype, nambarid, nabmbarid, irqid;
183 bus_space_tag_t nambart, nabmbart;
184 bus_space_handle_t nambarh, nabmbarh;
185 bus_dma_tag_t dmat, chan_dmat;
187 void *ih;
[all …]
H A Dhdspe.h205 struct sc_info { struct
206 device_t dev;
207 struct mtx *lock;
211 uint32_t type;
215 int csid;
220 int irqid;
221 void *ih;
225 uint32_t *pbuf;
226 uint32_t *rbuf;
230 uint32_t period;
[all …]
H A Dhdsp.h215 struct sc_info { struct
216 device_t dev;
217 struct mtx *lock;
220 uint32_t type;
224 int csid;
229 int irqid;
230 void *ih;
234 uint32_t *pbuf;
235 uint32_t *rbuf;
239 uint32_t period;
[all …]
H A Dvibes.c73 struct sc_info { struct
74 device_t dev;
84 int enh_rid;
87 struct resource *dmaa_reg, *dmac_reg;
88 bus_space_tag_t dmaa_st, dmac_st;
89 bus_space_handle_t dmaa_sh, dmac_sh;
90 int dmaa_type, dmac_type;
91 int dmaa_rid, dmac_rid;
95 int irqid;
96 void *ih;
[all …]
H A Denvy24.c123 int csid;
128 int ddmaid;
133 int dsid;
138 int mtid;
145 int irqid;
146 void *ih;
152 int adcn, dacn;
153 void *adc[4], *dac[4];
163 u_int32_t psize, rsize; /* DMA buffer size(byte) */
165 bus_dmamap_t pmap, rmap;
[all …]
H A Dcs4281.c83 struct sc_info { struct
84 device_t dev;
85 u_int32_t type;
110 static int cs4281_power(struct sc_info *, int); argument
H A Dcmi.c110 struct sc_info { struct
111 device_t dev;
113 bus_space_tag_t st;
116 struct resource *reg, *irq;
117 int regid, irqid;
118 void *ih;
119 struct mtx *lock;
121 int spdif_enabled;
123 struct sc_chinfo pch, rch;
125 struct mpu401 *mpu;
[all …]
H A Denvy24ht.c127 device_t dev;
132 int csid;
137 int mtid;
144 int irqid;
145 void *ih;
151 int adcn, dacn;
152 void *adc[4], *dac[4];
162 u_int32_t psize, rsize; /* DMA buffer size(byte) */
164 bus_dmamap_t pmap, rmap;
165 bus_addr_t paddr, raddr;
[all …]
H A Dals4000.c74 struct sc_info { struct
75 device_t dev;
76 bus_space_tag_t st;
77 bus_space_handle_t sh;
78 bus_dma_tag_t parent_dmat;
79 struct resource *reg, *irq;
80 int regid, irqid;
81 void *ih;
82 struct mtx *lock;
84 unsigned int bufsz;
[all …]
H A Dmaestro3.c133 struct sc_info { struct
134 device_t dev;
136 int which;
137 int delay1;
138 int delay2;
146 int regtype;
147 int regid;
148 int irqid;
149 void *ih;
153 int pch_cnt;
[all …]
H A Demu10k1.c209 struct sc_info { struct
210 device_t dev;
211 u_int32_t type, rev;
212 u_int32_t tos_link:1, APS:1, audigy:1, audigy2:1;
213 u_int32_t addrmask; /* wider if audigy */
215 bus_space_tag_t st;
216 bus_space_handle_t sh;
217 bus_dma_tag_t parent_dmat;
219 struct resource *reg, *irq;
243 static int emu_init(struct sc_info *); argument
/freebsd/sys/arm/freescale/vybrid/
H A Dvf_sai.c136 struct sc_info { struct
138 bus_space_tag_t bst;
140 device_t dev;
141 struct mtx *lock;
142 uint32_t speed;
143 uint32_t period;
144 void *ih;
145 int pos;
146 int dma_size;
150 uint32_t *buf_base;
[all …]
H A Dvf_dcu4.c195 struct fb_info sc_info; member
/freebsd/sys/arm/freescale/imx/
H A Dimx6_ssi.c171 struct sc_info { struct
173 bus_space_tag_t bst;
175 device_t dev;
176 struct mtx *lock;
177 void *ih;
178 int pos;
179 int dma_size;
183 uint32_t *buf_base;
185 struct ssi_rate *sr;
187 uint32_t sdma_ev_rx;
[all …]
/freebsd/sys/dev/fb/
H A Dfbd.c66 struct fb_info *sc_info; member
/freebsd/sys/dev/etherswitch/ar40xx/
H A Dar40xx_var.h86 etherswitch_info_t sc_info; member
/freebsd/sys/geom/gate/
H A Dg_gate.h99 char sc_info[G_GATE_INFOSIZE]; /* P: (read-only) */ member
/freebsd/sys/powerpc/mpc85xx/
H A Dfsl_diu.c169 struct fb_info sc_info; member
/freebsd/sys/dev/usb/input/
H A Dums.c138 struct ums_info sc_info[UMS_INFO_MAX]; member