Home
last modified time | relevance | path

Searched refs:polarity (Results 1 – 25 of 90) sorted by relevance

1234

/u-boot/test/dm/
A Dpanel.c28 bool polarity; in dm_test_panel() local
35 &enable, &polarity)); in dm_test_panel()
41 &enable, &polarity)); in dm_test_panel()
45 ut_asserteq(false, polarity); in dm_test_panel()
51 &enable, &polarity)); in dm_test_panel()
56 &enable, &polarity)); in dm_test_panel()
61 &enable, &polarity)); in dm_test_panel()
67 &enable, &polarity)); in dm_test_panel()
73 &enable, &polarity)); in dm_test_panel()
/u-boot/board/friendlyarm/nanopi2/
A Dlcds.c111 .polarity = {
138 .polarity = {
165 .polarity = {
192 .polarity = {
219 .polarity = {
246 .polarity = {
273 .polarity = {
299 .polarity = {
326 .polarity = {
352 .polarity = {
[all …]
A Dnxp-fb.h70 struct nxp_lcd_polarity polarity; member
/u-boot/drivers/video/rockchip/
A Drk3399_vop.c22 enum vop_modes mode, u32 polarity) in rk3399_set_pin_polarity() argument
35 V_RK3399_DSP_HDMI_POL(polarity)); in rk3399_set_pin_polarity()
41 V_RK3399_DSP_EDP_POL(polarity)); in rk3399_set_pin_polarity()
47 V_RK3399_DSP_MIPI_POL(polarity)); in rk3399_set_pin_polarity()
A Drk3288_vop.c25 enum vop_modes mode, u32 polarity) in rk3288_set_pin_polarity() argument
34 V_DSP_PIN_POL(polarity)); in rk3288_set_pin_polarity()
/u-boot/drivers/pwm/
A Dsandbox_pwm.c29 bool polarity; member
48 *polarityp = chan->polarity; in sandbox_pwm_get_config()
83 bool polarity) in sandbox_pwm_set_invert() argument
91 chan->polarity = polarity; in sandbox_pwm_set_invert()
A Dpwm-uclass.c11 int pwm_set_invert(struct udevice *dev, uint channel, bool polarity) in pwm_set_invert() argument
18 return ops->set_invert(dev, channel, polarity); in pwm_set_invert()
A Dsunxi_pwm.c57 bool polarity) in sunxi_pwm_set_invert() argument
61 debug("%s: polarity=%u\n", __func__, polarity); in sunxi_pwm_set_invert()
62 priv->invert = polarity; in sunxi_pwm_set_invert()
A Dpwm-imx.c89 bool polarity) in imx_pwm_set_invert() argument
93 debug("%s: polarity=%u\n", __func__, polarity); in imx_pwm_set_invert()
94 priv->invert = polarity; in imx_pwm_set_invert()
A Dpwm-meson.c82 bool polarity; member
115 if (channel->polarity) in meson_pwm_set_config()
121 channel->polarity ? "true" : "false", duty, period); in meson_pwm_set_config()
232 static int meson_pwm_set_invert(struct udevice *dev, uint channeln, bool polarity) in meson_pwm_set_invert() argument
240 debug("%s%d: set invert %s\n", __func__, channeln, polarity ? "true" : "false"); in meson_pwm_set_invert()
244 channel->polarity = polarity; in meson_pwm_set_invert()
A Drk_pwm.c39 static int rk_pwm_set_invert(struct udevice *dev, uint channel, bool polarity) in rk_pwm_set_invert() argument
48 debug("%s: polarity=%u\n", __func__, polarity); in rk_pwm_set_invert()
49 if (polarity) in rk_pwm_set_invert()
/u-boot/doc/device-tree-bindings/video/
A Dexynos-dp.txt32 samsung,h-sync-polarity: Horizontal Sync polarity
34 samsung,v-sync-polarity: Vertical Sync polarity
62 samsung,h-sync-polarity = <0>;
63 samsung,v-sync-polarity = <0>;
A Dexynos-fb.txt25 samsung,vl-clkp: Clock polarity
27 samsung,vl-oep: Output Enable polarity
29 samsung,vl-hsp: Horizontal Sync polarity
31 samsung,vl-vsp: Vertical Sync polarity
33 samsung,vl-dp: Data polarity
/u-boot/doc/device-tree-bindings/adc/
A Dadc.txt9 *optional and always checked, Voltage polarity info:
10 - vdd-polarity-negative: positive reference Voltage has a negative polarity
11 - vss-polarity-negative: negative reference Voltage has a negative polarity
/u-boot/drivers/reset/
A Dreset-hisilicon.c25 if (rst->polarity & DEASSERT_SET) in hisi_reset_deassert()
40 if (rst->polarity & ASSERT_SET) in hisi_reset_assert()
70 rst->polarity = args->args[2]; in hisi_reset_of_xlate()
/u-boot/include/
A Dpwm.h46 int (*set_invert)(struct udevice *dev, uint channel, bool polarity);
81 int pwm_set_invert(struct udevice *dev, uint channel, bool polarity);
/u-boot/drivers/power/regulator/
A Dpwm_regulator.c31 bool polarity; member
75 ret = pwm_set_invert(priv->pwm, priv->pwm_id, priv->polarity); in pwm_regulator_set_voltage()
106 priv->polarity = args.args[2]; in pwm_regulator_of_to_plat()
/u-boot/doc/device-tree-bindings/leds/
A Dleds-bcm6858.txt15 - brcm,serial-led-en-pol : Boolean, serial led polarity (true => active high)
17 - brcm,serial-led-clk-pol : Boolean, serial clock polarity (true => active high)
19 - brcm,serial-led-data-ppol : Boolean, serial data polarity (true => active high)
/u-boot/doc/device-tree-bindings/pinctrl/
A Dkendryte,k210-fpioa.txt41 output-disable, slew-rate, output-polarity-invert, input-polarity-invert
49 - input- and output-polarity-invert: Invert the polarity of either the input or
87 output-polarity-invert;
/u-boot/doc/device-tree-bindings/thermal/
A Drockchip-thermal.txt18 - rockchip,hw-tshut-polarity : The hardware-controlled active polarity 0:LOW
35 rockchip,hw-tshut-polarity = <0>;
/u-boot/drivers/video/
A Dpwm_backlight.c50 bool polarity; member
72 ret = pwm_set_invert(priv->pwm, priv->channel, priv->polarity); in set_pwm()
73 if (ret == -ENOSYS && !priv->polarity) in set_pwm()
221 priv->polarity = args.args[2]; in pwm_backlight_of_to_plat()
/u-boot/include/acpi/
A Dacpi_device.h99 enum acpi_irq_polarity polarity; member
214 enum acpi_gpio_polarity polarity; member
/u-boot/doc/device-tree-bindings/gpio/
A Dgpio.txt86 A gpio-specifier should contain a flag indicating the GPIO polarity; active-
90 The gpio-specifier's polarity flag should represent the physical level at the
97 When the device's signal polarity is configurable, the binding for the
100 a) Define a single static polarity for the signal, with the expectation that
102 that signal polarity.
104 The static choice of polarity may be either:
112 In particular, the polarity cannot be derived from the gpio-specifier, since
114 concepts of configurable signal polarity in the device, and possible board-
119 b) Pick a single option for device signal polarity, and document this choice
122 particular signal polarity choice. If software chooses to program the device
[all …]
/u-boot/doc/device-tree-bindings/pwm/
A Dpwm.txt48 - PWM_POLARITY_INVERTED: invert the PWM signal polarity
50 Example with optional PWM specifier for inverse polarity
/u-boot/drivers/adc/
A DKconfig10 - methods for get Vdd/Vss reference Voltage values with polarity
12 - supply polarity setting in fdt

Completed in 18 milliseconds

1234