Home
last modified time | relevance | path

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

/linux/drivers/hid/
H A Dwacom_sys.c949 buf[1] = wacom->led.llv; in wacom_led_control()
960 int ring_lum = (((wacom->led.llv & 0x60) >> 5) - 1) & 0x03; in wacom_led_control()
980 buf[9] = wacom->led.llv; in wacom_led_control()
992 buf[2] = wacom->led.llv; in wacom_led_control()
1106 if (dest == &wacom->led.llv) in wacom_luminance_store()
1107 group->leds[j].llv = *dest; in wacom_luminance_store()
1140 DEVICE_LUMINANCE_ATTR(status0, llv);
1335 return wacom_rescale(led->llv, wacom->led.max_llv, LED_FULL); in wacom_leds_brightness_get()
1367 led->llv = wacom->led.llv = wacom_rescale(brightness, LED_FULL, wacom->led.max_llv); in wacom_led_brightness_set()
1403 led->llv = wacom->led.llv; in wacom_led_register_one()
[all …]
/linux/lib/zstd/compress/
H A Dzstd_compress.c2618 U32 const llv = sequences[u].litLength; in ZSTD_seqToCodes() local
2621 llCodeTable[u] = (BYTE)ZSTD_LLcode(llv); in ZSTD_seqToCodes()