Home
last modified time | relevance | path

Searched refs:bubt_dev (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/cmd/mvebu/
H A Dbubt.c88 struct bubt_dev { struct
457 struct bubt_dev bubt_devs[BUBT_MAX_DEV] = {
465 static int bubt_write_file(struct bubt_dev *dst, size_t image_size) in bubt_write_file()
643 static int bubt_read_file(struct bubt_dev *src) in bubt_read_file()
663 static int bubt_is_dev_active(struct bubt_dev *dev) in bubt_is_dev_active()
679 struct bubt_dev *find_bubt_dev(char *dev_name) in find_bubt_dev()
707 struct bubt_dev *src, *dst; in do_bubt_cmd()