Home
last modified time | relevance | path

Searched refs:p_data (Results 1 - 6 of 6) sorted by relevance

/vendor/hihope/dayu210/bluetooth/include/
H A Duserial.h69 // 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 Duserial_vendor.h186 void userial_vendor_ioctl(userial_vendor_ioctl_op_t op, void *p_data);
/vendor/hihope/rk3568/bluetooth/include/
H A Duserial.h69 // 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 Duserial_vendor.h186 void userial_vendor_ioctl(userial_vendor_ioctl_op_t op, void *p_data);
/vendor/hihope/dayu210/bluetooth/src/
H A Duserial_vendor.c308 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 Duserial_vendor.c325 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