Home
last modified time | relevance | path

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

1234567891011

/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
829 unsigned int corner, bool sync) in to_active_sleep()
833 .data = corner,
846 static void to_active_sleep(struct rpmhpd *pd, unsigned int corner, in rpmhpd_aggregate_corner()
849 *active = corner; in rpmhpd_aggregate_corner()
803 rpmhpd_send_corner(struct rpmhpd * pd,int state,unsigned int corner,bool sync) rpmhpd_send_corner() argument
820 to_active_sleep(struct rpmhpd * pd,unsigned int corner,unsigned int * active,unsigned int * sleep) to_active_sleep() argument
840 rpmhpd_aggregate_corner(struct rpmhpd * pd,unsigned int corner) rpmhpd_aggregate_corner() argument
892 unsigned int corner; rpmhpd_power_on() local
1070 unsigned int corner; rpmhpd_sync_state() local
[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.rst31 The range of coordinates of the top left corner, width and height of
34 corner at position ``(0,0)``. The rectangle's coordinates are expressed
37 The top left corner, width and height of the source rectangle, that is
52 coordinates are expressed in pixels. The rectangle's top/left corner
92 All coordinates are expressed in pixels. The top/left corner is always
96 The top left corner, width and height of the source rectangle, that is
118 the driver developers to put the top/left corner at position ``(0,0)``.
H A Ddev-overlay.rst166 Size and position of the window relative to the top, left corner of
199 relative to the top, left corner of the frame buffer. However
267 corner of the frame buffer. Only window pixels *outside* all
282 Horizontal offset of the top, left corner of the rectangle, in
286 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),
/linux/lib/
H A DKconfig.kmsan39 may potentially report errors in corner cases when non-instrumented
/linux/Documentation/networking/
H A Dipsec.rst8 Here documents known IPsec corner cases which need to be keep in mind when
/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()
/linux/arch/arm64/boot/dts/amlogic/
H A Dmeson-gxm-ugoos-am3.dts5 * Debug UART (3.3V, 115200 baud) at the corner of the board:
/linux/Documentation/devicetree/bindings/soc/mediatek/
H A Dmtk-svs.yaml18 chip process corner, temperatures and other factors. Then DVFS

1234567891011