Home
last modified time | relevance | path

Searched full:indicators (Results 1 – 25 of 214) sorted by relevance

123456789

/OK3568_Linux_fs/external/xserver/hw/dmx/examples/
H A Dxled.c77 printf("Cannot Get Indicators\n"); in main()
85 if (xkb->indicators->phys_indicators & (1 << i)) { in main()
86 printf("led %d = %d\n", i, xkb->indicators->maps[i].flags); in main()
87 old[i] = xkb->indicators->maps[i].flags; in main()
88 xkb->indicators->maps[i].flags = XkbIM_NoAutomatic; in main()
99 printf("Cannot Get Indicators\n"); in main()
103 if (xkb->indicators->phys_indicators & (1 << i)) in main()
104 printf("led %d = %d\n", i, xkb->indicators->maps[i].flags); in main()
119 if (xkb->indicators->phys_indicators & (i << 1)) in main()
120 xkb->indicators->maps[i].flags = old[i]; in main()
/OK3568_Linux_fs/external/xserver/xkb/
H A DxkbLEDs.c50 * this function returns the indicators on the default keyboard
88 * Some indicators "drive" the keyboard when their state is explicitly
287 changes->indicators.state_changes |= affected; in XkbUpdateLedAutoState()
348 * Attempts to change the indicators specified in 'affect' to the
352 * indicator map for any affected indicators, as described in section
408 * Applies the indicator maps for any indicators specified in
414 * notes the indicators with changed state.
418 * the state of any extension device indicators as necessary.
444 * Updates the 'indicator accelerators' for the indicators specified
447 * and speed up the process of figuring out which indicators might
[all …]
H A DXKBAlloc.c283 if (xkb->indicators == NULL) { in XkbAllocIndicatorMaps()
284 xkb->indicators = calloc(1, sizeof(XkbIndicatorRec)); in XkbAllocIndicatorMaps()
285 if (!xkb->indicators) in XkbAllocIndicatorMaps()
294 if ((xkb != NULL) && (xkb->indicators != NULL)) { in XkbFreeIndicatorMaps()
295 free(xkb->indicators); in XkbFreeIndicatorMaps()
296 xkb->indicators = NULL; in XkbFreeIndicatorMaps()
H A DxkbInit.c422 if (names->indicators[LED_CAPS - 1] == None) in XkbInitNames()
423 names->indicators[LED_CAPS - 1] = CREATE_ATOM("Caps Lock"); in XkbInitNames()
424 if (names->indicators[LED_NUM - 1] == None) in XkbInitNames()
425 names->indicators[LED_NUM - 1] = CREATE_ATOM("Num Lock"); in XkbInitNames()
426 if (names->indicators[LED_SCROLL - 1] == None) in XkbInitNames()
427 names->indicators[LED_SCROLL - 1] = CREATE_ATOM("Scroll Lock"); in XkbInitNames()
429 if (names->indicators[LED_COMPOSE - 1] == None) in XkbInitNames()
430 names->indicators[LED_COMPOSE - 1] = CREATE_ATOM("Compose"); in XkbInitNames()
454 map = xkb->indicators; in XkbInitIndicatorMap()
H A DxkbDflts.h464 xkb->names->indicators[0] = GET_ATOM(dpy, "Caps Lock"); in initIndicatorNames()
465 xkb->names->indicators[1] = GET_ATOM(dpy, "Num Lock"); in initIndicatorNames()
466 xkb->names->indicators[2] = GET_ATOM(dpy, "Shift Lock"); in initIndicatorNames()
467 xkb->names->indicators[3] = GET_ATOM(dpy, "Mouse Keys"); in initIndicatorNames()
468 xkb->names->indicators[4] = GET_ATOM(dpy, "Scroll Lock"); in initIndicatorNames()
469 xkb->names->indicators[5] = GET_ATOM(dpy, "Group 2"); in initIndicatorNames()
H A Dxkbout.c136 if (xkb->indicators != NULL) { in XkbWriteXKBKeycodes()
140 if (xkb->indicators->phys_indicators & (1 << i)) in XkbWriteXKBKeycodes()
144 if (xkb->names->indicators[i] != None) { in XkbWriteXKBKeycodes()
146 XkbAtomText(xkb->names->indicators[i], XkbXKBFile)); in XkbWriteXKBKeycodes()
331 if (xkb->indicators) { in XkbWriteXKBCompatMap()
333 XkbIndicatorMapPtr map = &xkb->indicators->maps[i]; in XkbWriteXKBCompatMap()
339 WriteXKBIndicatorMap(file, xkb, xkb->names->indicators[i], map, in XkbWriteXKBCompatMap()
H A DxkbUtils.c1342 memcpy(dst->names->indicators, src->names->indicators, in _XkbCopyNames()
1906 /* indicators */ in _XkbCopyIndicators()
1907 if (src->indicators) { in _XkbCopyIndicators()
1908 if (!dst->indicators) { in _XkbCopyIndicators()
1909 dst->indicators = malloc(sizeof(XkbIndicatorRec)); in _XkbCopyIndicators()
1910 if (!dst->indicators) in _XkbCopyIndicators()
1913 memcpy(dst->indicators, src->indicators, sizeof(XkbIndicatorRec)); in _XkbCopyIndicators()
1916 free(dst->indicators); in _XkbCopyIndicators()
1917 dst->indicators = NULL; in _XkbCopyIndicators()
1977 DebugF("XkbCopyKeymap: failed to copy indicators\n"); in XkbCopyKeymap()
H A Dxkb.c3203 XkbComputeGetIndicatorMapReplySize(XkbIndicatorPtr indicators, in XkbComputeGetIndicatorMapReplySize() argument
3209 rep->realIndicators = indicators->phys_indicators; in XkbComputeGetIndicatorMapReplySize()
3221 XkbIndicatorPtr indicators, xkbGetIndicatorMapReply * rep) in XkbSendIndicatorMap() argument
3239 wire->flags = indicators->maps[i].flags; in XkbSendIndicatorMap()
3240 wire->whichGroups = indicators->maps[i].which_groups; in XkbSendIndicatorMap()
3241 wire->groups = indicators->maps[i].groups; in XkbSendIndicatorMap()
3242 wire->whichMods = indicators->maps[i].which_mods; in XkbSendIndicatorMap()
3243 wire->mods = indicators->maps[i].mods.mask; in XkbSendIndicatorMap()
3244 wire->realMods = indicators->maps[i].mods.real_mods; in XkbSendIndicatorMap()
3245 wire->virtualMods = indicators->maps[i].mods.vmods; in XkbSendIndicatorMap()
[all …]
/OK3568_Linux_fs/kernel/drivers/s390/virtio/
H A Dvirtio_ccw.c50 unsigned long indicators; member
75 static inline unsigned long *indicators(struct virtio_ccw_device *vcdev) in indicators() function
77 return &vcdev->dma_area->indicators; in indicators()
213 /* Walk through indicators field, summary indicator active. */ in virtio_airq_handler()
222 /* Walk through indicators field, summary indicator not active. */ in virtio_airq_handler()
365 /* payload is the address of the indicators */ in virtio_ccw_drop_indicator()
367 sizeof(indicators(vcdev))); in virtio_ccw_drop_indicator()
372 ccw->count = sizeof(indicators(vcdev)); in virtio_ccw_drop_indicator()
375 /* Deregister indicators from host. */ in virtio_ccw_drop_indicator()
376 *indicators(vcdev) = 0; in virtio_ccw_drop_indicator()
[all …]
/OK3568_Linux_fs/kernel/arch/s390/include/uapi/asm/
H A Dvtoc.h101 __u8 DS1SMSFG; /* system managed storage indicators */
112 __u8 DS1DSIND; /* data set indicators */
132 __u8 DS4VTOCI; /* VTOC indicators */
134 __u8 DS4SMSFG; /* system managed storage indicators */
/OK3568_Linux_fs/kernel/drivers/s390/cio/
H A Dqdio_thinint.c32 /* device state change indicators */
35 atomic_t count; /* use count, 0 or 1 for non-shared indicators */
222 /* reset adapter interrupt indicators */ in qdio_shutdown_thinint()
/OK3568_Linux_fs/buildroot/dl/xapp_xkbcomp/
HDxkbcomp-1.4.5.tar.bz2 ... .5/missing xkbcomp-1.4.5/indicators.c xkbcomp-1.4.5/ylwrap xkbcomp ...
/OK3568_Linux_fs/external/xserver/hw/dmx/input/
H A Ddmxcommon.c615 if (priv->xkb->indicators) { in dmxCommonSaveState()
616 priv->savedIndicators = *priv->xkb->indicators; in dmxCommonSaveState()
618 if (priv->xkb->indicators->phys_indicators & (1 << i)) { in dmxCommonSaveState()
619 priv->xkb->indicators->maps[i].flags in dmxCommonSaveState()
667 *priv->xkb->indicators = priv->savedIndicators; in dmxCommonRestoreState()
/OK3568_Linux_fs/kernel/include/linux/
H A Dllc.h2 * IEEE 802.2 User Interface SAPs for Linux, data structures and indicators.
/OK3568_Linux_fs/buildroot/docs/website/
H A Dindex.html112 <!-- Indicators -->
113 <ol class="carousel-indicators" style="margin-top:10px">
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/dvb/
H A Ddvb-fe-read-status.rst24 :ref:`Frontend statistics indicators <frontend-stat-properties>` for
/OK3568_Linux_fs/kernel/drivers/net/wan/lmc/
H A Dlmc_debug.h22 /* event indicators */
/OK3568_Linux_fs/kernel/drivers/usb/common/
H A DKconfig14 LEDs and you want to use them as activity indicators for USB host or
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Drtas.c627 } *indicators; in rtas_indicator_present() local
629 indicators = of_get_property(rtas.dev, "rtas-indicators", &proplen); in rtas_indicator_present()
630 if (!indicators) in rtas_indicator_present()
636 if (__be32_to_cpu(indicators[i].token) != token) in rtas_indicator_present()
639 *maxindex = __be32_to_cpu(indicators[i].maxindex); in rtas_indicator_present()
/OK3568_Linux_fs/kernel/Documentation/hwmon/
H A Duserspace-tools.rst39 If you want some graphical indicators of system health look for applications
/OK3568_Linux_fs/kernel/drivers/acpi/pmic/
H A DKconfig61 general purpose indicators.
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/pseries/
H A Dpapr_scm.c31 /* DIMM health bitmap bitmap indicators */
53 /* Bits status indicators for health bitmap indicating unarmed dimm */
57 /* Bits status indicators for health bitmap indicating unflushed dimm */
60 /* Bits status indicators for health bitmap indicating unrestored dimm */
63 /* Bit status indicators for smart event notification */
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/usb/
H A Dmediatek,mt6360-tcpc.yaml13 Mediatek MT6360 is a multi-functional device. It integrates charger, ADC, flash, RGB indicators,
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/iptraf/
H A Diptraf-ng_1.2.1.bb7 and activity indicators, TCP/UDP traffic breakdowns, and LAN station \
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Ds390-cpumcf-kernel.h34 unsigned long flags; /* 0-63 All indicators */

123456789