Searched refs:ux_host_class_client (Results 1 – 4 of 4) sorted by relevance
123 if (class_ptr -> ux_host_class_client == UX_NULL) in UX_OVERFLOW_CHECK_MULC_ULONG()129 … class_ptr -> ux_host_class_client = _ux_utility_memory_allocate(UX_NO_ALIGN, UX_REGULAR_MEMORY, in UX_OVERFLOW_CHECK_MULC_ULONG()133 if (class_ptr -> ux_host_class_client == UX_NULL) in UX_OVERFLOW_CHECK_MULC_ULONG()138 hid_client = (UX_HOST_CLASS_HID_CLIENT *) class_ptr -> ux_host_class_client; in UX_OVERFLOW_CHECK_MULC_ULONG()
90 … hid_client = (UX_HOST_CLASS_HID_CLIENT *) hid -> ux_host_class_hid_class -> ux_host_class_client; in _ux_host_class_hid_client_search()
156 if (command -> ux_host_class_command_class_ptr -> ux_host_class_client != UX_NULL) in _ux_host_class_hid_entry()160 client = command -> ux_host_class_command_class_ptr -> ux_host_class_client; in _ux_host_class_hid_entry()173 … _ux_utility_memory_free(command -> ux_host_class_command_class_ptr -> ux_host_class_client); in _ux_host_class_hid_entry()174 command -> ux_host_class_command_class_ptr -> ux_host_class_client = UX_NULL; in _ux_host_class_hid_entry()
1770 VOID *ux_host_class_client; member