Lines Matching defs:bandwidth
63 u32 bandwidth;
170 u32 bandwidth = p->bandwidth_hz / 1000;
242 /* Select bandwidth */
243 switch (bandwidth) {
250 dev_warn(&priv->i2c->dev, "Unsupported bandwidth %u kHz. Using 6000 kHz.\n",
251 bandwidth);
252 bandwidth = 6000;
431 (unsigned int)bandwidth);
434 priv->bandwidth = p->bandwidth_hz;
455 static int fc0011_get_bandwidth(struct dvb_frontend *fe, u32 *bandwidth)
459 *bandwidth = priv->bandwidth;