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()
500 int reset_card(struct sd_handle *handle) in reset_card()
520 static int xfer_data(struct sd_handle *handle, in xfer_data()
564 int erase_card(struct sd_handle *handle, uint32_t addr, uint32_t blocks) in erase_card()
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()
653 int write_buffer(struct sd_handle *handle, uint32_t length, uint8_t *data) in write_buffer()
717 int read_buffer(struct sd_handle *handle, uint32_t length, uint8_t *data) in read_buffer()
780 int check_error(struct sd_handle *handle, uint32_t ints) in check_error()
815 static int err_recovery(struct sd_handle *handle, uint32_t errors) in err_recovery()
846 int process_cmd_response(struct sd_handle *handle, in process_cmd_response()
927 void data_xfer_setup(struct sd_handle *handle, uint8_t *data, uint32_t length, in data_xfer_setup()
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()
1046 int32_t set_config(struct sd_handle *handle, uint32_t speed, uint32_t retry, in set_config()
1063 int mmc_cmd1(struct sd_handle *handle) in mmc_cmd1()