Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hid/
H A Dwacom.h119 u8 llv; member
174 u8 llv; /* status led brightness no button (1..127) */ member
H A Dwacom_sys.c934 buf[1] = wacom->led.llv; in wacom_led_control()
945 int ring_lum = (((wacom->led.llv & 0x60) >> 5) - 1) & 0x03; in wacom_led_control()
965 buf[9] = wacom->led.llv; in wacom_led_control()
977 buf[2] = wacom->led.llv; in wacom_led_control()
1114 DEVICE_LUMINANCE_ATTR(status0, llv);
1308 return led->llv * LED_FULL / wacom->led.max_llv; in wacom_leds_brightness_get()
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()
[all …]
/openbmc/qemu/migration/
H A Drdma.c244 union { uint32_t lv[2]; uint64_t llv; } u; in htonll() member
247 return u.llv; in htonll()
254 union { uint32_t lv[2]; uint64_t llv; } u; in ntohll() member
255 u.llv = v; in ntohll()
/openbmc/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()