Home
last modified time | relevance | path

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

12

/Linux-v6.1/Documentation/ABI/testing/
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-v6.1/net/ceph/crush/
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-v6.1/drivers/video/fbdev/mb862xx/
Dmb862xxfb_accel.c37 free = (u32) inreg(draw, GDC_REG_FIFO_COUNT); in mb862xxfb_write_fifo()
318 outreg(draw, GDC_REG_DRAW_BASE, 0); in mb862xxfb_init_accel()
319 outreg(draw, GDC_REG_MODE_MISC, 0x8000); in mb862xxfb_init_accel()
320 outreg(draw, GDC_REG_X_RESOLUTION, xres); in mb862xxfb_init_accel()
Dmb862xxfb.h71 void __iomem *draw; member
Dmb862xxfbdrv.c574 reg, inreg(draw, reg)); in dispregs_show()
578 reg, inreg(draw, reg)); in dispregs_show()
640 par->draw = par->mmio_base + MB862XX_DRAW_BASE; in mb862xx_gdc_init()
854 par->draw = par->mmio_base + MB862XX_DRAW_BASE; in coralp_init()
937 par->draw = par->mmio_base + MB86297_DRAW_BASE; in carmine_init()
948 if (inreg(draw, GC_2D3D_REV) == GC_RE_REVISION) in carmine_init()
/Linux-v6.1/drivers/media/pci/ivtv/
Divtv-yuv.c942 int draw, display; in ivtv_yuv_next_free() local
948 draw = atomic_read(&yi->next_fill_frame); in ivtv_yuv_next_free()
951 if (display > draw) in ivtv_yuv_next_free()
954 if (draw - display >= yi->max_frames_buffered) in ivtv_yuv_next_free()
955 draw = (u8)(draw - 1) % IVTV_YUV_BUFFERS; in ivtv_yuv_next_free()
957 yi->new_frame_info[draw].update = 0; in ivtv_yuv_next_free()
959 yi->draw_frame = draw; in ivtv_yuv_next_free()
/Linux-v6.1/drivers/tty/vt/
Dvt.c2612 static void con_flush(struct vc_data *vc, struct vc_draw_region *draw) in con_flush() argument
2614 if (draw->x < 0) in con_flush()
2617 vc->vc_sw->con_putcs(vc, (u16 *)draw->from, in con_flush()
2618 (u16 *)draw->to - (u16 *)draw->from, vc->state.y, in con_flush()
2619 draw->x); in con_flush()
2620 draw->x = -1; in con_flush()
2796 struct vc_draw_region *draw) in vc_con_write_normal() argument
2840 con_flush(vc, draw); in vc_con_write_normal()
2848 con_flush(vc, draw); in vc_con_write_normal()
2864 if (con_should_update(vc) && draw->x < 0) { in vc_con_write_normal()
[all …]
/Linux-v6.1/Documentation/admin-guide/pm/
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
Dsleep-states.rst130 Powering down means minimum power draw and it allows this mechanism to work on
Dintel_idle.rst49 configurations (with reduced power draw) resulting from that are referred to
/Linux-v6.1/Documentation/translations/zh_CN/admin-guide/
Dcputopology.rst19 draw这些层次结构相关的文件仅在体系结构提供了下文描述的宏的条件下被创建。
/Linux-v6.1/drivers/gpu/drm/qxl/
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-v6.1/Documentation/admin-guide/acpi/
Dfan_performance_states.rst54 * ``power_mw``: Power draw of the fan in this state in milliwatts.
/Linux-v6.1/Documentation/trace/
Devents-power.rst46 correctly draw the states diagrams and to calculate accurate statistics etc.
/Linux-v6.1/tools/perf/Documentation/
Dperf-timechart.txt70 Don't draw EAGAIN IO events.
/Linux-v6.1/drivers/video/fbdev/
Dcg6.c196 u32 draw; member
341 val = sbus_readl(&fbc->draw); in cg6_fillrect()
/Linux-v6.1/Documentation/gpu/amdgpu/display/
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-v6.1/Documentation/i2c/busses/
Di2c-parport.rst91 current you can draw from the parallel port is limited. Also note that
/Linux-v6.1/Documentation/devicetree/bindings/mfd/
Dqcom-rpm.txt207 realtime current draw, only for:
/Linux-v6.1/Documentation/w1/slaves/
Dw1_therm.rst112 maximum current draw of 1.5mA and that a 5k pullup resistor is not
/Linux-v6.1/Documentation/networking/
Dpacket_mmap.rst372 If you check the source code you will see that what I draw here as a frame
375 meta information like timestamp. So what we draw here a frame it's really
/Linux-v6.1/Documentation/driver-api/pm/
Dcpuidle.rst23 depended on by it into an idle state in which they will draw less power.
/Linux-v6.1/Documentation/scheduler/
Dsched-capacity.rst69 To draw the parallel with Arm big.LITTLE, CPU0 would be a big while CPU1 would
/Linux-v6.1/drivers/usb/gadget/
DKconfig104 Some devices need to draw power from USB when they are
/Linux-v6.1/drivers/gpu/drm/via/
Dvia_dri1.c1992 int draw = xfer->to_fb; in via_build_sg_info() local
1995 vsg->direction = (draw) ? DMA_TO_DEVICE : DMA_FROM_DEVICE; in via_build_sg_info()

12