Home
last modified time | relevance | path

Searched full:coordinate (Results 1 – 25 of 266) sorted by relevance

1234567891011

/openbmc/linux/include/linux/
H A Dcordic.h31 * struct cordic_iq - i/q coordinate.
33 * @i: real part of coordinate (in phase).
34 * @q: imaginary part of coordinate (quadrature).
42 * cordic_calc_iq() - calculates the i/q coordinate for given angle.
44 * @theta: angle in degrees for which i/q coordinate is to be calculated.
45 * @coord: function output parameter holding the i/q coordinate.
47 * The function calculates the i/q coordinate for a given angle using the
48 * CORDIC algorithm. The coordinate consists of a real (i) and an
/openbmc/linux/Documentation/userspace-api/media/drivers/
H A Ddw100.rst38 Each x, y coordinate register uses 16 bits to record the coordinate address in
47 Y coordinate X coordinate
54 vertex of the grid. The x coordinate is stored in the 16 LSBs and the y
55 coordinate in the 16 MSBs.
78 vertex coordinates for x and y. Each x, y coordinate register uses 16 bits
79 (UQ12.4) to record the coordinate address, with the Y coordinate in the
/openbmc/u-boot/include/
H A Dvideo_osd.h32 * a given coordinate).
75 * @col: Horizontal character coordinate to write to.
76 * @row Vertical character coordinate to write to.
78 * specified coordinate on the OSD screen.
102 * @col The x-coordinate of the position the string should be
104 * @row The y-coordinate of the position the string should be
152 * @col: Horizontal character coordinate to write to.
153 * @row Vertical character coordinate to write to.
155 * coordinate on the OSD screen.
179 * @col The x-coordinate of the position the string should be written
[all …]
/openbmc/linux/Documentation/input/devices/
H A Dsentelic.rst117 Byte 2: X coordinate (xpos[9:2])
118 Byte 3: Y coordinate (ypos[9:2])
119 Byte 4: Bit1~Bit0 => Y coordinate (xpos[1:0])
120 Bit3~Bit2 => X coordinate (ypos[1:0])
164 Bit5 => Valid bit, 0 means that the coordinate is invalid or finger up.
172 Byte 2: X coordinate (xpos[9:2])
173 Byte 3: Y coordinate (ypos[9:2])
174 Byte 4: Bit1~Bit0 => Y coordinate (xpos[1:0])
175 Bit3~Bit2 => X coordinate (ypos[1:0])
189 Bit5 => Valid bit, 0 means that the coordinate is invalid or finger up.
[all …]
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_plane_helper.c146 * @crtc_x: x coordinate within CRTC
147 * @crtc_y: y coordinate within CRTC
148 * @crtc_w: width coordinate within CRTC
149 * @crtc_h: height coordinate within CRTC
150 * @src_x: x coordinate within source
151 * @src_y: y coordinate within source
152 * @src_w: width coordinate within source
153 * @src_h: height coordinate within source
H A Ddrm_rect.c240 * @width: Width of the coordinate space
241 * @height: Height of the coordinate space
250 * to the vertical axis of the untransformed coordinate
306 * @width: Width of the coordinate space
307 * @height: Height of the coordinate space
318 * coordinate space, so that you never have to flip
/openbmc/linux/include/drm/
H A Ddrm_rect.h38 * @x1: horizontal starting coordinate (inclusive)
39 * @x2: horizontal ending coordinate (exclusive)
40 * @y1: vertical starting coordinate (inclusive)
41 * @y2: vertical ending coordinate (exclusive)
52 * @x: x coordinate
53 * @y: y coordinate
96 * @x: x coordinate
97 * @y: y coordinate
/openbmc/linux/drivers/media/platform/samsung/s5p-g2d/
H A Dg2d-regs.h32 #define SRC_LEFT_TOP_REG 0x0310 /* Src Left Top Coordinate reg */
33 #define SRC_RIGHT_BOTTOM_REG 0x0314 /* Src Right Bottom Coordinate reg */
43 #define DST_LEFT_TOP_REG 0x0410 /* Dest Left Top Coordinate reg */
44 #define DST_RIGHT_BOTTOM_REG 0x0414 /* Dest Right Bottom Coordinate reg */
50 #define PAT_OFFSET_REG 0x050C /* Pattern Left Top Coordinate reg */
/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/
H A Dti,am3359-tsc.yaml26 ti,coordinate-readouts:
28 step is used to read a single coordinate. A single readout is enough but
62 - ti,coordinate-readouts
73 ti,coordinate-readouts = <5>;
H A Dtouchscreen.yaml21 description: minimum x coordinate reported
26 description: minimum y coordinate reported
31 description: horizontal resolution of touchscreen (maximum x coordinate reported + 1)
35 description: vertical resolution of touchscreen (maximum y coordinate reported + 1)
/openbmc/linux/drivers/media/platform/nxp/imx8-isi/
H A Dimx8-isi-regs.h193 /* Channel Crop Upper Left Corner Coordinate Register */
200 /* Channel Crop Lower Right Corner Coordinate Register */
255 /* Channel Upper Left Coordinate Register for ROI 0 */
262 /* Channel Lower Right Coordinate Register for ROI 0 */
275 /* Channel Upper Left Coordinate Register for ROI 1 */
282 /* Channel Lower Right Coordinate Register for ROI 1 */
295 /* Channel Upper Left Coordinate Register for ROI 2 */
302 /* Channel Lower Right Coordinate Register for ROI 2 */
315 /* Channel Upper Left Coordinate Register for ROI 3 */
322 /* Channel Lower Right Coordinate Register for ROI 3 */
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-colorimetry.rst64 - Specifies the normalized x chromaticity coordinate of the color
72 - Specifies the normalized y chromaticity coordinate of the color
80 - Specifies the normalized x chromaticity coordinate of the white
84 - Specifies the normalized y chromaticity coordinate of the white
/openbmc/linux/drivers/staging/sm750fb/
H A Dsm750_accel.h201 * @sx: Starting x coordinate of source surface
202 * @sy: Starting y coordinate of source surface
206 * @dx: Starting x coordinate of destination surface
207 * @dy: Starting y coordinate of destination surface
230 * @dx: Starting x coordinate of destination surface
231 * @dy: Starting y coordinate of destination surface
H A Dsm750_accel.c137 * @sx: Starting x coordinate of source surface
138 * @sy: Starting y coordinate of source surface
142 * @dx: Starting x coordinate of destination surface
143 * @dy: Starting y coordinate of destination surface
310 * @dx: Starting x coordinate of destination surface
311 * @dy: Starting y coordinate of destination surface
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/functional/
H A Dfunctional_helpers.py114 def get_table_element(self, table_id, *coordinate): argument
115 if len(coordinate) == 0:
123 row = coordinate[0]
125 if len(coordinate) == 1:
134 column = coordinate[1]
/openbmc/linux/lib/math/
H A Dcordic.c41 * cordic_calc_iq() - calculates the i/q coordinate for given angle
43 * theta: angle in degrees for which i/q coordinate is to be calculated
44 * coord: function output parameter holding the i/q coordinate
/openbmc/linux/drivers/media/platform/st/sti/delta/
H A Ddelta-mjpeg-fw.h165 * @xvalue0: the x(0) coordinate for subregion decoding
166 * @xvalue1: the x(1) coordinate for subregion decoding
167 * @yvalue0: the y(0) coordinate for subregion decoding
168 * @yvalue1: the y(1) coordinate for subregion decoding
/openbmc/linux/drivers/media/i2c/ccs/
H A Dccs-data.h137 * @small_offset_x: offset X coordinate
138 * @small_offset_y: offset Y coordinate
159 * @main_offset_x: Start X coordinate of PDAF pixel blocks
160 * @main_offset_y: Start Y coordinate of PDAF pixel blocks
/openbmc/linux/drivers/staging/media/atomisp/pci/
H A Dia_css_types.h94 /* Generic coordinate structure.
97 s32 x; /** Value of a coordinate on the horizontal axis */
98 s32 y; /** Value of a coordinate on the vertical axis */
164 * - Origin coordinate of bayer (real sensor data)
317 /** X coordinate (in bqs) of bayer origin on shading table.
324 /** Y coordinate (in bqs) of bayer origin on shading table.
352 The coordinate x,y should be positive values. */
433 s32 x; /** x coordinate */
434 s32 y; /** y coordinate */
455 * origin : This is the coordinate (x,y) within the effective input resolution
[all …]
/openbmc/linux/drivers/input/
H A Dtouchscreen.c166 * @x: X coordinate to store in pos
167 * @y: Y coordinate to store in pos
187 * @x: X coordinate to report
188 * @y: Y coordinate to report
/openbmc/linux/include/uapi/linux/
H A Dlibc-compat.h55 /* Coordinate with glibc net/if.h header. */
89 /* Coordinate with glibc netinet/in.h header. */
132 * coordinate. */
143 /* Coordinate with glibc netipx/ipx.h header. */
/openbmc/openbmc/poky/meta/recipes-kernel/linux-libc-headers/linux-libc-headers/
H A D0001-libc-compat.h-fix-some-issues-arising-from-in6.h.patch26 -/* Coordinate with glibc net/if.h header. */
28 +/* Coordinate with libc net/if.h header. */
71 * coordinate. */
/openbmc/linux/drivers/staging/vc04_services/vchiq-mmal/
H A Dmmal-msg-common.h39 s32 x; /**< x coordinate (from left) */
40 s32 y; /**< y coordinate (from top) */
/openbmc/linux/include/crypto/
H A Decc_curve.h12 * @x: X coordinate in vli form.
13 * @y: Y coordinate in vli form.
/openbmc/linux/drivers/input/rmi4/
H A Drmi_2d_sensor.h31 * @max_x - The maximum X coordinate that will be reported by this sensor.
32 * @max_y - The maximum Y coordinate that will be reported by this sensor.

1234567891011