• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/

Lines Matching refs:GPR

1570 	unsigned int count;		/* count of GPR (1..16) */
1571 unsigned short gpr[32]; /* GPR number(s) */
1595 unsigned short gpr_size; /* GPR containing size of ring buffer in samples (host) */
1596 unsigned short gpr_ptr; /* GPR containing current pointer in the ring buffer (host = reset, FX8010) */
1597 unsigned short gpr_count; /* GPR containing count of samples between two interrupts (host) */
1598 unsigned short gpr_tmpcount; /* GPR containing current count of samples to interrupt (host = set, FX8010) */
1599 unsigned short gpr_trigger; /* GPR containing trigger (activate) information (host) */
1600 unsigned short gpr_running; /* GPR containing info if PCM is running (FX8010) */
1617 int gpr_size; /* size of allocated GPR controls */
1619 struct list_head gpr_ctl; /* GPR controls */
1957 #define GPR(x) (FXGPREGBASE + (x)) /* free GPRs: x = 0x00 - 0xff */
2134 unsigned int gpr_controls; /* count of GPR controls */
2146 unsigned int count; /* count of GPR (1..16) */
2147 unsigned short gpr[32]; /* GPR number(s) */
2173 unsigned int gpr_add_control_count; /* count of GPR controls to add/replace */
2174 struct snd_emu10k1_fx8010_control_gpr __user *gpr_add_controls; /* GPR controls to add/replace */
2176 unsigned int gpr_del_control_count; /* count of GPR controls to remove */
2177 struct snd_ctl_elem_id __user *gpr_del_controls; /* IDs of GPR controls to remove */
2179 unsigned int gpr_list_control_count; /* count of GPR controls to list */
2180 unsigned int gpr_list_control_total; /* total count of GPR controls */
2181 struct snd_emu10k1_fx8010_control_gpr __user *gpr_list_controls; /* listed GPR controls */
2204 unsigned short gpr_size; /* GPR containing size of ringbuffer in samples (host) */
2205 unsigned short gpr_ptr; /* GPR containing current pointer in the ring buffer (host = reset, FX8010) */
2206 unsigned short gpr_count; /* GPR containing count of samples between two interrupts (host) */
2207 unsigned short gpr_tmpcount; /* GPR containing current count of samples to interrupt (host = set, FX8010) */
2208 unsigned short gpr_trigger; /* GPR containing trigger (activate) information (host) */
2209 unsigned short gpr_running; /* GPR containing info if PCM is running (FX8010) */