Home
last modified time | relevance | path

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

123

/linux-5.19.10/drivers/soc/qcom/
Dcpr.c213 struct corner { struct
234 struct corner *corner; member
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 …]
Drpmhpd.c49 unsigned int corner; member
451 unsigned int corner, bool sync) in rpmhpd_send_corner() argument
455 .data = corner, in rpmhpd_send_corner()
468 static void to_active_sleep(struct rpmhpd *pd, unsigned int corner, in to_active_sleep() argument
471 *active = corner; in to_active_sleep()
488 static int rpmhpd_aggregate_corner(struct rpmhpd *pd, unsigned int corner) in rpmhpd_aggregate_corner() argument
496 to_active_sleep(pd, corner, &this_active_corner, &this_sleep_corner); in rpmhpd_aggregate_corner()
499 to_active_sleep(peer, peer->corner, &peer_active_corner, in rpmhpd_aggregate_corner()
531 unsigned int corner; in rpmhpd_power_on() local
536 corner = max(pd->corner, pd->enable_corner); in rpmhpd_power_on()
[all …]
Drpmpd.c103 unsigned int corner; member
484 static int rpmpd_send_corner(struct rpmpd *pd, int state, unsigned int corner) in rpmpd_send_corner() argument
489 .value = cpu_to_le32(corner), in rpmpd_send_corner()
496 static void to_active_sleep(struct rpmpd *pd, unsigned int corner, in to_active_sleep() argument
499 *active = corner; in to_active_sleep()
515 to_active_sleep(pd, pd->corner, &this_active_corner, &this_sleep_corner); in rpmpd_aggregate_corner()
518 to_active_sleep(peer, peer->corner, &peer_active_corner, in rpmpd_aggregate_corner()
545 if (pd->corner) in rpmpd_power_on()
581 pd->corner = state; in rpmpd_set_performance()
/linux-5.19.10/Documentation/devicetree/bindings/opp/
Dopp-v2-qcom-level.yaml28 A positive value representing the fuse corner/level associated with
30 corner/level. A fuse corner/level contains e.g. ref uV, min uV,
/linux-5.19.10/Documentation/userspace-api/media/v4l/
Dselection-api-configuration.rst30 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)``.
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
Ddev-overlay.rst162 Size and position of the window relative to the top, left corner of
194 relative to the top, left corner of the frame buffer. However
260 corner of the frame buffer. Only window pixels *outside* all
275 Horizontal offset of the top, left corner of the rectangle, in
279 Vertical offset of the top, left corner of the rectangle, in pixels.
Dcrop.rst74 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
Dvidioc-g-fbuf.rst103 the pixel in the top left corner of the framebuffer. [#f1]_
287 relative to the top-left corner of the framebuffer and restricted
/linux-5.19.10/drivers/input/mouse/
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-5.19.10/Documentation/input/devices/
Delantech.rst192 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-5.19.10/Documentation/devicetree/bindings/mmc/
Dmtk-sd.yaml139 For different corner IC, the time is different about one step, it is
142 value with corner IC and it is valid only for HS400 mode.
/linux-5.19.10/Documentation/devicetree/bindings/display/mediatek/
Dmediatek,postmask.yaml14 Mediatek display postmask, namely POSTMASK, provides round corner pattern
/linux-5.19.10/Documentation/devicetree/bindings/sound/
Dcs42l56.txt45 …- cirrus,hpf-left-freq, hpf-right-freq : Sets the corner frequency (-3dB point) for the internal H…
/linux-5.19.10/Documentation/networking/
Dipsec.rst8 Here documents known IPsec corner cases which need to be keep in mind when
Dradiotap-headers.rst15 This document gives an overview and warns on some corner cases.
/linux-5.19.10/tools/testing/selftests/futex/
DREADME8 odd corner cases, regression tests, and abject abuse and misuse.
/linux-5.19.10/Documentation/devicetree/bindings/power/avs/
Dqcom,cpr.yaml14 or other device. Each OPP of a device corresponds to a "corner" that has
/linux-5.19.10/Documentation/vm/
Dovercommit-accounting.rst49 not matter much but it's a corner case if you really really care
/linux-5.19.10/Documentation/process/
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-5.19.10/Documentation/devicetree/bindings/usb/
Dmsm-hsusb.txt74 in microvolts or a value corresponding to voltage corner.
/linux-5.19.10/Documentation/admin-guide/mm/
Dmemory-hotplug.rst208 In corner cases, auto-onlining can fail. The kernel won't retry. Note that
226 some corner cases.
604 in corner cases. When we manage a lot of user space memory that has been
635 Even with ZONE_MOVABLE, there are some corner cases where offlining a memory
/linux-5.19.10/arch/s390/kernel/
Dentry.S266 # are some corner cases (e.g. runtime instrumentation) where ILC is unpredictable.
/linux-5.19.10/Documentation/staging/
Dxz.rst106 There are a couple of corner cases where things have been simplified
/linux-5.19.10/Documentation/driver-api/pci/
Dp2pdma.rst26 a few corner case gotchas with these pages so developers need to

123