Home
last modified time | relevance | path

Searched refs:prefix (Results 1 – 25 of 78) sorted by relevance

1234

/rk3399_rockchip-uboot/doc/device-tree-bindings/regulator/
H A Dregulator.txt5 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 Dsysreset-syscon-reboot.c26 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 Dstring.c685 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 Dcompiler.h196 # 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 Dcompiler-gcc.h182 #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__) argument
/rk3399_rockchip-uboot/drivers/power/pmic/
H A Dpmic_fp9931.c21 { .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 Dpmic-uclass.c55 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 Dsandbox.c20 { .prefix = SANDBOX_OF_LDO_PREFIX, .driver = SANDBOX_LDO_DRIVER },
21 { .prefix = SANDBOX_OF_BUCK_PREFIX, .driver = SANDBOX_BUCK_DRIVER },
H A Dlp873x.c21 { .prefix = "ldo", .driver = LP873X_LDO_DRIVER },
22 { .prefix = "buck", .driver = LP873X_BUCK_DRIVER },
H A Dpmic_rk801.c49 { .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 Dmax77686.c20 { .prefix = "LDO", .driver = MAX77686_LDO_DRIVER },
21 { .prefix = "BUCK", .driver = MAX77686_BUCK_DRIVER },
H A Dpfuze100.c21 { .prefix = "s", .driver = PFUZE100_REGULATOR_DRIVER },
23 { .prefix = "v", .driver = PFUZE100_REGULATOR_DRIVER },
H A Ds5m8767.c19 { .prefix = "LDO", .driver = S5M8767_LDO_DRIVER },
20 { .prefix = "BUCK", .driver = S5M8767_BUCK_DRIVER },
H A Dpalmas.c21 { .prefix = "ldo", .driver = PALMAS_LDO_DRIVER },
22 { .prefix = "smps", .driver = PALMAS_SMPS_DRIVER },
H A Dpmic_sy7636a.c21 { .prefix = "vcom", .driver = SY7636A_REGULATOR_DRIVER_NAME },
26 { .prefix = "sy7636a_thermal", .driver = SY7636A_THERMAL_COMTATIBLE_NAME },
H A Drk8xx.c222 { .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 Das3722.c121 { .prefix = "sd", .driver = "as3722_stepdown"},
122 { .prefix = "ldo", .driver = "as3722_ldo"},
/rk3399_rockchip-uboot/drivers/usb/eth/
H A Dlan7x.h127 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 Dtabinary_to_cfile.py42 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 Dmx6-pins.h11 #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 Dsrcpos.c274 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 Dsrcpos.h110 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 DREADME.mpc83xxads12 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 Dyaffscfg.h33 const YCHAR *prefix; member
/rk3399_rockchip-uboot/scripts/
H A DMakefile.build9 prefix := tpl
10 src := $(patsubst $(prefix)/%,%,$(obj))
12 prefix := spl
13 src := $(patsubst $(prefix)/%,%,$(obj))
15 prefix := .
48 -include $(prefix)/include/autoconf.mk

1234