/Linux-v5.15/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 | rpmpd.c | 103 unsigned int corner; member 143 DEFINE_RPMPD_PAIR(msm8939, vddmd, vddmd_ao, SMPA, CORNER, 1); 146 DEFINE_RPMPD_PAIR(msm8939, vddcx, vddcx_ao, SMPA, CORNER, 2); 149 DEFINE_RPMPD_PAIR(msm8939, vddmx, vddmx_ao, LDOA, CORNER, 3); 169 DEFINE_RPMPD_PAIR(msm8916, vddcx, vddcx_ao, SMPA, CORNER, 1); 170 DEFINE_RPMPD_PAIR(msm8916, vddmx, vddmx_ao, LDOA, CORNER, 3); 211 DEFINE_RPMPD_PAIR(msm8994, vddcx, vddcx_ao, SMPA, CORNER, 1); 212 DEFINE_RPMPD_PAIR(msm8994, vddmx, vddmx_ao, SMPA, CORNER, 2); 236 DEFINE_RPMPD_PAIR(msm8996, vddcx, vddcx_ao, SMPA, CORNER, 1); 237 DEFINE_RPMPD_PAIR(msm8996, vddmx, vddmx_ao, SMPA, CORNER, 2); [all …]
|
D | rpmhpd.c | 31 * @corner: current corner 32 * @active_corner: current active corner 33 * @level: An array of level (vlvl) to corner (hlvl) mappings 48 unsigned int corner; member 308 unsigned int corner, bool sync) in rpmhpd_send_corner() argument 312 .data = corner, in rpmhpd_send_corner() 325 static void to_active_sleep(struct rpmhpd *pd, unsigned int corner, in to_active_sleep() argument 328 *active = corner; in to_active_sleep() 345 static int rpmhpd_aggregate_corner(struct rpmhpd *pd, unsigned int corner) in rpmhpd_aggregate_corner() argument 353 to_active_sleep(pd, corner, &this_active_corner, &this_sleep_corner); in rpmhpd_aggregate_corner() [all …]
|
/Linux-v5.15/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 | 162 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.
|
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
|
/Linux-v5.15/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,
|
/Linux-v5.15/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.
|
/Linux-v5.15/include/sound/ |
D | cs42l56.h | 34 /* HighPass Filter Right Channel Corner Frequency */ 37 /* HighPass Filter Left Channel Corner Frequency */
|
/Linux-v5.15/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.
|
/Linux-v5.15/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 */
|
/Linux-v5.15/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-v5.15/drivers/staging/media/atomisp/pci/isp/kernels/ynr/ynr_2/ |
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.
|
/Linux-v5.15/drivers/input/mouse/ |
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 …]
|
/Linux-v5.15/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-v5.15/arch/sh/include/mach-x3proto/mach/ |
D | ilsel.h | 18 * ILSEL Aliases - corner cases for interleaved level tables.
|
/Linux-v5.15/drivers/media/usb/gspca/stv06xx/ |
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) */
|
/Linux-v5.15/drivers/video/fbdev/aty/ |
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
|
/Linux-v5.15/sound/soc/codecs/ |
D | tfa9879.c | 206 SOC_ENUM("Treble Corner Freq", treble_freq_enum), 207 SOC_ENUM("Bass Corner Freq", bass_freq_enum),
|
/Linux-v5.15/Documentation/networking/ |
D | ipsec.rst | 8 Here documents known IPsec corner cases which need to be keep in mind when
|
/Linux-v5.15/arch/mips/math-emu/ |
D | sp_tint.c | 44 /* look for valid corner case */ in ieee754sp_tint()
|
D | sp_tlong.c | 44 /* look for valid corner case */ in ieee754sp_tlong()
|
D | dp_tint.c | 83 /* look for valid corner case 0x80000000 */ in ieee754dp_tint()
|
/Linux-v5.15/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-v5.15/drivers/i2c/ |
D | i2c-core.h | 27 * PMIC when powering down. Atomic transfers are a corner case and not for
|