Home
last modified time | relevance | path

Searched refs:PROD_ID (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_dp_helper.c1865 #define PROD_ID(first, second) { (first), (second) } macro
1876 { MFG(0x4c, 0x83), PROD_ID(0x41, 0x41), BIT(DP_QUIRK_FORCE_DPCD_BACKLIGHT) },
1887 { MFG(0x06, 0xaf), PROD_ID(0x9b, 0x32), BIT(DP_QUIRK_FORCE_DPCD_BACKLIGHT) },
1888 { MFG(0x06, 0xaf), PROD_ID(0xeb, 0x41), BIT(DP_QUIRK_FORCE_DPCD_BACKLIGHT) },
1889 { MFG(0x4d, 0x10), PROD_ID(0xc7, 0x14), BIT(DP_QUIRK_FORCE_DPCD_BACKLIGHT) },
1890 { MFG(0x4d, 0x10), PROD_ID(0xe6, 0x14), BIT(DP_QUIRK_FORCE_DPCD_BACKLIGHT) },
1891 { MFG(0x4c, 0x83), PROD_ID(0x47, 0x41), BIT(DP_QUIRK_FORCE_DPCD_BACKLIGHT) },
1895 #undef PROD_ID
/OK3568_Linux_fs/kernel/drivers/atm/
H A Dhe.h827 #define PROD_ID 0x08 /* char[] */ macro
H A Dhe.c1086 he_dev->prod_id[i] = read_prom_byte(he_dev, PROD_ID + i); in he_start()
/OK3568_Linux_fs/external/xserver/hw/xfree86/ddc/
H A Dedid.h105 #define PROD_ID _PROD_ID(GET_ARRAY(V_PROD_ID)) macro
H A Dinterpret_edid.c448 r->prod_id = PROD_ID; in get_vendor_section()