Searched refs:userial_vendor_ioctl (Results 1 – 12 of 12) sorted by relevance
/hardware/broadcom/libbt/include/ |
D | userial_vendor.h | 172 void userial_vendor_ioctl(userial_vendor_ioctl_op_t op, void *p_data);
|
/hardware/qcom/bt/msm8996/libbt-vendor/include/ |
D | hci_uart.h | 223 int userial_vendor_ioctl(userial_vendor_ioctl_op_t op, int *p_data);
|
/hardware/qcom/bt/msm8992/libbt-vendor/include/ |
D | hci_uart.h | 223 int userial_vendor_ioctl(userial_vendor_ioctl_op_t op, int *p_data);
|
/hardware/qcom/bt/msm8909/libbt-vendor/include/ |
D | hci_uart.h | 223 int userial_vendor_ioctl(userial_vendor_ioctl_op_t op, int *p_data);
|
/hardware/broadcom/libbt/src/ |
D | userial_vendor.c | 335 void userial_vendor_ioctl(userial_vendor_ioctl_op_t op, void *p_data) in userial_vendor_ioctl() function
|
D | upio.c | 469 userial_vendor_ioctl( ( (action==UPIO_ASSERT) ? \ in upio_set()
|
/hardware/qcom/bt/msm8992/libbt-vendor/src/ |
D | hw_rome.c | 1429 if ((err = userial_vendor_ioctl(USERIAL_OP_FLOW_OFF , &flags)) < 0) in rome_set_baudrate_req() 1446 if ((err = userial_vendor_ioctl(USERIAL_OP_FLOW_ON , &flags)) < 0) in rome_set_baudrate_req() 1494 if ((err = userial_vendor_ioctl(USERIAL_OP_FLOW_OFF , &flags)) < 0) in rome_hci_reset_req() 1512 if ((err = userial_vendor_ioctl(USERIAL_OP_FLOW_ON , &flags)) < 0) in rome_hci_reset_req()
|
D | hci_uart.c | 392 int userial_vendor_ioctl(userial_vendor_ioctl_op_t op, int *p_data) in userial_vendor_ioctl() function
|
/hardware/qcom/bt/msm8909/libbt-vendor/src/ |
D | hw_rome.c | 1450 if ((err = userial_vendor_ioctl(USERIAL_OP_FLOW_OFF , &flags)) < 0) in rome_set_baudrate_req() 1467 if ((err = userial_vendor_ioctl(USERIAL_OP_FLOW_ON , &flags)) < 0) in rome_set_baudrate_req() 1515 if ((err = userial_vendor_ioctl(USERIAL_OP_FLOW_OFF , &flags)) < 0) in rome_hci_reset_req() 1533 if ((err = userial_vendor_ioctl(USERIAL_OP_FLOW_ON , &flags)) < 0) in rome_hci_reset_req()
|
D | hci_uart.c | 392 int userial_vendor_ioctl(userial_vendor_ioctl_op_t op, int *p_data) in userial_vendor_ioctl() function
|
/hardware/qcom/bt/msm8996/libbt-vendor/src/ |
D | hw_rome.c | 1429 if ((err = userial_vendor_ioctl(USERIAL_OP_FLOW_OFF , &flags)) < 0) in rome_set_baudrate_req() 1446 if ((err = userial_vendor_ioctl(USERIAL_OP_FLOW_ON , &flags)) < 0) in rome_set_baudrate_req() 1494 if ((err = userial_vendor_ioctl(USERIAL_OP_FLOW_OFF , &flags)) < 0) in rome_hci_reset_req() 1512 if ((err = userial_vendor_ioctl(USERIAL_OP_FLOW_ON , &flags)) < 0) in rome_hci_reset_req()
|
D | hci_uart.c | 392 int userial_vendor_ioctl(userial_vendor_ioctl_op_t op, int *p_data) in userial_vendor_ioctl() function
|