Home
last modified time | relevance | path

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

/freebsd-14.2/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.h204 struct sc_info { struct
205 device_t dev;
206 struct mtx *lock;
210 uint32_t type;
214 int csid;
219 int irqid;
220 void *ih;
224 uint32_t *pbuf;
225 uint32_t *rbuf;
229 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-14.2/sys/arm/freescale/vybrid/
H A Dvf_sai.c137 struct sc_info { struct
139 bus_space_tag_t bst;
141 device_t dev;
142 struct mtx *lock;
143 uint32_t speed;
144 uint32_t period;
145 void *ih;
146 int pos;
147 int dma_size;
151 uint32_t *buf_base;
[all …]
H A Dvf_dcu4.c196 struct fb_info sc_info; member
/freebsd-14.2/sys/arm/freescale/imx/
H A Dimx6_ssi.c172 struct sc_info { struct
174 bus_space_tag_t bst;
176 device_t dev;
177 struct mtx *lock;
178 void *ih;
179 int pos;
180 int dma_size;
184 uint32_t *buf_base;
186 struct ssi_rate *sr;
188 uint32_t sdma_ev_rx;
[all …]
H A Dimx51_ipuv3_fbd.c79 struct fb_info sc_info; member
/freebsd-14.2/sys/dev/fb/
H A Dfbd.c67 struct fb_info *sc_info; member
/freebsd-14.2/sys/dev/etherswitch/ar40xx/
H A Dar40xx_var.h86 etherswitch_info_t sc_info; member
/freebsd-14.2/sys/geom/gate/
H A Dg_gate.h99 char sc_info[G_GATE_INFOSIZE]; /* P: (read-only) */ member
/freebsd-14.2/sys/powerpc/mpc85xx/
H A Dfsl_diu.c170 struct fb_info sc_info; member
/freebsd-14.2/sys/dev/usb/input/
H A Dums.c138 struct ums_info sc_info[UMS_INFO_MAX]; member