Home
last modified time | relevance | path

Searched refs:active_low (Results 1 – 17 of 17) sorted by relevance

/linux-4.19.296/drivers/reset/
Dreset-simple.c48 if (assert ^ data->active_low) in reset_simple_update()
105 bool active_low; member
118 .active_low = true,
165 data->active_low = devdata->active_low; in reset_simple_probe()
Dreset-simple.h39 bool active_low; member
Dreset-sunxi.c60 data->active_low = true; in sunxi_reset_init()
Dreset-uniphier-usb3.c84 priv->rdata.active_low = true; in uniphier_usb3_reset_probe()
/linux-4.19.296/drivers/reset/sti/
Dreset-syscfg.c45 bool active_low; member
57 u32 ctrl_val = rst->active_low ? !assert : !!assert; in syscfg_reset_program_hw()
134 return rst->active_low ? !ret_val : !!ret_val; in syscfg_reset_status()
162 rc->active_low = data->active_low; in syscfg_reset_controller_register()
Dreset-syscfg.h53 bool active_low; member
Dreset-stih407.c123 .active_low = true,
/linux-4.19.296/include/linux/
Dleds_pwm.h12 u8 active_low; member
Dtca6416_keypad.h21 int active_low; member
Dgpio_keys.h28 int active_low; member
Dstmmac.h100 int reset_gpio, active_low; member
Dleds.h418 unsigned active_low : 1; member
Dacpi.h1011 bool active_low; member
/linux-4.19.296/include/linux/input/
Dmatrix_keypad.h76 bool active_low; member
/linux-4.19.296/drivers/gpio/
Dgpiolib-acpi.c514 args->args[2] = par->active_low; in acpi_get_driver_gpio_data()
601 bool active_low; member
638 lookup->info.polarity = lookup->active_low; in acpi_populate_gpio_lookup()
702 lookup->active_low = !!args.args[2]; in acpi_gpio_property_lookup()
755 lookup.pin_index, lookup.active_low); in acpi_get_gpiod_by_index()
Dgpiolib-sysfs.c363 static DEVICE_ATTR_RW(active_low);
Dgpiolib.c4026 bool active_low = false; in gpiod_get_from_of_node() local
4042 active_low = flags & OF_GPIO_ACTIVE_LOW; in gpiod_get_from_of_node()
4051 if (active_low) in gpiod_get_from_of_node()