Home
last modified time | relevance | path

Searched refs:dflags (Results 1 - 2 of 2) sorted by relevance

/device/soc/rockchip/common/sdk_linux/drivers/gpio/
H A Dgpiolib-of.c289 * @dflags: GPIO initialization flags
294 * provided @dflags.
299 enum gpiod_flags dflags, const char *label) in gpiod_get_from_of_node()
321 if (ret == -EBUSY && (dflags & GPIOD_FLAGS_BIT_NONEXCLUSIVE)) { in gpiod_get_from_of_node()
352 ret = gpiod_configure_flags(desc, propname, lflags, dflags); in gpiod_get_from_of_node()
575 * @dflags: gpiod_flags - optional GPIO initialization flags
581 const char **name, unsigned long *lflags, enum gpiod_flags *dflags) in of_parse_own_gpio()
598 *dflags = 0; in of_parse_own_gpio()
634 *dflags |= GPIOD_IN; in of_parse_own_gpio()
636 *dflags | in of_parse_own_gpio()
298 gpiod_get_from_of_node(struct device_node *node, const char *propname, int index, enum gpiod_flags dflags, const char *label) gpiod_get_from_of_node() argument
580 of_parse_own_gpio(struct device_node *np, struct gpio_chip *chip, unsigned int idx, const char **name, unsigned long *lflags, enum gpiod_flags *dflags) of_parse_own_gpio() argument
660 enum gpiod_flags dflags; of_gpiochip_add_hog() local
[all...]
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dtopology.c1448 struct sched_domain *child, int dflags, int cpu) in sd_init()
1471 sd_flags |= dflags; in sd_init()
1985 struct sched_domain_attr *attr, struct sched_domain *child, int dflags, in build_sched_domain()
1988 struct sched_domain *sd = sd_init(tl, cpu_map, child, dflags, cpu); in build_sched_domain()
2137 int dflags = 0; in build_sched_domains() local
2142 dflags |= SD_ASYM_CPUCAPACITY; in build_sched_domains()
2150 sd = build_sched_domain(tl, cpu_map, attr, sd, dflags, i); in build_sched_domains()
1447 sd_init(struct sched_domain_topology_level *tl, const struct cpumask *cpu_map, struct sched_domain *child, int dflags, int cpu) sd_init() argument
1984 build_sched_domain(struct sched_domain_topology_level *tl, const struct cpumask *cpu_map, struct sched_domain_attr *attr, struct sched_domain *child, int dflags, int cpu) build_sched_domain() argument

Completed in 5 milliseconds