Searched refs:function (Results 1 – 12 of 12) sorted by relevance
/USBX-v6.2.1/common/usbx_host_classes/src/ |
D | ux_host_class_hub_feature.c | 83 UINT _ux_host_class_hub_feature(UX_HOST_CLASS_HUB *hub, UINT port, UINT command, UINT function) in _ux_host_class_hub_feature() argument 106 transfer_request -> ux_transfer_request_value = function; in _ux_host_class_hub_feature()
|
/USBX-v6.2.1/common/core/src/ |
D | ux_dcd_sim_slave_function.c | 86 UINT _ux_dcd_sim_slave_function(UX_SLAVE_DCD *dcd, UINT function, VOID *parameter) in _ux_dcd_sim_slave_function() argument 110 switch(function) in _ux_dcd_sim_slave_function()
|
D | ux_hcd_sim_host_entry.c | 96 UINT _ux_hcd_sim_host_entry(UX_HCD *hcd, UINT function, VOID *parameter) in _ux_hcd_sim_host_entry() argument 120 switch(function) in _ux_hcd_sim_host_entry()
|
/USBX-v6.2.1/common/usbx_host_controllers/src/ |
D | ux_hcd_ohci_entry.c | 94 UINT _ux_hcd_ohci_entry(UX_HCD *hcd, UINT function, VOID *parameter) in _ux_hcd_ohci_entry() argument 118 switch(function) in _ux_hcd_ohci_entry()
|
D | ux_hcd_ehci_entry.c | 94 UINT _ux_hcd_ehci_entry(UX_HCD *hcd, UINT function, VOID *parameter) in _ux_hcd_ehci_entry() argument 118 switch(function) in _ux_hcd_ehci_entry()
|
/USBX-v6.2.1/cmake/ |
D | utilities.cmake | 2 function(add_azrtos_component_dir dirname)
|
/USBX-v6.2.1/common/core/inc/ |
D | ux_dcd_sim_slave.h | 155 UINT _ux_dcd_sim_slave_function(UX_SLAVE_DCD *dcd, UINT function, VOID *parameter);
|
D | ux_hcd_sim_host.h | 236 UINT _ux_hcd_sim_host_entry(UX_HCD *hcd, UINT function, VOID *parameter);
|
/USBX-v6.2.1/common/usbx_host_classes/inc/ |
D | ux_host_class_hub.h | 249 UINT _ux_host_class_hub_feature(UX_HOST_CLASS_HUB *hub, UINT port, UINT command, UINT function);
|
/USBX-v6.2.1/ |
D | README.md | 36 > When you see xx-xx-xxxx, 6.x or x.x in function header, this means the file is not officially rel… 50 /* This function is responsible for any low-level processor */ 70 /* _tx_initialize_kernel_enter ThreadX entry function */
|
/USBX-v6.2.1/common/usbx_host_controllers/inc/ |
D | ux_hcd_ohci.h | 387 UINT _ux_hcd_ohci_entry(UX_HCD *hcd, UINT function, VOID *parameter);
|
D | ux_hcd_ehci.h | 806 UINT _ux_hcd_ehci_entry(UX_HCD *hcd, UINT function, VOID *parameter);
|