Searched refs:p_data (Results 1 - 6 of 6) sorted by relevance
/vendor/hihope/dayu210/bluetooth/include/ |
H A D | userial.h | 69 // Writes a maximum of |len| bytes from |p_data| to the serial port. 72 uint16_t userial_write(uint16_t msg_id, const uint8_t *p_data, uint16_t len);
|
H A D | userial_vendor.h | 186 void userial_vendor_ioctl(userial_vendor_ioctl_op_t op, void *p_data);
|
/vendor/hihope/rk3568/bluetooth/include/ |
H A D | userial.h | 69 // Writes a maximum of |len| bytes from |p_data| to the serial port. 72 uint16_t userial_write(uint16_t msg_id, const uint8_t *p_data, uint16_t len);
|
H A D | userial_vendor.h | 186 void userial_vendor_ioctl(userial_vendor_ioctl_op_t op, void *p_data);
|
/vendor/hihope/dayu210/bluetooth/src/ |
H A D | userial_vendor.c | 308 void userial_vendor_ioctl(userial_vendor_ioctl_op_t op, void *p_data) in userial_vendor_ioctl() argument 323 ioctl(vnd_userial.fd, USERIAL_IOCTL_BT_WAKE_GET_ST, p_data); in userial_vendor_ioctl()
|
/vendor/hihope/rk3568/bluetooth/src/ |
H A D | userial_vendor.c | 325 void userial_vendor_ioctl(userial_vendor_ioctl_op_t op, void *p_data) in userial_vendor_ioctl() argument 340 ioctl(vnd_userial.fd, USERIAL_IOCTL_BT_WAKE_GET_ST, p_data); in userial_vendor_ioctl()
|
Completed in 3 milliseconds