Home
last modified time | relevance | path

Searched full:corner (Results 1 – 25 of 228) sorted by relevance

12345678910

/Linux-v5.15/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 …]
Drpmpd.c103 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 …]
Drpmhpd.c31 * @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/
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)``.
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.
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
/Linux-v5.15/Documentation/devicetree/bindings/opp/
Dqcom-opp.txt16 - 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/
Dqcom,cpr.txt4 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/
Dcs42l56.h34 /* HighPass Filter Right Channel Corner Frequency */
37 /* HighPass Filter Left Channel Corner Frequency */
/Linux-v5.15/Documentation/scsi/
Dsym53c500_cs.rst8 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/
Dcyttsp4_core.h46 #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/
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-v5.15/drivers/staging/media/atomisp/pci/isp/kernels/ynr/ynr_2/
Dia_css_ynr2_types.h37 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/
Dalps.c398 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/
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-v5.15/arch/sh/include/mach-x3proto/mach/
Dilsel.h18 * ILSEL Aliases - corner cases for interleaved level tables.
/Linux-v5.15/drivers/media/usb/gspca/stv06xx/
Dstv06xx_vv6410.h112 /* 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/
Dmach64_cursor.c46 * 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/
Dtfa9879.c206 SOC_ENUM("Treble Corner Freq", treble_freq_enum),
207 SOC_ENUM("Bass Corner Freq", bass_freq_enum),
/Linux-v5.15/Documentation/networking/
Dipsec.rst8 Here documents known IPsec corner cases which need to be keep in mind when
/Linux-v5.15/arch/mips/math-emu/
Dsp_tint.c44 /* look for valid corner case */ in ieee754sp_tint()
Dsp_tlong.c44 /* look for valid corner case */ in ieee754sp_tlong()
Ddp_tint.c83 /* look for valid corner case 0x80000000 */ in ieee754dp_tint()
/Linux-v5.15/Documentation/devicetree/bindings/sound/
Dcs42l56.txt45 …- cirrus,hpf-left-freq, hpf-right-freq : Sets the corner frequency (-3dB point) for the internal H…
/Linux-v5.15/drivers/i2c/
Di2c-core.h27 * PMIC when powering down. Atomic transfers are a corner case and not for

12345678910