Home
last modified time | relevance | path

Searched full:active_high (Results 1 – 19 of 19) sorted by relevance

/Linux-v6.1/Documentation/devicetree/bindings/spi/
Dspi-controller.yaml58 spi-cs-high | ACTIVE_HIGH | H |
59 - | ACTIVE_HIGH | L | 1
70 spi-cs-high + ACTIVE_HIGH.
/Linux-v6.1/drivers/media/dvb-frontends/
Dsi21xx.c110 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-v6.1/include/linux/mfd/
Dds1wm.h9 int active_high; member
/Linux-v6.1/drivers/bluetooth/
Dbtmtk.h86 u8 active_high; member
Dbtmtksdio.c1299 .active_high = 0x1, in btmtksdio_sdio_wakeup()
/Linux-v6.1/drivers/mfd/
Dhtc-pasic3.c98 .active_high = 0,
Dasic3.c638 .active_high = 1,
/Linux-v6.1/drivers/w1/masters/
Dds1wm.c563 ds1wm_data->int_en_reg_none = (plat->active_high ? DS1WM_INTEN_IAS : 0); in ds1wm_probe()
601 plat->active_high, in ds1wm_probe()
/Linux-v6.1/sound/soc/codecs/
Dnau8821.c884 bool active_high, is_high; in nau8821_is_jack_inserted() local
888 active_high = jkdet & NAU8821_JACK_POLARITY; in nau8821_is_jack_inserted()
894 return active_high == is_high; in nau8821_is_jack_inserted()
Dnau8825.c1592 bool active_high, is_high; in nau8825_is_jack_inserted() local
1596 active_high = jkdet & NAU8825_JACK_POLARITY; in nau8825_is_jack_inserted()
1602 return active_high == is_high; in nau8825_is_jack_inserted()
/Linux-v6.1/drivers/pinctrl/
Dpinctrl-amd.c502 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()
Dpinctrl-amd.h65 #define ACTIVE_HIGH 0x0UL macro
/Linux-v6.1/drivers/gpu/drm/radeon/
Drs600.c240 if (voltage->active_high) in rs600_pm_misc()
249 if (voltage->active_high) in rs600_pm_misc()
Dradeon_atombios.c2152 rdev->pm.power_state[state_index].clock_info[0].voltage.active_high = in radeon_atombios_parse_power_table_1_3()
2155 rdev->pm.power_state[state_index].clock_info[0].voltage.active_high = in radeon_atombios_parse_power_table_1_3()
2188 rdev->pm.power_state[state_index].clock_info[0].voltage.active_high = in radeon_atombios_parse_power_table_1_3()
2191 rdev->pm.power_state[state_index].clock_info[0].voltage.active_high = in radeon_atombios_parse_power_table_1_3()
2224 rdev->pm.power_state[state_index].clock_info[0].voltage.active_high = in radeon_atombios_parse_power_table_1_3()
2227 rdev->pm.power_state[state_index].clock_info[0].voltage.active_high = in radeon_atombios_parse_power_table_1_3()
Dradeon_combios.c2751 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()
Dr100.c371 if (voltage->active_high) in r100_pm_misc()
380 if (voltage->active_high) in r100_pm_misc()
Dradeon.h1298 bool active_high; /* voltage drop is active when bit is high */ member
/Linux-v6.1/drivers/acpi/acpica/
Drsmisc.c782 * Only [active_high, edge_sensitive] or [active_low, level_sensitive]
/Linux-v6.1/drivers/net/ethernet/freescale/
Dfec_main.c3727 bool active_high = false; in fec_reset_phy() local
3750 active_high = of_property_read_bool(np, "phy-reset-active-high"); in fec_reset_phy()
3753 active_high ? GPIOF_OUT_INIT_HIGH : GPIOF_OUT_INIT_LOW, in fec_reset_phy()
3765 gpio_set_value_cansleep(phy_reset, !active_high); in fec_reset_phy()