Searched refs:manufacturer_name (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/include/ |
D | edid.h | 130 unsigned char manufacturer_name[2]; member 132 GET_BIT(((_x).manufacturer_name[0]), 7) 134 GET_BITS(((_x).manufacturer_name[0]), 6, 2) 136 ((GET_BITS(((_x).manufacturer_name[0]), 1, 0) << 3) + \ 137 GET_BITS(((_x).manufacturer_name[1]), 7, 5)) 139 GET_BITS(((_x).manufacturer_name[1]), 4, 0)
|
/external/autotest/client/common_lib/cros/manual/ |
D | get_usb_devices.py | 168 def get_list_by_manufacturer(usbdata, manufacturer_name): argument 175 if manufacturer_name == _data['Manufacturer']:
|