Home
last modified time | relevance | path

Searched refs:draw (Results 1 – 25 of 42) sorted by relevance

12

/linux/Documentation/ABI/testing/
H A Dsysfs-class-power-twl40309 "auto" draw power as appropriate for detected
11 "off" do not draw any power.
30 "auto" draw power as appropriate for detected
32 "off" do not draw any power.
/linux/net/ceph/crush/
H A Dmapper.c234 __u64 draw; in bucket_straw_choose() local
237 draw = crush_hash32_3(bucket->h.hash, x, bucket->h.items[i], r); in bucket_straw_choose()
238 draw &= 0xffff; in bucket_straw_choose()
239 draw *= bucket->straws[i]; in bucket_straw_choose()
240 if (i == 0 || draw > high_draw) { in bucket_straw_choose()
242 high_draw = draw; in bucket_straw_choose()
333 __s64 ln, draw, high_draw = 0; in bucket_straw2_choose() local
361 draw = div64_s64(ln, weights[i]); in bucket_straw2_choose()
363 draw = S64_MIN; in bucket_straw2_choose()
366 if (i == 0 || draw > high_draw) { in bucket_straw2_choose()
[all …]
/linux/drivers/video/fbdev/mb862xx/
H A Dmb862xxfb_accel.c35 free = (u32) inreg(draw, GDC_REG_FIFO_COUNT); in mb862xxfb_write_fifo()
316 outreg(draw, GDC_REG_DRAW_BASE, 0); in mb862xxfb_init_accel()
317 outreg(draw, GDC_REG_MODE_MISC, 0x8000); in mb862xxfb_init_accel()
318 outreg(draw, GDC_REG_X_RESOLUTION, xres); in mb862xxfb_init_accel()
H A Dmb862xxfb.h71 void __iomem *draw; member
H A Dmb862xxfbdrv.c562 reg, inreg(draw, reg)); in dispregs_show()
566 reg, inreg(draw, reg)); in dispregs_show()
628 par->draw = par->mmio_base + MB862XX_DRAW_BASE; in mb862xx_gdc_init()
850 par->draw = par->mmio_base + MB862XX_DRAW_BASE; in coralp_init()
933 par->draw = par->mmio_base + MB86297_DRAW_BASE; in carmine_init()
944 if (inreg(draw, GC_2D3D_REV) == GC_RE_REVISION) in carmine_init()
/linux/drivers/media/pci/ivtv/
H A Divtv-yuv.c947 int draw, display; in ivtv_yuv_next_free() local
953 draw = atomic_read(&yi->next_fill_frame); in ivtv_yuv_next_free()
956 if (display > draw) in ivtv_yuv_next_free()
959 if (draw - display >= yi->max_frames_buffered) in ivtv_yuv_next_free()
960 draw = (u8)(draw - 1) % IVTV_YUV_BUFFERS; in ivtv_yuv_next_free()
962 yi->new_frame_info[draw].update = 0; in ivtv_yuv_next_free()
964 yi->draw_frame = draw; in ivtv_yuv_next_free()
/linux/drivers/tty/vt/
H A Dvt.c2759 if (draw->x < 0) in con_flush()
2763 (u16 *)draw->to - (u16 *)draw->from, vc->state.y, in con_flush()
2764 draw->x); in con_flush()
2765 draw->x = -1; in con_flush()
2988 con_flush(vc, draw); in vc_con_write_normal()
2996 con_flush(vc, draw); in vc_con_write_normal()
3013 draw->x = vc->state.x; in vc_con_write_normal()
3014 draw->from = vc->vc_pos; in vc_con_write_normal()
3036 con_flush(vc, draw); in vc_con_write_normal()
3091 con_flush(vc, &draw); in do_con_write()
[all …]
/linux/Documentation/admin-guide/pm/
H A Dstrategies.rst39 draw (or maximum energy usage) of it. If all of them are inactive, the system
41 state from the physical system configuration and power draw perspective, but
/linux/Documentation/translations/zh_CN/admin-guide/
H A Dcputopology.rst19 draw这些层次结构相关的文件仅在体系结构提供了下文描述的宏的条件下被创建。
/linux/Documentation/translations/zh_TW/admin-guide/
H A Dcputopology.rst19 draw這些層次結構相關的文件僅在體系結構提供了下文描述的宏的條件下被創建。
/linux/drivers/gpu/drm/qxl/
H A Dqxl_ioctl.c190 struct qxl_drawable *draw = fb_cmd; in qxl_process_single_command() local
192 draw->mm_time = qdev->rom->mm_clock; in qxl_process_single_command()
/linux/drivers/gpu/drm/ci/xfails/
H A Di915-whl-fails.txt35 kms_frontbuffer_tracking@fbc-rgb565-draw-mmap-cpu,Timeout
H A Di915-amly-fails.txt36 kms_frontbuffer_tracking@fbc-rgb565-draw-mmap-cpu,Timeout
H A Di915-glk-fails.txt38 kms_frontbuffer_tracking@fbc-rgb565-draw-mmap-cpu,Timeout
/linux/Documentation/devicetree/bindings/power/supply/
H A Dbq25890.yaml64 description: maximum allowed current draw in boost mode (in uA)
/linux/Documentation/devicetree/bindings/regulator/
H A Dqcom,rpm-regulator.yaml90 # based on realtime current draw, only for pm8921 smps and ftsmps
/linux/Documentation/admin-guide/acpi/
H A Dfan_performance_states.rst54 * ``power_mw``: Power draw of the fan in this state in milliwatts.
/linux/Documentation/trace/
H A Devents-power.rst46 correctly draw the states diagrams and to calculate accurate statistics etc.
/linux/tools/perf/Documentation/
H A Dperf-timechart.txt70 Don't draw EAGAIN IO events.
/linux/drivers/video/fbdev/
H A Dcg6.c196 u32 draw; member
341 val = sbus_readl(&fbc->draw); in cg6_fillrect()
/linux/Documentation/gpu/amdgpu/display/
H A Dmpo-overview.rst139 draw a transparent cutout for where the video should be placed on the desktop
152 draw a transparent cutout for where each video should be placed on the desktop
/linux/Documentation/i2c/busses/
H A Di2c-parport.rst91 current you can draw from the parallel port is limited. Also note that
/linux/drivers/video/fbdev/core/
H A DKconfig209 For example, to draw a single character, instead of using bitmaps,
/linux/Documentation/w1/slaves/
H A Dw1_therm.rst112 maximum current draw of 1.5mA and that a 5k pullup resistor is not
/linux/Documentation/userspace-api/media/dvb/
H A Dlegacy_dvb_osd.rst21 It is a kind of canvas one can draw on.

12