Searched refs:dcd (Results 1 - 25 of 44) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/test_libFLAC/
H A Ddecoders.c125 StreamDecoderClientData *dcd = (StreamDecoderClientData*)client_data; local
130 if(0 == dcd) {
135 if(dcd->error_occurred)
138 if(feof(dcd->file)) {
143 *bytes = fread(buffer, 1, requested_bytes, dcd->file);
145 if(feof(dcd->file))
160 StreamDecoderClientData *dcd = (StreamDecoderClientData*)client_data; local
164 if(0 == dcd) {
169 if(dcd->error_occurred)
172 if(fseeko(dcd
182 StreamDecoderClientData *dcd = (StreamDecoderClientData*)client_data; local
208 StreamDecoderClientData *dcd = (StreamDecoderClientData*)client_data; local
226 StreamDecoderClientData *dcd = (StreamDecoderClientData*)client_data; local
243 StreamDecoderClientData *dcd = (StreamDecoderClientData*)client_data; local
268 StreamDecoderClientData *dcd = (StreamDecoderClientData*)client_data; local
298 StreamDecoderClientData *dcd = (StreamDecoderClientData*)client_data; local
313 stream_decoder_test_respond_(FLAC__StreamDecoder *decoder, StreamDecoderClientData *dcd, FLAC__bool is_ogg) argument
[all...]
H A Dmetadata_manip.c477 decoder_client_struct *dcd = (decoder_client_struct*)client_data; local
482 if(dcd->error_occurred)
490 dcd->error_occurred = true;
495 dcd->error_occurred = true;
503 decoder_client_struct *dcd = (decoder_client_struct*)client_data; local
506 dcd->error_occurred = true;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/test_seeking/
H A Dmain.c189 DecoderClientData *dcd = (DecoderClientData*)client_data; local
193 if(0 == dcd) {
198 if(dcd->error_occurred)
202 if (!dcd->quiet)
211 if (dcd->pcm) {
215 if (buffer[c][j] != dcd->pcm[c][i]) {
216 printf("ERROR: sample mismatch at sample#%u(%u), channel=%u, expected %d, got %d\n", i, j, c, buffer[c][j], dcd->pcm[c][i]);
226 DecoderClientData *dcd = (DecoderClientData*)client_data; local
230 if(0 == dcd) {
235 if(dcd
248 DecoderClientData *dcd = (DecoderClientData*)client_data; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/serial/
H A Dkeyspan_usa28msg.h152 dcd, member in struct:keyspan_usa28_portStatusMessage
H A Dkeyspan_usa49msg.h242 dcd, // reports DCD pin member in struct:keyspan_usa49_portStatusMessage
H A Dkeyspan_usa90msg.h157 dcd, // reports DCD pin member in struct:keyspan_usa90_portStatusMessage
H A Dmos7720.c1487 cnow.dcd == cprev.dcd && cnow.cts == cprev.cts)
1491 ((arg & TIOCM_CD) && (cnow.dcd != cprev.dcd)) ||
1505 icount.dcd = cnow.dcd;
H A Dti_usb_3410_5052.c860 cnow.dcd == cprev.dcd && cnow.cts == cprev.cts)
864 ((arg & TIOCM_CD) && (cnow.dcd != cprev.dcd)) ||
1463 icount->dcd++;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dhdlcdrv.h36 int dcd; member in struct:hdlcdrv_old_channel_state
42 int dcd; member in struct:hdlcdrv_channel_state
209 unsigned char dcd; member in struct:hdlcdrv_state::hdlcdrv_hdlcrx
347 static inline void hdlcdrv_setdcd(struct hdlcdrv_state *s, int dcd) argument
349 s->hdlcrx.dcd = !!dcd;
H A Dserial.h22 __u32 cts, dsr, rng, dcd, tx, rx; member in struct:async_icount
170 int cts, dsr, rng, dcd; member in struct:serial_icounter_struct
H A Dscc.h233 unsigned char dcd; /* DCD status */ member in struct:scc_channel
H A Dserial_core.h212 __u32 dcd; member in struct:uart_icount
475 port->icount.dcd++;
H A Dsynclink.h212 __u32 cts, dsr, rng, dcd, tx, rx; member in struct:mgsl_icount
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Depca.h96 unsigned char dcd; member in struct:channel
H A Damiserial.c390 icount->dcd++;
1315 cnow.dcd == cprev.dcd && cnow.cts == cprev.cts)
1319 ((arg & TIOCM_CD) && (cnow.dcd != cprev.dcd)) ||
1340 icount.dcd = cnow.dcd;
1999 state->icount.rng = state->icount.dcd = 0;
H A Dmxser.c351 int dcd; member in struct:mxser_mstatus
1353 ((arg & TIOCM_CD) && (cnow.dcd != cprev.dcd)) ||
1386 put_user(cnow.dcd, &p_cuser->dcd);
1518 GMStatus[i].dcd = 0;
1531 GMStatus[i].dcd = 1;
1533 GMStatus[i].dcd = 0;
1571 mxvar_table[i].icount.dcd++;
2244 info->icount.dcd
[all...]
H A Dmxser_new.c309 int dcd; member in struct:mxser_mstatus
719 port->icount.dcd++;
1528 GMStatus[i].dcd = 0;
1543 GMStatus[i].dcd = 1;
1545 GMStatus[i].dcd = 0;
1580 port->icount.dcd++;
1773 ((arg & TIOCM_CD) && (cnow.dcd != cprev.dcd)) ||
1805 put_user(cnow.dcd, &p_cuser->dcd);
[all...]
H A Depca.c934 (do_clocal || (ch->imodem & ch->dcd)))
1548 ch->dcd = ch->m_dsr;
1552 ch->dcd = ch->m_dcd;
1778 if (mstat & ch->dcd) /* We are now receiving dcd */
1781 pc_sched_event(ch, EPCA_EVENT_HANGUP); /* No dcd; hangup */
1911 res |= ch->dcd;
2060 writeb(ch->dcd, &bc->mint);
2290 if (mstat & ch->dcd)
2451 ch->dcd
[all...]
H A Desp.c593 info->icount.dcd++;
1863 cnow.dcd == cprev.dcd &&
1871 (cnow.dcd != cprev.dcd)) ||
1894 put_user(cnow.dcd, &p_cuser->dcd))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/hamradio/
H A Dscc.c451 scc->dcd = 0;
456 scc->dcd = 1;
459 scc_notify(scc, scc->dcd? HWEV_DCD_OFF:HWEV_DCD_ON);
470 scc->dcd = 1;
474 scc->dcd = 0;
477 scc_notify(scc, scc->dcd? HWEV_DCD_ON:HWEV_DCD_OFF);
1107 if ( (grp1 & RXGROUP) && scc2->dcd )
1141 if (scc->dcd || (scc->kiss.persist) < Rand || (scc->kiss.group && is_grouped(scc)) )
1355 scc_notify(scc, scc->dcd? HWEV_DCD_ON:HWEV_DCD_OFF);
1866 scc->kiss.softdcd = 0; /* hardware dcd */
[all...]
H A Dhdlcdrv.c374 if (s->hdlcrx.dcd) {
558 bi.data.cs.dcd = s->hdlcrx.dcd;
568 bi.data.ocs.dcd = s->hdlcrx.dcd;
H A Dyam.c144 int dcd; member in struct:yam_port
500 if (yp->dcd && yp->rx_len >= 3 && yp->rx_len < YAM_MAX_FRAME) {
584 if (yp->dcd) {
721 yp->dcd = (msr & RX_DCD) ? 1 : 0;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/serial/
H A D68360serial.c506 icount->dcd++;
1425 cnow.dcd == cprev.dcd && cnow.cts == cprev.cts)
1429 ((arg & TIOCM_CD) && (cnow.dcd != cprev.dcd)) ||
1457 /* error = put_user(cnow.dcd, &p_cuser->dcd); */
1463 put_user(cnow.dcd, &p_cuser->dcd);
2479 state->icount.rng = state->icount.dcd
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/wan/
H A Dpc300.h295 ucchar dcd; member in struct:rsv_x21_status
H A Dwanxl.c120 const char *cable, *pm, *dte = "", *dsr = "", *dcd = ""; local
144 dcd = (value & STATUS_CABLE_DCD) ? ", carrier ON" :
150 port->dev->name, pm, dte, cable, dsr, dcd);

Completed in 235 milliseconds

12