Searched defs:fst_ctrl (Results 1 – 1 of 1) sorted by relevance
147 struct fst_ctrl { struct152 int (*init)(void);157 void (*deinit)(void);163 int (*on_group_created)(struct fst_group *g);168 void (*on_group_deleted)(struct fst_group *g);197 * @extra - Event specific data (see fst_ctrl_iface.h for more info) argument204 struct fst_ctrl_handle * fst_global_add_ctrl(const struct fst_ctrl *ctrl); argument