Lines Matching defs:dev
24 int bootmeth_get_state_desc(struct udevice *dev, char *buf, int maxsize) in bootmeth_get_state_desc()
34 int bootmeth_check(struct udevice *dev, struct bootflow_iter *iter) in bootmeth_check()
44 int bootmeth_read_bootflow(struct udevice *dev, struct bootflow *bflow) in bootmeth_read_bootflow()
54 int bootmeth_set_bootflow(struct udevice *dev, struct bootflow *bflow, in bootmeth_set_bootflow()
66 int bootmeth_read_all(struct udevice *dev, struct bootflow *bflow) in bootmeth_read_all()
77 int bootmeth_boot(struct udevice *dev, struct bootflow *bflow) in bootmeth_boot()
87 int bootmeth_read_file(struct udevice *dev, struct bootflow *bflow, in bootmeth_read_file()
99 int bootmeth_get_bootflow(struct udevice *dev, struct bootflow *bflow) in bootmeth_get_bootflow()
148 struct udevice *dev = order[i]; in bootmeth_setup_iter_order() local
168 struct udevice *dev; in bootmeth_setup_iter_order() local
250 struct udevice *dev; in bootmeth_set_order() local
275 struct udevice *dev; in bootmeth_set_property() local
416 int bootmeth_common_read_file(struct udevice *dev, struct bootflow *bflow, in bootmeth_common_read_file()