Home
last modified time | relevance | path

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

12345678910

/linux/drivers/pmdomain/qcom/
H A Dcpr.c213 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 …]
H A Drpmhpd.c32 * @corner: current corner
33 * @active_corner: current active corner
34 * @enable_corner: lowest non-zero corner
35 * @level: An array of level (vlvl) to corner (hlvl) mappings
52 unsigned int corner; member
758 unsigned int corner, bool sync) in rpmhpd_send_corner() argument
762 .data = corner, in rpmhpd_send_corner()
775 static void to_active_sleep(struct rpmhpd *pd, unsigned int corner, in to_active_sleep() argument
778 *active = corner; in to_active_sleep()
795 static int rpmhpd_aggregate_corner(struct rpmhpd *pd, unsigned int corner) in rpmhpd_aggregate_corner() argument
[all …]
H A Drpmpd.c56 unsigned int corner; member
971 static int rpmpd_send_corner(struct rpmpd *pd, int state, unsigned int corner) in rpmpd_send_corner() argument
976 .value = cpu_to_le32(corner), in rpmpd_send_corner()
983 static void to_active_sleep(struct rpmpd *pd, unsigned int corner, in to_active_sleep() argument
986 *active = corner; in to_active_sleep()
1002 /* Clamp to the highest corner/level if sync_state isn't done yet */ in rpmpd_aggregate_corner()
1006 to_active_sleep(pd, pd->corner, &this_active_corner, &this_sleep_corner); in rpmpd_aggregate_corner()
1009 to_active_sleep(peer, peer->corner, &peer_active_corner, in rpmpd_aggregate_corner()
1036 if (pd->corner) in rpmpd_power_on()
1068 pd->corner = state; in rpmpd_set_performance()
[all …]
/linux/Documentation/devicetree/bindings/power/avs/
H A Dqcom,cpr.yaml14 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 …]
/linux/tools/testing/selftests/bpf/progs/
H A Dverifier_xdp_direct_packet_access.c51 __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 …]
/linux/Documentation/userspace-api/media/v4l/
H A 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)``.
H A Ddev-overlay.rst165 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 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/Documentation/devicetree/bindings/iio/filter/
H A Dadi,admv8818.yaml50 and the corner frequency of the low-pass, output filter when operated in
51 'auto' mode. The selected low-pass corner frequency will be greater than,
59 and the corner frequency of the high-pass, input filter when operated in
60 'auto' mode. The selected high-pass corner frequency will be less than,
/linux/Documentation/devicetree/bindings/opp/
H A Dopp-v2-qcom-level.yaml29 A positive value representing the fuse corner/level associated with
31 corner/level. A fuse corner/level contains e.g. ref uV, min uV,
/linux/Documentation/scsi/
H A 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/drivers/iio/filter/
H A Dadmv8818.c162 * This (and therefore all other ranges) have a corner in __admv8818_hpf_select()
177 * This (and therefore all other states) have a corner in __admv8818_hpf_select()
235 * At this point the highest corner frequency of in __admv8818_lpf_select()
237 * LPF corner should be >= the target. in __admv8818_lpf_select()
253 * place the corner frequency below the target in __admv8818_lpf_select()
254 * LPF corner should >= the target. in __admv8818_lpf_select()
/linux/drivers/input/mouse/
H A 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/Documentation/process/
H A 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/arch/sh/include/mach-x3proto/mach/
H A Dilsel.h18 * ILSEL Aliases - corner cases for interleaved level tables.
/linux/drivers/media/usb/gspca/stv06xx/
H A 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/sound/soc/codecs/
H A Dtfa9879.c206 SOC_ENUM("Treble Corner Freq", treble_freq_enum),
207 SOC_ENUM("Bass Corner Freq", bass_freq_enum),
H A Dcs42l56.c58 /* HighPass Filter Right Channel Corner Frequency */
61 /* HighPass Filter Left Channel Corner Frequency */
450 SOC_ENUM("HPFA Corner Freq", hpfa_freq_enum),
451 SOC_ENUM("HPFB Corner Freq", hpfb_freq_enum),
503 SOC_ENUM("Beep Treble Corner Freq", beep_treble_enum),
504 SOC_ENUM("Beep Bass Corner Freq", beep_bass_enum),
/linux/Documentation/networking/
H A Dipsec.rst8 Here documents known IPsec corner cases which need to be keep in mind when
/linux/lib/
H A DKconfig.kmsan48 may potentially report errors in corner cases when non-instrumented
/linux/arch/powerpc/include/uapi/asm/
H A Dpapr-sysparm.h23 * Uses _IOWR because of one corner case: Retrieving the value of the
/linux/Documentation/devicetree/bindings/sound/
H A Dcs42l56.txt45 …- cirrus,hpf-left-freq, hpf-right-freq : Sets the corner frequency (-3dB point) for the internal H…
/linux/arch/mips/math-emu/
H A Dsp_tint.c44 /* look for valid corner case */ in ieee754sp_tint()
H A Dsp_tlong.c44 /* look for valid corner case */ in ieee754sp_tlong()
H A Ddp_tint.c83 /* look for valid corner case 0x80000000 */ in ieee754dp_tint()

12345678910