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);
80 struct mixer_ctl *ctl; local
89 printf("ctl\ttype\tnum\t%-40s value\n", "name");
91 ctl = mixer_get_ctl(mixer, i);
93 name = mixer_ctl_get_name(ctl);
94 type = mixer_ctl_get_type_string(ctl);
95 num_values = mixer_ctl_get_num_values(ctl);
101 static void tinymix_print_enum(struct mixer_ctl *ctl, int print_all) argument
107 num_enums = mixer_ctl_get_num_enums(ctl);
110 string = mixer_ctl_get_enum_string(ctl,
122 struct mixer_ctl *ctl; local
178 struct mixer_ctl *ctl; local
[all...]
H A Dmixer.c56 struct mixer_ctl *ctl; member in struct:mixer
70 if (mixer->ctl) {
72 if (mixer->ctl[n].ename) {
73 unsigned int max = mixer->ctl[n].info->value.enumerated.items;
75 free(mixer->ctl[n].ename[m]);
76 free(mixer->ctl[n].ename);
79 free(mixer->ctl);
113 mixer->ctl = calloc(elist.count, sizeof(struct mixer_ctl));
115 if (!mixer->ctl || !mixer->info)
134 mixer->ctl[
198 mixer_ctl_get_name(struct mixer_ctl *ctl) argument
206 mixer_ctl_get_type(struct mixer_ctl *ctl) argument
222 mixer_ctl_get_type_string(struct mixer_ctl *ctl) argument
238 mixer_ctl_get_num_values(struct mixer_ctl *ctl) argument
270 mixer_ctl_get_percent(struct mixer_ctl *ctl, unsigned int id) argument
278 mixer_ctl_set_percent(struct mixer_ctl *ctl, unsigned int id, int percent) argument
286 mixer_ctl_get_value(struct mixer_ctl *ctl, unsigned int id) argument
320 mixer_ctl_get_bytes(struct mixer_ctl *ctl, void *data, size_t len) argument
341 mixer_ctl_set_value(struct mixer_ctl *ctl, unsigned int id, int value) argument
375 mixer_ctl_set_bytes(struct mixer_ctl *ctl, const void *data, size_t len) argument
391 mixer_ctl_get_range_min(struct mixer_ctl *ctl) argument
399 mixer_ctl_get_range_max(struct mixer_ctl *ctl) argument
407 mixer_ctl_get_num_enums(struct mixer_ctl *ctl) argument
415 mixer_ctl_get_enum_string(struct mixer_ctl *ctl, unsigned int enum_id) argument
425 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:__anon12127
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:__anon11845
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:__anon14335::__anon14336::__anon14376
815 HReg ctl; member in struct:__anon14335::__anon14336::__anon14377
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 1030 milliseconds