Searched refs:DEVNAME (Results 1 – 3 of 3) sorted by relevance
/u-boot/tools/env/ |
A D | fw_env.c | 273 DEVNAME(dev_id) = volume_devname; in ubi_check_dev() 957 DEVNAME(dev), readlen, rc); in flash_read_buf() 963 DEVNAME(dev)); in flash_read_buf() 1171 DEVNAME(dev)); in flash_flag_obsolete() 1650 DEVNAME(dev)); in check_device_config() 1658 DEVNAME(dev)); in check_device_config() 1666 mtdinfo.type, DEVNAME(dev)); in check_device_config() 1692 DEVNAME(dev)); in check_device_config() 1743 DEVNAME(0) = DEVICE1_NAME; in parse_config() 1758 DEVNAME(1) = DEVICE2_NAME; in parse_config() [all …]
|
/u-boot/common/ |
A D | usb_kbd.c | 59 #define DEVNAME "usbkbd" macro 552 strcpy(usb_kbd_dev.name, DEVNAME); 568 if (strcmp(stdinname, DEVNAME)) 575 error = console_assign(stdin, DEVNAME); 621 dev = stdio_get_by_name(DEVNAME); 626 if (iomux_replace_device(stdin, DEVNAME, force ? "nulldev" : "")) 662 sdev = stdio_get_by_name(DEVNAME); 669 if (iomux_replace_device(stdin, DEVNAME, "nulldev")) {
|
/u-boot/test/dm/ |
A D | regulator.c | 36 DEVNAME = 0, enumerator 65 devname = regulator_names[i][DEVNAME]; in dm_test_power_regulator_get()
|
Completed in 7 milliseconds