Home
last modified time | relevance | path

Searched refs:UCLASS_SERIAL (Results 1 – 25 of 47) sorted by relevance

12

/external/u-boot/drivers/serial/
Dserial-uclass.c59 if (!uclass_get_device_by_of_offset(UCLASS_SERIAL, node, devp)) in serial_check_stdout()
84 uclass_first_device(UCLASS_SERIAL, &dev); in serial_find_console_or_panic()
94 if (np && !uclass_get_device_by_ofnode(UCLASS_SERIAL, in serial_find_console_or_panic()
122 if (!uclass_get_device_by_seq(UCLASS_SERIAL, INDEX, &dev) || in serial_find_console_or_panic()
123 !uclass_get_device(UCLASS_SERIAL, INDEX, &dev)) { in serial_find_console_or_panic()
131 for (ret = uclass_first_device_check(UCLASS_SERIAL, &dev); in serial_find_console_or_panic()
141 if (!uclass_get_device_by_seq(UCLASS_SERIAL, INDEX, &dev) || in serial_find_console_or_panic()
142 !uclass_get_device(UCLASS_SERIAL, INDEX, &dev) || in serial_find_console_or_panic()
143 (!uclass_first_device(UCLASS_SERIAL, &dev) && dev)) { in serial_find_console_or_panic()
502 .id = UCLASS_SERIAL,
Dserial_rockchip.c44 .id = UCLASS_SERIAL,
54 .id = UCLASS_SERIAL,
Dserial_nulldev.c50 .id = UCLASS_SERIAL,
Dserial_intel_mid.c60 .id = UCLASS_SERIAL,
Dserial_bcm283x_pl011.c87 .id = UCLASS_SERIAL,
Darm_dcc.c155 .id = UCLASS_SERIAL,
Dlpc32xx_hsuart.c106 .id = UCLASS_SERIAL,
Dserial_owl.c129 .id = UCLASS_SERIAL,
Dserial_xuartlite.c106 .id = UCLASS_SERIAL,
Dserial_efi.c150 .id = UCLASS_SERIAL,
Dserial_mvebu_a3700.c126 .id = UCLASS_SERIAL,
Daltera_jtag_uart.c118 .id = UCLASS_SERIAL,
Dserial_arc.c126 .id = UCLASS_SERIAL,
Daltera_uart.c111 .id = UCLASS_SERIAL,
Dserial_meson.c131 .id = UCLASS_SERIAL,
Dserial_sti_asc.c203 .id = UCLASS_SERIAL,
Dserial_uniphier.c168 .id = UCLASS_SERIAL,
Dserial_omap.c155 .id = UCLASS_SERIAL,
Dserial_bcm283x_mu.c196 .id = UCLASS_SERIAL,
Dserial_pic32.c175 .id = UCLASS_SERIAL,
Dmcfuart.c172 .id = UCLASS_SERIAL,
/external/u-boot/arch/x86/cpu/slimbootloader/
Dserial.c60 .id = UCLASS_SERIAL,
/external/u-boot/test/dm/
Dserial.c18 ut_assertok(uclass_get_device_by_name(UCLASS_SERIAL, "serial", in dm_test_serial()
/external/u-boot/include/dm/
Duclass-id.h91 UCLASS_SERIAL, /* Serial UART */ enumerator
/external/u-boot/arch/arm/mach-k3/
Dj721e_init.c106 ret = uclass_find_device_by_seq(UCLASS_SERIAL, 0, true, &dev); in board_init_f()

12