Searched refs:osd (Results 1 - 7 of 7) sorted by relevance

/u-boot/board/gdsys/common/
H A DMakefile8 obj-$(CONFIG_TARGET_GAZERBEAM) += osd.o ihs_mdio.o ioep-fpga.o
H A Dioep-fpga.c74 bool osd; member in struct:fpga_features
270 features->osd = raw_extended_features & EXT_FEATURE_OSD;
439 features->osd = raw_features & FEATURE_OSD;
456 return features.osd;
534 printf("%sosd", features.osd ? "" : "no ");
/u-boot/cmd/
H A Dosd.c6 * based on the gdsys osd driver, which is
27 * Devices are identified by their uclass sequence number (as listed by 'osd
35 struct udevice *osd; local
38 res = uclass_get_device_by_seq(UCLASS_VIDEO_OSD, osdnum, &osd);
43 osd_cur = osd;
60 puts("No osd selected\n");
74 * @osd: OSD device to print information for
76 static void show_osd(struct udevice *osd) argument
78 printf("OSD %d:\t%s", dev_seq(osd), osd
194 struct udevice *osd; local
235 struct udevice *osd; local
[all...]
H A DMakefile134 obj-$(CONFIG_CMD_OSD) += osd.o
/u-boot/board/gdsys/mpc8308/
H A Dgazerbeam.c120 static void display_osd_info(struct udevice *osd, argument
124 osd->name, osd_info->major_version, osd_info->minor_version,
133 struct udevice *osd; local
174 for (uclass_first_device(UCLASS_VIDEO_OSD, &osd);
175 osd;
176 uclass_next_device(&osd)) {
177 video_osd_get_info(osd, &osd_info);
178 display_osd_info(osd, &osd_info);
/u-boot/drivers/misc/
H A Dihs_fpga.c150 * @osd: Support for a OSD
169 bool osd; member in struct:fpga_features
383 features->osd = raw_extended_features & EXT_FEATURE_OSD;
569 features->osd = raw_features & FEATURE_OSD;
652 printf("%sosd", features.osd ? "" : "no ");
/u-boot/test/dm/
H A DMakefile81 obj-$(CONFIG_OSD) += osd.o

Completed in 51 milliseconds