HelenOS sources

pl050_t           322 kernel/arch/arm32/src/mach/integratorcp/integratorcp.c 	pl050_t *pl050 = malloc(sizeof(pl050_t));
pl050_t            92 kernel/genarch/include/genarch/drivers/pl050/pl050.h 	pl050_t *pl050;
pl050_t            96 kernel/genarch/include/genarch/drivers/pl050/pl050.h extern pl050_instance_t *pl050_init(pl050_t *, inr_t);
pl050_t            49 kernel/genarch/src/drivers/pl050/pl050.c static pl050_t *pl050;
pl050_t            75 kernel/genarch/src/drivers/pl050/pl050.c pl050_instance_t *pl050_init(pl050_t *dev, inr_t inr)
pl050_t           140 uspace/drv/char/pl050/pl050.c static pl050_t *pl050_from_fun(ddf_fun_t *fun)
pl050_t           142 uspace/drv/char/pl050/pl050.c 	return (pl050_t *)ddf_dev_data_get(ddf_fun_get_dev(fun));
pl050_t           152 uspace/drv/char/pl050/pl050.c 	pl050_t *pl050 = (pl050_t *)arg;
pl050_t           170 uspace/drv/char/pl050/pl050.c static errno_t pl050_init(pl050_t *pl050)
pl050_t           253 uspace/drv/char/pl050/pl050.c 	pl050_t *pl050 = (pl050_t *)srv->srvs->sarg;
pl050_t           280 uspace/drv/char/pl050/pl050.c 	pl050_t *pl050 = (pl050_t *)srv->srvs->sarg;
pl050_t           302 uspace/drv/char/pl050/pl050.c 	pl050_t *pl050 = pl050_from_fun((ddf_fun_t *)arg);
pl050_t           311 uspace/drv/char/pl050/pl050.c 	pl050_t *pl050 = NULL;
pl050_t           317 uspace/drv/char/pl050/pl050.c 	pl050 = ddf_dev_data_alloc(dev, sizeof(pl050_t));
HelenOS homepage, sources at GitHub