Home
last modified time | relevance | path

Searched defs:addr (Results 1 – 25 of 27) sorted by relevance

12

/USBX-v6.2.1/test/cmake/usbx/samples/
Dfake.c3 UCHAR inpb(ULONG addr){return(0);} in inpb()
4 USHORT inpw(ULONG addr){return(0);} in inpw()
5 ULONG inpl(ULONG addr){return(0);} in inpl()
7 UCHAR outpb(ULONG addr, UCHAR b){return(b);} in outpb()
8 USHORT outpw(ULONG addr, USHORT w){return(w);} in outpw()
9 ULONG outpl(ULONG addr, ULONG l){return(l);} in outpl()
/USBX-v6.2.1/test/regression/
Dux_test_utility_sim.c2881 UCHAR inpb(ULONG addr) in inpb()
2889 USHORT inpw(ULONG addr) in inpw()
2899 ULONG inpl(ULONG addr) in inpl()
2911 static VOID _ux_test_sim_outp_log_save(ULONG addr, ULONG value) in _ux_test_sim_outp_log_save()
2936 ULONG ux_test_sim_outp_log_get(ULONG seq, ULONG *addr, ULONG *value) in ux_test_sim_outp_log_get()
2947 UCHAR outpb(ULONG addr, UCHAR b) in outpb()
2953 USHORT outpw(ULONG addr, USHORT w) in outpw()
2961 ULONG outpl(ULONG addr, ULONG l) in outpl()
Dusbx_ux_utility_pci_write_test.c334 ULONG addr, value; in ux_test_thread_simulation_0_entry() local
Dusbx_class_device_enumeration_test.c56 #define _ENDPOINT_DESCRIPTOR(addr, attr, pktsize, interval) \ argument
Dusbx_ux_host_stack_enum_wMaxPacketSize_test.c88 #define _ENDPOINT_DESCRIPTOR(addr,attr,mps,interval) \ argument
Dusbx_class_interface_enumeration_test.c56 #define _ENDPOINT_DESCRIPTOR(addr, attr, pktsize, interval) \ argument
Dusbx_class_multi_interface_enumeration_test.c56 #define _ENDPOINT_DESCRIPTOR(addr, attr, pktsize, interval) \ argument
Dusbx_ux_host_stack_transfer_request_abort_test.c57 #define _ENDPOINT_DESCRIPTOR(addr, attr, pktsize, interval) \ argument
Dusbx_msrc_81231_host_prolific_inst_free_tests.c91 #define _ENDPOINT_DESCRIPTOR(addr, attr, pktsize, interval) \ argument
Dusbx_msrc_81232_host_gser_inst_free_tests.c91 #define _ENDPOINT_DESCRIPTOR(addr, attr, pktsize, interval) \ argument
Dusbx_msrc_81233_host_swar_inst_free_tests.c91 #define _ENDPOINT_DESCRIPTOR(addr, attr, pktsize, interval) \ argument
Dusbx_msrc_81575_standalone_host_cdc_acm_allocated_enum_free_test.c87 #define _ENDPOINT_DESCRIPTOR(addr, attr, pktsize, interval) \ argument
Dusbx_msrc_81691_standalone_host_stack_enum_double_free_test.c87 #define _ENDPOINT_DESCRIPTOR(addr, attr, pktsize, interval) \ argument
Dusbx_msrc_81112_host_cdc_ecm_endpoints_get_tests.c91 #define _ENDPOINT_DESCRIPTOR(addr, attr, pktsize, interval) \ argument
Dusbx_msrc_81143_host_cdc_acm_endpoints_get_tests.c91 #define _ENDPOINT_DESCRIPTOR(addr, attr, pktsize, interval) \ argument
Dusbx_msrc_81230_host_asix_inst_free_tests.c91 #define _ENDPOINT_DESCRIPTOR(addr, attr, pktsize, interval) \ argument
Dusbx_msrc_81142_host_storage_endpoints_get_tests.c91 #define _ENDPOINT_DESCRIPTOR(addr, attr, pktsize, interval) \ argument
Dusbx_msrc_81572_standalone_host_printer_allocated_enum_free_test.c108 #define _ENDPOINT_DESCRIPTOR(addr, attr, pktsize, interval) \ argument
Dusbx_msrc_81574_standalone_host_hid_allocated_enum_free_test.c136 #define _ENDPOINT_DESCRIPTOR(addr, attr, pktsize, interval) \ argument
Dusbx_msrc_81573_standalone_host_hub_allocated_enum_free_test.c93 #define _ENDPOINT_DESCRIPTOR(addr, attr, pktsize, interval) \ argument
Dusbx_ux_host_class_printer_basic_tests.c106 #define _ENDPOINT_DESCRIPTOR(addr, attr, pktsize, interval) \ argument
Dusbx_class_printer_basic_tests.c108 #define _ENDPOINT_DESCRIPTOR(addr, attr, pktsize, interval) \ argument
Dusbx_class_printer_device_standalone_basic_tests.c104 #define _ENDPOINT_DESCRIPTOR(addr, attr, pktsize, interval) \ argument
Dusbx_uxe_device_video_test.c194 #define _ENDPOINT_DESCRIPTOR(addr,attr,pkt_siz,interval) … argument
Dusbx_ux_device_class_video_basic_tests.c175 #define _ENDPOINT_DESCRIPTOR(addr,attr,pkt_siz,interval) … argument

12