Home
last modified time | relevance | path

Searched refs:wBaudRate (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/drivers/usb/serial/
Dir-usb.c98 u16 wBaudRate; member
158 dbg("wBaudRate=%x", desc->wBaudRate); in irda_usb_dump_class_desc()
245 (irda_desc->wBaudRate & 0x0001) ? " 2400" : "", in ir_startup()
246 (irda_desc->wBaudRate & 0x0002) ? " 9600" : "", in ir_startup()
247 (irda_desc->wBaudRate & 0x0004) ? " 19200" : "", in ir_startup()
248 (irda_desc->wBaudRate & 0x0008) ? " 38400" : "", in ir_startup()
249 (irda_desc->wBaudRate & 0x0010) ? " 57600" : "", in ir_startup()
250 (irda_desc->wBaudRate & 0x0020) ? " 115200" : "", in ir_startup()
251 (irda_desc->wBaudRate & 0x0040) ? " 576000" : "", in ir_startup()
252 (irda_desc->wBaudRate & 0x0080) ? " 1152000" : "", in ir_startup()
[all …]
Dio_ti.h152 __u16 wBaudRate; /* Baud rate */ member
Dio_ti.c2301 config->wBaudRate = (__u16)(461550L / baud); in change_port_settings()
2303 if ((round - (config->wBaudRate * 10)) >= 5) in change_port_settings()
2304 config->wBaudRate++; in change_port_settings()
2306 dbg ("%s - baud rate = %d, wBaudRate = %d", __FUNCTION__, baud, config->wBaudRate); in change_port_settings()
2308 dbg ("wBaudRate: %d", (int)(461550L / config->wBaudRate)); in change_port_settings()
2319 cpu_to_be16s (&config->wBaudRate); in change_port_settings()
/linux-2.4.37.9/include/net/irda/
Dirda-usb.h117 __u16 wBaudRate; member
/linux-2.4.37.9/drivers/net/irda/
Dirda-usb.c1123 self->qos.baud_rate.bits = le16_to_cpu(desc->wBaudRate); in irda_usb_init_qos()
1341 printk("wBaudRate=%x\n", le16_to_cpu(desc->wBaudRate)); in irda_usb_dump_class_desc()