Searched refs:llv (Results 1 – 2 of 2) sorted by relevance
953 buf[1] = wacom->led.llv; in wacom_led_control() 964 int ring_lum = (((wacom->led.llv & 0x60) >> 5) - 1) & 0x03; in wacom_led_control() 984 buf[9] = wacom->led.llv; in wacom_led_control() 996 buf[2] = wacom->led.llv; in wacom_led_control() 1110 if (dest == &wacom->led.llv) in wacom_luminance_store() 1111 group->leds[j].llv = *dest; in wacom_luminance_store() 1144 DEVICE_LUMINANCE_ATTR(status0, llv);1339 return wacom_rescale(led->llv, wacom->led.max_llv, LED_FULL); in wacom_leds_brightness_get() 1371 led->llv = wacom->led.llv in wacom_led_brightness_set() [all...]
2618 U32 const llv = sequences[u].litLength; in ZSTD_seqToCodes() local2621 llCodeTable[u] = (BYTE)ZSTD_LLcode(llv); in ZSTD_seqToCodes()