Lines Matching defs:vendor
150 uint8_t vendor;
157 uint8_t vendor;
2527 * Get hardware vendor ID.
2531 * \return vendor ID on success, or zero on failure.
3781 "vendor",
4166 unsigned int vendor, product;
4177 ret = sscanf(value, "%x/%x", &vendor, &product);
4183 info->vendor = vendor;
5060 /** Retrieves a human-readable representation of a vendor (as a string) from
5064 * \return a char pointer to the human-readable form of the vendor. Caller is
5071 uint8_t vendor = fourcc_mod_get_vendor(modifier);
5074 if (drm_format_modifier_vendor_table[i].vendor == vendor)
5100 if (modifier_format_vendor_table[i].vendor == vendorid)