HomeSort by relevance Sort by last modified time
    Searched refs:baud_rate (Results 1 - 22 of 22) sorted by null

  /device/linaro/bootloader/arm-trusted-firmware/include/drivers/
console.h 13 unsigned int uart_clk, unsigned int baud_rate);
  /hardware/qcom/bt/msm8909/libbt-vendor/src/
hci_uart.c 120 int baud_rate =0; local
125 baud_rate = 600;
128 baud_rate = 1200;
131 baud_rate = 9600;
134 baud_rate = 19200;
137 baud_rate = 57600;
140 baud_rate = 115200;
143 baud_rate = 230400;
146 baud_rate = 460800;
149 baud_rate = 921600
    [all...]
  /hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/
hci_uart.c 122 int baud_rate =0; local
127 baud_rate = 600;
130 baud_rate = 1200;
133 baud_rate = 9600;
136 baud_rate = 19200;
139 baud_rate = 57600;
142 baud_rate = 115200;
145 baud_rate = 230400;
148 baud_rate = 460800;
151 baud_rate = 921600
    [all...]
  /hardware/qcom/bt/msm8992/libbt-vendor/src/
hci_uart.c 121 int baud_rate =0; local
126 baud_rate = 600;
129 baud_rate = 1200;
132 baud_rate = 9600;
135 baud_rate = 19200;
138 baud_rate = 57600;
141 baud_rate = 115200;
144 baud_rate = 230400;
147 baud_rate = 460800;
150 baud_rate = 921600
    [all...]
  /hardware/qcom/bt/msm8996/libbt-vendor/src/
hci_uart.c 124 int baud_rate =0; local
129 baud_rate = 600;
132 baud_rate = 1200;
135 baud_rate = 9600;
138 baud_rate = 19200;
141 baud_rate = 57600;
144 baud_rate = 115200;
147 baud_rate = 230400;
150 baud_rate = 460800;
153 baud_rate = 921600
    [all...]
  /hardware/qcom/bt/msm8998/libbt-vendor/src/
hci_uart.c 126 int baud_rate =0; local
131 baud_rate = 600;
134 baud_rate = 1200;
137 baud_rate = 9600;
140 baud_rate = 19200;
143 baud_rate = 57600;
146 baud_rate = 115200;
149 baud_rate = 230400;
152 baud_rate = 460800;
155 baud_rate = 921600
    [all...]
  /device/linaro/hikey/wpan/uim/
uim.c 241 static int set_custom_baud_rate(int dev_fd, int baud_rate, int flow_ctrl)
276 ti2.c_ospeed = baud_rate;
  /system/bt/stack/rfcomm/
port_api.cc 581 uint8_t baud_rate; local
603 baud_rate = p_port->user_port_pars.baud_rate;
607 if (baud_rate != p_settings->baud_rate) {
    [all...]
rfc_port_fsm.cc 873 port_pars->baud_rate = p_frame->u.rpn.baud_rate;
rfc_int.h 119 uint8_t baud_rate; member in struct:__anon2513::__anon2514::__anon2519
rfc_ts_frames.cc 412 *p_data++ = p_pars->baud_rate;
768 p_rx_frame->u.rpn.baud_rate = *p_data++;
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/I2c/MvI2cDxe/
MvI2cDxe.c 51 STATIC MV_I2C_BAUD_RATE baud_rate; variable
136 &baud_rate,
375 param = baud_rate.param;
  /system/bt/stack/include/
port_api.h 48 uint8_t baud_rate; member in struct:__anon2458
  /external/ppp/pppd/
tty.c 131 int baud_rate; /* Actual bits/second for serial device */ variable
742 slprintf(numbuf, sizeof(numbuf), "%d", baud_rate);
    [all...]
pppd.h 222 extern int baud_rate; /* Current link speed in bits/sec */
    [all...]
ipv6cp.c     [all...]
ipxcp.c     [all...]
auth.c     [all...]
ipcp.c     [all...]
sys-linux.c 1000 baud_rate = baud_rate_of(speed);
    [all...]
sys-solaris.c 1269 baud_rate = inspeed = baud_rate_of(speed);
    [all...]
  /external/syslinux/core/lwip/src/netif/ppp/
auth.c     [all...]

Completed in 803 milliseconds