Searched defs:ctl (Results 1 - 13 of 13) sorted by relevance

/external/tinyalsa/
H A Dtinymix.c40 static void tinymix_print_enum(struct mixer_ctl *ctl, int print_all);
83 struct mixer_ctl *ctl; local
92 printf("ctl\ttype\tnum\t%-40s value\n", "name");
94 ctl = mixer_get_ctl(mixer, i);
96 name = mixer_ctl_get_name(ctl);
97 type = mixer_ctl_get_type_string(ctl);
98 num_values = mixer_ctl_get_num_values(ctl);
104 static void tinymix_print_enum(struct mixer_ctl *ctl, int print_all) argument
110 num_enums = mixer_ctl_get_num_enums(ctl);
113 string = mixer_ctl_get_enum_string(ctl,
125 struct mixer_ctl *ctl; local
181 struct mixer_ctl *ctl; local
[all...]
H A Dmixer.c57 struct mixer_ctl *ctl; member in struct:mixer
71 if (mixer->ctl) {
73 if (mixer->ctl[n].ename) {
74 unsigned int max = mixer->ctl[n].info->value.enumerated.items;
76 free(mixer->ctl[n].ename[m]);
77 free(mixer->ctl[n].ename);
80 free(mixer->ctl);
114 mixer->ctl = calloc(elist.count, sizeof(struct mixer_ctl));
116 if (!mixer->ctl || !mixer->elem_info)
138 mixer->ctl[
207 mixer_ctl_update(struct mixer_ctl *ctl) argument
212 mixer_ctl_get_name(struct mixer_ctl *ctl) argument
220 mixer_ctl_get_type(struct mixer_ctl *ctl) argument
236 mixer_ctl_get_type_string(struct mixer_ctl *ctl) argument
252 mixer_ctl_get_num_values(struct mixer_ctl *ctl) argument
284 mixer_ctl_get_percent(struct mixer_ctl *ctl, unsigned int id) argument
292 mixer_ctl_set_percent(struct mixer_ctl *ctl, unsigned int id, int percent) argument
300 mixer_ctl_get_value(struct mixer_ctl *ctl, unsigned int id) argument
334 mixer_ctl_get_array(struct mixer_ctl *ctl, void *array, size_t count) argument
372 mixer_ctl_set_value(struct mixer_ctl *ctl, unsigned int id, int value) argument
406 mixer_ctl_set_array(struct mixer_ctl *ctl, const void *array, size_t count) argument
439 mixer_ctl_get_range_min(struct mixer_ctl *ctl) argument
447 mixer_ctl_get_range_max(struct mixer_ctl *ctl) argument
455 mixer_ctl_get_num_enums(struct mixer_ctl *ctl) argument
463 mixer_ctl_get_enum_string(struct mixer_ctl *ctl, unsigned int enum_id) argument
473 mixer_ctl_set_enum_by_string(struct mixer_ctl *ctl, const char *string) argument
[all...]
/external/libpcap/
H A Dpcap-enet.c154 struct eniocb ctl; local
174 if (ioctl(if_fd, EIOCGETP, (char *)&ctl) == -1) {
182 ctl.en_rtout = 1 * ctl.en_hz;
183 ctl.en_tr_etherhead = 1;
184 ctl.en_tap_network = 1;
185 ctl.en_multi_packet = 1;
186 ctl.en_maxlen = BUFSPACE;
188 ctl.en_rtout = 64; /* randomly picked value for HZ */
190 if (ioctl(if_fd, EIOCSETP, &ctl)
[all...]
H A Dpcap-snit.c210 struct strbuf ctl, data; local
217 ctl.len = sizeof(*sa); /* XXX - what was this? */
218 ctl.buf = (char *)sa;
221 ret = putmsg(p->fd, &ctl, &data);
H A Dpcap-dlpi.c237 static struct strbuf ctl = { variable in typeref:struct:strbuf
284 if (getmsg(p->fd, &ctl, &data, &flags) < 0) {
1123 struct strbuf ctl; local
1126 ctl.maxlen = 0;
1127 ctl.len = len;
1128 ctl.buf = ptr;
1131 if (putmsg(fd, &ctl, (struct strbuf *) NULL, flags) < 0) {
1144 struct strbuf ctl; local
1154 ctl.maxlen = MAXDLBUF;
1155 ctl
1496 struct strbuf ctl, data; local
1625 struct strbuf ctl; local
[all...]
/external/qemu-pc-bios/vgabios/tests/
H A Dtestbios.c31 Bit8u ctl; member in struct:__anon26089
281 biosarea->ctl=peekb(0x40,0x87);
307 printf("ctl : %02x\n",biosarea->ctl);
/external/ppp/pppd/plugins/rp-pppoe/
H A Dif.c770 struct strbuf ctl; local
776 ctl.maxlen = 0;
777 ctl.len = sizeof (promiscon_req);
778 ctl.buf = (char *) &promiscon_req;
782 if (putmsg(fd, &ctl, (struct strbuf*) NULL, flags) < 0)
790 struct strbuf ctl; local
795 ctl.maxlen = 0;
796 ctl.len = sizeof (info_req);
797 ctl.buf = (char *) &info_req;
801 if (putmsg(fd, &ctl, (struc
809 struct strbuf data, ctl; local
836 struct strbuf ctl; local
868 struct strbuf ctl; local
891 struct strbuf ctl; local
910 struct strbuf ctl; local
942 struct strbuf ctl; local
[all...]
/external/strace/
H A Dsystem.c2135 char ctl[1024]; local
2151 i = sizeof(ctl);
2153 if (sysctl(qoid, tcp->u_arg[1] + 2, ctl, &i, 0, 0) >= 0) {
2155 tprintf("%s%s", ctl, numeric ? ", " : "");
H A Dprocess.c262 unalignctl_string (unsigned int ctl) argument
266 switch (ctl) {
278 sprintf(buf, "%x", ctl);
/external/kernel-headers/original/linux/
H A Data.h255 u8 ctl; /* control reg */ member in struct:ata_taskfile
/external/qemu/hw/
H A Dusb-ohci.c79 uint32_t ctl, status; member in struct:__anon25807
351 if ((s->ctl & OHCI_CTL_HCFS) == OHCI_USB_SUSPEND)
389 ohci->ctl = 0;
1106 if ((ohci->ctl & OHCI_CTL_CLE) && (ohci->status & OHCI_STATUS_CLF)) {
1116 if ((ohci->ctl & OHCI_CTL_BLE) && (ohci->status & OHCI_STATUS_BLF)) {
1133 if (ohci->ctl & OHCI_CTL_PLE) {
1142 ohci->old_ctl & (~ohci->ctl) & (OHCI_CTL_BLE | OHCI_CTL_CLE)) {
1146 ohci->old_ctl = ohci->ctl;
1270 old_state = ohci->ctl & OHCI_CTL_HCFS;
1271 ohci->ctl
[all...]
/external/valgrind/main/VEX/priv/
H A Dhost_ppc_defs.c1367 PPCInstr* PPCInstr_AvPerm ( HReg dst, HReg srcL, HReg srcR, HReg ctl ) {
1373 i->Pin.AvPerm.ctl = ctl;
1376 PPCInstr* PPCInstr_AvSel ( HReg ctl, HReg dst, HReg srcL, HReg srcR ) { argument
1379 i->Pin.AvSel.ctl = ctl;
1904 ppHRegPPC(i->Pin.AvPerm.ctl);
1915 ppHRegPPC(i->Pin.AvSel.ctl);
2378 addHRegUse(u, HRmRead, i->Pin.AvPerm.ctl);
2382 addHRegUse(u, HRmRead, i->Pin.AvSel.ctl);
[all...]
H A Dhost_ppc_defs.h809 HReg ctl; member in struct:__anon27679::__anon27680::__anon27720
815 HReg ctl; member in struct:__anon27679::__anon27680::__anon27721
1013 extern PPCInstr* PPCInstr_AvPerm ( HReg dst, HReg srcL, HReg srcR, HReg ctl );
1014 extern PPCInstr* PPCInstr_AvSel ( HReg ctl, HReg dst, HReg srcL, HReg srcR );

Completed in 229 milliseconds