/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 | 31 * @corner: current corner 32 * @active_corner: current active corner 33 * @enable_corner: lowest non-zero corner 34 * @level: An array of level (vlvl) to corner (hlvl) mappings 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 [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() 826 /* Clamp to the highest corner/level if sync_state isn't done yet */ in rpmpd_aggregate_corner() 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() [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/power/avs/ |
H A D | qcom,cpr.yaml | 14 or other device. Each OPP of a device corresponds to a "corner" that has 59 - description: Corner 1 quotient offset 60 - description: Corner 2 quotient offset 61 - description: Corner 3 quotient offset 62 - description: Corner 1 initial voltage 63 - description: Corner 2 initial voltage 64 - description: Corner 3 initial voltage 65 - description: Corner 1 quotient 66 - description: Corner 2 quotient 67 - description: Corner 3 quotient [all …]
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | verifier_xdp_direct_packet_access.c | 51 __description("XDP pkt read, pkt_data' > pkt_end, corner case, good access") 113 __description("XDP pkt read, pkt_data' > pkt_end, corner case +1, good access") 133 __description("XDP pkt read, pkt_data' > pkt_end, corner case -1, bad access") 175 __description("XDP pkt read, pkt_end > pkt_data', corner case -1, bad access") 218 __description("XDP pkt read, pkt_end > pkt_data', corner case, good access") 239 __description("XDP pkt read, pkt_end > pkt_data', corner case +1, good access") 281 __description("XDP pkt read, pkt_data' < pkt_end, corner case -1, bad access") 324 __description("XDP pkt read, pkt_data' < pkt_end, corner case, good access") 345 __description("XDP pkt read, pkt_data' < pkt_end, corner case +1, good access") 366 __description("XDP pkt read, pkt_end < pkt_data', corner case, good access") [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 | 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.
|
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
|
/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/devicetree/bindings/opp/ |
H A D | opp-v2-qcom-level.yaml | 29 A positive value representing the fuse corner/level associated with 31 corner/level. A fuse corner/level contains e.g. ref uV, min uV,
|
/openbmc/linux/include/sound/ |
H A D | cs42l56.h | 34 /* HighPass Filter Right Channel Corner Frequency */ 37 /* HighPass Filter Left Channel Corner Frequency */
|
/openbmc/linux/Documentation/scsi/ |
H A D | sym53c500_cs.rst | 8 package, and was written by Tom Corner (tcorner@via.at). A rewrite was 27 for Tom Corner, and it works for me. Your mileage will probably vary.
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_format_helper.c | 35 * The byte offset of the clip rectangle's top-left corner within the framebuffer. 171 * top-left corner). 248 * top-left corner). 306 * top-left corner). 376 * top-left corner). 432 * top-left corner). 484 * top-left corner). 536 * top-left corner). 586 * top-left corner). 634 * top-left corner). [all …]
|
/openbmc/linux/drivers/input/touchscreen/ |
H A D | cyttsp4_core.h | 46 #define CY_NORMAL_ORIGIN 0 /* upper, left corner */ 47 #define CY_INVERT_ORIGIN 1 /* lower, right corner */ 262 size_t x_origin; /* left or right corner */ 264 size_t y_origin; /* upper or lower corner */
|
/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/drivers/staging/media/atomisp/pci/isp/kernels/ynr/ynr_2/ |
H A D | ia_css_ynr2_types.h | 37 u16 corner_sense_gain_0; /** Sensitivity of corner in dark area. 40 u16 corner_sense_gain_1; /** Sensitivity of corner in bright area.
|
/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
|
/openbmc/linux/drivers/input/mouse/ |
H A D | alps.c | 398 struct input_mt_pos corner[4]; in alps_process_bitmap() local 429 /* top-left corner */ in alps_process_bitmap() 430 corner[0].x = in alps_process_bitmap() 433 corner[0].y = in alps_process_bitmap() 437 /* top-right corner */ in alps_process_bitmap() 438 corner[1].x = in alps_process_bitmap() 441 corner[1].y = in alps_process_bitmap() 445 /* bottom-right corner */ in alps_process_bitmap() 446 corner[2].x = in alps_process_bitmap() 449 corner[2].y = in alps_process_bitmap() [all …]
|
/openbmc/linux/arch/sh/include/mach-x3proto/mach/ |
H A D | ilsel.h | 18 * ILSEL Aliases - corner cases for interleaved level tables.
|
/openbmc/linux/drivers/media/usb/gspca/stv06xx/ |
H A D | stv06xx_vv6410.h | 112 /* X-co-ordinate of top left corner of region of interest (x-offset) */ 116 /* Y-coordinate of top left corner of region of interest (y-offset) */
|
/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/openbmc/poky/meta/recipes-extended/bc/bc/ |
H A D | 0001-dc-fix-exit-code-of-q-command.patch | 11 fix a corner case in the Q command, and somehow the placement of the
|
/openbmc/linux/drivers/video/fbdev/aty/ |
H A D | mach64_cursor.c | 46 * The Screen position of the top left corner of the displayed 48 * when the cursor hot spot is not the top left corner and the
|
/openbmc/linux/sound/soc/codecs/ |
H A D | tfa9879.c | 206 SOC_ENUM("Treble Corner Freq", treble_freq_enum), 207 SOC_ENUM("Bass Corner Freq", bass_freq_enum),
|