Home
last modified time | relevance | path

Searched refs:corner (Results 1 – 25 of 47) sorted by relevance

12

/linux/drivers/pmdomain/qcom/
H A Dcpr.c213 struct corner { struct
234 struct corner *corner; argument
243 struct corner *corners;
305 static void cpr_ctl_enable(struct cpr_drv *drv, struct corner *corner) in cpr_ctl_enable() argument
318 corner->save_ctl); in cpr_ctl_enable()
319 cpr_irq_set(drv, corner->save_irq); in cpr_ctl_enable()
321 if (cpr_is_allowed(drv) && corner->max_uV > corner->min_uV) in cpr_ctl_enable()
358 static void cpr_corner_save(struct cpr_drv *drv, struct corner *corner) in cpr_corner_save() argument
360 corner->save_ctl = cpr_read(drv, REG_RBCPR_CTL); in cpr_corner_save()
361 corner->save_irq = cpr_read(drv, REG_RBIF_IRQ_EN(0)); in cpr_corner_save()
[all …]
/linux/Documentation/userspace-api/media/v4l/
H A Dselection-api-configuration.rst31 The range of coordinates of the top left corner, width and height of
34 corner at position ``(0,0)``. The rectangle's coordinates are expressed
37 The top left corner, width and height of the source rectangle, that is
52 coordinates are expressed in pixels. The rectangle's top/left corner
92 All coordinates are expressed in pixels. The top/left corner is always
96 The top left corner, width and height of the source rectangle, that is
118 the driver developers to put the top/left corner at position ``(0,0)``.
H A Dvidioc-cropcap.rst108 - Horizontal offset of the top, left corner of the rectangle, in
112 - Vertical offset of the top, left corner of the rectangle, in
H A Ddev-overlay.rst166 Size and position of the window relative to the top, left corner of
199 relative to the top, left corner of the frame buffer. However
267 corner of the frame buffer. Only window pixels *outside* all
282 Horizontal offset of the top, left corner of the rectangle, in
286 Vertical offset of the top, left corner of the rectangle, in pixels.
H A Dcrop.rst75 For capture devices the coordinates of the top left corner, width and
87 The top left corner, width and height of the source rectangle, that is
H A Dvidioc-g-fbuf.rst100 the pixel in the top left corner of the framebuffer.
274 relative to the top-left corner of the framebuffer and restricted
/linux/drivers/input/mouse/
H A Dalps.c398 struct input_mt_pos corner[4]; in alps_process_bitmap() local
430 corner[0].x = in alps_process_bitmap()
433 corner[0].y = in alps_process_bitmap()
438 corner[1].x = in alps_process_bitmap()
441 corner[1].y = in alps_process_bitmap()
446 corner[2].x = in alps_process_bitmap()
449 corner[2].y = in alps_process_bitmap()
454 corner[3].x = in alps_process_bitmap()
457 corner[3].y = in alps_process_bitmap()
464 corner[i].x = priv->x_max - corner[i].x; in alps_process_bitmap()
[all …]
/linux/arch/arm64/boot/dts/amlogic/
H A Dmeson-gxm-ugoos-am3.dts5 * Debug UART (3.3V, 115200 baud) at the corner of the board:
/linux/drivers/platform/wmi/
H A DKconfig32 the same GUID to fail in some corner cases.
/linux/lib/
H A DKconfig.kmsan39 may potentially report errors in corner cases when non-instrumented
/linux/Documentation/devicetree/bindings/sound/
H A Dcs42l56.txt45 …- cirrus,hpf-left-freq, hpf-right-freq : Sets the corner frequency (-3dB point) for the internal H…
/linux/Documentation/networking/
H A Dipsec.rst8 Here documents known IPsec corner cases which need to be keep in mind when
H A Dradiotap-headers.rst15 This document gives an overview and warns on some corner cases.
/linux/Documentation/mm/
H A Dovercommit-accounting.rst46 not matter much but it's a corner case if you really really care
/linux/tools/testing/selftests/futex/
H A DREADME8 odd corner cases, regression tests, and abject abuse and misuse.
/linux/Documentation/process/
H A Dbotching-up-ioctls.rst89 error handling paths - GPUs will die eventually in the oddmost corner cases
122 * Have testcases for the really tricky corner cases in your error recovery code
163 * Have testcases for corner-cases, especially whether the return values for
/linux/arch/arm64/boot/dts/qcom/
H A Dipq9574-rdp-common.dtsi102 * corner parts to operate at 800MHz
/linux/Documentation/arch/x86/x86_64/
H A Dfred.rst59 to handle all the ugly corner cases caused by half baked entry states.
/linux/Documentation/filesystems/iomap/
H A Dporting.rst97 This will flush out lots of data integrity corner case bugs that the new
/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6sl-tolino-vision.dts52 /* magnetic sensor in the corner next to the uSD slot */
/linux/scripts/
H A DKbuild.include187 # empty even if the target does not exist. cmd-check saves this corner case.
/linux/Documentation/dev-tools/
H A Dtesting-overview.rst72 and for finding corner-cases which are not covered by the appropriate test.
/linux/Documentation/staging/
H A Dlzo.rst200 mistakes or that a few corner cases were overlooked. In any case, please
/linux/Documentation/arch/x86/
H A Dpti.rst141 several minutes. These tests frequently uncover corner cases in the
/linux/Documentation/gpu/
H A Dintroduction.rst49 names are "Notes" with information for dangerous or tricky corner cases,

12