Searched refs:inout_chip (Results 1 – 5 of 5) sorted by relevance
36 esp_err_t (*chip_check)(esp_flash_t **inout_chip);
44 esp_err_t (*chip_check)(esp_flash_t **inout_chip);
154 static esp_err_t check_chip_pointer_default(esp_flash_t **inout_chip);161 esp_err_t (*chip_check)(esp_flash_t **inout_chip);213 static IRAM_ATTR esp_err_t check_chip_pointer_default(esp_flash_t **inout_chip) in check_chip_pointer_default() argument215 esp_flash_t *chip = *inout_chip; in check_chip_pointer_default()219 *inout_chip = chip; in check_chip_pointer_default()