Home
last modified time | relevance | path

Searched refs:p_cfg (Results 1 – 13 of 13) sorted by relevance

/hardware/broadcom/libbt/src/
Duserial_vendor.c193 int userial_vendor_open(tUSERIAL_CFG *p_cfg) in userial_vendor_open() argument
202 if (!userial_to_tcio_baud(p_cfg->baud, &baud)) in userial_vendor_open()
207 if(p_cfg->fmt & USERIAL_DATABITS_8) in userial_vendor_open()
209 else if(p_cfg->fmt & USERIAL_DATABITS_7) in userial_vendor_open()
211 else if(p_cfg->fmt & USERIAL_DATABITS_6) in userial_vendor_open()
213 else if(p_cfg->fmt & USERIAL_DATABITS_5) in userial_vendor_open()
221 if(p_cfg->fmt & USERIAL_PARITY_NONE) in userial_vendor_open()
223 else if(p_cfg->fmt & USERIAL_PARITY_EVEN) in userial_vendor_open()
225 else if(p_cfg->fmt & USERIAL_PARITY_ODD) in userial_vendor_open()
233 if(p_cfg->fmt & USERIAL_STOPBITS_1) in userial_vendor_open()
[all …]
/hardware/qcom/bt/msm8992/libbt-vendor/src/
Dhci_uart.c227 int userial_vendor_open(tUSERIAL_CFG *p_cfg) in userial_vendor_open() argument
236 if (!userial_to_tcio_baud(p_cfg->baud, &baud)) in userial_vendor_open()
241 if(p_cfg->fmt & USERIAL_DATABITS_8) in userial_vendor_open()
243 else if(p_cfg->fmt & USERIAL_DATABITS_7) in userial_vendor_open()
245 else if(p_cfg->fmt & USERIAL_DATABITS_6) in userial_vendor_open()
247 else if(p_cfg->fmt & USERIAL_DATABITS_5) in userial_vendor_open()
255 if(p_cfg->fmt & USERIAL_PARITY_NONE) in userial_vendor_open()
257 else if(p_cfg->fmt & USERIAL_PARITY_EVEN) in userial_vendor_open()
259 else if(p_cfg->fmt & USERIAL_PARITY_ODD) in userial_vendor_open()
267 if(p_cfg->fmt & USERIAL_STOPBITS_1) in userial_vendor_open()
[all …]
/hardware/qcom/bt/msm8996/libbt-vendor/src/
Dhci_uart.c230 int userial_vendor_open(tUSERIAL_CFG *p_cfg) in userial_vendor_open() argument
239 if (!userial_to_tcio_baud(p_cfg->baud, &baud)) in userial_vendor_open()
244 if(p_cfg->fmt & USERIAL_DATABITS_8) in userial_vendor_open()
246 else if(p_cfg->fmt & USERIAL_DATABITS_7) in userial_vendor_open()
248 else if(p_cfg->fmt & USERIAL_DATABITS_6) in userial_vendor_open()
250 else if(p_cfg->fmt & USERIAL_DATABITS_5) in userial_vendor_open()
258 if(p_cfg->fmt & USERIAL_PARITY_NONE) in userial_vendor_open()
260 else if(p_cfg->fmt & USERIAL_PARITY_EVEN) in userial_vendor_open()
262 else if(p_cfg->fmt & USERIAL_PARITY_ODD) in userial_vendor_open()
270 if(p_cfg->fmt & USERIAL_STOPBITS_1) in userial_vendor_open()
[all …]
/hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/
Dhci_uart.c228 int userial_vendor_open(tUSERIAL_CFG *p_cfg) in userial_vendor_open() argument
237 if (!userial_to_tcio_baud(p_cfg->baud, &baud)) in userial_vendor_open()
242 if(p_cfg->fmt & USERIAL_DATABITS_8) in userial_vendor_open()
244 else if(p_cfg->fmt & USERIAL_DATABITS_7) in userial_vendor_open()
246 else if(p_cfg->fmt & USERIAL_DATABITS_6) in userial_vendor_open()
248 else if(p_cfg->fmt & USERIAL_DATABITS_5) in userial_vendor_open()
256 if(p_cfg->fmt & USERIAL_PARITY_NONE) in userial_vendor_open()
258 else if(p_cfg->fmt & USERIAL_PARITY_EVEN) in userial_vendor_open()
260 else if(p_cfg->fmt & USERIAL_PARITY_ODD) in userial_vendor_open()
268 if(p_cfg->fmt & USERIAL_STOPBITS_1) in userial_vendor_open()
[all …]
/hardware/qcom/bt/msm8998/libbt-vendor/src/
Dhci_uart.c232 int userial_vendor_open(tUSERIAL_CFG *p_cfg) in userial_vendor_open() argument
241 if (!userial_to_tcio_baud(p_cfg->baud, &baud)) in userial_vendor_open()
246 if(p_cfg->fmt & USERIAL_DATABITS_8) in userial_vendor_open()
248 else if(p_cfg->fmt & USERIAL_DATABITS_7) in userial_vendor_open()
250 else if(p_cfg->fmt & USERIAL_DATABITS_6) in userial_vendor_open()
252 else if(p_cfg->fmt & USERIAL_DATABITS_5) in userial_vendor_open()
260 if(p_cfg->fmt & USERIAL_PARITY_NONE) in userial_vendor_open()
262 else if(p_cfg->fmt & USERIAL_PARITY_EVEN) in userial_vendor_open()
264 else if(p_cfg->fmt & USERIAL_PARITY_ODD) in userial_vendor_open()
272 if(p_cfg->fmt & USERIAL_STOPBITS_1) in userial_vendor_open()
[all …]
/hardware/qcom/sdm845/bt/libbt-vendor/src/
Dhci_uart.c229 int userial_vendor_open(tUSERIAL_CFG *p_cfg) in userial_vendor_open() argument
238 if (!userial_to_tcio_baud(p_cfg->baud, &baud)) in userial_vendor_open()
243 if(p_cfg->fmt & USERIAL_DATABITS_8) in userial_vendor_open()
245 else if(p_cfg->fmt & USERIAL_DATABITS_7) in userial_vendor_open()
247 else if(p_cfg->fmt & USERIAL_DATABITS_6) in userial_vendor_open()
249 else if(p_cfg->fmt & USERIAL_DATABITS_5) in userial_vendor_open()
257 if(p_cfg->fmt & USERIAL_PARITY_NONE) in userial_vendor_open()
259 else if(p_cfg->fmt & USERIAL_PARITY_EVEN) in userial_vendor_open()
261 else if(p_cfg->fmt & USERIAL_PARITY_ODD) in userial_vendor_open()
269 if(p_cfg->fmt & USERIAL_STOPBITS_1) in userial_vendor_open()
[all …]
/hardware/broadcom/libbt/include/
Duserial_vendor.h139 int userial_vendor_open(tUSERIAL_CFG *p_cfg);
/hardware/qcom/bt/msm8992/libbt-vendor/include/
Dhci_uart.h190 int userial_vendor_open(tUSERIAL_CFG *p_cfg);
/hardware/qcom/bt/msm8996/libbt-vendor/include/
Dhci_uart.h190 int userial_vendor_open(tUSERIAL_CFG *p_cfg);
/hardware/qcom/bt/msm8909/libbt-vendor/include/
Dhci_uart.h190 int userial_vendor_open(tUSERIAL_CFG *p_cfg);
/hardware/qcom/sdm845/bt/libbt-vendor/include/
Dhci_uart.h194 int userial_vendor_open(tUSERIAL_CFG *p_cfg);
/hardware/qcom/bt/msm8909w_3100/libbt-vendor/include/
Dhci_uart.h194 int userial_vendor_open(tUSERIAL_CFG *p_cfg);
/hardware/qcom/bt/msm8998/libbt-vendor/include/
Dhci_uart.h195 int userial_vendor_open(tUSERIAL_CFG *p_cfg);