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

/linux-master/drivers/hid/
H A Dwacom.h119 u8 llv; member in struct:wacom_led
175 u8 llv; /* status led brightness no button (1..127) */ member in struct:wacom::wacom_leds
178 u8 max_llv; /* maximum brightness of LED (llv) */
H A Dwacom_sys.c934 buf[1] = wacom->led.llv;
945 int ring_lum = (((wacom->led.llv & 0x60) >> 5) - 1) & 0x03;
965 buf[9] = wacom->led.llv;
977 buf[2] = wacom->led.llv;
1114 DEVICE_LUMINANCE_ATTR(status0, llv);
1308 return led->llv * LED_FULL / wacom->led.max_llv;
1340 led->llv = wacom->led.llv = wacom->led.max_llv * brightness / LED_FULL;
1387 led->llv = wacom->led.llv;
[all...]
/linux-master/lib/zstd/compress/
H A Dzstd_compress.c2307 U32 const llv = sequences[u].litLength; local
2309 llCodeTable[u] = (BYTE)ZSTD_LLcode(llv);

Completed in 225 milliseconds