Lines Matching defs:handle
57 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()
565 int erase_card(struct sd_handle *handle, uint32_t addr, uint32_t blocks) in erase_card()
589 int read_block(struct sd_handle *handle, in read_block()
614 int read_block(struct sd_handle *handle, in read_block()
626 int write_block(struct sd_handle *handle, in write_block()
654 int write_buffer(struct sd_handle *handle, uint32_t length, uint8_t *data) in write_buffer()
718 int read_buffer(struct sd_handle *handle, uint32_t length, uint8_t *data) in read_buffer()
781 int check_error(struct sd_handle *handle, uint32_t ints) in check_error()
816 static int err_recovery(struct sd_handle *handle, uint32_t errors) in err_recovery()
847 int process_cmd_response(struct sd_handle *handle, in process_cmd_response()
928 void data_xfer_setup(struct sd_handle *handle, uint8_t *data, uint32_t length, in data_xfer_setup()
943 int reset_host_ctrl(struct sd_handle *handle) in reset_host_ctrl()
950 static void pstate_log(struct sd_handle *handle) in pstate_log()
969 uint32_t wait_for_event(struct sd_handle *handle, in wait_for_event()
1047 int32_t set_config(struct sd_handle *handle, uint32_t speed, uint32_t retry, in set_config()
1064 int mmc_cmd1(struct sd_handle *handle) in mmc_cmd1()