Lines Matching refs:dev
58 static int extlinux_get_state_desc(struct udevice *dev, char *buf, int maxsize) in extlinux_get_state_desc() argument
83 ret = bootmeth_read_file(info->dev, info->bflow, file_path, addr, in extlinux_getfile()
91 static int extlinux_check(struct udevice *dev, struct bootflow_iter *iter) in extlinux_check() argument
135 static int extlinux_read_bootflow(struct udevice *dev, struct bootflow *bflow) in extlinux_read_bootflow() argument
176 static int extlinux_boot(struct udevice *dev, struct bootflow *bflow) in extlinux_boot() argument
186 info.dev = dev; in extlinux_boot()
189 plat = dev_get_plat(dev); in extlinux_boot()
203 static int extlinux_set_property(struct udevice *dev, const char *property, const char *value) in extlinux_set_property() argument
208 plat = dev_get_plat(dev); in extlinux_set_property()
235 static int extlinux_bootmeth_bind(struct udevice *dev) in extlinux_bootmeth_bind() argument
237 struct bootmeth_uc_plat *plat = dev_get_uclass_plat(dev); in extlinux_bootmeth_bind()