Lines Matching defs:pdev
5118 struct win_dev *pdev;
5165 pdev = (struct win_dev *)&buf.fi;
5173 memcpy(pdev->type, "IntxCHR", 8);
5174 pdev->major = cpu_to_le64(MAJOR(dev));
5175 pdev->minor = cpu_to_le64(MINOR(dev));
5179 memcpy(pdev->type, "IntxBLK", 8);
5180 pdev->major = cpu_to_le64(MAJOR(dev));
5181 pdev->minor = cpu_to_le64(MINOR(dev));
5185 memcpy(pdev->type, "LnxFIFO", 8);
5186 pdev->major = 0;
5187 pdev->minor = 0;