Home
last modified time | relevance | path

Searched refs:draw (Results 1 – 25 of 32) 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/tty/vt/
H A Dvt.c2796 static void con_flush(struct vc_data *vc, struct vc_draw_region *draw) in con_flush() argument
2798 if (draw->x < 0) in con_flush()
2801 vc->vc_sw->con_putcs(vc, (u16 *)draw->from, in con_flush()
2802 (u16 *)draw->to - (u16 *)draw->from, vc->state.y, in con_flush()
2803 draw->x); in con_flush()
2804 draw->x = -1; in con_flush()
3096 struct vc_draw_region *draw) in vc_con_write_normal() argument
3121 con_flush(vc, draw); in vc_con_write_normal()
3127 con_flush(vc, draw); in vc_con_write_normal()
3143 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
H A Dsleep-states.rst130 Powering down means minimum power draw and it allows this mechanism to work on
H A Dintel_idle.rst70 configurations (with reduced power draw) resulting from that are referred to
/linux/Documentation/translations/zh_CN/admin-guide/
H A Dcputopology.rst19 draw这些层次结构相关的文件仅在体系结构提供了下文描述的宏的条件下被创建。
/linux/Documentation/translations/zh_TW/admin-guide/
H A Dcputopology.rst19 draw這些層次結構相關的文件僅在體系結構提供了下文描述的宏的條件下被創建。
/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/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.
/linux/Documentation/networking/
H A Dpacket_mmap.rst373 If you check the source code you will see that what I draw here as a frame
376 meta information like timestamp. So what we draw here a frame it's really
/linux/Documentation/scheduler/
H A Dsched-capacity.rst70 To draw the parallel with Arm big.LITTLE, CPU0 would be a big while CPU1 would
/linux/Documentation/driver-api/pm/
H A Dcpuidle.rst23 depended on by it into an idle state in which they will draw less power.
/linux/drivers/usb/gadget/
H A DKconfig104 Some devices need to draw power from USB when they are
/linux/Documentation/fb/
H A Dmatroxfb.rst362 time for draw 6144000 characters on screen through /dev/vcsa

12