Searched refs:of_flags (Results 1 – 5 of 5) sorted by relevance
/drivers/gpio/ |
D | gpiolib-of.c | 125 enum of_gpio_flags of_flags; in of_find_gpio() local 138 &of_flags); in of_find_gpio() 146 if (of_flags & OF_GPIO_ACTIVE_LOW) in of_find_gpio() 149 if (of_flags & OF_GPIO_SINGLE_ENDED) { in of_find_gpio() 150 if (of_flags & OF_GPIO_ACTIVE_LOW) in of_find_gpio()
|
/drivers/clk/ |
D | clk-gpio.c | 240 enum of_gpio_flags of_flags; in gpio_clk_driver_probe() local 259 gpio = of_get_named_gpio_flags(node, gpio_name, 0, &of_flags); in gpio_clk_driver_probe() 271 active_low = of_flags & OF_GPIO_ACTIVE_LOW; in gpio_clk_driver_probe()
|
/drivers/misc/eeprom/ |
D | eeprom_93xx46.c | 381 enum of_gpio_flags of_flags; in eeprom_93xx46_probe_dt() local 406 gpio = of_get_named_gpio_flags(np, "select-gpios", 0, &of_flags); in eeprom_93xx46_probe_dt() 409 of_flags == OF_GPIO_ACTIVE_LOW ? GPIOF_ACTIVE_LOW : 0; in eeprom_93xx46_probe_dt()
|
/drivers/staging/fbtft/ |
D | fbtft-core.c | 167 enum of_gpio_flags of_flags; in fbtft_request_one_gpio() local 170 gpio = of_get_named_gpio_flags(node, name, index, &of_flags); in fbtft_request_one_gpio() 182 flags = (of_flags & OF_GPIO_ACTIVE_LOW) ? GPIOF_OUT_INIT_LOW : in fbtft_request_one_gpio()
|
/drivers/media/i2c/s5c73m3/ |
D | s5c73m3-core.c | 1584 enum of_gpio_flags of_flags; in s5c73m3_parse_gpios() local 1587 0, &of_flags); in s5c73m3_parse_gpios() 1594 state->gpio[i].level = !(of_flags & OF_GPIO_ACTIVE_LOW); in s5c73m3_parse_gpios()
|