Searched defs:fst_ctrl (Results 1 – 1 of 1) sorted by relevance
155 struct fst_ctrl { struct160 int (*init)(void);165 void (*deinit)(void);171 int (*on_group_created)(struct fst_group *g);176 void (*on_group_deleted)(struct fst_group *g);205 * @extra - Event specific data (see fst_ctrl_iface.h for more info) argument212 struct fst_ctrl_handle * fst_global_add_ctrl(const struct fst_ctrl *ctrl); argument