/external/libcxx/test/std/utilities/variant/variant.variant/variant.assign/ |
D | copy.pass.cpp | 278 V &vref = (v1 = v2); in test_copy_assignment_empty_empty() local 279 assert(&vref == &v1); in test_copy_assignment_empty_empty() 294 V &vref = (v1 = v2); in test_copy_assignment_non_empty_empty() local 295 assert(&vref == &v1); in test_copy_assignment_non_empty_empty() 304 V &vref = (v1 = v2); in test_copy_assignment_non_empty_empty() local 305 assert(&vref == &v1); in test_copy_assignment_non_empty_empty() 320 V &vref = (v1 = v2); in test_copy_assignment_empty_non_empty() local 321 assert(&vref == &v1); in test_copy_assignment_empty_non_empty() 330 V &vref = (v1 = v2); in test_copy_assignment_empty_non_empty() local 331 assert(&vref == &v1); in test_copy_assignment_empty_non_empty() [all …]
|
D | move.pass.cpp | 248 V &vref = (v1 = std::move(v2)); in test_move_assignment_empty_empty() local 249 assert(&vref == &v1); in test_move_assignment_empty_empty() 264 V &vref = (v1 = std::move(v2)); in test_move_assignment_non_empty_empty() local 265 assert(&vref == &v1); in test_move_assignment_non_empty_empty() 274 V &vref = (v1 = std::move(v2)); in test_move_assignment_non_empty_empty() local 275 assert(&vref == &v1); in test_move_assignment_non_empty_empty() 290 V &vref = (v1 = std::move(v2)); in test_move_assignment_empty_non_empty() local 291 assert(&vref == &v1); in test_move_assignment_empty_non_empty() 300 V &vref = (v1 = std::move(v2)); in test_move_assignment_empty_non_empty() local 301 assert(&vref == &v1); in test_move_assignment_empty_non_empty() [all …]
|
/external/u-boot/arch/arm/dts/ |
D | stm32429i-eval.dts | 50 vref: regulator-vref { label 52 regulator-name = "vref"; 120 vref-supply = <&vref>;
|
D | imx6ul-pico-hobbit.dts | 76 vref-supply = <®_3p3v>;
|
D | meson-gxbb-p200.dts | 98 vref-supply = <&avdd18_usb_adc>;
|
D | imx7d-pico-hobbit.dts | 56 vref-supply = <®_3p3v>;
|
D | at91-sama5d4ek.dts | 114 /* The vref depends on JP22 of EK. If connect 1-2 then use 3.3V. connect 2-3 use 3.0V */ 115 atmel,adc-vref = <3300>;
|
D | at91sam9261ek.dts | 135 ti,vref-delay-usecs = /bits/ 16 <450>;
|
D | sunxi-reference-design-tablet.dtsi | 61 vref-supply = <®_vcc3v0>;
|
D | sun6i-a31s-colorfly-e708-q1.dts | 53 vref-supply = <®_aldo3>;
|
D | sunxi-q8-common.dtsi | 61 vref-supply = <®_vcc3v0>;
|
D | stm32mp157a-dk1-u-boot.dtsi | 42 vref-supply = <&vrefbuf>;
|
D | imx7d-pico.dtsi | 61 reg_vref_1v8: regulator-vref-1v8 { 63 regulator-name = "vref-1v8";
|
D | sun6i-a31s-inet-q972.dts | 73 vref-supply = <®_aldo3>;
|
D | meson-gxl-s905x-p212.dtsi | 103 vref-supply = <&vddio_ao18>;
|
D | rk3308-evb.dts | 195 vref-supply = <&vcc_1v8>;
|
D | sun8i-a23-evb.dts | 80 vref-supply = <®_vcc3v0>;
|
D | rk3288-tinker.dtsi | 372 nuvoton,vref-impedance = <2>; 401 vref-supply = <&vcc18_ldo1>;
|
/external/u-boot/drivers/adc/ |
D | adc-uclass.c | 348 int ret, val, vref; in adc_raw_to_uV() local 351 ret = adc_vdd_value(dev, &vref); in adc_raw_to_uV() 356 vref -= val; in adc_raw_to_uV() 362 raw64 *= vref; in adc_raw_to_uV()
|
D | stm32-adc-core.c | 150 ret = device_get_supply_regulator(dev, "vref-supply", &common->vref); in stm32_adc_core_probe() 156 ret = regulator_get_value(common->vref); in stm32_adc_core_probe()
|
D | stm32-adc-core.h | 47 struct udevice *vref; member
|
D | stm32-adc.c | 219 uc_pdata->vdd_supply = common->vref; in stm32_adc_probe()
|
/external/u-boot/doc/device-tree-bindings/adc/ |
D | st,stm32-adc.txt | 41 - vref-supply: Phandle to the vref input analog reference voltage. 103 vref-supply = <®_vref>;
|
/external/u-boot/arch/x86/include/asm/arch-quark/ |
D | mrc.h | 79 uint32_t vref[NUM_CHANNELS][NUM_BYTE_LANES]; member
|
/external/u-boot/arch/arm/mach-aspeed/ast2500/ |
D | sdram_ast2500.c | 107 static void ast2500_sdrammc_set_vref(struct dram_info *info, u32 vref) in ast2500_sdrammc_set_vref() argument 110 writel((vref << 8) | 0x6, &info->phy->phy[48]); in ast2500_sdrammc_set_vref()
|