• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/irda/

Lines Matching defs:speed

1162  * Function nsc_ircc_change_dongle_speed (iobase, speed, dongle_id)
1164 * Change speed of the attach dongle
1167 static void nsc_ircc_change_dongle_speed(int iobase, int speed, int dongle_id)
1207 if (speed > 115200)
1213 if (speed == 4000000) {
1248 * Change the speed of the device
1252 static __u8 nsc_ircc_change_speed(struct nsc_ircc_cb *self, __u32 speed)
1260 IRDA_DEBUG(2, "%s(), speed=%d\n", __func__, speed);
1266 /* Update accounting for new speed */
1267 self->io.speed = speed;
1280 switch (speed) {
1306 __func__, speed);
1310 /* Set appropriate speed mode */
1315 nsc_ircc_change_dongle_speed(iobase, speed, self->io.dongle_id);
1334 if (speed > 115200) {
1366 __s32 speed;
1377 /* Make sure tests *& speed change are atomic */
1380 /* Check if we need to change the speed */
1381 speed = irda_get_next_speed(skb);
1382 if ((speed != self->io.speed) && (speed != -1)) {
1388 * the speed itself... Jean II */
1390 nsc_ircc_change_speed(self, speed);
1395 self->new_speed = speed;
1396 /* Queue will be restarted after speed change
1405 self->new_speed = speed;
1439 __s32 speed;
1448 /* Make sure tests *& speed change are atomic */
1451 /* Check if we need to change the speed */
1452 speed = irda_get_next_speed(skb);
1453 if ((speed != self->io.speed) && (speed != -1)) {
1459 nsc_ircc_change_speed(self, speed);
1462 self->new_speed = speed;
1464 * the speed change operation may change the
1468 * the speed change has been done.
1476 /* Change speed after current frame */
1477 self->new_speed = speed;
1550 * and if we don't need to change speed */
1694 * that we don't need to change speed */
1891 if (self->io.speed < 4000000) {
1979 /* Check if we need to change the speed?
1983 IRDA_DEBUG(2, "%s(), Changing speed!\n", __func__);
1990 if (self->io.speed > 115200) {
2055 /* As we stop the Tx queue, the speed change
2077 * the speed... - Jean II */
2115 /* Dispatch interrupt handler for the current speed */
2116 if (self->io.speed > 115200)
2146 if (self->io.speed > 115200) {
2386 nsc_ircc_change_speed(self, self->io.speed);