Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpio/
Dgpio-aspeed.c35 struct aspeed_bank_props { struct
43 const struct aspeed_bank_props *props; argument
262 static inline bool is_bank_props_sentinel(const struct aspeed_bank_props *props) in is_bank_props_sentinel()
267 static inline const struct aspeed_bank_props *find_bank_props( in find_bank_props()
270 const struct aspeed_bank_props *props = gpio->config->props; in find_bank_props()
283 const struct aspeed_bank_props *props = find_bank_props(gpio, offset); in have_gpio()
293 const struct aspeed_bank_props *props = find_bank_props(gpio, offset); in have_input()
303 const struct aspeed_bank_props *props = find_bank_props(gpio, offset); in have_output()
698 const struct aspeed_bank_props *props = gpio->config->props; in set_irq_valid_mask()
1125 static const struct aspeed_bank_props ast2400_bank_props[] = {
[all …]