Home
last modified time | relevance | path

Searched full:compose (Results 1 – 25 of 85) sorted by relevance

1234

/linux/arch/m68k/hp300/
H A Dhp300map.map185 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 Ddefkeymap.map112 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 Dselection-api-examples.rst45 /* 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 Dv4l2-selection-targets.rst58 - 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 Ddev-decoder.rst465 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 Dselection-api-intro.rst23 and position of such a window is controlled by the compose target.
H A Dvidioc-g-selection.rst73 choose a crop/compose rectangle as close as possible to the requested
/linux/drivers/s390/char/
H A Ddefkeymap.map189 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 Dvsp1_hgt.c135 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 Dvsp1_hgo.c139 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 Dunicode.c154 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 Dilist.py133 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 Dlkkbd.c86 "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 Dvivid.rst31 - 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 Dimx-media.h109 /* the compose rectangle */
110 struct v4l2_rect compose; member
/linux/include/media/tpg/
H A Dv4l2-tpg.h144 /* compose coordinates are format-based */
145 struct v4l2_rect compose; member
255 const struct v4l2_rect *compose);
/linux/net/ethtool/
H A Dcommon.h11 /* compose link mode index from speed, type and duplex */
/linux/fs/quota/
H A Dnetlink.c90 printk(KERN_ERR "VFS: Not enough space to compose quota message!\n"); in quota_send_warning()
/linux/Documentation/devicetree/bindings/display/imx/
H A Dnxp,imx8mq-dcss.yaml16 display buffers, compose them, and drive a display using HDMI 2.0a(with HDCP
/linux/arch/csky/lib/
H A Dstring.c114 /* Compose an ulong with 'c' repeated 4/8 times */ in memset()
/linux/drivers/video/fbdev/
H A Dc2p_core.h146 * Compose two values, using a bitmask as decision value
/linux/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-lite.h57 * @out_hor_offs_align: minimum output DMA compose rectangle horizontal
/linux/drivers/input/
H A Dinput-leds.c34 [LED_COMPOSE] = { "compose" },
/linux/Documentation/arch/riscv/
H A Dcmodx.rst22 AUIPC + JALR, are required to compose a function call. However, it is impossible
/linux/arch/microblaze/kernel/
H A Dprocess.c91 * compose the right MSR for RETURN(). It will work for switch_to also in copy_thread()

1234