| /rk3399_rockchip-uboot/doc/device-tree-bindings/regulator/ |
| H A D | regulator.txt | 5 by the prefix of regulator node's name, or, if this fails, by the prefix of the 13 For the node name e.g.: "prefix[:alpha:]num { ... }": 14 - the driver prefix should be: "prefix" - case sensitive 17 Example the prefix "ldo" will pass for: "ldo1", "ldo@1", "ldoreg@1, ... 22 property is possible. The syntax for the prefix of the "regulator-name" property 26 named "BOOST_DRV". Using prefix "regualtor@1" for driver matching would load 27 the same driver for both regulators, hence the prefix is ambiguous. 31 binding if binding by node's name prefix fails
|
| /rk3399_rockchip-uboot/drivers/sysreset/ |
| H A D | sysreset-syscon-reboot.c | 26 const char *prefix = CMD_PREFIX; in syscon_reboot_request_by_mode() local 34 command = calloc(1, strlen(mode) + sizeof(prefix)); in syscon_reboot_request_by_mode() 38 strcat(command, prefix); in syscon_reboot_request_by_mode()
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | string.c | 685 unsigned int words, prefix; in memchr_inv() local 695 prefix = (unsigned long)start % 8; in memchr_inv() 696 if (prefix) { in memchr_inv() 699 prefix = 8 - prefix; in memchr_inv() 700 r = check_bytes8(start, value, prefix); in memchr_inv() 703 start += prefix; in memchr_inv() 704 bytes -= prefix; in memchr_inv()
|
| /rk3399_rockchip-uboot/include/linux/ |
| H A D | compiler.h | 196 # define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __LINE__) argument 480 # define __compiletime_assert(condition, msg, prefix, suffix) \ argument 483 extern void prefix ## suffix(void) __compiletime_error(msg); \ 485 prefix ## suffix(); \ 489 # define __compiletime_assert(condition, msg, prefix, suffix) do { } while (0) argument 492 #define _compiletime_assert(condition, msg, prefix, suffix) \ argument 493 __compiletime_assert(condition, msg, prefix, suffix)
|
| H A D | compiler-gcc.h | 182 #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__) argument
|
| /rk3399_rockchip-uboot/drivers/power/pmic/ |
| H A D | pmic_fp9931.c | 21 { .prefix = "vcom", .driver = FP9931_VCOM_DRIVER_NAME }, 22 { .prefix = "vpos_vneg", .driver = FP9931_VPOS_VNEG_DRIVER_NAME }, 27 { .prefix = "fp9931_thermal", .driver = FP9931_THERMAL_COMTATIBLE_NAME },
|
| H A D | pmic-uclass.c | 55 for (info = child_info; info->prefix && info->driver; info++) { in pmic_bind_children() 56 debug(" - compatible prefix: '%s'\n", info->prefix); in pmic_bind_children() 58 if (!strstr(node_name, info->prefix)) { in pmic_bind_children() 63 if (!strstr(reg_name, info->prefix)) in pmic_bind_children()
|
| H A D | sandbox.c | 20 { .prefix = SANDBOX_OF_LDO_PREFIX, .driver = SANDBOX_LDO_DRIVER }, 21 { .prefix = SANDBOX_OF_BUCK_PREFIX, .driver = SANDBOX_BUCK_DRIVER },
|
| H A D | lp873x.c | 21 { .prefix = "ldo", .driver = LP873X_LDO_DRIVER }, 22 { .prefix = "buck", .driver = LP873X_BUCK_DRIVER },
|
| H A D | pmic_rk801.c | 49 { .prefix = "DCDC", .driver = "rk801_buck"}, 50 { .prefix = "LDO", .driver = "rk801_ldo"}, 51 { .prefix = "SWITCH", .driver = "rk801_switch"}, 56 { .prefix = "pwrkey", .driver = "rk8xx_pwrkey"},
|
| H A D | max77686.c | 20 { .prefix = "LDO", .driver = MAX77686_LDO_DRIVER }, 21 { .prefix = "BUCK", .driver = MAX77686_BUCK_DRIVER },
|
| H A D | pfuze100.c | 21 { .prefix = "s", .driver = PFUZE100_REGULATOR_DRIVER }, 23 { .prefix = "v", .driver = PFUZE100_REGULATOR_DRIVER },
|
| H A D | s5m8767.c | 19 { .prefix = "LDO", .driver = S5M8767_LDO_DRIVER }, 20 { .prefix = "BUCK", .driver = S5M8767_BUCK_DRIVER },
|
| H A D | palmas.c | 21 { .prefix = "ldo", .driver = PALMAS_LDO_DRIVER }, 22 { .prefix = "smps", .driver = PALMAS_SMPS_DRIVER },
|
| H A D | pmic_sy7636a.c | 21 { .prefix = "vcom", .driver = SY7636A_REGULATOR_DRIVER_NAME }, 26 { .prefix = "sy7636a_thermal", .driver = SY7636A_THERMAL_COMTATIBLE_NAME },
|
| H A D | rk8xx.c | 222 { .prefix = "DCDC", .driver = "rk8xx_buck"}, 223 { .prefix = "NLDO", .driver = "rk8xx_ldo"}, 224 { .prefix = "PLDO", .driver = "rk8xx_pldo"}, 225 { .prefix = "LDO", .driver = "rk8xx_ldo"}, 226 { .prefix = "SWITCH", .driver = "rk8xx_switch"}, 227 { .prefix = "BOOST", .driver = "rk8xx_boost"}, 233 { .prefix = "pwrkey", .driver = "rk8xx_pwrkey"}, 238 { .prefix = "rtc", .driver = "rk8xx_rtc"}, 243 { .addr = "1c", .prefix = "battery", .driver = "rk818_fg"}, 244 { .addr = "20", .prefix = "battery", .driver = "rk817_fg"}, [all …]
|
| H A D | as3722.c | 121 { .prefix = "sd", .driver = "as3722_stepdown"}, 122 { .prefix = "ldo", .driver = "as3722_ldo"},
|
| /rk3399_rockchip-uboot/drivers/usb/eth/ |
| H A D | lan7x.h | 127 const char *prefix, const u32 reg, in lan7x_wait_for_bit() argument 156 debug("%s: Timeout (reg=0x%x mask=%08x wait_set=%i)\n", prefix, reg, in lan7x_wait_for_bit() 168 const char *prefix, in lan7x_mdio_wait_for_bit() argument 198 debug("%s: Timeout (reg=0x%x mask=%08x wait_set=%i)\n", prefix, reg, in lan7x_mdio_wait_for_bit()
|
| /rk3399_rockchip-uboot/lib/optee_clientApi/ |
| H A D | tabinary_to_cfile.py | 42 f.write("const uint8_t " + args.prefix + "_data[] = {\n") 53 f.write("const uint32_t " + args.prefix + "_size = " + str(i) + ";\n" )
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/arch-mx6/ |
| H A D | mx6-pins.h | 11 #define MX6_PAD_DECLARE(prefix, name, pco, mc, mm, sio, si, pc) \ argument 12 prefix##name = IOMUX_PAD(pco, mc, mm, sio, si, pc)
|
| /rk3399_rockchip-uboot/scripts/dtc/ |
| H A D | srcpos.c | 274 void srcpos_verror(struct srcpos *pos, const char *prefix, in srcpos_verror() argument 281 fprintf(stderr, "%s: %s ", prefix, srcstr); in srcpos_verror() 288 void srcpos_error(struct srcpos *pos, const char *prefix, in srcpos_error() argument 294 srcpos_verror(pos, prefix, fmt, va); in srcpos_error()
|
| H A D | srcpos.h | 110 extern void PRINTF(3, 0) srcpos_verror(struct srcpos *pos, const char *prefix, 112 extern void PRINTF(3, 4) srcpos_error(struct srcpos *pos, const char *prefix,
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.mpc83xxads | 12 Configured with: ../configure --prefix=/usr/powerpc 13 --exec-prefix=/usr/powerpc --target=powerpc-linux --enable-shared 60 export CROSS_COMPILE=your-cross-compile-prefix
|
| /rk3399_rockchip-uboot/fs/yaffs2/ |
| H A D | yaffscfg.h | 33 const YCHAR *prefix; member
|
| /rk3399_rockchip-uboot/scripts/ |
| H A D | Makefile.build | 9 prefix := tpl 10 src := $(patsubst $(prefix)/%,%,$(obj)) 12 prefix := spl 13 src := $(patsubst $(prefix)/%,%,$(obj)) 15 prefix := . 48 -include $(prefix)/include/autoconf.mk
|