Home
last modified time | relevance | path

Searched refs:phys_indicators (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/dmx/examples/
H A Dxled.c85 if (xkb->indicators->phys_indicators & (1 << i)) { in main()
103 if (xkb->indicators->phys_indicators & (1 << i)) in main()
119 if (xkb->indicators->phys_indicators & (i << 1)) in main()
/OK3568_Linux_fs/external/xserver/include/
H A Dxkbstr.h406 unsigned long phys_indicators; member
596 unsigned int phys_indicators; member
/OK3568_Linux_fs/external/xserver/xkb/
H A DxkbLEDs.c556 sli->physIndicators = xkb->indicators->phys_indicators; in XkbAllocSrvLedInfo()
572 sli->physIndicators = xkb->indicators->phys_indicators; in XkbAllocSrvLedInfo()
H A DxkbInit.c455 map->phys_indicators = PHYS_LEDS; in XkbInitIndicatorMap()
H A Dxkbout.c140 if (xkb->indicators->phys_indicators & (1 << i)) in XkbWriteXKBKeycodes()
H A Dxkmread.c626 xkb->indicators->phys_indicators = XkmGetCARD32(file, &nRead); in ReadXkmIndicators()
H A Dxkb.c3209 rep->realIndicators = indicators->phys_indicators; in XkbComputeGetIndicatorMapReplySize()
/OK3568_Linux_fs/external/xserver/hw/dmx/input/
H A Ddmxcommon.c618 if (priv->xkb->indicators->phys_indicators & (1 << i)) { in dmxCommonSaveState()