• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/IOKitUser-1050.1.21/graphics.subproj/

Lines Matching defs:vendor

91                             IODisplayVendorID vendor, IODisplayProductID product,
107 (unsigned) vendor, (unsigned) product );
109 obj = readPlist( path, ((vendor & 0xffff) << 16) | (product & 0xffff) );
117 (unsigned) vendor,
119 obj = readPlist( path, ((vendor & 0xffff) << 16) | (product & 0xffff) );
178 // "/" kDisplayVendorID "-%lx", vendor );
225 CFStringRef vendorIdString = CFStringCreateWithFormat(kCFAllocatorDefault, NULL, CFSTR("%x"), vendor);
232 (unsigned)vendor, (unsigned)product, gIODisplayBoardID);
243 (unsigned)vendor,
265 (unsigned)vendor, (unsigned)product);
276 (unsigned)vendor,
290 (unsigned)vendor);
402 IODisplayVendorID * vendor, IODisplayProductID * product,
409 if (vendor)
410 *vendor = (edid->vendorProduct[0] << 8) | edid->vendorProduct[1];
706 SInt32 vendor;
743 vendor = desc->data[idx];
744 if (vendor >= kNumVendors)
746 connectRef->vendorsFound |= (1 << vendor);
751 connectRef->supportedComponentDepths[vendor]
756 connectRef->ditherControl[vendor] = (byte << kIODisplayDitherRGBShift);
758 DEBG(connectRef, "dp vendor 0x%x bpc 0x%x dith 0x%x\n", (int) vendor,
759 connectRef->supportedComponentDepths[vendor],
760 connectRef->ditherControl[vendor]);
3391 IODisplayVendorID vendor = 0;
3420 CFNumberGetValue( num, kCFNumberSInt32Type, &vendor );
3428 if( (vendor == kDisplayVendorIDUnknown) && (displayType == 10))
3440 EDIDInfo( (EDID *) CFDataGetBytePtr(data), &vendor, &product, NULL, NULL, NULL, NULL);
3441 if (0x10ac == vendor)
3446 vendor = product = 0;
3452 if( vendor && product)
3455 EDIDInfo( edid, &vendor, &product, &serialNumber, &manufactureYear, &manufactureWeek, &isDigital );
3460 if( !vendor && !product) {
3461 vendor = kDisplayVendorIDUnknown;
3465 dict = IODisplayCreateOverrides( framebuffer, options, vendor, product,
3483 makeInt( CFSTR( kDisplayVendorID ), vendor );
3577 if( kDisplayAppleVendorID == vendor) {