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

  /device/linaro/bootloader/arm-trusted-firmware/include/drivers/
console.h 35 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/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 123 int baud_rate =0; local
128 baud_rate = 600;
131 baud_rate = 1200;
134 baud_rate = 9600;
137 baud_rate = 19200;
140 baud_rate = 57600;
143 baud_rate = 115200;
146 baud_rate = 230400;
149 baud_rate = 460800;
152 baud_rate = 921600
    [all...]
  /hardware/qcom/bt/msm8998/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...]
  /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 576 uint8_t baud_rate; local
598 baud_rate = p_port->user_port_pars.baud_rate;
602 if (baud_rate != p_settings->baud_rate) {
    [all...]
rfc_port_fsm.cc 846 port_pars->baud_rate = p_frame->u.rpn.baud_rate;
rfc_int.h 122 uint8_t baud_rate; member in struct:__anon106564::__anon106565::__anon106570
rfc_ts_frames.cc 412 *p_data++ = p_pars->baud_rate;
758 p_rx_frame->u.rpn.baud_rate = *p_data++;
  /system/bt/stack/include/
port_api.h 48 uint8_t baud_rate; member in struct:__anon106499
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/DeviceTree/
hi6220-hikey.dts 206 baud_rate = <3000000>;
  /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 3245 milliseconds