Lines Matching defs:npu
82 dn = of_parse_phandle(gpdev->dev.of_node, "ibm,npu", index);
269 struct npu {
452 if (hose->npu) {
454 npucomp = &hose->npu->npucomp;
594 struct npu *npu;
597 npu = kzalloc(sizeof(*npu), GFP_KERNEL);
598 if (!npu)
606 npu->index = npu_index;
607 hose->npu = npu;
612 kfree(npu);
628 if (hose->npu == NULL) {
680 if (hose->npu == NULL) {