Home
last modified time | relevance | path

Searched defs:dev (Results 1 – 25 of 31) sorted by relevance

12

/boot/
A Dbootstd-uclass.c26 static int bootstd_of_to_plat(struct udevice *dev) in bootstd_of_to_plat()
80 int bootstd_clear_bootflows_for_bootdev(struct udevice *dev) in bootstd_clear_bootflows_for_bootdev()
101 static int bootstd_remove(struct udevice *dev) in bootstd_remove()
112 const char *const *const bootstd_get_bootdev_order(struct udevice *dev, in bootstd_get_bootdev_order()
133 const char *const *const bootstd_get_prefixes(struct udevice *dev) in bootstd_get_prefixes()
142 struct udevice *dev; in bootstd_try_priv() local
153 struct udevice *dev; in bootstd_get_priv() local
164 static int bootstd_probe(struct udevice *dev) in bootstd_probe()
178 struct udevice *dev, *bootstd; in dm_scan_other() local
A Dbootmeth_sandbox.c16 static int sandbox_check(struct udevice *dev, struct bootflow_iter *iter) in sandbox_check()
21 static int sandbox_read_bootflow(struct udevice *dev, struct bootflow *bflow) in sandbox_read_bootflow()
29 static int sandbox_read_file(struct udevice *dev, struct bootflow *bflow, in sandbox_read_file()
36 static int sandbox_boot(struct udevice *dev, struct bootflow *bflow) in sandbox_boot()
42 static int sandbox_bootmeth_bind(struct udevice *dev) in sandbox_bootmeth_bind()
A Dbootmeth_efi_mgr.c29 void sandbox_set_fake_efi_mgr_dev(struct udevice *dev, bool fake_dev) in sandbox_set_fake_efi_mgr_dev()
36 static int efi_mgr_check(struct udevice *dev, struct bootflow_iter *iter) in efi_mgr_check()
48 static int efi_mgr_read_bootflow(struct udevice *dev, struct bootflow *bflow) in efi_mgr_read_bootflow()
76 static int efi_mgr_read_file(struct udevice *dev, struct bootflow *bflow, in efi_mgr_read_file()
85 static int efi_mgr_boot(struct udevice *dev, struct bootflow *bflow) in efi_mgr_boot()
95 static int bootmeth_efi_mgr_bind(struct udevice *dev) in bootmeth_efi_mgr_bind()
A Dbootmeth-uclass.c24 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()
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
[all …]
A Dvbe_simple.c43 int vbe_simple_read_state(struct udevice *dev, struct simple_state *state) in vbe_simple_read_state()
65 static int vbe_simple_get_state_desc(struct udevice *dev, char *buf, in vbe_simple_get_state_desc()
84 static int vbe_simple_read_bootflow(struct udevice *dev, struct bootflow *bflow) in vbe_simple_read_bootflow()
100 static int vbe_simple_read_file(struct udevice *dev, struct bootflow *bflow, in vbe_simple_read_file()
123 static int bootmeth_vbe_simple_probe(struct udevice *dev) in bootmeth_vbe_simple_probe()
143 static int bootmeth_vbe_simple_bind(struct udevice *dev) in bootmeth_vbe_simple_bind()
A Dbootmeth_qfw.c19 static int qfw_check(struct udevice *dev, struct bootflow_iter *iter) in qfw_check()
31 static int qfw_read_bootflow(struct udevice *dev, struct bootflow *bflow) in qfw_read_bootflow()
54 static int qfw_read_file(struct udevice *dev, struct bootflow *bflow, in qfw_read_file()
61 static int qfw_boot(struct udevice *dev, struct bootflow *bflow) in qfw_boot()
75 static int qfw_bootmeth_bind(struct udevice *dev) in qfw_bootmeth_bind()
A Dvbe.c22 static bool is_vbe(struct udevice *dev) in is_vbe()
51 struct udevice *dev; in vbe_list() local
76 int vbe_select(struct udevice *dev) in vbe_select()
91 struct udevice *dev; in vbe_find_by_any() local
A Dbootdev-uclass.c36 int bootdev_first_bootflow(struct udevice *dev, struct bootflow **bflowp) in bootdev_first_bootflow()
75 struct udevice *dev; in bootdev_bind() local
93 int bootdev_find_in_blk(struct udevice *dev, struct udevice *blk, in bootdev_find_in_blk()
201 struct udevice *dev; in bootdev_list() local
264 struct udevice *parent, *dev; in bootdev_setup_for_sibling_blk() local
356 struct udevice *dev; in bootdev_unbind_dev() local
484 struct udevice *dev; in bootdev_find_by_any() local
581 struct udevice *dev; in bootdev_next_label() local
621 struct udevice *dev = *devp; in bootdev_next_prio() local
688 struct udevice *bootstd, *dev = NULL; in bootdev_setup_iter() local
[all …]
A Dbootmeth_script.c26 static int script_check(struct udevice *dev, struct bootflow_iter *iter) in script_check()
151 static int script_read_bootflow(struct udevice *dev, struct bootflow *bflow) in script_read_bootflow()
176 static int script_set_bootflow(struct udevice *dev, struct bootflow *bflow, in script_set_bootflow()
187 static int script_boot(struct udevice *dev, struct bootflow *bflow) in script_boot()
242 static int script_bootmeth_bind(struct udevice *dev) in script_bootmeth_bind()
A Dbootmeth_pxe.c46 static int extlinux_pxe_check(struct udevice *dev, struct bootflow_iter *iter) in extlinux_pxe_check()
61 static int extlinux_pxe_read_bootflow(struct udevice *dev, in extlinux_pxe_read_bootflow()
120 static int extlinux_pxe_read_file(struct udevice *dev, struct bootflow *bflow, in extlinux_pxe_read_file()
149 static int extlinux_pxe_boot(struct udevice *dev, struct bootflow *bflow) in extlinux_pxe_boot()
173 static int extlinux_bootmeth_pxe_bind(struct udevice *dev) in extlinux_bootmeth_pxe_bind()
A Dbootmeth_extlinux.c58 static int extlinux_get_state_desc(struct udevice *dev, char *buf, int maxsize) in extlinux_get_state_desc()
91 static int extlinux_check(struct udevice *dev, struct bootflow_iter *iter) in extlinux_check()
135 static int extlinux_read_bootflow(struct udevice *dev, struct bootflow *bflow) in extlinux_read_bootflow()
176 static int extlinux_boot(struct udevice *dev, struct bootflow *bflow) in extlinux_boot()
203 static int extlinux_set_property(struct udevice *dev, const char *property, const char *value) in extlinux_set_property()
235 static int extlinux_bootmeth_bind(struct udevice *dev) in extlinux_bootmeth_bind()
A Dbootmeth_efi.c75 static int distro_efi_check(struct udevice *dev, struct bootflow_iter *iter) in distro_efi_check()
99 static int distro_efi_try_bootflow_files(struct udevice *dev, in distro_efi_try_bootflow_files()
253 static int distro_efi_read_bootflow(struct udevice *dev, struct bootflow *bflow) in distro_efi_read_bootflow()
279 static int distro_efi_boot(struct udevice *dev, struct bootflow *bflow) in distro_efi_boot()
305 static int distro_bootmeth_efi_bind(struct udevice *dev) in distro_bootmeth_efi_bind()
A Dbootmeth_cros.c89 static int cros_check(struct udevice *dev, struct bootflow_iter *iter) in cros_check()
365 static int cros_read_bootflow(struct udevice *dev, struct bootflow *bflow) in cros_read_bootflow()
416 static int cros_read_file(struct udevice *dev, struct bootflow *bflow, in cros_read_file()
424 static int cros_read_all(struct udevice *dev, struct bootflow *bflow) in cros_read_all()
438 static int cros_boot(struct udevice *dev, struct bootflow *bflow) in cros_boot()
460 static int cros_bootmeth_bind(struct udevice *dev) in cros_bootmeth_bind()
A Dbootmeth_rauc.c68 static int distro_rauc_check(struct udevice *dev, struct bootflow_iter *iter) in distro_rauc_check()
122 static int distro_rauc_read_bootflow(struct udevice *dev, struct bootflow *bflow) in distro_rauc_read_bootflow()
205 static int distro_rauc_read_file(struct udevice *dev, struct bootflow *bflow, in distro_rauc_read_file()
321 static int distro_rauc_boot(struct udevice *dev, struct bootflow *bflow) in distro_rauc_boot()
408 static int distro_rauc_bootmeth_bind(struct udevice *dev) in distro_rauc_bootmeth_bind()
A Dbootmeth_android.c53 static int android_check(struct udevice *dev, struct bootflow_iter *iter) in android_check()
211 static int android_read_bootflow(struct udevice *dev, struct bootflow *bflow) in android_read_bootflow()
326 static int android_read_file(struct udevice *dev, struct bootflow *bflow, in android_read_file()
573 static int android_boot(struct udevice *dev, struct bootflow *bflow) in android_boot()
599 static int android_bootmeth_bind(struct udevice *dev) in android_bootmeth_bind()
A Dbootflow.c131 struct udevice *dev, int method_flags) in bootflow_iter_set_dev()
170 struct udevice *dev = *devp; in scan_next_in_uclass() local
187 struct udevice *dev; in iter_incr() local
344 struct udevice *dev; in bootflow_check() local
381 int bootflow_scan_first(struct udevice *dev, const char *label, in bootflow_scan_first()
403 struct udevice *dev = NULL; in bootflow_scan_first() local
A Dprog_boot.c22 struct udevice *dev; in show_bootmeths() local
A Dcedit.c50 struct udevice *dev; member
108 struct udevice *dev = vid_dev; in cedit_prepare() local
202 struct udevice *dev; in cedit_run() local
741 int cedit_write_settings_cmos(struct expo *exp, struct udevice *dev, in cedit_write_settings_cmos()
844 int cedit_read_settings_cmos(struct expo *exp, struct udevice *dev, in cedit_read_settings_cmos()
A Dvbe_simple_os.c55 struct udevice *dev; in bootmeth_vbe_simple_ft_fixup() local
A Dvbe_abrec.c62 int abrec_read_state(struct udevice *dev, struct abrec_state *state) in abrec_read_state()
A Dvbe_simple_fw.c51 int vbe_simple_read_bootflow_fw(struct udevice *dev, struct bootflow *bflow) in vbe_simple_read_bootflow_fw()
A Dfdt_simplefb.c27 struct udevice *dev; in fdt_simplefb_configure_node() local
A Dexpo.c128 int expo_set_display(struct expo *exp, struct udevice *dev) in expo_set_display()
216 struct udevice *dev = exp->display; in expo_render() local
A Dvbe_abrec_fw.c63 int abrec_read_bootflow_fw(struct udevice *dev, struct bootflow *bflow) in abrec_read_bootflow_fw()
A Dscene.c482 struct udevice *dev = exp->display; in scene_render_background() local
518 static int scene_txt_render(struct expo *exp, struct udevice *dev, in scene_txt_render()
613 struct udevice *dev = exp->display; in scene_obj_render() local
745 struct udevice *dev; in scene_arrange() local

Completed in 37 milliseconds

12