Home
last modified time | relevance | path

Searched defs:handle (Results 1 – 25 of 121) sorted by relevance

12345

/trusted-firmware-a-latest/drivers/brcm/emmc/
Demmc_csl_sdcard.c57 int set_boot_config(struct sd_handle *handle, uint32_t config) in set_boot_config()
62 void process_csd_mmc_speed(struct sd_handle *handle, uint32_t csd_mmc_speed) in process_csd_mmc_speed()
122 int set_card_data_width(struct sd_handle *handle, int width) in set_card_data_width()
191 static int abort_err(struct sd_handle *handle) in abort_err()
253 int process_data_xfer(struct sd_handle *handle, uint8_t *buffer, uint32_t addr, in process_data_xfer()
314 int select_blk_sz(struct sd_handle *handle, uint16_t size) in select_blk_sz()
326 int init_card(struct sd_handle *handle, int detection) in init_card()
398 int init_mmc_card(struct sd_handle *handle) in init_mmc_card()
501 int reset_card(struct sd_handle *handle) in reset_card()
521 static int xfer_data(struct sd_handle *handle, in xfer_data()
[all …]
Demmc_chal_sd.c78 static int32_t chal_sd_set_power(struct sd_dev *handle, in chal_sd_set_power()
159 static void chal_sd_set_dma_boundary(struct sd_dev *handle, uint32_t boundary) in chal_sd_set_dma_boundary()
169 static int32_t chal_sd_setup_handler(struct sd_dev *handle, uint32_t sdBase, in chal_sd_setup_handler()
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
[all …]
Demmc_csl_sdcmd.c19 int sd_cmd0(struct sd_handle *handle) in sd_cmd0()
35 int sd_cmd1(struct sd_handle *handle, uint32_t ocr, uint32_t *ocr_output) in sd_cmd1()
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()
127 int mmc_cmd8(struct sd_handle *handle, uint8_t *extCsdReg) in mmc_cmd8()
150 int sd_cmd9(struct sd_handle *handle, struct sd_card_data *card) in sd_cmd9()
244 int sd_cmd13(struct sd_handle *handle, uint32_t *status) in sd_cmd13()
266 int sd_cmd16(struct sd_handle *handle, uint32_t length) in sd_cmd16()
312 int sd_cmd17(struct sd_handle *handle, in sd_cmd17()
[all …]
/trusted-firmware-a-latest/drivers/io/
Dio_storage.c52 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-latest/drivers/st/usb/
Dstm32mp1_usb.c223 static enum usb_status usb_dwc2_flush_tx_fifo(void *handle, uint32_t num) in usb_dwc2_flush_tx_fifo()
246 static enum usb_status usb_dwc2_flush_rx_fifo(void *handle) in usb_dwc2_flush_rx_fifo()
268 static uint32_t usb_dwc2_read_int(void *handle) in usb_dwc2_read_int()
281 static uint32_t usb_dwc2_all_out_ep_int(void *handle) in usb_dwc2_all_out_ep_int()
295 static uint32_t usb_dwc2_all_in_ep_int(void *handle) in usb_dwc2_all_in_ep_int()
311 static uint32_t usb_dwc2_out_ep_int(void *handle, uint8_t epnum) in usb_dwc2_out_ep_int()
327 static uint32_t usb_dwc2_in_ep_int(void *handle, uint8_t epnum) in usb_dwc2_in_ep_int()
347 static uint32_t usb_dwc2_get_mode(void *handle) in usb_dwc2_get_mode()
359 static enum usb_status usb_dwc2_activate_setup(void *handle) in usb_dwc2_activate_setup()
382 static enum usb_status usb_dwc2_ep0_out_start(void *handle) in usb_dwc2_ep0_out_start()
[all …]
/trusted-firmware-a-latest/services/std_svc/trng/
Dtrng_main.c23 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-latest/plat/xilinx/common/pm_service/
Dpm_svc_main.c51 static uint64_t ipi_fiq_handler(uint32_t id, uint32_t flags, void *handle, in ipi_fiq_handler()
175 void *handle, uint32_t security_flag) in eemi_for_compatibility()
244 void *handle, uint32_t security_flag) in eemi_psci_debugfs_handler()
292 void *handle, uint32_t security_flag) in TF_A_specific_handler()
350 void *handle, uint32_t security_flag) in eemi_handler()
399 uint64_t x4, const void *cookie, void *handle, uint64_t flags) in pm_smc_handler()
/trusted-firmware-a-latest/services/spd/tspd/
Dtspd_main.c60 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-latest/services/spd/pncd/
Dpncd_main.c65 void *handle; in context_restore() local
176 void *handle, in pncd_sel1_interrupt_handler()
289 void *handle, in plat_pncd_smc_handler()
318 void *handle, in pncd_smc_handler_unsafe()
439 void *handle, in pncd_smc_handler()
/trusted-firmware-a-latest/plat/mediatek/common/
Dmtk_sip_svc.c31 void *handle, in mediatek_plat_sip_handler()
46 void *handle, in mediatek_sip_handler()
97 void *handle, in sip_smc_handler()
Dmtk_smc_handlers.c145 void *handle, in mtk_smc_handler_sel1()
167 void *handle, in mtk_smc_handler_bl33()
190 void *handle, in mtk_smc_handler_nsel1()
212 void *handle, in mtk_smc_handler()
/trusted-firmware-a-latest/services/std_svc/spm/el3_spmc/
Dspmc_main.c137 uint64_t spmc_ffa_error_return(void *handle, int error_code) in spmc_ffa_error_return()
205 void *handle, in spmc_smc_return()
292 void *handle) in direct_msg_validate_lp_resp()
331 void *handle, in direct_req_smc_handler()
425 void *handle, in direct_resp_smc_handler()
513 void *handle, in msg_wait_handler()
585 void *handle, in ffa_error_handler()
627 void *handle, in ffa_version_handler()
680 void *handle, in rxtx_map_handler()
787 void *handle, in rxtx_unmap_handler()
[all …]
/trusted-firmware-a-latest/bl32/tsp/
Dffa_helpers.c61 uint64_t handle, uint64_t tag, ffa_endpoint_id16_t *receivers, in ffa_memory_region_init_header()
95 struct ffa_mtd *memory_region, uint64_t handle, in ffa_memory_retrieve_request_init()
134 smc_args_t ffa_mem_frag_rx(uint64_t handle, uint32_t recv_length) in ffa_mem_frag_rx()
145 uint64_t handle, ffa_endpoint_id16_t sender, in memory_retrieve()
229 bool memory_relinquish(struct ffa_mem_relinquish_descriptor *m, uint64_t handle, in memory_relinquish()
/trusted-firmware-a-latest/plat/nxp/common/sip_svc/
Dsip_svc.c32 void *handle, in nxp_plat_sip_handler()
67 void *handle, in nxp_sip_handler()
163 void *handle, in sip_smc_handler()
/trusted-firmware-a-latest/services/std_svc/spmd/
Dspmd_main.c215 void *handle, in spmd_secure_interrupt_handler()
273 void *handle, in spmd_group0_interrupt_handler_nwd()
309 static uint64_t spmd_handle_group0_intr_swd(void *handle) in spmd_handle_group0_intr_swd()
670 void *handle) in spmd_smc_switch_state()
742 void *handle, in spmd_smc_forward()
757 uint64_t spmd_ffa_error_return(void *handle, int error_code) in spmd_ffa_error_return()
812 void *handle, in spmd_ffa_smc_handler()
841 void *handle, in spmd_smc_handler()
/trusted-firmware-a-latest/plat/rockchip/common/
Drockchip_sip_svc.c29 void *handle, in rockchip_plat_sip_handler()
45 void *handle, in sip_smc_handler()
/trusted-firmware-a-latest/include/lib/psa/psa/
Dclient.h40 #define PSA_HANDLE_IS_VALID(handle) ((psa_handle_t)(handle) > 0) argument
45 #define PSA_HANDLE_TO_ERROR(handle) ((psa_status_t)(handle)) argument
/trusted-firmware-a-latest/bl1/
Dbl1_fwu.c64 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()
/trusted-firmware-a-latest/services/spd/tlkd/
Dtlkd_main.c58 void *handle, in tlkd_interrupt_handler()
204 void *handle, in tlkd_smc_handler()
/trusted-firmware-a-latest/plat/mediatek/drivers/dfd/
Ddfd.c15 void *handle, struct smccc_res *smccc_ret) in dfd_smc_dispatcher()
/trusted-firmware-a-latest/plat/marvell/armada/a3k/common/
Da3700_ea.c24 void *handle, uint64_t flags) in plat_ea_handler()
/trusted-firmware-a-latest/plat/rockchip/px30/
Dplat_sip_calls.c20 void *handle, in rockchip_plat_sip_handler()
/trusted-firmware-a-latest/plat/rockchip/rk3288/
Dplat_sip_calls.c20 void *handle, in rockchip_plat_sip_handler()
/trusted-firmware-a-latest/plat/rockchip/rk3368/
Dplat_sip_calls.c20 void *handle, in rockchip_plat_sip_handler()
/trusted-firmware-a-latest/lib/extensions/ras/
Dras_common.c65 void *handle, uint64_t flags) in ras_ea_handler()
124 void *handle, void *cookie) in ras_interrupt_handler()

12345