| /kernel/linux/linux-6.6/drivers/pmdomain/qcom/ |
| 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 …]
|
| 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 …]
|
| 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 …]
|
| /kernel/linux/linux-5.10/drivers/soc/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 | 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 49 unsigned int corner; member 220 unsigned int corner, bool sync) in rpmhpd_send_corner() argument 224 .data = corner, in rpmhpd_send_corner() 237 static void to_active_sleep(struct rpmhpd *pd, unsigned int corner, in to_active_sleep() argument 240 *active = corner; in to_active_sleep() 257 static int rpmhpd_aggregate_corner(struct rpmhpd *pd, unsigned int corner) in rpmhpd_aggregate_corner() argument [all …]
|
| D | rpmpd.c | 101 unsigned int corner; member 142 DEFINE_RPMPD_PAIR(msm8996, vddcx, vddcx_ao, SMPA, CORNER, 1); 143 DEFINE_RPMPD_PAIR(msm8996, vddmx, vddmx_ao, SMPA, CORNER, 2); 244 static int rpmpd_send_corner(struct rpmpd *pd, int state, unsigned int corner) in rpmpd_send_corner() argument 249 .value = cpu_to_le32(corner), in rpmpd_send_corner() 256 static void to_active_sleep(struct rpmpd *pd, unsigned int corner, in to_active_sleep() argument 259 *active = corner; in to_active_sleep() 275 to_active_sleep(pd, pd->corner, &this_active_corner, &this_sleep_corner); in rpmpd_aggregate_corner() 278 to_active_sleep(peer, peer->corner, &peer_active_corner, in rpmpd_aggregate_corner() 305 if (pd->corner) in rpmpd_power_on() [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/power/avs/ |
| 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 …]
|
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/verifier/ |
| D | xdp_direct_packet_access.c | 38 "XDP pkt read, pkt_data' > pkt_end, corner case, good access", 91 "XDP pkt read, pkt_data' > pkt_end, corner case +1, good access", 108 "XDP pkt read, pkt_data' > pkt_end, corner case -1, bad access", 144 "XDP pkt read, pkt_end > pkt_data', corner case -1, bad access", 181 "XDP pkt read, pkt_end > pkt_data', corner case, good access", 199 "XDP pkt read, pkt_end > pkt_data', corner case +1, good access", 235 "XDP pkt read, pkt_data' < pkt_end, corner case -1, bad access", 272 "XDP pkt read, pkt_data' < pkt_end, corner case, good access", 290 "XDP pkt read, pkt_data' < pkt_end, corner case +1, good access", 308 "XDP pkt read, pkt_end < pkt_data', corner case, good access", [all …]
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
| 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 …]
|
| /kernel/linux/linux-6.6/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 | 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.
|
| /kernel/linux/linux-5.10/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 | dev-overlay.rst | 158 Size and position of the window relative to the top, left corner of 190 relative to the top, left corner of the frame buffer. However 256 corner of the frame buffer. Only window pixels *outside* all 271 Horizontal offset of the top, left corner of the rectangle, in 275 Vertical offset of the top, left corner of the rectangle, in pixels.
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/opp/ |
| D | qcom-opp.txt | 16 - qcom,opp-fuse-level: A positive value representing the fuse corner/level 18 a certain fuse corner/level. A fuse corner/level contains e.g. ref uV,
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/opp/ |
| 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,
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/power/avs/ |
| D | qcom,cpr.txt | 4 or other device. Each OPP of a device corresponds to a "corner" that has 61 that makes up a fuse corner, for each fuse corner.
|
| /kernel/linux/linux-5.10/include/sound/ |
| D | cs42l56.h | 34 /* HighPass Filter Right Channel Corner Frequency */ 37 /* HighPass Filter Left Channel Corner Frequency */
|
| /kernel/linux/linux-6.6/include/sound/ |
| D | cs42l56.h | 34 /* HighPass Filter Right Channel Corner Frequency */ 37 /* HighPass Filter Left Channel Corner Frequency */
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/ |
| 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 …]
|
| /kernel/linux/linux-5.10/Documentation/scsi/ |
| 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.
|
| /kernel/linux/linux-6.6/Documentation/scsi/ |
| 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.
|
| /kernel/linux/linux-5.10/drivers/input/touchscreen/ |
| D | cyttsp4_core.h | 46 #define CY_NORMAL_ORIGIN 0 /* upper, left corner */ 47 #define CY_INVERT_ORIGIN 1 /* lower, right corner */ 276 size_t x_origin; /* left or right corner */ 278 size_t y_origin; /* upper or lower corner */
|
| /kernel/linux/linux-6.6/drivers/input/touchscreen/ |
| 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 */
|
| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-6.6/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
|