Searched refs:twl6030_driver_state (Results 1 - 6 of 6) sorted by relevance

/barrelfish-master/usr/drivers/omap44xx/twl6030/
H A Di2c.h32 struct twl6030_driver_state;
33 void ti_i2c_init(struct twl6030_driver_state* st, int i);
H A Dtwl6030.h33 struct twl6030_driver_state { struct
40 void ti_twl6030_init(struct twl6030_driver_state*);
47 void twl6030_init_service(struct twl6030_driver_state* st, iref_t* iref);
H A Dmodule.c30 struct twl6030_driver_state* dst = (struct twl6030_driver_state*) st;
57 bfi->dstate = malloc(sizeof(struct twl6030_driver_state));
64 struct twl6030_driver_state* st = (struct twl6030_driver_state*) bfi->dstate;
132 struct twl6030_driver_state* uds = bfi->dstate;
147 struct twl6030_driver_state* uds = bfi->dstate;
H A Dservice.c29 struct twl6030_driver_state* ds = sv->st;
36 struct twl6030_driver_state* ds = sv->st;
43 struct twl6030_driver_state* ds = sv->st;
80 void twl6030_init_service(struct twl6030_driver_state* st, iref_t* iref)
H A Dtwl6030.c74 void ti_twl6030_init(struct twl6030_driver_state* st)
H A Di2c.c59 void ti_i2c_init(struct twl6030_driver_state* st, int i)

Completed in 35 milliseconds