Home
last modified time | relevance | path

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

/linux/drivers/hid/
H A Dwacom.h119 u8 llv; member
175 u8 llv; /* status led brightness no button (1..127) */ member
H A Dwacom_sys.c934 buf[1] = wacom->led.llv; in wacom_led_control()
965 buf[9] = wacom->led.llv; in wacom_led_control()
977 buf[2] = wacom->led.llv; in wacom_led_control()
1340 led->llv = wacom->led.llv = wacom->led.max_llv * brightness / LED_FULL; in wacom_led_brightness_set()
1387 led->llv = wacom->led.llv; in wacom_led_register_one()
1586 wacom->led.llv = 100; in wacom_initialize_leds()
1604 wacom->led.llv = 10; in wacom_initialize_leds()
1623 wacom->led.llv = 0; in wacom_initialize_leds()
1644 wacom->led.llv = 32; in wacom_initialize_leds()
1659 wacom->led.llv = 50; in wacom_initialize_leds()
[all …]
/linux/lib/zstd/compress/
H A Dzstd_compress.c2307 U32 const llv = sequences[u].litLength; in ZSTD_seqToCodes() local
2309 llCodeTable[u] = (BYTE)ZSTD_LLcode(llv); in ZSTD_seqToCodes()