Home
last modified time | relevance | path

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

12

/Linux-v4.19/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-v4.19/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-v4.19/drivers/video/fbdev/mb862xx/
Dmb862xxfb_accel.c41 free = (u32) inreg(draw, GDC_REG_FIFO_COUNT); in mb862xxfb_write_fifo()
324 outreg(draw, GDC_REG_DRAW_BASE, 0); in mb862xxfb_init_accel()
325 outreg(draw, GDC_REG_MODE_MISC, 0x8000); in mb862xxfb_init_accel()
326 outreg(draw, GDC_REG_X_RESOLUTION, xres); in mb862xxfb_init_accel()
Dmb862xxfb.h71 void __iomem *draw; member
Dmb862xxfbdrv.c573 reg, inreg(draw, reg)); in mb862xxfb_show_dispregs()
577 reg, inreg(draw, reg)); in mb862xxfb_show_dispregs()
639 par->draw = par->mmio_base + MB862XX_DRAW_BASE; in mb862xx_gdc_init()
855 par->draw = par->mmio_base + MB862XX_DRAW_BASE; in coralp_init()
938 par->draw = par->mmio_base + MB86297_DRAW_BASE; in carmine_init()
949 if (inreg(draw, GC_2D3D_REV) == GC_RE_REVISION) in carmine_init()
/Linux-v4.19/drivers/media/pci/ivtv/
Divtv-yuv.c956 int draw, display; in ivtv_yuv_next_free() local
962 draw = atomic_read(&yi->next_fill_frame); in ivtv_yuv_next_free()
965 if (display > draw) in ivtv_yuv_next_free()
968 if (draw - display >= yi->max_frames_buffered) in ivtv_yuv_next_free()
969 draw = (u8)(draw - 1) % IVTV_YUV_BUFFERS; in ivtv_yuv_next_free()
971 yi->new_frame_info[draw].update = 0; in ivtv_yuv_next_free()
973 yi->draw_frame = draw; in ivtv_yuv_next_free()
/Linux-v4.19/Documentation/admin-guide/pm/
Dstrategies.rst35 draw (or maximum energy usage) of it. If all of them are inactive, the system
37 state from the physical system configuration and power draw perspective, but
Dsleep-states.rst126 Powering down means minimum power draw and it allows this mechanism to work on
Dcpufreq.rst414 to go up to the allowed maximum immediately and then draw back to the value
/Linux-v4.19/drivers/gpu/drm/qxl/
Dqxl_ioctl.c191 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-v4.19/Documentation/devicetree/bindings/power/supply/
Dbq25890.txt17 - ti,boost-max-current: integer, maximum allowed current draw in boost mode
/Linux-v4.19/drivers/gpu/drm/via/
Dvia_dmablit.c574 int draw = xfer->to_fb; in via_build_sg_info() local
577 vsg->direction = (draw) ? DMA_TO_DEVICE : DMA_FROM_DEVICE; in via_build_sg_info()
/Linux-v4.19/Documentation/trace/
Devents-power.rst46 correctly draw the states diagrams and to calculate accurate statistics etc.
Dftrace.rst689 to draw a graph of function calls similar to C code
2315 - having a reliable call stack to draw function calls graph
/Linux-v4.19/Documentation/w1/slaves/
Dw1_therm58 maximum current draw of 1.5mA and that a 5k pullup resistor is not
/Linux-v4.19/tools/perf/Documentation/
Dperf-timechart.txt70 Don't draw EAGAIN IO events.
/Linux-v4.19/drivers/video/fbdev/
Dcg6.c195 u32 draw; member
340 val = sbus_readl(&fbc->draw); in cg6_fillrect()
/Linux-v4.19/Documentation/i2c/busses/
Di2c-parport83 current you can draw from the parallel port is limited. Also note that
/Linux-v4.19/Documentation/devicetree/bindings/mfd/
Dqcom-rpm.txt203 realtime current draw, only for:
/Linux-v4.19/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-v4.19/drivers/auxdisplay/
DKconfig126 You can freeze the computer, or the LCD maybe can't draw as fast as you
/Linux-v4.19/drivers/usb/gadget/
DKconfig103 Some devices need to draw power from USB when they are
/Linux-v4.19/Documentation/fb/
Dmatroxfb.txt336 time for draw 6144000 characters on screen through /dev/vcsa
/Linux-v4.19/kernel/trace/
DKconfig168 draw a call graph for each thread with some information like
/Linux-v4.19/Documentation/filesystems/
Dsharedsubtree.txt730 I won't draw the tree..but it has 24 vfsmounts

12