Home | History | Annotate | Download | only in fdt

Lines Matching defs:dc

55 	struct fdtbus_dai_controller *dc;
57 dc = kmem_alloc(sizeof(*dc), KM_SLEEP);
58 dc->dc_dev = dev;
59 dc->dc_phandle = phandle;
60 dc->dc_funcs = funcs;
62 LIST_INSERT_HEAD(&fdtbus_dai_controllers, dc, dc_next);
70 struct fdtbus_dai_controller *dc;
72 LIST_FOREACH(dc, &fdtbus_dai_controllers, dc_next) {
73 if (dc->dc_phandle == phandle)
74 return dc;
89 struct fdtbus_dai_controller *dc;
105 dc = fdtbus_get_dai_controller(dc_phandle);
106 if (dc == NULL)
108 return dc->dc_funcs->get_tag(dc->dc_dev,