cp210x_an205_table1 1032 drivers/usb/serial/cp210x.c static const struct cp210x_rate cp210x_an205_table1[] = {
cp210x_an205_table1 1071 drivers/usb/serial/cp210x.c 	for (i = 0; i < ARRAY_SIZE(cp210x_an205_table1); ++i) {
cp210x_an205_table1 1072 drivers/usb/serial/cp210x.c 		if (baud <= cp210x_an205_table1[i].high)
cp210x_an205_table1 1076 drivers/usb/serial/cp210x.c 	return cp210x_an205_table1[i].rate;