Searched refs:lth (Results 1 – 4 of 4) sorted by relevance
264 …manufacturer_table_header(struct drm_device *dev, struct nvbios *bios, struct lvdstableheader *lth) in parse_lvds_manufacturer_table_header() argument276 memset(lth, 0, sizeof(struct lvdstableheader)); in parse_lvds_manufacturer_table_header()313 lth->lvds_ver = lvds_ver; in parse_lvds_manufacturer_table_header()314 lth->headerlen = headerlen; in parse_lvds_manufacturer_table_header()315 lth->recordlen = recordlen; in parse_lvds_manufacturer_table_header()353 struct lvdstableheader lth; in parse_fp_mode_table() local404 ret = parse_lvds_manufacturer_table_header(dev, bios, <h); in parse_fp_mode_table()408 if (lth.lvds_ver == 0x30 || lth.lvds_ver == 0x40) { in parse_fp_mode_table()410 lth.headerlen + 1; in parse_fp_mode_table()411 bios->fp.xlatwidth = lth.recordlen; in parse_fp_mode_table()[all …]
170 #define SET_LAN_PACKET_LENGTH(x, lth) \ argument172 (((lth) << LAN_REPLY_PACKET_LENGTH_SHIFT) & \
79 unsigned int lth = pb->lth_brightness; in compute_duty_cycle() local87 duty_cycle *= state->period - lth; in compute_duty_cycle()90 return duty_cycle + lth; in compute_duty_cycle()
3442 E: Eric.Schenk@dna.lth.se