Lines Matching defs:aspeed_bank_props
31 struct aspeed_bank_props {
39 const struct aspeed_bank_props *props;
259 static inline bool is_bank_props_sentinel(const struct aspeed_bank_props *props)
264 static inline const struct aspeed_bank_props *find_bank_props(
267 const struct aspeed_bank_props *props = gpio->config->props;
280 const struct aspeed_bank_props *props = find_bank_props(gpio, offset);
290 const struct aspeed_bank_props *props = find_bank_props(gpio, offset);
300 const struct aspeed_bank_props *props = find_bank_props(gpio, offset);
691 const struct aspeed_bank_props *props = gpio->config->props;
1086 * Any banks not specified in a struct aspeed_bank_props array are assumed to
1092 static const struct aspeed_bank_props ast2400_bank_props[] = {
1103 static const struct aspeed_bank_props ast2500_bank_props[] = {
1115 static const struct aspeed_bank_props ast2600_bank_props[] = {