Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/parsers/
H A Dofpart_core.c23 int (*post_parse)(struct mtd_info *mtd, struct mtd_partition *parts, int nr_parts); member
27 .post_parse = bcm4908_partitions_post_parse,
31 .post_parse = linksys_ns_partitions_post_parse,
175 if (quirks && quirks->post_parse) in parse_fixed_partitions()
176 quirks->post_parse(master, parts, nr_parts); in parse_fixed_partitions()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
H A Dact.c105 if (!tc_act || !tc_act->post_parse) in mlx5e_tc_act_post_parse()
108 err = tc_act->post_parse(parse_state, priv, attr); in mlx5e_tc_act_post_parse()
H A Dct.c60 .post_parse = tc_act_post_parse_ct,
H A Dgoto.c123 .post_parse = tc_act_post_parse_goto,
H A Dact.h49 int (*post_parse)(struct mlx5e_tc_act_parse_state *parse_state, member
H A Dvlan.c201 .post_parse = tc_act_post_parse_vlan,