Home
last modified time | relevance | path

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

12

/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-class-power-twl40307 "auto" - draw power as appropriate for detected
9 "off" - do not draw any power.
26 "auto" - draw power as appropriate for detected
28 "off" - do not draw any power.
/Linux-v5.4/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-v5.4/drivers/video/fbdev/mb862xx/
Dmb862xxfb_accel.c37 free = (u32) inreg(draw, GDC_REG_FIFO_COUNT); in mb862xxfb_write_fifo()
320 outreg(draw, GDC_REG_DRAW_BASE, 0); in mb862xxfb_init_accel()
321 outreg(draw, GDC_REG_MODE_MISC, 0x8000); in mb862xxfb_init_accel()
322 outreg(draw, GDC_REG_X_RESOLUTION, xres); in mb862xxfb_init_accel()
Dmb862xxfb.h71 void __iomem *draw; member
Dmb862xxfbdrv.c569 reg, inreg(draw, reg)); in mb862xxfb_show_dispregs()
573 reg, inreg(draw, reg)); in mb862xxfb_show_dispregs()
635 par->draw = par->mmio_base + MB862XX_DRAW_BASE; in mb862xx_gdc_init()
849 par->draw = par->mmio_base + MB862XX_DRAW_BASE; in coralp_init()
932 par->draw = par->mmio_base + MB86297_DRAW_BASE; in carmine_init()
943 if (inreg(draw, GC_2D3D_REV) == GC_RE_REVISION) in carmine_init()
/Linux-v5.4/drivers/media/pci/ivtv/
Divtv-yuv.c944 int draw, display; in ivtv_yuv_next_free() local
950 draw = atomic_read(&yi->next_fill_frame); in ivtv_yuv_next_free()
953 if (display > draw) in ivtv_yuv_next_free()
956 if (draw - display >= yi->max_frames_buffered) in ivtv_yuv_next_free()
957 draw = (u8)(draw - 1) % IVTV_YUV_BUFFERS; in ivtv_yuv_next_free()
959 yi->new_frame_info[draw].update = 0; in ivtv_yuv_next_free()
961 yi->draw_frame = draw; in ivtv_yuv_next_free()
/Linux-v5.4/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
Dcpufreq.rst418 to go up to the allowed maximum immediately and then draw back to the value
/Linux-v5.4/drivers/gpu/drm/qxl/
Dqxl_ioctl.c194 struct qxl_drawable *draw = fb_cmd; in qxl_process_single_command() local
196 draw->mm_time = qdev->rom->mm_clock; in qxl_process_single_command()
/Linux-v5.4/Documentation/devicetree/bindings/power/supply/
Dbq25890.txt20 - ti,boost-max-current: integer, maximum allowed current draw in boost mode
/Linux-v5.4/drivers/gpu/drm/via/
Dvia_dmablit.c576 int draw = xfer->to_fb; in via_build_sg_info() local
579 vsg->direction = (draw) ? DMA_TO_DEVICE : DMA_FROM_DEVICE; in via_build_sg_info()
/Linux-v5.4/Documentation/trace/
Devents-power.rst46 correctly draw the states diagrams and to calculate accurate statistics etc.
/Linux-v5.4/Documentation/w1/slaves/
Dw1_therm.rst65 maximum current draw of 1.5mA and that a 5k pullup resistor is not
/Linux-v5.4/tools/perf/Documentation/
Dperf-timechart.txt70 Don't draw EAGAIN IO events.
/Linux-v5.4/drivers/video/fbdev/
Dcg6.c196 u32 draw; member
341 val = sbus_readl(&fbc->draw); in cg6_fillrect()
/Linux-v5.4/Documentation/i2c/busses/
Di2c-parport.rst91 current you can draw from the parallel port is limited. Also note that
/Linux-v5.4/Documentation/devicetree/bindings/mfd/
Dqcom-rpm.txt203 realtime current draw, only for:
/Linux-v5.4/Documentation/networking/
Dpacket_mmap.txt363 If you check the source code you will see that what I draw here as a frame
366 meta information like timestamp. So what we draw here a frame it's really
/Linux-v5.4/Documentation/driver-api/pm/
Dcpuidle.rst28 depended on by it into an idle state in which they will draw less power.
/Linux-v5.4/drivers/usb/gadget/
DKconfig104 Some devices need to draw power from USB when they are
/Linux-v5.4/drivers/auxdisplay/
DKconfig126 You can freeze the computer, or the LCD maybe can't draw as fast as you
/Linux-v5.4/Documentation/fb/
Dmatroxfb.rst367 time for draw 6144000 characters on screen through /dev/vcsa
/Linux-v5.4/kernel/trace/
DKconfig169 draw a call graph for each thread with some information like
/Linux-v5.4/Documentation/filesystems/
Dsharedsubtree.txt730 I won't draw the tree..but it has 24 vfsmounts

12