Lines Matching defs:slot

93 static sdspi_dev_handle_t store_slot_info(slot_info_t *slot)  in store_slot_info()
112 slot_info_t* slot = s_slots[handle]; in remove_slot_info() local
121 static void cs_high(slot_info_t *slot) in cs_high()
129 static void cs_low(slot_info_t *slot) in cs_low()
137 static bool card_write_protected(slot_info_t *slot) in card_write_protected()
146 static bool card_missing(slot_info_t *slot) in card_missing()
156 static esp_err_t get_block_buf(slot_info_t *slot, uint8_t **out_buf) in get_block_buf()
170 static void release_bus(slot_info_t *slot) in release_bus()
182 static void go_idle_clockout(slot_info_t *slot) in go_idle_clockout()
202 static esp_err_t configure_spi_dev(slot_info_t *slot, int clock_speed_hz) in configure_spi_dev()
225 static esp_err_t deinit_slot(slot_info_t *slot) in deinit_slot()
270 slot_info_t* slot = remove_slot_info(handle); in sdspi_host_remove_device() local
283 slot_info_t* slot = remove_slot_info(i); in sdspi_host_deinit() local
294 slot_info_t *slot = get_slot_info(handle); in sdspi_host_set_card_clk() local
304 slot_info_t *slot = get_slot_info(handle); in sdspi_host_get_real_freq() local
315 slot_info_t* slot = (slot_info_t*)arg; in gpio_intr() local
329 slot_info_t* slot = (slot_info_t*)malloc(sizeof(slot_info_t)); in sdspi_host_init_device() local
448 slot_info_t *slot = get_slot_info(handle); in sdspi_host_start_command() local
504 static esp_err_t start_command_default(slot_info_t *slot, int flags, sdspi_hw_cmd_t *cmd) in start_command_default()
560 static esp_err_t poll_busy(slot_info_t *slot, int timeout_ms, bool polling) in poll_busy()
596 static esp_err_t poll_data_token(slot_info_t *slot, uint8_t *extra_ptr, size_t *extra_size, int tim… in poll_data_token()
698 static esp_err_t start_command_read_blocks(slot_info_t *slot, sdspi_hw_cmd_t *cmd, in start_command_read_blocks()
831 static esp_err_t start_command_write_blocks(slot_info_t *slot, sdspi_hw_cmd_t *cmd, in start_command_write_blocks()
968 slot_info_t* slot = get_slot_info(handle); in sdspi_host_io_int_wait() local