Home
last modified time | relevance | path

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

12

/linux/Documentation/ABI/testing/
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/
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/
A 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()
A Dmb862xxfbdrv.c571 reg, inreg(draw, reg)); in dispregs_show()
575 reg, inreg(draw, reg)); in dispregs_show()
637 par->draw = par->mmio_base + MB862XX_DRAW_BASE; in mb862xx_gdc_init()
851 par->draw = par->mmio_base + MB862XX_DRAW_BASE; in coralp_init()
934 par->draw = par->mmio_base + MB86297_DRAW_BASE; in carmine_init()
945 if (inreg(draw, GC_2D3D_REV) == GC_RE_REVISION) in carmine_init()
A Dmb862xxfb.h71 void __iomem *draw; member
/linux/drivers/media/pci/ivtv/
A 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/drivers/tty/vt/
A Dvt.c2614 if (draw->x < 0) 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()
2840 con_flush(vc, draw); in vc_con_write_normal()
2848 con_flush(vc, draw); in vc_con_write_normal()
2865 draw->x = vc->state.x; in vc_con_write_normal()
2866 draw->from = vc->vc_pos; in vc_con_write_normal()
2888 con_flush(vc, draw); in vc_con_write_normal()
2950 con_flush(vc, &draw); in do_con_write()
[all …]
/linux/Documentation/admin-guide/pm/
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
A Dsleep-states.rst130 Powering down means minimum power draw and it allows this mechanism to work on
A Dintel_idle.rst49 configurations (with reduced power draw) resulting from that are referred to
/linux/drivers/gpu/drm/qxl/
A Dqxl_ioctl.c193 struct qxl_drawable *draw = fb_cmd; in qxl_process_single_command() local
195 draw->mm_time = qdev->rom->mm_clock; in qxl_process_single_command()
/linux/Documentation/admin-guide/acpi/
A Dfan_performance_states.rst54 * ``power_mw``: Power draw of the fan in this state in milliwatts.
/linux/drivers/gpu/drm/via/
A Dvia_dmablit.c579 int draw = xfer->to_fb; in via_build_sg_info() local
582 vsg->direction = (draw) ? DMA_TO_DEVICE : DMA_FROM_DEVICE; in via_build_sg_info()
/linux/Documentation/devicetree/bindings/power/supply/
A Dbq25890.yaml60 description: maximum allowed current draw in boost mode (in uA)
/linux/Documentation/trace/
A Devents-power.rst46 correctly draw the states diagrams and to calculate accurate statistics etc.
/linux/tools/perf/Documentation/
A Dperf-timechart.txt70 Don't draw EAGAIN IO events.
/linux/drivers/video/fbdev/
A Dcg6.c196 u32 draw; member
341 val = sbus_readl(&fbc->draw); in cg6_fillrect()
/linux/Documentation/i2c/busses/
A Di2c-parport.rst91 current you can draw from the parallel port is limited. Also note that
/linux/Documentation/devicetree/bindings/mfd/
A Dqcom-rpm.txt207 realtime current draw, only for:
/linux/Documentation/w1/slaves/
A Dw1_therm.rst111 maximum current draw of 1.5mA and that a 5k pullup resistor is not
/linux/Documentation/networking/
A 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/drivers/usb/gadget/
A DKconfig104 Some devices need to draw power from USB when they are
/linux/Documentation/scheduler/
A Dsched-capacity.rst69 To draw the parallel with Arm big.LITTLE, CPU0 would be a big while CPU1 would
/linux/Documentation/driver-api/pm/
A Dcpuidle.rst23 depended on by it into an idle state in which they will draw less power.
/linux/drivers/auxdisplay/
A DKconfig151 You can freeze the computer, or the LCD maybe can't draw as fast as you

Completed in 46 milliseconds

12