Searched refs:baudLo (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/serial/ |
H A D | keyspan_usa28msg.h | 104 u8 setBaudRate, // 0=don't set, 1=baudLo/Hi, 2=115.2K, 3=230.4K 105 baudLo, // host does baud divisor calculation member
|
H A D | keyspan_usa49msg.h | 141 baudLo, // host does baud divisor calculation member
|
H A D | keyspan_usa67msg.h | 130 baudLo, // host does baud divisor calculation member
|
H A D | keyspan_usa26msg.h | 127 baudLo, // BOTH: host does baud divisor calculation member
|
H A D | keyspan_usa90msg.h | 59 baudLo, // host does baud divisor calculation member
|
H A D | keyspan.c | 2091 &msg.baudHi, &msg.baudLo, &msg.prescaler, in keyspan_usa26_send_setup() 2095 msg.baudLo = 0; in keyspan_usa26_send_setup() 2229 &msg.baudHi, &msg.baudLo, NULL, in keyspan_usa28_send_setup() 2233 msg.baudLo = 0xff; in keyspan_usa28_send_setup() 2361 &msg.baudHi, &msg.baudLo, &msg.prescaler, in keyspan_usa49_send_setup() 2365 msg.baudLo = 0; in keyspan_usa49_send_setup() 2528 &msg.baudHi, &msg.baudLo, &prescaler, 0) == KEYSPAN_INVALID_BAUD_RATE) { in keyspan_usa90_send_setup() 2533 &msg.baudHi, &msg.baudLo, &prescaler, 0); in keyspan_usa90_send_setup() 2663 &msg.baudHi, &msg.baudLo, &msg.prescaler, in keyspan_usa67_send_setup() 2667 msg.baudLo in keyspan_usa67_send_setup() [all...] |
/kernel/linux/linux-6.6/drivers/usb/serial/ |
H A D | keyspan_usa28msg.h | 104 u8 setBaudRate, // 0=don't set, 1=baudLo/Hi, 2=115.2K, 3=230.4K 105 baudLo, // host does baud divisor calculation member
|
H A D | keyspan_usa49msg.h | 141 baudLo, // host does baud divisor calculation member
|
H A D | keyspan_usa67msg.h | 130 baudLo, // host does baud divisor calculation member
|
H A D | keyspan_usa26msg.h | 127 baudLo, // BOTH: host does baud divisor calculation member
|
H A D | keyspan_usa90msg.h | 59 baudLo, // host does baud divisor calculation member
|
H A D | keyspan.c | 2075 &msg.baudHi, &msg.baudLo, &msg.prescaler, in keyspan_usa26_send_setup() 2079 msg.baudLo = 0; in keyspan_usa26_send_setup() 2213 &msg.baudHi, &msg.baudLo, NULL, in keyspan_usa28_send_setup() 2217 msg.baudLo = 0xff; in keyspan_usa28_send_setup() 2345 &msg.baudHi, &msg.baudLo, &msg.prescaler, in keyspan_usa49_send_setup() 2349 msg.baudLo = 0; in keyspan_usa49_send_setup() 2512 &msg.baudHi, &msg.baudLo, &prescaler, 0) == KEYSPAN_INVALID_BAUD_RATE) { in keyspan_usa90_send_setup() 2517 &msg.baudHi, &msg.baudLo, &prescaler, 0); in keyspan_usa90_send_setup() 2647 &msg.baudHi, &msg.baudLo, &msg.prescaler, in keyspan_usa67_send_setup() 2651 msg.baudLo in keyspan_usa67_send_setup() [all...] |
Completed in 12 milliseconds