Searched refs:DEVNAME (Results 1 – 3 of 3) sorted by relevance
| /u-boot/tools/env/ |
| A D | fw_env.c | 276 DEVNAME(dev_id) = volume_devname; in ubi_check_dev() 960 DEVNAME(dev)); in flash_read_buf() 966 DEVNAME(dev), readlen, rc); in flash_read_buf() 1173 DEVNAME(dev)); in flash_flag_obsolete() 1641 DEVNAME(dev)); in check_device_config() 1649 DEVNAME(dev)); in check_device_config() 1683 DEVNAME(dev)); in check_device_config() 1778 DEVNAME(0) = nvmem; in find_nvmem_device() 1806 DEVNAME(0) = DEVICE1_NAME; in parse_config() 1821 DEVNAME(1) = DEVICE2_NAME; in parse_config() [all …]
|
| /u-boot/common/ |
| A D | usb_kbd.c | 62 #define DEVNAME "usbkbd" macro 573 strcpy(usb_kbd_dev.name, DEVNAME); 584 if (strstr(stdinname, DEVNAME) != NULL) { 591 if (!strcmp(stdinname, DEVNAME)) { 596 error = console_assign(stdin, DEVNAME); 643 dev = stdio_get_by_name(DEVNAME); 648 if (iomux_replace_device(stdin, DEVNAME, force ? "nulldev" : "")) 684 sdev = stdio_get_by_name(DEVNAME); 691 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 18 milliseconds