Searched refs:UX_DEVICE_PARENT_MATCH (Results 1 – 3 of 3) sorted by relevance
116 if( UX_DEVICE_PARENT_MATCH(device, parent) && in _ux_host_stack_device_remove()
268 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()
2064 #define UX_DEVICE_PARENT_MATCH(d,p) ((d)->ux_device_parent == (p)) macro2072 #define UX_DEVICE_PARENT_MATCH(d,p) ((p) == UX_NULL) macro