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

/linux-master/drivers/gpio/
H A Dgpio-aspeed.c33 struct aspeed_bank_props { struct
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 arra
[all...]

Completed in 84 milliseconds