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.
H A Dsysfs-class-platform-profile27 internal battery draw limits when on AC 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 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()
H A Dmb862xxfb.h71 void __iomem *draw; member
/linux/drivers/media/pci/ivtv/
H A Divtv-yuv.c953 int draw, display; in ivtv_yuv_next_free() local
959 draw = atomic_read(&yi->next_fill_frame); in ivtv_yuv_next_free()
962 if (display > draw) in ivtv_yuv_next_free()
965 if (draw - display >= yi->max_frames_buffered) in ivtv_yuv_next_free()
966 draw = (u8)(draw - 1) % IVTV_YUV_BUFFERS; in ivtv_yuv_next_free()
968 yi->new_frame_info[draw].update = 0; in ivtv_yuv_next_free()
970 yi->draw_frame = draw; in ivtv_yuv_next_free()
/linux/drivers/tty/vt/
H A Dvt.c2816 static void con_flush(struct vc_data *vc, struct vc_draw_region *draw) in con_flush() argument
2818 if (draw->x < 0) in con_flush()
2821 vc->vc_sw->con_putcs(vc, (u16 *)draw->from, in con_flush()
2822 (u16 *)draw->to - (u16 *)draw->from, vc->state.y, in con_flush()
2823 draw->x); in con_flush()
2824 draw->x = -1; in con_flush()
3116 struct vc_draw_region *draw) in vc_con_write_normal() argument
3141 con_flush(vc, draw); in vc_con_write_normal()
3147 con_flush(vc, draw); in vc_con_write_normal()
3163 if (con_should_update(vc) && draw->x < 0) { in vc_con_write_normal()
[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_TW/admin-guide/
H A Dcputopology.rst19 draw這些層次結構相關的文件僅在體系結構提供了下文描述的宏的條件下被創建。
/linux/Documentation/translations/zh_CN/admin-guide/
H A Dcputopology.rst19 draw这些层次结构相关的文件仅在体系结构提供了下文描述的宏的条件下被创建。
/linux/Documentation/gpu/
H A Dmsm-preemption.rst46 Preemption occurs at either bin level, if using GMEM rendering, or draw level
50 Preemption occurs at draw level.
/linux/drivers/gpu/drm/qxl/
H A Dqxl_ioctl.c191 struct qxl_drawable *draw = fb_cmd; in qxl_process_single_command() local
193 draw->mm_time = qdev->rom->mm_clock; in qxl_process_single_command()
/linux/drivers/gpu/drm/ci/xfails/
H A Di915-amly-fails.txt30 kms_frontbuffer_tracking@fbc-rgb101010-draw-mmap-cpu,Timeout
H A Di915-glk-fails.txt31 kms_frontbuffer_tracking@fbc-rgb101010-draw-mmap-cpu,Timeout
H A Di915-whl-fails.txt32 kms_frontbuffer_tracking@fbc-rgb101010-draw-mmap-cpu,Timeout
/linux/Documentation/trace/
H A Devents-power.rst46 correctly draw the states diagrams and to calculate accurate statistics etc.
/linux/Documentation/admin-guide/acpi/
H A Dfan_performance_states.rst54 * ``power_mw``: Power draw of the fan in this state in milliwatts.
/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 DKconfig201 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