Home
last modified time | relevance | path

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

/drivers/gpio/
Dgpio-aspeed.c31 struct aspeed_bank_props { struct
39 const struct aspeed_bank_props *props; argument
259 static inline bool is_bank_props_sentinel(const struct aspeed_bank_props *props) in is_bank_props_sentinel()
264 static inline const struct aspeed_bank_props *find_bank_props( in find_bank_props()
267 const struct aspeed_bank_props *props = gpio->config->props; in find_bank_props()
280 const struct aspeed_bank_props *props = find_bank_props(gpio, offset); in have_gpio()
290 const struct aspeed_bank_props *props = find_bank_props(gpio, offset); in have_input()
300 const struct aspeed_bank_props *props = find_bank_props(gpio, offset); in have_output()
692 const struct aspeed_bank_props *props = gpio->config->props; in aspeed_init_irq_valid_mask()
1093 static const struct aspeed_bank_props ast2400_bank_props[] = {
[all …]