Searched refs:bandwidth (Results 126 - 150 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/frontends/
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;
H A Dec100.c87 params->u.ofdm.bandwidth);
111 switch (params->u.ofdm.bandwidth) {
H A Dstv0900_priv.h374 u32 bandwidth);
375 extern void stv0900_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.36/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/arch/cris/arch-v32/mach-a3/
H A Darbiter.c2 * Memory arbiter functions. Allocates bandwidth through the
6 * bandwidth (e.g. ethernet) and then the remaining slots are divided
156 * could, when bandwidth is allocated close to the limit,
160 * zero-bandwidth clients in the vector, avoiding some of
162 * partitioning of non-zero-bandwidth clients at low
163 * indexes and zero-bandwidth clients at high
165 * unallocated bandwidth.) All the above only matters for
202 * pass, we ignore requested bandwidth and previous
243 * bandwidth allocated. It should be ok to allocate zero
244 * bandwidth fo
285 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-a3/
H A Darbiter.c2 * Memory arbiter functions. Allocates bandwidth through the
6 * bandwidth (e.g. ethernet) and then the remaining slots are divided
156 * could, when bandwidth is allocated close to the limit,
160 * zero-bandwidth clients in the vector, avoiding some of
162 * partitioning of non-zero-bandwidth clients at low
163 * indexes and zero-bandwidth clients at high
165 * unallocated bandwidth.) All the above only matters for
202 * pass, we ignore requested bandwidth and previous
243 * bandwidth allocated. It should be ok to allocate zero
244 * bandwidth fo
285 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/router/quagga/zebra/
H A Dinterface.c780 if (ifp->bandwidth != 0)
782 vty_out(vty, " bandwidth %u kbps", ifp->bandwidth);
1158 "bandwidth <1-10000000>",
1159 "Set bandwidth informational parameter\n"
1163 unsigned int bandwidth; variable
1166 bandwidth = strtol(argv[0], NULL, 10);
1168 /* bandwidth range is <1-10000000> */
1169 if (bandwidth < 1 || bandwidth > 1000000
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/zebra/
H A Dinterface.c780 if (ifp->bandwidth != 0)
782 vty_out(vty, " bandwidth %u kbps", ifp->bandwidth);
1158 "bandwidth <1-10000000>",
1159 "Set bandwidth informational parameter\n"
1163 unsigned int bandwidth; variable
1166 bandwidth = strtol(argv[0], NULL, 10);
1168 /* bandwidth range is <1-10000000> */
1169 if (bandwidth < 1 || bandwidth > 1000000
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/zebra/
H A Dinterface.c780 if (ifp->bandwidth != 0)
782 vty_out(vty, " bandwidth %u kbps", ifp->bandwidth);
1158 "bandwidth <1-10000000>",
1159 "Set bandwidth informational parameter\n"
1163 unsigned int bandwidth; variable
1166 bandwidth = strtol(argv[0], NULL, 10);
1168 /* bandwidth range is <1-10000000> */
1169 if (bandwidth < 1 || bandwidth > 1000000
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dfirewire-cdev.h316 * @bandwidth: Bandwidth allocation units which were (de)allocated, if any
320 * @bandwidth for whether the allocation actually succeeded.
327 * @bandwidth is 0 if no bandwidth was (de)allocated or if reallocation failed.
334 __s32 bandwidth; member in struct:fw_cdev_event_iso_resource
902 * struct fw_cdev_allocate_iso_resource - (De)allocate a channel or bandwidth
905 * @bandwidth: Isochronous bandwidth units to be (de)allocated
910 * isochronous channel and/or of isochronous bandwidth at the isochronous
942 * @bandwidth i
948 __u32 bandwidth; member in struct:fw_cdev_allocate_iso_resource
[all...]
/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 Dxc5000.c61 u32 bandwidth; member in struct:xc5000_priv
634 priv->bandwidth = BANDWIDTH_6_MHZ;
643 priv->bandwidth = BANDWIDTH_6_MHZ;
651 switch (params->u.ofdm.bandwidth) {
653 priv->bandwidth = BANDWIDTH_6_MHZ;
658 printk(KERN_ERR "xc5000 bandwidth 7MHz not supported\n");
661 priv->bandwidth = BANDWIDTH_8_MHZ;
666 printk(KERN_ERR "xc5000 bandwidth not set!\n");
906 *bw = priv->bandwidth;
1050 priv->bandwidth
[all...]
H A Dqt1010.c152 priv->bandwidth =
153 (fe->ops.info.type == FE_OFDM) ? params->u.ofdm.bandwidth : 0;
419 static int qt1010_get_bandwidth(struct dvb_frontend *fe, u32 *bandwidth) argument
422 *bandwidth = priv->bandwidth;
H A Dmxl5007t.c169 u32 bandwidth; member in struct:mxl5007t_state
639 switch (params->u.ofdm.bandwidth) {
650 mxl_err("bandwidth not set!");
673 state->bandwidth = (fe->ops.info.type == FE_OFDM) ?
674 params->u.ofdm.bandwidth : 0;
733 static int mxl5007t_get_bandwidth(struct dvb_frontend *fe, u32 *bandwidth) argument
736 *bandwidth = state->bandwidth;
/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 DcinergyT2-fe.c277 param.bandwidth = 8 - fep->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/drivers/media/dvb/frontends/
H A Dec100.c87 params->u.ofdm.bandwidth);
111 switch (params->u.ofdm.bandwidth) {
H A Dstv0900_priv.h374 u32 bandwidth);
375 extern void stv0900_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.36/drivers/media/common/tuners/
H A Dxc5000.c61 u32 bandwidth; member in struct:xc5000_priv
634 priv->bandwidth = BANDWIDTH_6_MHZ;
643 priv->bandwidth = BANDWIDTH_6_MHZ;
651 switch (params->u.ofdm.bandwidth) {
653 priv->bandwidth = BANDWIDTH_6_MHZ;
658 printk(KERN_ERR "xc5000 bandwidth 7MHz not supported\n");
661 priv->bandwidth = BANDWIDTH_8_MHZ;
666 printk(KERN_ERR "xc5000 bandwidth not set!\n");
906 *bw = priv->bandwidth;
1050 priv->bandwidth
[all...]
H A Dqt1010.c152 priv->bandwidth =
153 (fe->ops.info.type == FE_OFDM) ? params->u.ofdm.bandwidth : 0;
419 static int qt1010_get_bandwidth(struct dvb_frontend *fe, u32 *bandwidth) argument
422 *bandwidth = priv->bandwidth;
/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 DcinergyT2-fe.c277 param.bandwidth = 8 - fep->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/include/linux/
H A Dfirewire-cdev.h316 * @bandwidth: Bandwidth allocation units which were (de)allocated, if any
320 * @bandwidth for whether the allocation actually succeeded.
327 * @bandwidth is 0 if no bandwidth was (de)allocated or if reallocation failed.
334 __s32 bandwidth; member in struct:fw_cdev_event_iso_resource
902 * struct fw_cdev_allocate_iso_resource - (De)allocate a channel or bandwidth
905 * @bandwidth: Isochronous bandwidth units to be (de)allocated
910 * isochronous channel and/or of isochronous bandwidth at the isochronous
942 * @bandwidth i
948 __u32 bandwidth; member in struct:fw_cdev_allocate_iso_resource
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/usr/include/linux/
H A Dfirewire-cdev.h316 * @bandwidth: Bandwidth allocation units which were (de)allocated, if any
320 * @bandwidth for whether the allocation actually succeeded.
327 * @bandwidth is 0 if no bandwidth was (de)allocated or if reallocation failed.
334 __s32 bandwidth; member in struct:fw_cdev_event_iso_resource
902 * struct fw_cdev_allocate_iso_resource - (De)allocate a channel or bandwidth
905 * @bandwidth: Isochronous bandwidth units to be (de)allocated
910 * isochronous channel and/or of isochronous bandwidth at the isochronous
942 * @bandwidth i
948 __u32 bandwidth; member in struct:fw_cdev_allocate_iso_resource
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/sysroot/usr/include/linux/
H A Dfirewire-cdev.h316 * @bandwidth: Bandwidth allocation units which were (de)allocated, if any
320 * @bandwidth for whether the allocation actually succeeded.
327 * @bandwidth is 0 if no bandwidth was (de)allocated or if reallocation failed.
334 __s32 bandwidth; member in struct:fw_cdev_event_iso_resource
902 * struct fw_cdev_allocate_iso_resource - (De)allocate a channel or bandwidth
905 * @bandwidth: Isochronous bandwidth units to be (de)allocated
910 * isochronous channel and/or of isochronous bandwidth at the isochronous
942 * @bandwidth i
948 __u32 bandwidth; member in struct:fw_cdev_allocate_iso_resource
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/usr/include/linux/
H A Dfirewire-cdev.h316 * @bandwidth: Bandwidth allocation units which were (de)allocated, if any
320 * @bandwidth for whether the allocation actually succeeded.
327 * @bandwidth is 0 if no bandwidth was (de)allocated or if reallocation failed.
334 __s32 bandwidth; member in struct:fw_cdev_event_iso_resource
902 * struct fw_cdev_allocate_iso_resource - (De)allocate a channel or bandwidth
905 * @bandwidth: Isochronous bandwidth units to be (de)allocated
910 * isochronous channel and/or of isochronous bandwidth at the isochronous
942 * @bandwidth i
948 __u32 bandwidth; member in struct:fw_cdev_allocate_iso_resource
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/firewire/
H A Dcore-cdev.c142 s32 bandwidth; member in struct:iso_resource
1214 int generation, channel, bandwidth, todo; local
1239 bandwidth = r->bandwidth;
1242 r->channels, &channel, &bandwidth,
1256 success = channel >= 0 || bandwidth > 0;
1293 e->iso_resource.bandwidth = bandwidth;
1327 if ((request->channels == 0 && request->bandwidth == 0) ||
1328 request->bandwidth > BANDWIDTH_AVAILABLE_INITIA
[all...]
/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-cdev.c142 s32 bandwidth; member in struct:iso_resource
1214 int generation, channel, bandwidth, todo; local
1239 bandwidth = r->bandwidth;
1242 r->channels, &channel, &bandwidth,
1256 success = channel >= 0 || bandwidth > 0;
1293 e->iso_resource.bandwidth = bandwidth;
1327 if ((request->channels == 0 && request->bandwidth == 0) ||
1328 request->bandwidth > BANDWIDTH_AVAILABLE_INITIA
[all...]

Completed in 301 milliseconds

1234567891011>>