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

  /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/msmcobalt/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.h 70 #define BAUD_RATE_SYSFS "/sys/devices/platform/kim/baud_rate"
uim.c 227 static int set_custom_baud_rate(int dev_fd, int baud_rate, int flow_ctrl)
262 ti2.c_ospeed = baud_rate;
  /external/toybox/toys/pending/
getty.c 14 usage: getty [OPTIONS] BAUD_RATE[,BAUD_RATE]... TTY [TERMTYPE]
  /system/bt/stack/rfcomm/
port_api.c 600 UINT8 baud_rate; local
625 baud_rate = p_port->user_port_pars.baud_rate;
629 if (baud_rate != p_settings->baud_rate)
    [all...]
rfc_int.h 122 UINT8 baud_rate; member in struct:__anon73970::__anon73971::__anon73976
rfc_port_fsm.c 897 port_pars->baud_rate = p_frame->u.rpn.baud_rate;
rfc_ts_frames.c 444 *p_data++ = p_pars->baud_rate;
832 p_rx_frame->u.rpn.baud_rate = *p_data++;
  /external/libnfc-nxp/src/
phLlcNfc_DataTypes.h 536 uint8_t baud_rate; member in struct:phLlcNfc_Frame
phLlcNfc_Frame.c 652 psFrameInfo->baud_rate = (phLlcNfc_LlcBaudRate_t)
    [all...]
  /system/bt/stack/include/
port_api.h 50 UINT8 baud_rate; member in struct:__anon73905
  /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-solaris.c 1269 baud_rate = inspeed = baud_rate_of(speed);
    [all...]
sys-linux.c 1000 baud_rate = baud_rate_of(speed);
    [all...]
  /external/toybox/generated/
help.h     [all...]

Completed in 2992 milliseconds