Home
last modified time | relevance | path

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

/drivers/gpu/drm/nouveau/
A Dnouveau_bios.c310 lth->lvds_ver = lvds_ver; in parse_lvds_manufacturer_table_header()
311 lth->headerlen = headerlen; in parse_lvds_manufacturer_table_header()
312 lth->recordlen = recordlen; in parse_lvds_manufacturer_table_header()
350 struct lvdstableheader lth; in parse_fp_mode_table() local
405 if (lth.lvds_ver == 0x30 || lth.lvds_ver == 0x40) { in parse_fp_mode_table()
407 lth.headerlen + 1; in parse_fp_mode_table()
408 bios->fp.xlatwidth = lth.recordlen; in parse_fp_mode_table()
426 if (lth.lvds_ver > 0x10) in parse_fp_mode_table()
524 struct lvdstableheader lth; in nouveau_bios_parse_lvds_table() local
532 switch (lth.lvds_ver) { in nouveau_bios_parse_lvds_table()
[all …]
/drivers/message/fusion/lsi/
A Dmpi_lan.h170 #define SET_LAN_PACKET_LENGTH(x, lth) \ argument
172 (((lth) << LAN_REPLY_PACKET_LENGTH_SHIFT) & \
/drivers/video/backlight/
A Dpwm_bl.c77 unsigned int lth = pb->lth_brightness; in compute_duty_cycle() local
85 duty_cycle *= state->period - lth; in compute_duty_cycle()
88 return duty_cycle + lth; in compute_duty_cycle()

Completed in 11 milliseconds