HelenOS sources
icpic_t 54 uspace/drv/intctl/icp-ic/icp-ic.c static errno_t icpic_enable_irq(icpic_t *icpic, sysarg_t irq)
icpic_t 74 uspace/drv/intctl/icp-ic/icp-ic.c icpic_t *icpic;
icpic_t 81 uspace/drv/intctl/icp-ic/icp-ic.c icpic = (icpic_t *) ddf_dev_data_get(ddf_fun_get_dev((ddf_fun_t *) arg));
icpic_t 113 uspace/drv/intctl/icp-ic/icp-ic.c errno_t icpic_add(icpic_t *icpic, icpic_res_t *res)
icpic_t 157 uspace/drv/intctl/icp-ic/icp-ic.c errno_t icpic_remove(icpic_t *icpic)
icpic_t 163 uspace/drv/intctl/icp-ic/icp-ic.c errno_t icpic_gone(icpic_t *icpic)
icpic_t 55 uspace/drv/intctl/icp-ic/icp-ic.h extern errno_t icpic_add(icpic_t *, icpic_res_t *);
icpic_t 56 uspace/drv/intctl/icp-ic/icp-ic.h extern errno_t icpic_remove(icpic_t *);
icpic_t 57 uspace/drv/intctl/icp-ic/icp-ic.h extern errno_t icpic_gone(icpic_t *);
icpic_t 94 uspace/drv/intctl/icp-ic/main.c icpic_t *icpic;
icpic_t 99 uspace/drv/intctl/icp-ic/main.c icpic = ddf_dev_data_alloc(dev, sizeof(icpic_t));
icpic_t 118 uspace/drv/intctl/icp-ic/main.c icpic_t *icpic = (icpic_t *)ddf_dev_data_get(dev);
icpic_t 127 uspace/drv/intctl/icp-ic/main.c icpic_t *icpic = (icpic_t *)ddf_dev_data_get(dev);
HelenOS homepage, sources at GitHub