Searched refs:bandwidth (Results 101 - 125 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.36/drivers/media/dvb/dvb-core/
H A Ddvb_frontend.h155 u32 bandwidth; member in struct:tuner_state
211 int (*get_bandwidth)(struct dvb_frontend *fe, u32 *bandwidth);
221 int (*set_bandwidth)(struct dvb_frontend *fe, u32 bandwidth);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/media/common/tuners/
H A Dmax2165.c273 switch (params->u.ofdm.bandwidth) {
279 priv->bandwidth = params->u.ofdm.bandwidth;
282 printk(KERN_ERR "MAX2165 bandwidth not set!\n");
294 max2165_set_bandwidth(priv, priv->bandwidth);
320 *bw = priv->bandwidth;
H A Dmt2060.c180 priv->bandwidth = (fe->ops.info.type == FE_OFDM) ? params->u.ofdm.bandwidth : 0;
296 static int mt2060_get_bandwidth(struct dvb_frontend *fe, u32 *bandwidth) argument
299 *bandwidth = priv->bandwidth;
H A Dtuner-simple.c117 u32 bandwidth; member in struct:tuner_simple_priv
776 priv->bandwidth = 0;
789 if (params->u.ofdm.bandwidth == BANDWIDTH_8_MHZ &&
799 if (params->u.ofdm.bandwidth == BANDWIDTH_8_MHZ)
888 priv->bandwidth = (fe->ops.info.type == FE_OFDM) ?
889 params->u.ofdm.bandwidth : 0;
906 prev_bw = priv->bandwidth;
927 /* calc_regs sets frequency and bandwidth. if we failed, unset them */
929 priv->bandwidth = prev_bw;
1003 static int simple_get_bandwidth(struct dvb_frontend *fe, u32 *bandwidth) argument
[all...]
H A Dtda827x.c47 u32 bandwidth; member in struct:tda827x_priv
168 switch (params->u.ofdm.bandwidth) {
222 priv->bandwidth = (fe->ops.info.type == FE_OFDM) ? params->u.ofdm.bandwidth : 0;
532 switch (params->u.ofdm.bandwidth) {
645 priv->bandwidth = (fe->ops.info.type == FE_OFDM) ? params->u.ofdm.bandwidth : 0;
780 static int tda827x_get_bandwidth(struct dvb_frontend *fe, u32 *bandwidth) argument
783 *bandwidth = priv->bandwidth;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/media/common/tuners/
H A Dmax2165.c273 switch (params->u.ofdm.bandwidth) {
279 priv->bandwidth = params->u.ofdm.bandwidth;
282 printk(KERN_ERR "MAX2165 bandwidth not set!\n");
294 max2165_set_bandwidth(priv, priv->bandwidth);
320 *bw = priv->bandwidth;
H A Dmt2060.c180 priv->bandwidth = (fe->ops.info.type == FE_OFDM) ? params->u.ofdm.bandwidth : 0;
296 static int mt2060_get_bandwidth(struct dvb_frontend *fe, u32 *bandwidth) argument
299 *bandwidth = priv->bandwidth;
H A Dtuner-simple.c117 u32 bandwidth; member in struct:tuner_simple_priv
776 priv->bandwidth = 0;
789 if (params->u.ofdm.bandwidth == BANDWIDTH_8_MHZ &&
799 if (params->u.ofdm.bandwidth == BANDWIDTH_8_MHZ)
888 priv->bandwidth = (fe->ops.info.type == FE_OFDM) ?
889 params->u.ofdm.bandwidth : 0;
906 prev_bw = priv->bandwidth;
927 /* calc_regs sets frequency and bandwidth. if we failed, unset them */
929 priv->bandwidth = prev_bw;
1003 static int simple_get_bandwidth(struct dvb_frontend *fe, u32 *bandwidth) argument
[all...]
H A Dtda827x.c47 u32 bandwidth; member in struct:tda827x_priv
168 switch (params->u.ofdm.bandwidth) {
222 priv->bandwidth = (fe->ops.info.type == FE_OFDM) ? params->u.ofdm.bandwidth : 0;
532 switch (params->u.ofdm.bandwidth) {
645 priv->bandwidth = (fe->ops.info.type == FE_OFDM) ? params->u.ofdm.bandwidth : 0;
780 static int tda827x_get_bandwidth(struct dvb_frontend *fe, u32 *bandwidth) argument
783 *bandwidth = priv->bandwidth;
[all...]
/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 Dtda1004x.c227 fe_bandwidth_t bandwidth)
233 switch (bandwidth) {
256 fe_bandwidth_t bandwidth)
272 switch (bandwidth) {
476 tda10046h_set_bandwidth(state, BANDWIDTH_8_MHZ); // default bandwidth 8 MHz
799 // set bandwidth
802 tda10045h_set_bandwidth(state, fe_params->u.ofdm.bandwidth);
806 tda10046h_set_bandwidth(state, fe_params->u.ofdm.bandwidth);
911 // bandwidth
916 fe_params->u.ofdm.bandwidth
226 tda10045h_set_bandwidth(struct tda1004x_state *state, fe_bandwidth_t bandwidth) argument
255 tda10046h_set_bandwidth(struct tda1004x_state *state, fe_bandwidth_t bandwidth) argument
[all...]
H A Dstv6110x.c186 static int stv6110x_set_bandwidth(struct dvb_frontend *fe, u32 bandwidth) argument
192 halfbw = bandwidth >> 1;
220 static int stv6110x_get_bandwidth(struct dvb_frontend *fe, u32 *bandwidth) argument
225 *bandwidth = (STV6110x_GETFIELD(CTRL3_CF, stv6110x->regs[STV6110x_CTRL3]) + 5) * 2000000;
/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 Dtda1004x.c227 fe_bandwidth_t bandwidth)
233 switch (bandwidth) {
256 fe_bandwidth_t bandwidth)
272 switch (bandwidth) {
476 tda10046h_set_bandwidth(state, BANDWIDTH_8_MHZ); // default bandwidth 8 MHz
799 // set bandwidth
802 tda10045h_set_bandwidth(state, fe_params->u.ofdm.bandwidth);
806 tda10046h_set_bandwidth(state, fe_params->u.ofdm.bandwidth);
911 // bandwidth
916 fe_params->u.ofdm.bandwidth
226 tda10045h_set_bandwidth(struct tda1004x_state *state, fe_bandwidth_t bandwidth) argument
255 tda10046h_set_bandwidth(struct tda1004x_state *state, fe_bandwidth_t bandwidth) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/cris/arch-v32/mach-fs/
H A Darbiter.c2 * Memory arbiter functions. Allocates bandwidth through the
6 * bandwidth (e.g. ethernet) and then the remaining slots are divided
93 * could, when bandwidth is allocated close to the limit,
97 * zero-bandwidth clients in the vector, avoiding some of
99 * partitioning of non-zero-bandwidth clients at low
100 * indexes and zero-bandwidth clients at high
102 * unallocated bandwidth.) All the above only matters for
139 * pass, we ignore requested bandwidth and previous
174 * bandwidth allocated. It should be ok to allocate zero
175 * bandwidth fo
200 crisv32_arbiter_allocate_bandwidth(int client, int region, unsigned long bandwidth) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/cris/arch-v32/mach-fs/
H A Darbiter.c2 * Memory arbiter functions. Allocates bandwidth through the
6 * bandwidth (e.g. ethernet) and then the remaining slots are divided
93 * could, when bandwidth is allocated close to the limit,
97 * zero-bandwidth clients in the vector, avoiding some of
99 * partitioning of non-zero-bandwidth clients at low
100 * indexes and zero-bandwidth clients at high
102 * unallocated bandwidth.) All the above only matters for
139 * pass, we ignore requested bandwidth and previous
174 * bandwidth allocated. It should be ok to allocate zero
175 * bandwidth fo
200 crisv32_arbiter_allocate_bandwidth(int client, int region, unsigned long bandwidth) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/core/
H A Ddevices.c181 unsigned interval, bandwidth = 1; local
191 bandwidth = 2; break;
193 bandwidth = 3; break;
239 bandwidth,
534 /* If this is the root hub, display the bandwidth information */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/rtl8192e/
H A Dr819xE_cmdpkt.h34 u8 bandwidth:1; /* */ member in struct:tag_cmd_pkt_tx_feedback
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/rtl8192su/
H A Dr819xU_cmdpkt.h34 u8 bandwidth:1; member in struct:tag_cmd_pkt_tx_feedback
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/rtl8192u/
H A Dr819xU_cmdpkt.h34 u8 bandwidth:1; /* */ member in struct:tag_cmd_pkt_tx_feedback
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/media/dvb/bt8xx/
H A Ddst_common.h127 fe_bandwidth_t bandwidth; member in struct:dst_state
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/core/
H A Ddevices.c181 unsigned interval, bandwidth = 1; local
191 bandwidth = 2; break;
193 bandwidth = 3; break;
239 bandwidth,
534 /* If this is the root hub, display the bandwidth information */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/rtl8192e/
H A Dr819xE_cmdpkt.h34 u8 bandwidth:1; /* */ member in struct:tag_cmd_pkt_tx_feedback
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/rtl8192su/
H A Dr819xU_cmdpkt.h34 u8 bandwidth:1; member in struct:tag_cmd_pkt_tx_feedback
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/rtl8192u/
H A Dr819xU_cmdpkt.h34 u8 bandwidth:1; /* */ member in struct:tag_cmd_pkt_tx_feedback
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/edac/
H A Dedac_mc_sysfs.c442 unsigned long bandwidth = 0; local
451 if (strict_strtoul(data, 10, &bandwidth) < 0)
454 err = mci->set_sdram_scrub_rate(mci, (u32)bandwidth);
457 "Failed setting scrub rate to %lu\n", bandwidth);
462 "Scrub rate set to: %lu\n", bandwidth);
469 u32 bandwidth = 0; local
478 err = mci->get_sdram_scrub_rate(mci, &bandwidth);
485 "Read scrub rate: %d\n", bandwidth);
486 return sprintf(data, "%d\n", bandwidth);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/media/dvb/bt8xx/
H A Ddst_common.h127 fe_bandwidth_t bandwidth; member in struct:dst_state

Completed in 149 milliseconds

1234567891011>>