Home
last modified time | relevance | path

Searched refs:mtdev_state (Results 1 – 5 of 5) sorted by relevance

/third_party/mtdev/src/
Dcore.c83 static void solve(struct mtdev_state *state, const struct mtdev *dev, in solve()
120 static void assign_tracking_id(struct mtdev_state *state, in assign_tracking_id()
156 static int process_typeA(struct mtdev_state *state, in process_typeA()
209 static void process_typeB(struct mtdev_state *state) in process_typeB()
226 static void filter_data(const struct mtdev_state *state, in filter_data()
248 static void push_slot_changes(struct mtdev_state *state, in push_slot_changes()
287 static void apply_typeA_changes(struct mtdev_state *state, in apply_typeA_changes()
330 static void convert_A_to_B(struct mtdev_state *state, in convert_A_to_B()
358 dev->state = calloc(1, sizeof(struct mtdev_state)); in mtdev_init()
403 struct mtdev_state *state = dev->state; in mtdev_put_event()
Dstate.h75 struct mtdev_state { struct
Dcommon.h119 struct mtdev_state *state;
Dcaps.c84 struct mtdev_state *state = dev->state; in mtdev_set_slots()
/third_party/mtdev/include/
Dmtdev.h210 struct mtdev_state *state;