Searched refs:gpio_aggregator (Results 1 – 2 of 2) sorted by relevance
41 struct gpio_aggregator { struct58 struct gpio_aggregator *parent; argument81 static int gpio_aggregator_alloc(struct gpio_aggregator **aggr, size_t arg_size) in gpio_aggregator_alloc()85 struct gpio_aggregator *new __free(kfree) = kzalloc( in gpio_aggregator_alloc()103 static void gpio_aggregator_free(struct gpio_aggregator *aggr) in gpio_aggregator_free()112 static int gpio_aggregator_add_gpio(struct gpio_aggregator *aggr, in gpio_aggregator_add_gpio()131 static bool gpio_aggregator_is_active(struct gpio_aggregator *aggr) in gpio_aggregator_is_active()139 static bool gpio_aggregator_is_activating(struct gpio_aggregator *aggr) in gpio_aggregator_is_activating()146 static size_t gpio_aggregator_count_lines(struct gpio_aggregator *aggr) in gpio_aggregator_count_lines()154 gpio_aggregator_line_alloc(struct gpio_aggregator *parent, unsigned int idx, in gpio_aggregator_line_alloc()[all …]
645 test -d /sys/module/gpio_aggregator || fail "module unexpectedly unloaded"651 test -d /sys/module/gpio_aggregator && fail "module unexpectedly remains to be loaded"