Searched defs:ctl (Results 1 - 17 of 17) 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.c218 struct strbuf ctl, data; local
225 ctl.len = sizeof(*sa); /* XXX - what was this? */
226 ctl.buf = (char *)sa;
229 ret = putmsg(p->fd, &ctl, &data);
H A Dpcap-dlpi.c176 static struct strbuf ctl = { variable in typeref:struct:strbuf
221 if (getmsg(p->fd, &ctl, &data, &flags) < 0) {
970 struct strbuf ctl; local
973 ctl.maxlen = 0;
974 ctl.len = len;
975 ctl.buf = ptr;
978 if (putmsg(fd, &ctl, (struct strbuf *) NULL, flags) < 0) {
991 struct strbuf ctl; local
1001 ctl.maxlen = MAXDLBUF;
1002 ctl
1346 struct strbuf ctl, data; local
1455 struct strbuf ctl; local
[all...]
/external/jemalloc/include/jemalloc/internal/
H A Dctl.h24 int (*ctl)(const size_t *, size_t, void *, size_t *, member in struct:ctl_named_node_s
/external/qemu-pc-bios/vgabios/tests/
H A Dtestbios.c31 Bit8u ctl; member in struct:__anon30297
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/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_indata.c393 struct sctp_queued_to_read *control, *ctl, *nctl; local
533 TAILQ_FOREACH_SAFE(ctl, &strm->inqueue, next, nctl) {
535 if (nxt_todel == ctl->sinfo_ssn) {
536 TAILQ_REMOVE(&strm->inqueue, ctl, next);
537 asoc->size_on_all_streams -= ctl->length;
540 sctp_mark_non_revokable(asoc, ctl->sinfo_tsn);
542 ctl,
1902 struct sctp_queued_to_read *ctl, *nctl; local
1911 TAILQ_FOREACH_SAFE(ctl, &asoc->pending_reply_queue, next, nctl) {
1912 TAILQ_REMOVE(&asoc->pending_reply_queue, ctl, nex
5002 struct sctp_queued_to_read *ctl, *nctl; local
5154 struct sctp_queued_to_read *ctl, *sv; local
[all...]
H A Dsctp_input.c407 struct sctp_queued_to_read *ctl, *nctl; local
410 TAILQ_FOREACH_SAFE(ctl, &asoc->strmin[i].inqueue, next, nctl) {
411 TAILQ_REMOVE(&asoc->strmin[i].inqueue, ctl, next);
412 sctp_free_remote_addr(ctl->whoFrom);
413 ctl->whoFrom = NULL;
414 sctp_m_freem(ctl->data);
415 ctl->data = NULL;
416 sctp_free_a_readq(stcb, ctl);
4045 struct sctp_queued_to_read *ctl, *nctl; local
4081 TAILQ_FOREACH_SAFE(ctl,
[all...]
H A Dsctp_pcb.c5743 /* Free the ctl entry */
5887 struct sctp_queued_to_read *ctl, *nctl; local
5890 TAILQ_FOREACH_SAFE(ctl, &asoc->strmin[i].inqueue, next, nctl) {
5891 TAILQ_REMOVE(&asoc->strmin[i].inqueue, ctl, next);
5892 sctp_free_remote_addr(ctl->whoFrom);
5893 if (ctl->data) {
5894 sctp_m_freem(ctl->data);
5895 ctl->data = NULL;
5902 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_readq), ctl); local
7844 struct sctp_queued_to_read *ctl, *nct local
7892 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_readq), ctl); local
[all...]
H A Dsctputil.c1393 SCTP_PRINTF("Unknown it ctl flag %x\n",
5698 struct sctp_queued_to_read *control = NULL, *ctl = NULL, *nxt = NULL; local
6028 ctl = TAILQ_NEXT(control, next);
6029 while (ctl) {
6030 if ((ctl->stcb != control->stcb) && (ctl->length) &&
6031 (ctl->some_taken ||
6032 (ctl->spec_flags & M_NOTIFICATION) ||
6033 ((ctl->do_not_ref_stcb == 0) &&
6034 (ctl
[all...]
/external/strace/
H A Dprocess.c111 unalignctl_string(unsigned int ctl) argument
115 switch (ctl) {
127 sprintf(buf, "%x", ctl);
/external/tcpdump/
H A Dieee802_11.h327 u_int16_t ctl; member in struct:ctrl_bar_t
/external/qemu/target-arm/
H A Dcpu.h99 uint32_t ctl; /* Timer Control register */ member in struct:ARMGenericTimer
/external/valgrind/main/VEX/priv/
H A Dhost_ppc_defs.c1410 PPCInstr* PPCInstr_AvPerm ( HReg dst, HReg srcL, HReg srcR, HReg ctl ) {
1416 i->Pin.AvPerm.ctl = ctl;
1420 PPCInstr* PPCInstr_AvSel ( HReg ctl, HReg dst, HReg srcL, HReg srcR ) { argument
1423 i->Pin.AvSel.ctl = ctl;
1997 ppHRegPPC(i->Pin.AvPerm.ctl);
2008 ppHRegPPC(i->Pin.AvSel.ctl);
2512 addHRegUse(u, HRmRead, i->Pin.AvPerm.ctl);
2516 addHRegUse(u, HRmRead, i->Pin.AvSel.ctl);
[all...]
H A Dhost_ppc_defs.h849 HReg ctl; member in struct:__anon31998::__anon31999::__anon32040
855 HReg ctl; member in struct:__anon31998::__anon31999::__anon32041
1078 extern PPCInstr* PPCInstr_AvPerm ( HReg dst, HReg srcL, HReg srcR, HReg ctl );
1079 extern PPCInstr* PPCInstr_AvSel ( HReg ctl, HReg dst, HReg srcL, HReg srcR );

Completed in 296 milliseconds