Searched refs:wBaudRate (Results 1 – 7 of 7) sorted by relevance
/drivers/usb/serial/ |
D | ir-usb.c | 114 dbg("wBaudRate=%x", __le16_to_cpu(desc->wBaudRate)); in irda_usb_dump_class_desc() 219 (irda_desc->wBaudRate & USB_IRDA_BR_2400) ? " 2400" : "", in ir_startup() 220 (irda_desc->wBaudRate & USB_IRDA_BR_9600) ? " 9600" : "", in ir_startup() 221 (irda_desc->wBaudRate & USB_IRDA_BR_19200) ? " 19200" : "", in ir_startup() 222 (irda_desc->wBaudRate & USB_IRDA_BR_38400) ? " 38400" : "", in ir_startup() 223 (irda_desc->wBaudRate & USB_IRDA_BR_57600) ? " 57600" : "", in ir_startup() 224 (irda_desc->wBaudRate & USB_IRDA_BR_115200) ? " 115200" : "", in ir_startup() 225 (irda_desc->wBaudRate & USB_IRDA_BR_576000) ? " 576000" : "", in ir_startup() 226 (irda_desc->wBaudRate & USB_IRDA_BR_1152000) ? " 1152000" : "", in ir_startup() 227 (irda_desc->wBaudRate & USB_IRDA_BR_4000000) ? " 4000000" : ""); in ir_startup()
|
D | io_ti.h | 158 __u16 wBaudRate; /* Baud rate */ member
|
D | ti_usb_3410_5052.h | 157 __u16 wBaudRate; member
|
D | ti_usb_3410_5052.c | 949 config->wBaudRate = (__u16)((923077 + baud/2) / baud); in ti_set_termios() 951 config->wBaudRate = (__u16)((461538 + baud/2) / baud); in ti_set_termios() 958 …__func__, baud, config->wBaudRate, config->wFlags, config->bDataBits, config->bParity, config->bSt… in ti_set_termios() 960 cpu_to_be16s(&config->wBaudRate); in ti_set_termios()
|
D | io_ti.c | 2380 config->wBaudRate = (__u16)((461550L + baud/2) / baud); in change_port_settings() 2385 config->wBaudRate); in change_port_settings() 2387 dbg("wBaudRate: %d", (int)(461550L / config->wBaudRate)); in change_port_settings() 2398 cpu_to_be16s(&config->wBaudRate); in change_port_settings()
|
/drivers/net/irda/ |
D | irda-usb.h | 124 __le16 wBaudRate; member
|
D | irda-usb.c | 1370 self->qos.baud_rate.bits = le16_to_cpu(desc->wBaudRate); in irda_usb_init_qos() 1537 printk("wBaudRate=%x\n", le16_to_cpu(desc->wBaudRate)); in irda_usb_dump_class_desc()
|