Searched refs:new_state (Results 1 - 6 of 6) sorted by relevance

/u-boot/drivers/mtd/nand/raw/
H A Dsand_nand.c99 enum sand_nand_state new_state)
101 if (new_state != chip->state)
102 SAND_DEBUG(chip, "to state %s\n", state_name[new_state]);
103 chip->state = new_state;
226 enum sand_nand_state new_state = chip->state; local
240 new_state = STATE_IDLE;
262 new_state = STATE_IDLE;
285 new_state = STATE_IDLE;
296 new_state = STATE_READ;
299 new_state
98 to_state(struct sand_nand_chip *chip, enum sand_nand_state new_state) argument
[all...]
H A Dnand_base.c97 static int nand_get_device(struct mtd_info *mtd, int new_state);
802 * @new_state: the state which is requested
807 struct mtd_info *mtd, int new_state)
811 chip->state = new_state;
817 * @new_state: the state which is requested
822 nand_get_device(struct mtd_info *mtd, int new_state) argument
825 chip->state = new_state;
806 panic_nand_get_device(struct nand_chip *chip, struct mtd_info *mtd, int new_state) argument
/u-boot/include/net/
H A Dtcp.h281 void tcp_set_tcp_state(enum tcp_state new_state);
/u-boot/net/
H A Dtcp.c85 * @new_state: new TCP state
87 void tcp_set_tcp_state(enum tcp_state new_state) argument
89 current_tcp_state = new_state;
/u-boot/drivers/usb/gadget/
H A Df_mass_storage.c466 static void raise_exception(struct fsg_common *common, enum fsg_state new_state) argument
471 if (common->state <= new_state) {
473 common->state = new_state;
/u-boot/drivers/mtd/onenand/
H A Donenand_base.c740 * @param new_state the state which is requested
744 static void onenand_get_device(struct mtd_info *mtd, int new_state) argument

Completed in 122 milliseconds