/linux-6.12.1/drivers/pmdomain/qcom/ |
D | cpr.c | 213 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 …]
|
D | rpmhpd.c | 52 unsigned int corner; member 655 unsigned int corner, bool sync) in rpmhpd_send_corner() argument 659 .data = corner, in rpmhpd_send_corner() 672 static void to_active_sleep(struct rpmhpd *pd, unsigned int corner, in to_active_sleep() argument 675 *active = corner; in to_active_sleep() 692 static int rpmhpd_aggregate_corner(struct rpmhpd *pd, unsigned int corner) in rpmhpd_aggregate_corner() argument 702 to_active_sleep(pd, corner, &this_active_corner, &this_sleep_corner); in rpmhpd_aggregate_corner() 710 peer_enabled_corner = max(peer->corner, peer->enable_corner); in rpmhpd_aggregate_corner() 744 unsigned int corner; in rpmhpd_power_on() local 749 corner = max(pd->corner, pd->enable_corner); in rpmhpd_power_on() [all …]
|
D | rpmpd.c | 56 unsigned int corner; member 971 static int rpmpd_send_corner(struct rpmpd *pd, int state, unsigned int corner) in rpmpd_send_corner() argument 976 .value = cpu_to_le32(corner), in rpmpd_send_corner() 983 static void to_active_sleep(struct rpmpd *pd, unsigned int corner, in to_active_sleep() argument 986 *active = corner; in to_active_sleep() 1006 to_active_sleep(pd, pd->corner, &this_active_corner, &this_sleep_corner); in rpmpd_aggregate_corner() 1009 to_active_sleep(peer, peer->corner, &peer_active_corner, in rpmpd_aggregate_corner() 1036 if (pd->corner) in rpmpd_power_on() 1068 pd->corner = state; in rpmpd_set_performance() 1156 pd->corner = 0; in rpmpd_sync_state()
|
/linux-6.12.1/Documentation/userspace-api/media/v4l/ |
D | selection-api-configuration.rst | 30 The range of coordinates of the top left corner, width and height of 33 corner at position ``(0,0)``. The rectangle's coordinates are expressed 36 The top left corner, width and height of the source rectangle, that is 51 coordinates are expressed in pixels. The rectangle's top/left corner 91 All coordinates are expressed in pixels. The top/left corner is always 95 The top left corner, width and height of the source rectangle, that is 117 the driver developers to put the top/left corner at position ``(0,0)``.
|
D | vidioc-cropcap.rst | 108 - Horizontal offset of the top, left corner of the rectangle, in 112 - Vertical offset of the top, left corner of the rectangle, in
|
D | dev-overlay.rst | 165 Size and position of the window relative to the top, left corner of 198 relative to the top, left corner of the frame buffer. However 266 corner of the frame buffer. Only window pixels *outside* all 281 Horizontal offset of the top, left corner of the rectangle, in 285 Vertical offset of the top, left corner of the rectangle, in pixels.
|
D | crop.rst | 74 For capture devices the coordinates of the top left corner, width and 86 The top left corner, width and height of the source rectangle, that is
|
D | vidioc-g-fbuf.rst | 100 the pixel in the top left corner of the framebuffer. 274 relative to the top-left corner of the framebuffer and restricted
|
/linux-6.12.1/drivers/input/mouse/ |
D | alps.c | 398 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-6.12.1/Documentation/driver-api/cxl/ |
D | maturity-map.rst | 30 mature, but known corner cases are still a work in progress. 49 in place, but there are several corner cases that are pending closure. 92 mainly caused by the enumeration corner cases above.
|
/linux-6.12.1/Documentation/input/devices/ |
D | elantech.rst | 192 C: 1 = enable corner tap 247 c = 1 when corner tap detected 255 byte 1 = 0xf0 when corner tap detected 275 when corner tap detected: 276 ds0 = 1 when top right corner tapped 277 ds1 = 1 when bottom right corner tapped 278 ds2 = 1 when bottom left corner tapped 279 ds3 = 1 when top left corner tapped
|
/linux-6.12.1/Documentation/iio/ |
D | iio_devbuf.rst | 147 applied), however there are corner cases in which the buffered data may be found 148 in a processed form. Please note that these corner cases are not addressed by
|
/linux-6.12.1/Documentation/devicetree/bindings/sound/ |
D | cs42l56.txt | 45 …- cirrus,hpf-left-freq, hpf-right-freq : Sets the corner frequency (-3dB point) for the internal H…
|
/linux-6.12.1/Documentation/networking/ |
D | ipsec.rst | 8 Here documents known IPsec corner cases which need to be keep in mind when
|
D | radiotap-headers.rst | 15 This document gives an overview and warns on some corner cases.
|
/linux-6.12.1/drivers/soc/mediatek/ |
D | Kconfig | 68 chip process corner, temperatures and other factors. Then DVFS
|
/linux-6.12.1/lib/ |
D | Kconfig.kmsan | 48 may potentially report errors in corner cases when non-instrumented
|
/linux-6.12.1/arch/arm64/boot/dts/qcom/ |
D | ipq9574-rdp-common.dtsi | 102 * corner parts to operate at 800MHz
|
/linux-6.12.1/tools/testing/selftests/futex/ |
D | README | 8 odd corner cases, regression tests, and abject abuse and misuse.
|
/linux-6.12.1/Documentation/mm/ |
D | overcommit-accounting.rst | 46 not matter much but it's a corner case if you really really care
|
/linux-6.12.1/Documentation/process/ |
D | botching-up-ioctls.rst | 89 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-6.12.1/Documentation/arch/x86/x86_64/ |
D | fred.rst | 59 to handle all the ugly corner cases caused by half baked entry states.
|
/linux-6.12.1/Documentation/admin-guide/mm/ |
D | memory-hotplug.rst | 206 In corner cases, auto-onlining can fail. The kernel won't retry. Note that 224 some corner cases. 623 in corner cases. When we manage a lot of user space memory that has been 654 Even with ZONE_MOVABLE, there are some corner cases where offlining a memory
|
/linux-6.12.1/arch/arm/boot/dts/nxp/imx/ |
D | imx6sl-tolino-vision.dts | 52 /* magnetic sensor in the corner next to the uSD slot */
|
/linux-6.12.1/Documentation/filesystems/iomap/ |
D | porting.rst | 97 This will flush out lots of data integrity corner case bugs that the new
|