Lines Matching defs:controller
38 #include "device/include/controller.h"
253 * controller */
659 * number of Controller Packets by the number of links. In
674 /* If no links active, reset buffer quotas and controller buffers */
812 * Description This function is called when a "controller buffer size"
813 * event is first received from the controller. It updates
829 * only when host to controller flow control is used. It fills
952 * to the Host Controller. It may be passed the address of
1001 /* If controller window is full, nothing to do */
1105 const controller_t* controller = controller_get_interface();
1107 if ((p_buf->len <= controller->get_acl_packet_size_classic() &&
1110 (p_buf->len <= controller->get_acl_packet_size_ble()))) {
1130 acl_data_size = controller->get_acl_data_size_ble();
1134 acl_data_size = controller->get_acl_data_size_classic();
1202 * event is received from the controller. It updates all the
1233 /* Maintain the total window to the controller */