Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/
Ddrm_dp_helper.c1858 #define PROD_ID(first, second) { (first), (second) } macro
1869 { MFG(0x4c, 0x83), PROD_ID(0x41, 0x41), BIT(DP_QUIRK_FORCE_DPCD_BACKLIGHT) },
1880 { MFG(0x06, 0xaf), PROD_ID(0x9b, 0x32), BIT(DP_QUIRK_FORCE_DPCD_BACKLIGHT) },
1881 { MFG(0x06, 0xaf), PROD_ID(0xeb, 0x41), BIT(DP_QUIRK_FORCE_DPCD_BACKLIGHT) },
1882 { MFG(0x4d, 0x10), PROD_ID(0xc7, 0x14), BIT(DP_QUIRK_FORCE_DPCD_BACKLIGHT) },
1883 { MFG(0x4d, 0x10), PROD_ID(0xe6, 0x14), BIT(DP_QUIRK_FORCE_DPCD_BACKLIGHT) },
1884 { MFG(0x4c, 0x83), PROD_ID(0x47, 0x41), BIT(DP_QUIRK_FORCE_DPCD_BACKLIGHT) },
1888 #undef PROD_ID
/Linux-v5.10/drivers/atm/
Dhe.h827 #define PROD_ID 0x08 /* char[] */ macro
Dhe.c1086 he_dev->prod_id[i] = read_prom_byte(he_dev, PROD_ID + i); in he_start()