Searched refs:change_speed (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/irda/
H A Dirda_device.h132 int (*change_speed)(struct irda_task *task); member in struct:dongle_reg
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/irda/
H A Dstir4200.c499 static int change_speed(struct stir_cb *stir, unsigned speed) function
755 if (change_speed(stir, stir->speed))
772 change_speed(stir, new_speed))
865 err = change_speed(stir, 9600);
987 ret = change_speed(stir, irq->ifr_baudrate);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A D68328serial.c95 static void change_speed(struct m68k_serial *info);
415 * (they will be reenabled in change_speed())
441 change_speed(info);
527 static void change_speed(struct m68k_serial *info) function
1005 change_speed(info);
H A Dcrisv10.c160 static void change_speed(struct e100_serial *info);
2776 change_speed(info);
2781 * (they will be reenabled in change_speed())
2839 change_speed(info);
2954 change_speed(struct e100_serial *info) function
3108 } /* change_speed */
3477 change_speed(info);
3753 change_speed(info);
4249 change_speed(info);
H A D68360serial.c223 static void change_speed(ser_info_t *info);
695 change_speed(info);
804 static void change_speed(ser_info_t *info) function
1465 change_speed(info);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/cpufreq/
H A Dpowernow-k7.c255 static void change_speed(unsigned int index) function
553 change_speed(newstate);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Damiserial.c110 static void change_speed(struct async_struct *info, struct ktermios *old);
624 change_speed(info, NULL);
697 static void change_speed(struct async_struct *info, function
1161 change_speed(info, NULL);
1377 change_speed(info, old_termios);
H A Driscom8.c1173 int change_speed; local
1179 change_speed = ((port->port.flags & ASYNC_SPD_MASK) !=
1198 if (change_speed) {
H A Dspecialix.c1858 int change_speed; local
1868 change_speed = ((port->port.flags & ASYNC_SPD_MASK) !=
1870 change_speed |= (tmp.custom_divisor != port->custom_divisor);
1891 if (change_speed)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hisax/
H A Delsa_ser.c108 static void change_speed(struct IsdnCardState *cs, int baud) function
149 * (they will be reenabled in change_speed())
199 change_speed(cs, BASE_BAUD);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/
H A Dftdi_sio.c89 struct mutex cfg_lock; /* Avoid mess by parallel calls of config ioctl() and change_speed() */
1168 static int change_speed(struct tty_struct *tty, struct usb_serial_port *port) function
1320 change_speed(tty, port);
2060 if (change_speed(tty, port))

Completed in 208 milliseconds