Home
last modified time | relevance | path

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

/hardware/broadcom/libbt/src/
Duserial_vendor.c192 int userial_vendor_open(tUSERIAL_CFG *p_cfg) in userial_vendor_open() argument
201 if (!userial_to_tcio_baud(p_cfg->baud, &baud)) in userial_vendor_open()
206 if(p_cfg->fmt & USERIAL_DATABITS_8) in userial_vendor_open()
208 else if(p_cfg->fmt & USERIAL_DATABITS_7) in userial_vendor_open()
210 else if(p_cfg->fmt & USERIAL_DATABITS_6) in userial_vendor_open()
212 else if(p_cfg->fmt & USERIAL_DATABITS_5) in userial_vendor_open()
220 if(p_cfg->fmt & USERIAL_PARITY_NONE) in userial_vendor_open()
222 else if(p_cfg->fmt & USERIAL_PARITY_EVEN) in userial_vendor_open()
224 else if(p_cfg->fmt & USERIAL_PARITY_ODD) in userial_vendor_open()
232 if(p_cfg->fmt & USERIAL_STOPBITS_1) in userial_vendor_open()
[all …]
/hardware/qcom/bt/msm8996/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/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/msm8909/libbt-vendor/src/
Dhci_uart.c226 int userial_vendor_open(tUSERIAL_CFG *p_cfg) in userial_vendor_open() argument
235 if (!userial_to_tcio_baud(p_cfg->baud, &baud)) in userial_vendor_open()
240 if(p_cfg->fmt & USERIAL_DATABITS_8) in userial_vendor_open()
242 else if(p_cfg->fmt & USERIAL_DATABITS_7) in userial_vendor_open()
244 else if(p_cfg->fmt & USERIAL_DATABITS_6) in userial_vendor_open()
246 else if(p_cfg->fmt & USERIAL_DATABITS_5) in userial_vendor_open()
254 if(p_cfg->fmt & USERIAL_PARITY_NONE) in userial_vendor_open()
256 else if(p_cfg->fmt & USERIAL_PARITY_EVEN) in userial_vendor_open()
258 else if(p_cfg->fmt & USERIAL_PARITY_ODD) in userial_vendor_open()
266 if(p_cfg->fmt & USERIAL_STOPBITS_1) in userial_vendor_open()
[all …]
/hardware/qcom/bt/msm8998/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/broadcom/libbt/include/
Duserial_vendor.h139 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/bt/msm8992/libbt-vendor/include/
Dhci_uart.h190 int userial_vendor_open(tUSERIAL_CFG *p_cfg);
/hardware/qcom/bt/msm8998/libbt-vendor/include/
Dhci_uart.h194 int userial_vendor_open(tUSERIAL_CFG *p_cfg);