| /linux/arch/m68k/hp300/ |
| H A D | hp300map.map | 185 compose '`' 'A' to '�' 186 compose '`' 'a' to '�' 187 compose '\'' 'A' to '�' 188 compose '\'' 'a' to '�' 189 compose '^' 'A' to '�' 190 compose '^' 'a' to '�' 191 compose '~' 'A' to '�' 192 compose '~' 'a' to '�' 193 compose '"' 'A' to '�' 194 compose '"' 'a' to '�' [all …]
|
| /linux/drivers/tty/vt/ |
| H A D | defkeymap.map | 112 control keycode 52 = Compose 291 compose '`' 'A' to '�' 292 compose '`' 'a' to '�' 293 compose '\'' 'A' to '�' 294 compose '\'' 'a' to '�' 295 compose '^' 'A' to '�' 296 compose '^' 'a' to '�' 297 compose '~' 'A' to '�' 298 compose '~' 'a' to '�' 299 compose '"' 'A' to '�' [all …]
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | selection-api-examples.rst | 45 /* setting smaller compose rectangle */ 65 struct v4l2_selection compose = { 75 ret = ioctl(fd, VIDIOC_G_SELECTION, &compose); 83 hscale = (double)compose.r.width / crop.r.width; 84 vscale = (double)compose.r.height / crop.r.height;
|
| H A D | v4l2-selection-targets.rst | 58 - Compose rectangle. Used to configure scaling and composition. 68 - Bounds of the compose rectangle. All valid compose rectangles fit 69 inside the compose bounds rectangle.
|
| H A D | dev-decoder.rst | 465 hardware without additional compose/scaling capabilities. 470 hardware does not support compose/scaling. 478 read-only on hardware without additional compose/scaling capabilities. 534 * Setting the ``CAPTURE`` format will reset the compose selection rectangles 538 5. **Optional.** Set the compose rectangle via :c:func:`VIDIOC_S_SELECTION` on 539 the ``CAPTURE`` queue if it is desired and if the decoder has compose and/or 553 read-only on hardware without additional compose/scaling capabilities. 563 The decoder may adjust the compose rectangle to the nearest
|
| H A D | selection-api-intro.rst | 23 and position of such a window is controlled by the compose target.
|
| H A D | vidioc-g-selection.rst | 73 choose a crop/compose rectangle as close as possible to the requested
|
| /linux/drivers/s390/char/ |
| H A D | defkeymap.map | 189 compose '^' 'c' to Control_c 190 compose '^' 'd' to Control_d 191 compose '^' 'z' to Control_z 192 compose '^' '\012' to nul
|
| /linux/drivers/media/platform/renesas/vsp1/ |
| H A D | vsp1_hgt.c | 135 struct v4l2_rect *compose; in hgt_configure_stream() local 144 compose = v4l2_subdev_state_get_compose(state, HISTO_PAD_SINK); in hgt_configure_stream() 165 hratio = crop->width * 2 / compose->width / 3; in hgt_configure_stream() 166 vratio = crop->height * 2 / compose->height / 3; in hgt_configure_stream()
|
| H A D | vsp1_hgo.c | 139 struct v4l2_rect *compose; in hgo_configure_stream() local 145 compose = v4l2_subdev_state_get_compose(state, HISTO_PAD_SINK); in hgo_configure_stream() 162 hratio = crop->width * 2 / compose->width / 3; in hgo_configure_stream() 163 vratio = crop->height * 2 / compose->height / 3; in hgo_configure_stream()
|
| /linux/fs/hfsplus/ |
| H A D | unicode.c | 154 int i, len, ustrlen, res, compose; in hfsplus_uni2asc() local 168 compose = !test_bit(HFSPLUS_SB_NODECOMPOSE, &HFSPLUS_SB(sb)->flags); in hfsplus_uni2asc() 174 if (likely(compose)) in hfsplus_uni2asc() 188 /* compose the Hangul char */ in hfsplus_uni2asc() 210 if (likely(compose)) in hfsplus_uni2asc()
|
| /linux/tools/perf/python/ |
| H A D | ilist.py | 133 def compose(self) -> ComposeResult: member in ErrorScreen 153 def compose(self) -> ComposeResult: member in SearchScreen 174 def compose(self) -> ComposeResult: member in Counter 187 def compose(self) -> ComposeResult: member in CounterSparkline 431 def compose(self) -> ComposeResult: member in IListApp
|
| /linux/drivers/input/keyboard/ |
| H A D | lkkbd.c | 86 "If set non-zero, LK201' Compose key will act as an Alt key"); 191 [0xad] = KEY_COMPOSE, /* Right Compose, that is. */ 195 [0xb1] = KEY_COMPOSE, /* Left Compose, that is. */ 350 * Reset setting for Compose key. Let Compose be KEY_COMPOSE. in lkkbd_detection_done() 355 * Print keyboard name and modify Compose=Alt on user's request. in lkkbd_detection_done()
|
| /linux/Documentation/admin-guide/media/ |
| H A D | vivid.rst | 31 - Supports crop/compose/scale in any combination for both input and output 200 specify the allowed video capture crop/compose/scaling combination 215 Enable compose support. Composing will copy the incoming 232 specify the allowed video output crop/compose/scaling combination 248 Enable compose support. Composing will copy the incoming 284 controls that select crop, compose and scale behavior are also 286 will default to enabling crop, compose and scaling. 1259 If the combination of crop, compose and scaling allows it, then it is possible 1260 to change crop and compose rectangles on the fly.
|
| /linux/drivers/staging/media/imx/ |
| H A D | imx-media.h | 109 /* the compose rectangle */ 110 struct v4l2_rect compose; member
|
| /linux/include/media/tpg/ |
| H A D | v4l2-tpg.h | 144 /* compose coordinates are format-based */ 145 struct v4l2_rect compose; member 255 const struct v4l2_rect *compose);
|
| /linux/net/ethtool/ |
| H A D | common.h | 11 /* compose link mode index from speed, type and duplex */
|
| /linux/fs/quota/ |
| H A D | netlink.c | 90 printk(KERN_ERR "VFS: Not enough space to compose quota message!\n"); in quota_send_warning()
|
| /linux/Documentation/devicetree/bindings/display/imx/ |
| H A D | nxp,imx8mq-dcss.yaml | 16 display buffers, compose them, and drive a display using HDMI 2.0a(with HDCP
|
| /linux/arch/csky/lib/ |
| H A D | string.c | 114 /* Compose an ulong with 'c' repeated 4/8 times */ in memset()
|
| /linux/drivers/video/fbdev/ |
| H A D | c2p_core.h | 146 * Compose two values, using a bitmask as decision value
|
| /linux/drivers/media/platform/samsung/exynos4-is/ |
| H A D | fimc-lite.h | 57 * @out_hor_offs_align: minimum output DMA compose rectangle horizontal
|
| /linux/drivers/input/ |
| H A D | input-leds.c | 34 [LED_COMPOSE] = { "compose" },
|
| /linux/Documentation/arch/riscv/ |
| H A D | cmodx.rst | 22 AUIPC + JALR, are required to compose a function call. However, it is impossible
|
| /linux/arch/microblaze/kernel/ |
| H A D | process.c | 91 * compose the right MSR for RETURN(). It will work for switch_to also in copy_thread()
|