Lines Matching defs:aspeed_bank_props
33 struct aspeed_bank_props {
41 const struct aspeed_bank_props *props;
261 static inline bool is_bank_props_sentinel(const struct aspeed_bank_props *props)
266 static inline const struct aspeed_bank_props *find_bank_props(
269 const struct aspeed_bank_props *props = gpio->config->props;
282 const struct aspeed_bank_props *props = find_bank_props(gpio, offset);
292 const struct aspeed_bank_props *props = find_bank_props(gpio, offset);
302 const struct aspeed_bank_props *props = find_bank_props(gpio, offset);
698 const struct aspeed_bank_props *props = gpio->config->props;
1117 * Any banks not specified in a struct aspeed_bank_props array are assumed to
1123 static const struct aspeed_bank_props ast2400_bank_props[] = {
1134 static const struct aspeed_bank_props ast2500_bank_props[] = {
1146 static const struct aspeed_bank_props ast2600_bank_props[] = {