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

/linux-master/drivers/pinctrl/aspeed/
H A Dpinctrl-aspeed.c116 * @exprs: The list of signal expressions (from a priority level on a pin)
121 const struct aspeed_sig_expr **exprs)
125 if (!exprs)
128 while (*exprs && !ret) {
129 ret = aspeed_sig_expr_disable(ctx, *exprs);
130 exprs++;
140 * @exprs: List of signal expressions (haystack)
148 const struct aspeed_sig_expr **exprs, const char *name)
150 while (*exprs) {
151 if (strcmp((*exprs)
120 aspeed_disable_sig(struct aspeed_pinmux_data *ctx, const struct aspeed_sig_expr **exprs) argument
147 aspeed_find_expr_by_name( const struct aspeed_sig_expr **exprs, const char *name) argument
363 aspeed_gpio_in_exprs(const struct aspeed_sig_expr **exprs) argument
[all...]
/linux-master/net/netfilter/
H A Dnft_dynset.c136 if (set->exprs[pos] && set->exprs[pos]->ops != expr->ops) {
253 dynset_expr->ops != set->exprs[0]->ops)) {
288 if (dynset_expr->ops != set->exprs[i]->ops) {
H A Dnf_tables_api.c4652 if (nf_tables_fill_expr_info(skb, set->exprs[0], false) < 0)
4663 set->exprs[i], false) < 0)
4930 struct nft_expr **exprs, int *num_exprs,
4942 exprs[0] = expr;
4967 exprs[i++] = expr;
4976 nft_expr_destroy(ctx, exprs[i]);
4983 struct nft_expr *exprs[], u32 num_exprs, u32 flags)
5002 if (set->exprs[i]->ops != exprs[i]->ops)
5175 struct nft_expr *exprs[NFT_SET_EXPR_MA local
4928 nft_set_expr_alloc(struct nft_ctx *ctx, struct nft_set *set, const struct nlattr * const *nla, struct nft_expr **exprs, int *num_exprs, u32 flags) argument
4981 nft_set_is_same(const struct nft_set *set, const struct nft_set_desc *desc, struct nft_expr *exprs[], u32 num_exprs, u32 flags) argument
[all...]
/linux-master/include/net/netfilter/
H A Dnf_tables.h570 * @num_exprs: numbers of exprs
571 * @exprs: stateful expression
606 struct nft_expr *exprs[NFT_SET_EXPR_MAX]; member in struct:nft_set

Completed in 146 milliseconds