/trusted-firmware-a/drivers/brcm/emmc/ |
A D | emmc_csl_sdcard.c | 191 static int abort_err(struct sd_handle *handle) in abort_err() 398 int init_mmc_card(struct sd_handle *handle) in init_mmc_card() 500 int reset_card(struct sd_handle *handle) in reset_card() 520 static int xfer_data(struct sd_handle *handle, in xfer_data() 588 int read_block(struct sd_handle *handle, in read_block() 613 int read_block(struct sd_handle *handle, in read_block() 625 int write_block(struct sd_handle *handle, in write_block() 942 int reset_host_ctrl(struct sd_handle *handle) in reset_host_ctrl() 949 static void pstate_log(struct sd_handle *handle) in pstate_log() 968 uint32_t wait_for_event(struct sd_handle *handle, in wait_for_event() [all …]
|
A D | emmc_chal_sd.c | 193 struct sd_dev *handle; in chal_sd_init() local 300 struct sd_dev *handle; in chal_sd_set_speed() local 342 struct sd_dev *handle; in chal_sd_check_cap() local 360 struct sd_dev *handle; in chal_sd_start() local 391 struct sd_dev *handle; in chal_sd_get_atuo12_error() local 407 struct sd_dev *handle; in chal_sd_get_present_status() local 424 struct sd_dev *handle; in chal_sd_config_bus_width() local 464 struct sd_dev *handle; in chal_sd_set_dma() local 502 struct sd_dev *handle; in chal_sd_get_dma_addr() local 520 struct sd_dev *handle; in chal_sd_send_cmd() local [all …]
|
A D | emmc_csl_sdcmd.c | 19 int sd_cmd0(struct sd_handle *handle) in sd_cmd0() 57 int sd_cmd2(struct sd_handle *handle) in sd_cmd2() 68 int sd_cmd3(struct sd_handle *handle) in sd_cmd3() 92 int sd_cmd7(struct sd_handle *handle, uint32_t rca) in sd_cmd7() 312 int sd_cmd17(struct sd_handle *handle, in sd_cmd17() 366 int sd_cmd18(struct sd_handle *handle, in sd_cmd18() 457 int sd_cmd35(struct sd_handle *handle, uint32_t start) in sd_cmd35() 483 int sd_cmd36(struct sd_handle *handle, uint32_t end) in sd_cmd36() 509 int sd_cmd38(struct sd_handle *handle) in sd_cmd38() 537 int sd_cmd24(struct sd_handle *handle, in sd_cmd24() [all …]
|
/trusted-firmware-a/drivers/io/ |
A D | io_storage.c | 52 static bool is_valid_entity(const uintptr_t handle) in is_valid_entity() 84 static void set_handle(uintptr_t *handle, io_entity_t *entity) in set_handle() 162 uintptr_t *handle) in io_dev_open() 209 int io_open(uintptr_t dev_handle, const uintptr_t spec, uintptr_t *handle) in io_open() 235 int io_seek(uintptr_t handle, io_seek_mode_t mode, signed long long offset) in io_seek() 252 int io_size(uintptr_t handle, size_t *length) in io_size() 269 int io_read(uintptr_t handle, in io_read() 289 int io_write(uintptr_t handle, in io_write() 311 int io_close(uintptr_t handle) in io_close()
|
/trusted-firmware-a/drivers/st/usb/ |
A D | stm32mp1_usb.c | 245 static enum usb_status usb_dwc2_flush_rx_fifo(void *handle) in usb_dwc2_flush_rx_fifo() 267 static uint32_t usb_dwc2_read_int(void *handle) in usb_dwc2_read_int() 280 static uint32_t usb_dwc2_all_out_ep_int(void *handle) in usb_dwc2_all_out_ep_int() 294 static uint32_t usb_dwc2_all_in_ep_int(void *handle) in usb_dwc2_all_in_ep_int() 310 static uint32_t usb_dwc2_out_ep_int(void *handle, uint8_t epnum) in usb_dwc2_out_ep_int() 326 static uint32_t usb_dwc2_in_ep_int(void *handle, uint8_t epnum) in usb_dwc2_in_ep_int() 346 static uint32_t usb_dwc2_get_mode(void *handle) in usb_dwc2_get_mode() 358 static enum usb_status usb_dwc2_activate_setup(void *handle) in usb_dwc2_activate_setup() 381 static enum usb_status usb_dwc2_ep0_out_start(void *handle) in usb_dwc2_ep0_out_start() 672 static enum usb_status usb_dwc2_stop_device(void *handle) in usb_dwc2_stop_device() [all …]
|
/trusted-firmware-a/services/std_svc/trng/ |
A D | trng_main.c | 23 static uintptr_t trng_rnd32(uint32_t nbits, void *handle) in trng_rnd32() 59 static uintptr_t trng_rnd64(uint32_t nbits, void *handle) in trng_rnd64() 111 void *handle, u_register_t flags) in trng_smc_handler()
|
/trusted-firmware-a/services/spd/tspd/ |
A D | tspd_main.c | 60 uint64_t tspd_handle_sp_preemption(void *handle) in tspd_handle_sp_preemption() 110 void *handle, in tspd_sel1_interrupt_handler() 226 void *handle, in tspd_ns_interrupt_handler() 347 void *handle, in tspd_smc_handler()
|
/trusted-firmware-a/plat/mediatek/common/ |
A D | mtk_sip_svc.c | 31 void *handle, in mediatek_plat_sip_handler() 46 void *handle, in mediatek_sip_handler() 97 void *handle, in sip_smc_handler()
|
/trusted-firmware-a/plat/nxp/common/sip_svc/ |
A D | sip_svc.c | 32 void *handle, in nxp_plat_sip_handler() 67 void *handle, in nxp_sip_handler() 163 void *handle, in sip_smc_handler()
|
/trusted-firmware-a/plat/rockchip/common/ |
A D | rockchip_sip_svc.c | 29 void *handle, in rockchip_plat_sip_handler() 45 void *handle, in sip_smc_handler()
|
/trusted-firmware-a/plat/mediatek/common/custom/ |
A D | oem_svc.c | 43 void *handle, in oem_smc_handler() 60 void *handle, in oem_svc_smc_handler()
|
/trusted-firmware-a/bl1/ |
A D | bl1_fwu.c | 64 void *handle, in bl1_fwu_smc_handler() 504 void **handle, in bl1_fwu_image_execute() 553 void **handle, in bl1_fwu_image_resume() 619 static int bl1_fwu_sec_image_done(void **handle, unsigned int flags) in bl1_fwu_sec_image_done()
|
A D | bl1_main.c | 235 void *handle, in bl1_smc_handler() 277 void *handle, in bl1_smc_wrapper()
|
/trusted-firmware-a/services/std_svc/spmd/ |
A D | spmd_main.c | 180 void *handle, in spmd_secure_interrupt_handler() 413 void *handle) in spmd_smc_forward() 448 static uint64_t spmd_ffa_error_return(void *handle, int error_code) in spmd_ffa_error_return() 499 void *handle, in spmd_smc_handler()
|
/trusted-firmware-a/services/spd/tlkd/ |
A D | tlkd_main.c | 58 void *handle, in tlkd_interrupt_handler() 204 void *handle, in tlkd_smc_handler()
|
/trusted-firmware-a/services/std_svc/rmmd/ |
A D | rmmd_main.c | 197 void *handle) in rmmd_smc_forward() 220 void *handle, uint64_t flags) in rmmd_rmi_handler() 324 void *handle, uint64_t flags) in rmmd_gtsi_handler()
|
/trusted-firmware-a/plat/xilinx/zynqmp/pm_service/ |
A D | pm_svc_main.c | 108 static uint64_t ttc_fiq_handler(uint32_t id, uint32_t flags, void *handle, in ttc_fiq_handler() 142 void *handle, void *cookie) in zynqmp_sgi7_irq() 262 uint64_t x4, void *cookie, void *handle, uint64_t flags) in pm_smc_handler() 660 uint64_t x4, void *cookie, void *handle, uint64_t flags) in em_smc_handler()
|
/trusted-firmware-a/lib/extensions/ras/ |
A D | ras_common.c | 65 void *handle, uint64_t flags) in ras_ea_handler() 124 void *handle, void *cookie) in ras_interrupt_handler()
|
/trusted-firmware-a/plat/rockchip/px30/ |
A D | plat_sip_calls.c | 20 void *handle, in rockchip_plat_sip_handler()
|
/trusted-firmware-a/plat/rockchip/rk3288/ |
A D | plat_sip_calls.c | 20 void *handle, in rockchip_plat_sip_handler()
|
/trusted-firmware-a/plat/rockchip/rk3368/ |
A D | plat_sip_calls.c | 20 void *handle, in rockchip_plat_sip_handler()
|
/trusted-firmware-a/services/spd/opteed/ |
A D | opteed_main.c | 55 void *handle, in opteed_sel1_interrupt_handler() 197 void *handle, in opteed_smc_handler()
|
/trusted-firmware-a/plat/marvell/armada/a3k/common/ |
A D | a3700_ea.c | 36 void *handle, uint64_t flags) in plat_ea_handler()
|
/trusted-firmware-a/plat/imx/common/ |
A D | imx_sip_svc.c | 25 void *handle, in imx_sip_handler()
|
/trusted-firmware-a/lib/pmf/ |
A D | pmf_smc.c | 23 void *handle, in pmf_smc_handler()
|