Searched refs:bandwidth (Results 226 - 250 of 328) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/video/
H A Dacornfb.c163 u_int bandwidth; local
171 bandwidth = var->pixclock * 8 / var->bits_per_pixel;
173 if (bandwidth > 143500)
175 else if (bandwidth > 71750)
177 else if (bandwidth > 35875)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wan/
H A Dhdlc_fr.c133 unsigned int bandwidth; /* Cisco LMI reporting only */ member in struct:pvc_device_struct::__anon17363
595 pvc->state.bandwidth = 0;
843 bw != pvc->state.bandwidth ||
847 pvc->state.bandwidth = bw;
863 pvc->state.bandwidth = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/media/dvb/frontends/
H A Ddib7000p.c274 // store the current bandwidth for later use
714 dib7000p_set_bandwidth(state, BANDWIDTH_TO_KHZ(ch->u.ofdm.bandwidth));
834 factor = BANDWIDTH_TO_KHZ(ch->u.ofdm.bandwidth);
987 // never achieved a lock with that bandwidth so far - wait for osc-freq to update
1038 dib7000p_spur_protect(state, ch->frequency/1000, BANDWIDTH_TO_KHZ(ch->u.ofdm.bandwidth));
1040 dib7000p_set_bandwidth(state, BANDWIDTH_TO_KHZ(ch->u.ofdm.bandwidth));
1086 fep->u.ofdm.bandwidth = BANDWIDTH_TO_INDEX(state->current_bandwidth);
H A Dstb0899_algo.c114 u32 bandwidth = 0; local
118 config->tuner_get_bandwidth(&state->frontend, &bandwidth);
120 range = bandwidth - stb0899_carr_width(state) / 2;
464 u32 bandwidth = 0; local
573 config->tuner_get_bandwidth(&state->frontend, &bandwidth);
578 if (params->srate <= bandwidth / 2)
854 * set bit timing loop bandwidth as a percentage of the symbol rate
H A Dstv0900_core.c522 u32 bandwidth)
542 if ((tuner_ops->set_bandwidth(fe, bandwidth)) < 0)
545 dprintk("%s: Bandwidth=%d\n", __func__, bandwidth);
550 void stv0900_set_bandwidth(struct dvb_frontend *fe, u32 bandwidth) argument
562 if ((tuner_ops->set_bandwidth(fe, bandwidth)) < 0)
565 dprintk("%s: Bandwidth=%d\n", __func__, bandwidth);
521 stv0900_set_tuner(struct dvb_frontend *fe, u32 frequency, u32 bandwidth) argument
H A Datbm8830.c312 /* bandwidth */
313 fe_params->u.ofdm.bandwidth = BANDWIDTH_8_MHZ;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wan/
H A Dhdlc_fr.c133 unsigned int bandwidth; /* Cisco LMI reporting only */ member in struct:pvc_device_struct::__anon29056
595 pvc->state.bandwidth = 0;
843 bw != pvc->state.bandwidth ||
847 pvc->state.bandwidth = bw;
863 pvc->state.bandwidth = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/media/dvb/frontends/
H A Dstb0899_algo.c114 u32 bandwidth = 0; local
118 config->tuner_get_bandwidth(&state->frontend, &bandwidth);
120 range = bandwidth - stb0899_carr_width(state) / 2;
464 u32 bandwidth = 0; local
573 config->tuner_get_bandwidth(&state->frontend, &bandwidth);
578 if (params->srate <= bandwidth / 2)
854 * set bit timing loop bandwidth as a percentage of the symbol rate
H A Dstv0900_core.c522 u32 bandwidth)
542 if ((tuner_ops->set_bandwidth(fe, bandwidth)) < 0)
545 dprintk("%s: Bandwidth=%d\n", __func__, bandwidth);
550 void stv0900_set_bandwidth(struct dvb_frontend *fe, u32 bandwidth) argument
562 if ((tuner_ops->set_bandwidth(fe, bandwidth)) < 0)
565 dprintk("%s: Bandwidth=%d\n", __func__, bandwidth);
521 stv0900_set_tuner(struct dvb_frontend *fe, u32 frequency, u32 bandwidth) argument
H A Datbm8830.c312 /* bandwidth */
313 fe_params->u.ofdm.bandwidth = BANDWIDTH_8_MHZ;
H A Ditd1000.c277 static int itd1000_get_bandwidth(struct dvb_frontend *fe, u32 *bandwidth) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/firewire/
H A Dcore-card.c250 int channel, bandwidth = 0; local
254 &channel, &bandwidth, true,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/firewire/
H A Dcore-card.c250 int channel, bandwidth = 0; local
254 &channel, &bandwidth, true,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/edac/
H A Damd64_edac.h475 u32 bandwidth; /* bandwidth consumed (bytes/sec) */ member in struct:scrubrate
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/edac/
H A Damd64_edac.h475 u32 bandwidth; /* bandwidth consumed (bytes/sec) */ member in struct:scrubrate
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/
H A Dffserver.c224 unsigned bandwidth; /* bandwidth, in kbits/s */ member in struct:FFStream
876 current_bandwidth -= c->stream->bandwidth;
1582 current_bandwidth += stream->bandwidth;
1600 "<p>The bandwidth being served (including your stream) is %"PRIu64"kbit/sec, "
1972 stream->bandwidth,
3350 current_bandwidth += stream->bandwidth;
3799 /* compute the bandwidth used by each stream */
3802 unsigned bandwidth; local
3807 bandwidth
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/
H A Dffserver.c224 unsigned bandwidth; /* bandwidth, in kbits/s */ member in struct:FFStream
876 current_bandwidth -= c->stream->bandwidth;
1582 current_bandwidth += stream->bandwidth;
1600 "<p>The bandwidth being served (including your stream) is %"PRIu64"kbit/sec, "
1972 stream->bandwidth,
3350 current_bandwidth += stream->bandwidth;
3799 /* compute the bandwidth used by each stream */
3802 unsigned bandwidth; local
3807 bandwidth
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/
H A Dffserver.c224 unsigned bandwidth; /* bandwidth, in kbits/s */ member in struct:FFStream
876 current_bandwidth -= c->stream->bandwidth;
1582 current_bandwidth += stream->bandwidth;
1600 "<p>The bandwidth being served (including your stream) is %"PRIu64"kbit/sec, "
1972 stream->bandwidth,
3350 current_bandwidth += stream->bandwidth;
3799 /* compute the bandwidth used by each stream */
3802 unsigned bandwidth; local
3807 bandwidth
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/otus/80211core/
H A Dccmd.c1157 u8_t mcs, bandwidth; local
1189 bandwidth = wd->rateField & 0x80;
1191 if (bandwidth != 0) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/otus/80211core/
H A Dccmd.c1157 u8_t mcs, bandwidth; local
1189 bandwidth = wd->rateField & 0x80;
1191 if (bandwidth != 0) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/pci/
H A Dpciconf.c449 /* subtract our minimum on-bus time per sec from bus bandwidth */
450 pb->bandwidth -= pd->min_gnt * 4000000 /
686 /* now see how much bandwidth is left to distribute */
687 if (pb->bandwidth <= 0) {
689 "warning: total bandwidth exceeded\n");
693 def_ltim = pb->bandwidth / pb->ndev;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/host/
H A Dehci.h359 u8 usecs; /* intr bandwidth */
362 u16 tt_usecs; /* tt downstream bandwidth */
422 unsigned bandwidth; member in struct:ehci_iso_stream
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/media/dvb/dvb-usb/
H A Dfriio-fe.c289 p->u.ofdm.bandwidth = BANDWIDTH_6_MHZ;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/host/
H A Dehci.h359 u8 usecs; /* intr bandwidth */
362 u16 tt_usecs; /* tt downstream bandwidth */
422 unsigned bandwidth; member in struct:ehci_iso_stream
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/media/dvb/dvb-usb/
H A Dfriio-fe.c289 p->u.ofdm.bandwidth = BANDWIDTH_6_MHZ;

Completed in 273 milliseconds

1234567891011>>