Home
last modified time | relevance | path

Searched refs:UX_DEVICE_PARENT_MATCH (Results 1 – 3 of 3) sorted by relevance

/USBX-v6.2.1/common/core/src/
Dux_host_stack_device_remove.c116 if( UX_DEVICE_PARENT_MATCH(device, parent) && in _ux_host_stack_device_remove()
/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_hub_tasks_run.c268 UX_DEVICE_PARENT_MATCH(device, hub_device) && in _ux_host_class_hub_inst_tasks_run()
389 if (UX_DEVICE_PARENT_MATCH(device, hub -> ux_host_class_hub_device) && in _ux_host_class_hub_inst_tasks_run()
/USBX-v6.2.1/common/core/inc/
Dux_api.h2064 #define UX_DEVICE_PARENT_MATCH(d,p) ((d)->ux_device_parent == (p)) macro
2072 #define UX_DEVICE_PARENT_MATCH(d,p) ((p) == UX_NULL) macro