Searched full:active_high (Results 1 – 17 of 17) sorted by relevance
/Linux-v5.15/Documentation/devicetree/bindings/spi/ |
D | spi-controller.yaml | 58 spi-cs-high | ACTIVE_HIGH | H | 59 - | ACTIVE_HIGH | L | 1 70 spi-cs-high + ACTIVE_HIGH.
|
/Linux-v5.15/drivers/media/dvb-frontends/ |
D | si21xx.c | 110 ACTIVE_HIGH, enumerator 504 sync_pol = ACTIVE_HIGH; in si21xx_init() 505 val_pol = ACTIVE_HIGH; in si21xx_init() 506 err_pol = ACTIVE_HIGH; in si21xx_init() 516 + (BYTE_WIDE << 4) + (ACTIVE_HIGH << 5) in si21xx_init() 517 + (ACTIVE_HIGH << 6) + (ACTIVE_HIGH << 7); in si21xx_init()
|
/Linux-v5.15/include/linux/mfd/ |
D | ds1wm.h | 9 int active_high; member
|
/Linux-v5.15/Documentation/devicetree/bindings/regulator/ |
D | max77686.txt | 39 ACTIVE_HIGH is used)
|
/Linux-v5.15/drivers/mfd/ |
D | htc-pasic3.c | 98 .active_high = 0,
|
D | asic3.c | 639 .active_high = 1,
|
/Linux-v5.15/drivers/w1/masters/ |
D | ds1wm.c | 563 ds1wm_data->int_en_reg_none = (plat->active_high ? DS1WM_INTEN_IAS : 0); in ds1wm_probe() 601 plat->active_high, in ds1wm_probe()
|
/Linux-v5.15/drivers/pinctrl/ |
D | pinctrl-amd.h | 65 #define ACTIVE_HIGH 0x0UL macro
|
D | pinctrl-amd.c | 502 pin_reg |= ACTIVE_HIGH << ACTIVE_LEVEL_OFF; in amd_gpio_irq_set_type() 523 pin_reg |= ACTIVE_HIGH << ACTIVE_LEVEL_OFF; in amd_gpio_irq_set_type()
|
/Linux-v5.15/drivers/gpu/drm/radeon/ |
D | rs600.c | 239 if (voltage->active_high) in rs600_pm_misc() 248 if (voltage->active_high) in rs600_pm_misc()
|
D | radeon_atombios.c | 2154 rdev->pm.power_state[state_index].clock_info[0].voltage.active_high = in radeon_atombios_parse_power_table_1_3() 2157 rdev->pm.power_state[state_index].clock_info[0].voltage.active_high = in radeon_atombios_parse_power_table_1_3() 2190 rdev->pm.power_state[state_index].clock_info[0].voltage.active_high = in radeon_atombios_parse_power_table_1_3() 2193 rdev->pm.power_state[state_index].clock_info[0].voltage.active_high = in radeon_atombios_parse_power_table_1_3() 2226 rdev->pm.power_state[state_index].clock_info[0].voltage.active_high = in radeon_atombios_parse_power_table_1_3() 2229 rdev->pm.power_state[state_index].clock_info[0].voltage.active_high = in radeon_atombios_parse_power_table_1_3()
|
D | radeon_combios.c | 2751 rdev->pm.power_state[state_index].clock_info[0].voltage.active_high = in radeon_combios_get_power_modes() 2754 rdev->pm.power_state[state_index].clock_info[0].voltage.active_high = in radeon_combios_get_power_modes()
|
D | r100.c | 370 if (voltage->active_high) in r100_pm_misc() 379 if (voltage->active_high) in r100_pm_misc()
|
D | radeon.h | 1299 bool active_high; /* voltage drop is active when bit is high */ member
|
/Linux-v5.15/drivers/acpi/acpica/ |
D | rsmisc.c | 782 * Only [active_high, edge_sensitive] or [active_low, level_sensitive]
|
/Linux-v5.15/sound/soc/codecs/ |
D | nau8825.c | 1451 bool active_high, is_high; in nau8825_is_jack_inserted() local 1455 active_high = jkdet & NAU8825_JACK_POLARITY; in nau8825_is_jack_inserted() 1461 return active_high == is_high; in nau8825_is_jack_inserted()
|
/Linux-v5.15/drivers/net/ethernet/freescale/ |
D | fec_main.c | 3597 bool active_high = false; in fec_reset_phy() local 3620 active_high = of_property_read_bool(np, "phy-reset-active-high"); in fec_reset_phy() 3623 active_high ? GPIOF_OUT_INIT_HIGH : GPIOF_OUT_INIT_LOW, in fec_reset_phy() 3635 gpio_set_value_cansleep(phy_reset, !active_high); in fec_reset_phy()
|