Searched refs:new_state (Results 1 - 6 of 6) sorted by last modified time

/u-boot/net/
H A Dtcp.c84 * @new_state: new TCP state
86 void tcp_set_tcp_state(enum tcp_state new_state) argument
88 current_tcp_state = new_state;
/u-boot/drivers/usb/gadget/
H A Df_mass_storage.c465 static void raise_exception(struct fsg_common *common, enum fsg_state new_state) argument
470 if (common->state <= new_state) {
472 common->state = new_state;
/u-boot/drivers/mtd/onenand/
H A Donenand_base.c739 * @param new_state the state which is requested
743 static void onenand_get_device(struct mtd_info *mtd, int new_state) argument
/u-boot/drivers/mtd/nand/raw/
H A Dnand_base.c96 static int nand_get_device(struct mtd_info *mtd, int new_state);
801 * @new_state: the state which is requested
806 struct mtd_info *mtd, int new_state)
810 chip->state = new_state;
816 * @new_state: the state which is requested
821 nand_get_device(struct mtd_info *mtd, int new_state) argument
824 chip->state = new_state;
805 panic_nand_get_device(struct nand_chip *chip, struct mtd_info *mtd, int new_state) argument
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...]
/u-boot/include/net/
H A Dtcp.h281 void tcp_set_tcp_state(enum tcp_state new_state);

Completed in 94 milliseconds