Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/cmd/mvebu/
H A Dbubt.c89 struct bubt_dev { struct
458 struct bubt_dev bubt_devs[BUBT_MAX_DEV] = {
466 static int bubt_write_file(struct bubt_dev *dst, size_t image_size) in bubt_write_file()
644 static int bubt_read_file(struct bubt_dev *src) in bubt_read_file()
664 static int bubt_is_dev_active(struct bubt_dev *dev) in bubt_is_dev_active()
680 struct bubt_dev *find_bubt_dev(char *dev_name) in find_bubt_dev()
708 struct bubt_dev *src, *dst; in do_bubt_cmd()