/aosp_15_r20/external/trusty/arm-trusted-firmware/drivers/usb/ |
D | usb_device.c | 30 static enum usb_status usb_core_set_stall(struct usb_handle *pdev, uint8_t ep_addr) in usb_core_set_stall() 63 static void usb_core_get_desc(struct usb_handle *pdev, struct usb_setup_req *req) in usb_core_get_desc() 145 static void usb_core_set_config(struct usb_handle *pdev, struct usb_setup_req *req) in usb_core_set_config() 210 static void usb_core_get_status(struct usb_handle *pdev, in usb_core_get_status() 235 static void usb_core_set_address(struct usb_handle *pdev, in usb_core_set_address() 271 static enum usb_status usb_core_dev_req(struct usb_handle *pdev, in usb_core_dev_req() 311 static enum usb_status usb_core_itf_req(struct usb_handle *pdev, in usb_core_itf_req() 339 static enum usb_status usb_core_setup_stage(struct usb_handle *pdev, in usb_core_setup_stage() 382 static enum usb_status usb_core_data_out(struct usb_handle *pdev, uint8_t epnum, in usb_core_data_out() 421 static enum usb_status usb_core_data_in(struct usb_handle *pdev, uint8_t epnum, in usb_core_data_in() [all …]
|
/aosp_15_r20/external/arm-trusted-firmware/drivers/usb/ |
H A D | usb_device.c | 30 static enum usb_status usb_core_set_stall(struct usb_handle *pdev, uint8_t ep_addr) in usb_core_set_stall() 63 static void usb_core_get_desc(struct usb_handle *pdev, struct usb_setup_req *req) in usb_core_get_desc() 145 static void usb_core_set_config(struct usb_handle *pdev, struct usb_setup_req *req) in usb_core_set_config() 210 static void usb_core_get_status(struct usb_handle *pdev, in usb_core_get_status() 235 static void usb_core_set_address(struct usb_handle *pdev, in usb_core_set_address() 271 static enum usb_status usb_core_dev_req(struct usb_handle *pdev, in usb_core_dev_req() 311 static enum usb_status usb_core_itf_req(struct usb_handle *pdev, in usb_core_itf_req() 339 static enum usb_status usb_core_setup_stage(struct usb_handle *pdev, in usb_core_setup_stage() 382 static enum usb_status usb_core_data_out(struct usb_handle *pdev, uint8_t epnum, in usb_core_data_out() 421 static enum usb_status usb_core_data_in(struct usb_handle *pdev, uint8_t epnum, in usb_core_data_in() [all …]
|
/aosp_15_r20/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Middlewares/ST/STM32_USB_Device_Library/Core/Src/ |
H A D | usbd_core.c | 96 USBD_StatusTypeDef USBD_Init(USBD_HandleTypeDef *pdev, USBD_DescriptorsTypeDef *pdesc, uint8_t id) in USBD_Init() 132 USBD_StatusTypeDef USBD_DeInit(USBD_HandleTypeDef *pdev) in USBD_DeInit() 157 USBD_StatusTypeDef USBD_RegisterClass(USBD_HandleTypeDef *pdev, USBD_ClassTypeDef *pclass) in USBD_RegisterClass() 181 USBD_StatusTypeDef USBD_Start (USBD_HandleTypeDef *pdev) in USBD_Start() 196 USBD_StatusTypeDef USBD_Stop (USBD_HandleTypeDef *pdev) in USBD_Stop() 213 USBD_StatusTypeDef USBD_RunTestMode (USBD_HandleTypeDef *pdev) in USBD_RunTestMode() 227 USBD_StatusTypeDef USBD_SetClassConfig(USBD_HandleTypeDef *pdev, uint8_t cfgidx) in USBD_SetClassConfig() 249 USBD_StatusTypeDef USBD_ClrClassConfig(USBD_HandleTypeDef *pdev, uint8_t cfgidx) in USBD_ClrClassConfig() 263 USBD_StatusTypeDef USBD_LL_SetupStage(USBD_HandleTypeDef *pdev, uint8_t *psetup) in USBD_LL_SetupStage() 299 USBD_StatusTypeDef USBD_LL_DataOutStage(USBD_HandleTypeDef *pdev , uint8_t epnum, uint8_t *pdata) in USBD_LL_DataOutStage() [all …]
|
H A D | usbd_ctlreq.c | 119 USBD_StatusTypeDef USBD_StdDevReq (USBD_HandleTypeDef *pdev , USBD_SetupReqTypedef *req) in USBD_StdDevReq() 170 USBD_StatusTypeDef USBD_StdItfReq (USBD_HandleTypeDef *pdev , USBD_SetupReqTypedef *req) in USBD_StdItfReq() 207 USBD_StatusTypeDef USBD_StdEPReq (USBD_HandleTypeDef *pdev , USBD_SetupReqTypedef *req) in USBD_StdEPReq() 331 static void USBD_GetDescriptor(USBD_HandleTypeDef *pdev , in USBD_GetDescriptor() 449 static void USBD_SetAddress(USBD_HandleTypeDef *pdev , in USBD_SetAddress() 491 static void USBD_SetConfig(USBD_HandleTypeDef *pdev , in USBD_SetConfig() 568 static void USBD_GetConfig(USBD_HandleTypeDef *pdev , in USBD_GetConfig() 608 static void USBD_GetStatus(USBD_HandleTypeDef *pdev , in USBD_GetStatus() 648 static void USBD_SetFeature(USBD_HandleTypeDef *pdev , in USBD_SetFeature() 669 static void USBD_ClrFeature(USBD_HandleTypeDef *pdev , in USBD_ClrFeature() [all …]
|
H A D | usbd_ioreq.c | 95 USBD_StatusTypeDef USBD_CtlSendData (USBD_HandleTypeDef *pdev, in USBD_CtlSendData() 117 USBD_StatusTypeDef USBD_CtlContinueSendData (USBD_HandleTypeDef *pdev, in USBD_CtlContinueSendData() 135 USBD_StatusTypeDef USBD_CtlPrepareRx (USBD_HandleTypeDef *pdev, in USBD_CtlPrepareRx() 160 USBD_StatusTypeDef USBD_CtlContinueRx (USBD_HandleTypeDef *pdev, in USBD_CtlContinueRx() 177 USBD_StatusTypeDef USBD_CtlSendStatus (USBD_HandleTypeDef *pdev) in USBD_CtlSendStatus() 195 USBD_StatusTypeDef USBD_CtlReceiveStatus (USBD_HandleTypeDef *pdev) in USBD_CtlReceiveStatus() 217 uint16_t USBD_GetRxCount (USBD_HandleTypeDef *pdev , uint8_t ep_addr) in USBD_GetRxCount()
|
/aosp_15_r20/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Middlewares/ST/STM32_USB_Device_Library/Core/Src/ |
H A D | usbd_core.c | 96 USBD_StatusTypeDef USBD_Init(USBD_HandleTypeDef *pdev, USBD_DescriptorsTypeDef *pdesc, uint8_t id) in USBD_Init() 132 USBD_StatusTypeDef USBD_DeInit(USBD_HandleTypeDef *pdev) in USBD_DeInit() 157 USBD_StatusTypeDef USBD_RegisterClass(USBD_HandleTypeDef *pdev, USBD_ClassTypeDef *pclass) in USBD_RegisterClass() 181 USBD_StatusTypeDef USBD_Start (USBD_HandleTypeDef *pdev) in USBD_Start() 196 USBD_StatusTypeDef USBD_Stop (USBD_HandleTypeDef *pdev) in USBD_Stop() 213 USBD_StatusTypeDef USBD_RunTestMode (USBD_HandleTypeDef *pdev) in USBD_RunTestMode() 227 USBD_StatusTypeDef USBD_SetClassConfig(USBD_HandleTypeDef *pdev, uint8_t cfgidx) in USBD_SetClassConfig() 249 USBD_StatusTypeDef USBD_ClrClassConfig(USBD_HandleTypeDef *pdev, uint8_t cfgidx) in USBD_ClrClassConfig() 263 USBD_StatusTypeDef USBD_LL_SetupStage(USBD_HandleTypeDef *pdev, uint8_t *psetup) in USBD_LL_SetupStage() 299 USBD_StatusTypeDef USBD_LL_DataOutStage(USBD_HandleTypeDef *pdev , uint8_t epnum, uint8_t *pdata) in USBD_LL_DataOutStage() [all …]
|
H A D | usbd_ctlreq.c | 119 USBD_StatusTypeDef USBD_StdDevReq (USBD_HandleTypeDef *pdev , USBD_SetupReqTypedef *req) in USBD_StdDevReq() 170 USBD_StatusTypeDef USBD_StdItfReq (USBD_HandleTypeDef *pdev , USBD_SetupReqTypedef *req) in USBD_StdItfReq() 207 USBD_StatusTypeDef USBD_StdEPReq (USBD_HandleTypeDef *pdev , USBD_SetupReqTypedef *req) in USBD_StdEPReq() 331 static void USBD_GetDescriptor(USBD_HandleTypeDef *pdev , in USBD_GetDescriptor() 449 static void USBD_SetAddress(USBD_HandleTypeDef *pdev , in USBD_SetAddress() 491 static void USBD_SetConfig(USBD_HandleTypeDef *pdev , in USBD_SetConfig() 568 static void USBD_GetConfig(USBD_HandleTypeDef *pdev , in USBD_GetConfig() 608 static void USBD_GetStatus(USBD_HandleTypeDef *pdev , in USBD_GetStatus() 648 static void USBD_SetFeature(USBD_HandleTypeDef *pdev , in USBD_SetFeature() 669 static void USBD_ClrFeature(USBD_HandleTypeDef *pdev , in USBD_ClrFeature() [all …]
|
H A D | usbd_ioreq.c | 95 USBD_StatusTypeDef USBD_CtlSendData (USBD_HandleTypeDef *pdev, in USBD_CtlSendData() 117 USBD_StatusTypeDef USBD_CtlContinueSendData (USBD_HandleTypeDef *pdev, in USBD_CtlContinueSendData() 135 USBD_StatusTypeDef USBD_CtlPrepareRx (USBD_HandleTypeDef *pdev, in USBD_CtlPrepareRx() 160 USBD_StatusTypeDef USBD_CtlContinueRx (USBD_HandleTypeDef *pdev, in USBD_CtlContinueRx() 177 USBD_StatusTypeDef USBD_CtlSendStatus (USBD_HandleTypeDef *pdev) in USBD_CtlSendStatus() 195 USBD_StatusTypeDef USBD_CtlReceiveStatus (USBD_HandleTypeDef *pdev) in USBD_CtlReceiveStatus() 217 uint16_t USBD_GetRxCount (USBD_HandleTypeDef *pdev , uint8_t ep_addr) in USBD_GetRxCount()
|
/aosp_15_r20/external/mesa3d/src/amd/vulkan/ |
H A D | radv_image.c | 40 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_choose_tiling() local 73 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_use_tc_compat_htile_for_image() local 126 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_surface_has_scanout() local 141 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_image_use_fast_clear_for_image_early() local 162 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_image_use_fast_clear_for_image() local 177 radv_are_formats_dcc_compatible(const struct radv_physical_device *pdev, const void *pNext, VkForma… in radv_are_formats_dcc_compatible() 246 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_use_dcc_for_image_early() local 340 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_image_use_dcc_image_stores() local 358 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_use_fmask_for_image() local 375 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_use_htile_for_image() local [all …]
|
H A D | radv_physical_device.c | 55 radv_perf_query_supported(const struct radv_physical_device *pdev) in radv_perf_query_supported() 65 radv_taskmesh_enabled(const struct radv_physical_device *pdev) in radv_taskmesh_enabled() 77 radv_transfer_queue_enabled(const struct radv_physical_device *pdev) in radv_transfer_queue_enabled() 90 radv_vrs_attachment_enabled(const struct radv_physical_device *pdev) in radv_vrs_attachment_enabled() 97 radv_calibrated_timestamps_enabled(const struct radv_physical_device *pdev) in radv_calibrated_timestamps_enabled() 103 radv_filter_minmax_enabled(const struct radv_physical_device *pdev) in radv_filter_minmax_enabled() 112 radv_enable_rt(const struct radv_physical_device *pdev, bool rt_pipelines) in radv_enable_rt() 124 radv_emulate_rt(const struct radv_physical_device *pdev) in radv_emulate_rt() 131 radv_is_conformant(const struct radv_physical_device *pdev) in radv_is_conformant() 149 radv_physical_device_init_cache_key(struct radv_physical_device *pdev) in radv_physical_device_init_cache_key() [all …]
|
H A D | radv_video_enc.c | 113 radv_probe_video_encode(struct radv_physical_device *pdev) in radv_probe_video_encode() 149 radv_init_physical_device_encoder(struct radv_physical_device *pdev) in radv_init_physical_device_encoder() 422 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_enc_session_info() local 441 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_enc_task_info() local 458 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_enc_session_init() local 493 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_enc_layer_control() local 506 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_enc_layer_select() local 518 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_enc_slice_control() local 536 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_enc_spec_misc_h264() local 567 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_enc_spec_misc_hevc() local [all …]
|
H A D | radv_cmd_buffer.c | 65 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_bind_dynamic_state() local 274 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_cmd_buffer_uses_mec() local 369 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_create_cmd_buffer() local 557 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_cmd_buffer_upload_alloc_aligned() local 666 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_gang_cache_flush() local 714 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_flush_gang_semaphore() local 830 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_cmd_buffer_after_draw() local 864 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_save_pipeline() local 1185 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_emit_sample_locations() local 1267 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_gfx10_compute_bin_size() local [all …]
|
H A D | radv_device.c | 97 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_GetMemoryHostPointerPropertiesEXT() local 186 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_device_init_vs_prologs() local 524 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_device_init_perf_counter() local 583 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_device_init_rgp() local 628 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_device_init_rmv() local 644 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_device_init_trap_handler() local 665 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_device_init_device_fault_detection() local 698 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_device_init_tools() local 762 init_dispatch_tables(struct radv_device *device, struct radv_physical_device *pdev) in init_dispatch_tables() 810 const struct radv_physical_device *pdev = radv_device_physical(device); in capture_trace() local [all …]
|
H A D | radv_formats.c | 55 radv_translate_tex_dataformat(const struct radv_physical_device *pdev, const struct util_format_des… in radv_translate_tex_dataformat() 81 radv_is_sampler_format_supported(const struct radv_physical_device *pdev, VkFormat format, bool *li… in radv_is_sampler_format_supported() 109 radv_is_storage_image_format_supported(const struct radv_physical_device *pdev, VkFormat format) in radv_is_storage_image_format_supported() 223 radv_is_colorbuffer_format_blendable(const struct radv_physical_device *pdev, VkFormat format) in radv_is_colorbuffer_format_blendable() 239 radv_is_colorbuffer_format_supported(const struct radv_physical_device *pdev, VkFormat format) in radv_is_colorbuffer_format_supported() 255 radv_is_filter_minmax_format_supported(const struct radv_physical_device *pdev, VkFormat format) in radv_is_filter_minmax_format_supported() 261 radv_is_format_emulated(const struct radv_physical_device *pdev, VkFormat format) in radv_is_format_emulated() 273 radv_physical_device_get_format_properties(struct radv_physical_device *pdev, VkFormat format, in radv_physical_device_get_format_properties() 607 radv_get_modifier_flags(struct radv_physical_device *pdev, VkFormat format, uint64_t modifier, in radv_get_modifier_flags() 644 radv_list_drm_format_modifiers(struct radv_physical_device *pdev, VkFormat format, in radv_list_drm_format_modifiers() [all …]
|
H A D | radv_shader.c | 51 get_nir_options_for_stage(struct radv_physical_device *pdev, gl_shader_stage stage) in get_nir_options_for_stage() 72 radv_get_nir_options(struct radv_physical_device *pdev) in radv_get_nir_options() 101 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_can_dump_shader() local 116 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_can_dump_shader_stats() local 253 const struct radv_physical_device *pdev = radv_device_physical(debug_data->device); in radv_spirv_nir_debug() local 272 const struct radv_physical_device *pdev = radv_device_physical(debug_data->device); in radv_compiler_debug() local 307 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_shader_spirv_to_nir() local 648 radv_consider_culling(const struct radv_physical_device *pdev, struct nir_shader *nir, uint64_t ps_… in radv_consider_culling() 711 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_lower_ngg() local 870 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_create_shader_arena() local [all …]
|
H A D | radv_video.c | 39 radv_enable_tier2(struct radv_physical_device *pdev) in radv_enable_tier2() 49 radv_video_get_db_alignment(struct radv_physical_device *pdev, int width, bool is_h265_main_10_or_a… in radv_video_get_db_alignment() 106 struct radv_physical_device *pdev = radv_device_physical(device); in radv_vcn_write_event() local 152 radv_vid_alloc_stream_handle(struct radv_physical_device *pdev) in radv_vid_alloc_stream_handle() 161 init_uvd_decoder(struct radv_physical_device *pdev) in init_uvd_decoder() 177 init_vcn_decoder(struct radv_physical_device *pdev) in init_vcn_decoder() 227 radv_init_physical_device_decoder(struct radv_physical_device *pdev) in radv_init_physical_device_decoder() 251 radv_probe_video_decode(struct radv_physical_device *pdev) in radv_probe_video_decode() 355 const struct radv_physical_device *pdev = radv_device_physical(device); in calc_ctx_size_av1() local 379 struct radv_physical_device *pdev = radv_device_physical(device); in radv_CreateVideoSessionKHR() local [all …]
|
H A D | radv_queue.c | 122 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_sparse_image_bind_memory() local 237 radv_set_ring_buffer(const struct radv_physical_device *pdev, struct radeon_winsys_bo *bo, uint32_t… in radv_set_ring_buffer() 271 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_fill_shader_rings() local 365 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_emit_gs_ring_sizes() local 390 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_emit_tess_factor_ring() local 429 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_initialise_task_control_buffer() local 481 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_emit_graphics_scratch() local 509 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_emit_compute_scratch() local 564 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_emit_graphics_shader_pointers() local 617 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_emit_attribute_ring() local [all …]
|
H A D | radv_shader_info.c | 401 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_get_wave_size() local 431 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_compute_esgs_itemsize() local 541 const struct radv_physical_device *pdev = radv_device_physical(device); in gather_shader_info_tcs() local 615 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_init_legacy_gs_ring_info() local 647 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_get_legacy_gs_info() local 748 const struct radv_physical_device *pdev = radv_device_physical(device); in gather_shader_info_gs() local 833 const struct radv_physical_device *pdev = radv_device_physical(device); in calc_mesh_workgroup_size() local 852 const struct radv_physical_device *pdev = radv_device_physical(device); in gather_shader_info_fs() local 969 const struct radv_physical_device *pdev = radv_device_physical(device); in gather_shader_info_cs() local 1033 const struct radv_physical_device *pdev = radv_device_physical(device); in radv_get_user_data_0() local [all …]
|
/aosp_15_r20/device/google/contexthub/firmware/os/platform/stm32/ |
D | i2c.c | 252 static inline void stmI2cAckEnable(struct StmI2cDev *pdev) in stmI2cAckEnable() 257 static inline void stmI2cAckDisable(struct StmI2cDev *pdev) in stmI2cAckDisable() 262 static inline void stmI2cDmaEnable(struct StmI2cDev *pdev) in stmI2cDmaEnable() 267 static inline void stmI2cDmaDisable(struct StmI2cDev *pdev) in stmI2cDmaDisable() 272 static inline void stmI2cStopEnable(struct StmI2cDev *pdev) in stmI2cStopEnable() 281 static inline void stmI2cStartEnable(struct StmI2cDev *pdev) in stmI2cStartEnable() 290 static inline void stmI2cIrqEnable(struct StmI2cDev *pdev, in stmI2cIrqEnable() 296 static inline void stmI2cIrqDisable(struct StmI2cDev *pdev, in stmI2cIrqDisable() 302 static inline void stmI2cEnable(struct StmI2cDev *pdev) in stmI2cEnable() 307 static inline void stmI2cDisable(struct StmI2cDev *pdev) in stmI2cDisable() [all …]
|
D | spi.c | 128 static inline void stmSpiDataPullMode(struct StmSpiDev *pdev, enum StmGpioSpeed dataSpeed, enum Gpi… in stmSpiDataPullMode() 134 static inline void stmSpiSckPullMode(struct StmSpiDev *pdev, enum StmGpioSpeed sckSpeed, enum GpioP… in stmSpiSckPullMode() 139 static inline void stmSpiStartDma(struct StmSpiDev *pdev, in stmSpiStartDma() 166 static inline int stmSpiEnable(struct StmSpiDev *pdev, in stmSpiEnable() 232 struct StmSpiDev *pdev = dev->pdata; in stmSpiMasterStartSync() local 253 struct StmSpiDev *pdev = dev->pdata; in stmSpiSlaveStartSync() local 266 static inline bool stmSpiIsMaster(struct StmSpiDev *pdev) in stmSpiIsMaster() 272 static void stmSpiDone(struct StmSpiDev *pdev, int err) in stmSpiDone() 295 struct StmSpiDev *pdev = cookie; in stmSpiRxDone() local 310 struct StmSpiDev *pdev = cookie; in stmSpiTxDone() local [all …]
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/st/common/ |
D | usb_dfu.c | 64 static uint8_t usb_dfu_init(struct usb_handle *pdev, uint8_t cfgidx) in usb_dfu_init() 80 static uint8_t usb_dfu_de_init(struct usb_handle *pdev, uint8_t cfgidx) in usb_dfu_de_init() 96 static uint8_t usb_dfu_data_in(struct usb_handle *pdev, uint8_t epnum) in usb_dfu_data_in() 110 static uint8_t usb_dfu_ep0_rx_ready(struct usb_handle *pdev) in usb_dfu_ep0_rx_ready() 123 static uint8_t usb_dfu_ep0_tx_ready(struct usb_handle *pdev) in usb_dfu_ep0_tx_ready() 136 static uint8_t usb_dfu_sof(struct usb_handle *pdev) in usb_dfu_sof() 150 static uint8_t usb_dfu_iso_in_incomplete(struct usb_handle *pdev, uint8_t epnum) in usb_dfu_iso_in_incomplete() 165 static uint8_t usb_dfu_iso_out_incomplete(struct usb_handle *pdev, in usb_dfu_iso_out_incomplete() 181 static uint8_t usb_dfu_data_out(struct usb_handle *pdev, uint8_t epnum) in usb_dfu_data_out() 195 static void usb_dfu_detach(struct usb_handle *pdev, struct usb_setup_req *req) in usb_dfu_detach() [all …]
|
/aosp_15_r20/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Src/ |
H A D | usbd_conf.c | 342 USBD_StatusTypeDef USBD_LL_Init(USBD_HandleTypeDef *pdev) in USBD_LL_Init() 379 USBD_StatusTypeDef USBD_LL_DeInit(USBD_HandleTypeDef *pdev) in USBD_LL_DeInit() 411 USBD_StatusTypeDef USBD_LL_Start(USBD_HandleTypeDef *pdev) in USBD_LL_Start() 443 USBD_StatusTypeDef USBD_LL_Stop(USBD_HandleTypeDef *pdev) in USBD_LL_Stop() 478 USBD_StatusTypeDef USBD_LL_OpenEP(USBD_HandleTypeDef *pdev, uint8_t ep_addr, uint8_t ep_type, uint1… in USBD_LL_OpenEP() 511 USBD_StatusTypeDef USBD_LL_CloseEP(USBD_HandleTypeDef *pdev, uint8_t ep_addr) in USBD_LL_CloseEP() 544 USBD_StatusTypeDef USBD_LL_FlushEP(USBD_HandleTypeDef *pdev, uint8_t ep_addr) in USBD_LL_FlushEP() 577 USBD_StatusTypeDef USBD_LL_StallEP(USBD_HandleTypeDef *pdev, uint8_t ep_addr) in USBD_LL_StallEP() 610 USBD_StatusTypeDef USBD_LL_ClearStallEP(USBD_HandleTypeDef *pdev, uint8_t ep_addr) in USBD_LL_ClearStallEP() 643 uint8_t USBD_LL_IsStallEP(USBD_HandleTypeDef *pdev, uint8_t ep_addr) in USBD_LL_IsStallEP() [all …]
|
/aosp_15_r20/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Src/ |
H A D | usbd_conf.c | 342 USBD_StatusTypeDef USBD_LL_Init(USBD_HandleTypeDef *pdev) in USBD_LL_Init() 379 USBD_StatusTypeDef USBD_LL_DeInit(USBD_HandleTypeDef *pdev) in USBD_LL_DeInit() 411 USBD_StatusTypeDef USBD_LL_Start(USBD_HandleTypeDef *pdev) in USBD_LL_Start() 443 USBD_StatusTypeDef USBD_LL_Stop(USBD_HandleTypeDef *pdev) in USBD_LL_Stop() 478 USBD_StatusTypeDef USBD_LL_OpenEP(USBD_HandleTypeDef *pdev, uint8_t ep_addr, uint8_t ep_type, uint1… in USBD_LL_OpenEP() 511 USBD_StatusTypeDef USBD_LL_CloseEP(USBD_HandleTypeDef *pdev, uint8_t ep_addr) in USBD_LL_CloseEP() 544 USBD_StatusTypeDef USBD_LL_FlushEP(USBD_HandleTypeDef *pdev, uint8_t ep_addr) in USBD_LL_FlushEP() 577 USBD_StatusTypeDef USBD_LL_StallEP(USBD_HandleTypeDef *pdev, uint8_t ep_addr) in USBD_LL_StallEP() 610 USBD_StatusTypeDef USBD_LL_ClearStallEP(USBD_HandleTypeDef *pdev, uint8_t ep_addr) in USBD_LL_ClearStallEP() 643 uint8_t USBD_LL_IsStallEP(USBD_HandleTypeDef *pdev, uint8_t ep_addr) in USBD_LL_IsStallEP() [all …]
|
/aosp_15_r20/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Src/ |
H A D | usbd_cdc.c | 475 static uint8_t USBD_CDC_Init (USBD_HandleTypeDef *pdev, in USBD_CDC_Init() 563 static uint8_t USBD_CDC_DeInit (USBD_HandleTypeDef *pdev, in USBD_CDC_DeInit() 599 static uint8_t USBD_CDC_Setup (USBD_HandleTypeDef *pdev, in USBD_CDC_Setup() 664 static uint8_t USBD_CDC_DataIn (USBD_HandleTypeDef *pdev, uint8_t epnum) in USBD_CDC_DataIn() 688 static uint8_t USBD_CDC_DataOut (USBD_HandleTypeDef *pdev, uint8_t epnum) in USBD_CDC_DataOut() 718 static uint8_t USBD_CDC_EP0_RxReady (USBD_HandleTypeDef *pdev) in USBD_CDC_EP0_RxReady() 790 uint8_t USBD_CDC_RegisterInterface (USBD_HandleTypeDef *pdev, in USBD_CDC_RegisterInterface() 810 uint8_t USBD_CDC_SetTxBuffer (USBD_HandleTypeDef *pdev, in USBD_CDC_SetTxBuffer() 829 uint8_t USBD_CDC_SetRxBuffer (USBD_HandleTypeDef *pdev, in USBD_CDC_SetRxBuffer() 846 uint8_t USBD_CDC_TransmitPacket(USBD_HandleTypeDef *pdev) in USBD_CDC_TransmitPacket() [all …]
|
/aosp_15_r20/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Src/ |
H A D | usbd_cdc.c | 475 static uint8_t USBD_CDC_Init (USBD_HandleTypeDef *pdev, in USBD_CDC_Init() 563 static uint8_t USBD_CDC_DeInit (USBD_HandleTypeDef *pdev, in USBD_CDC_DeInit() 599 static uint8_t USBD_CDC_Setup (USBD_HandleTypeDef *pdev, in USBD_CDC_Setup() 664 static uint8_t USBD_CDC_DataIn (USBD_HandleTypeDef *pdev, uint8_t epnum) in USBD_CDC_DataIn() 688 static uint8_t USBD_CDC_DataOut (USBD_HandleTypeDef *pdev, uint8_t epnum) in USBD_CDC_DataOut() 718 static uint8_t USBD_CDC_EP0_RxReady (USBD_HandleTypeDef *pdev) in USBD_CDC_EP0_RxReady() 790 uint8_t USBD_CDC_RegisterInterface (USBD_HandleTypeDef *pdev, in USBD_CDC_RegisterInterface() 810 uint8_t USBD_CDC_SetTxBuffer (USBD_HandleTypeDef *pdev, in USBD_CDC_SetTxBuffer() 829 uint8_t USBD_CDC_SetRxBuffer (USBD_HandleTypeDef *pdev, in USBD_CDC_SetRxBuffer() 846 uint8_t USBD_CDC_TransmitPacket(USBD_HandleTypeDef *pdev) in USBD_CDC_TransmitPacket() [all …]
|