/openbmc/linux/drivers/pmdomain/qcom/ |
H A D | cpr.c | 212 struct corner { struct 233 struct corner *corner; argument 242 struct corner *corners; 304 static void cpr_ctl_enable(struct cpr_drv *drv, struct corner *corner) in cpr_ctl_enable() argument 317 corner->save_ctl); in cpr_ctl_enable() 318 cpr_irq_set(drv, corner->save_irq); in cpr_ctl_enable() 320 if (cpr_is_allowed(drv) && corner->max_uV > corner->min_uV) in cpr_ctl_enable() 357 static void cpr_corner_save(struct cpr_drv *drv, struct corner *corner) in cpr_corner_save() argument 359 corner->save_ctl = cpr_read(drv, REG_RBCPR_CTL); in cpr_corner_save() 360 corner->save_irq = cpr_read(drv, REG_RBIF_IRQ_EN(0)); in cpr_corner_save() [all …]
|
H A D | rpmhpd.c | 51 unsigned int corner; member 578 unsigned int corner, bool sync) in rpmhpd_send_corner() argument 582 .data = corner, in rpmhpd_send_corner() 595 static void to_active_sleep(struct rpmhpd *pd, unsigned int corner, in to_active_sleep() argument 598 *active = corner; in to_active_sleep() 615 static int rpmhpd_aggregate_corner(struct rpmhpd *pd, unsigned int corner) in rpmhpd_aggregate_corner() argument 625 to_active_sleep(pd, corner, &this_active_corner, &this_sleep_corner); in rpmhpd_aggregate_corner() 633 peer_enabled_corner = max(peer->corner, peer->enable_corner); in rpmhpd_aggregate_corner() 667 unsigned int corner; in rpmhpd_power_on() local 672 corner = max(pd->corner, pd->enable_corner); in rpmhpd_power_on() [all …]
|
H A D | rpmpd.c | 53 unsigned int corner; member 795 static int rpmpd_send_corner(struct rpmpd *pd, int state, unsigned int corner) in rpmpd_send_corner() argument 800 .value = cpu_to_le32(corner), in rpmpd_send_corner() 807 static void to_active_sleep(struct rpmpd *pd, unsigned int corner, in to_active_sleep() argument 810 *active = corner; in to_active_sleep() 830 to_active_sleep(pd, pd->corner, &this_active_corner, &this_sleep_corner); in rpmpd_aggregate_corner() 833 to_active_sleep(peer, peer->corner, &peer_active_corner, in rpmpd_aggregate_corner() 860 if (pd->corner) in rpmpd_power_on() 896 pd->corner = state; in rpmpd_set_performance() 997 pd->corner = 0; in rpmpd_sync_state()
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/ |
H A D | jquery-ui.theme.min.css | 5 …corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:4px}.ui-corner-all,…
|
H A D | jquery-ui.min.css | 7 …corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:4px}.ui-corner-all,…
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A 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)``.
|
H A 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
|
H A 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.
|
/openbmc/linux/drivers/input/mouse/ |
H A 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 …]
|
/openbmc/linux/Documentation/input/devices/ |
H A 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
|
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | ipq9574-rdp449.dts | 57 * corner parts to operate at 800MHz
|
H A D | ipq9574-rdp453.dts | 57 * corner parts to operate at 800MHz
|
H A D | ipq9574-rdp454.dts | 57 * corner parts to operate at 800MHz
|
H A D | ipq9574-rdp418.dts | 57 * corner parts to operate at 800MHz
|
H A D | ipq9574-rdp433.dts | 61 * corner parts to operate at 800MHz
|
/openbmc/linux/Documentation/networking/ |
H A D | ipsec.rst | 8 Here documents known IPsec corner cases which need to be keep in mind when
|
/openbmc/linux/Documentation/devicetree/bindings/sound/ |
H A D | cs42l56.txt | 45 …- cirrus,hpf-left-freq, hpf-right-freq : Sets the corner frequency (-3dB point) for the internal H…
|
/openbmc/linux/lib/ |
H A D | Kconfig.kmsan | 48 may potentially report errors in corner cases when non-instrumented
|
/openbmc/openbmc/poky/bitbake/ |
H A D | README | 47 it has so many corner cases. The datastore has many tests too. Testing with the testsuite is
|
/openbmc/linux/drivers/soc/mediatek/ |
H A D | Kconfig | 91 chip process corner, temperatures and other factors. Then DVFS
|
/openbmc/linux/tools/testing/selftests/futex/ |
H A D | README | 8 odd corner cases, regression tests, and abject abuse and misuse.
|
/openbmc/linux/Documentation/mm/ |
H A D | overcommit-accounting.rst | 47 not matter much but it's a corner case if you really really care
|
/openbmc/openbmc/poky/bitbake/doc/sphinx-static/ |
H A D | theme_overrides.css | 157 /* Remove the blue background in the top left corner, around the logo */
|
/openbmc/openbmc/poky/documentation/sphinx-static/ |
H A D | theme_overrides.css | 159 /* Remove the blue background in the top left corner, around the logo */
|
/openbmc/linux/Documentation/process/ |
H A 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
|