Home
last modified time | relevance | path

Searched refs:chId (Results 1 – 5 of 5) sorted by relevance

/hardware/qcom/bt/msm8998/libbt-vendor/src/
Dhci_smd.c56 int bt_hci_init_transport_id (int chId ) in bt_hci_init_transport_id() argument
64 if(chId >= 2 || chId <0) in bt_hci_init_transport_id()
67 fd = open(s_pszDevSmd[chId], (O_RDWR | O_NOCTTY)); in bt_hci_init_transport_id()
71 s_pszDevSmd[chId], strerror(errno)); in bt_hci_init_transport_id()
73 fd = open(s_pszDevSmd[chId], (O_RDWR | O_NOCTTY)); in bt_hci_init_transport_id()
80 s_pszDevSmd[chId], strerror(errno)); in bt_hci_init_transport_id()
95 if(chId == 1) in bt_hci_init_transport_id()
112 ALOGE("init_uart: Cannot flush %s\n", s_pszDevSmd[chId]); in bt_hci_init_transport_id()
/hardware/qcom/bt/msm8909/libbt-vendor/src/
Dhci_smd.c56 int bt_hci_init_transport_id (int chId ) in bt_hci_init_transport_id() argument
64 if(chId >= 2 || chId <0) in bt_hci_init_transport_id()
67 fd = open(s_pszDevSmd[chId], (O_RDWR | O_NOCTTY)); in bt_hci_init_transport_id()
71 s_pszDevSmd[chId], strerror(errno)); in bt_hci_init_transport_id()
73 fd = open(s_pszDevSmd[chId], (O_RDWR | O_NOCTTY)); in bt_hci_init_transport_id()
80 s_pszDevSmd[chId], strerror(errno)); in bt_hci_init_transport_id()
95 if(chId == 1) in bt_hci_init_transport_id()
112 ALOGE("init_uart: Cannot flush %s\n", s_pszDevSmd[chId]); in bt_hci_init_transport_id()
/hardware/qcom/bt/msm8992/libbt-vendor/src/
Dhci_smd.c55 int bt_hci_init_transport_id (int chId ) in bt_hci_init_transport_id() argument
63 if(chId >= 2 || chId <0) in bt_hci_init_transport_id()
66 fd = open(s_pszDevSmd[chId], (O_RDWR | O_NOCTTY)); in bt_hci_init_transport_id()
70 s_pszDevSmd[chId], strerror(errno)); in bt_hci_init_transport_id()
72 fd = open(s_pszDevSmd[chId], (O_RDWR | O_NOCTTY)); in bt_hci_init_transport_id()
79 s_pszDevSmd[chId], strerror(errno)); in bt_hci_init_transport_id()
94 if(chId == 1) in bt_hci_init_transport_id()
111 ALOGE("init_uart: Cannot flush %s\n", s_pszDevSmd[chId]); in bt_hci_init_transport_id()
/hardware/qcom/bt/msm8996/libbt-vendor/src/
Dhci_smd.c58 int bt_hci_init_transport_id (int chId ) in bt_hci_init_transport_id() argument
66 if(chId >= 2 || chId <0) in bt_hci_init_transport_id()
69 fd = open(s_pszDevSmd[chId], (O_RDWR | O_NOCTTY)); in bt_hci_init_transport_id()
73 s_pszDevSmd[chId], strerror(errno)); in bt_hci_init_transport_id()
75 fd = open(s_pszDevSmd[chId], (O_RDWR | O_NOCTTY)); in bt_hci_init_transport_id()
82 s_pszDevSmd[chId], strerror(errno)); in bt_hci_init_transport_id()
97 if(chId == 1) in bt_hci_init_transport_id()
114 ALOGE("init_uart: Cannot flush %s\n", s_pszDevSmd[chId]); in bt_hci_init_transport_id()
/hardware/qcom/bt/msm8960/libbt-vendor/src/
Duserial_vendor.c82 int bt_hci_init_transport_id (int chId ) in bt_hci_init_transport_id() argument
88 if(chId > 2 || chId <0) in bt_hci_init_transport_id()
91 fd = open(s_pszDevSmd[chId], (O_RDWR | O_NOCTTY)); in bt_hci_init_transport_id()