Searched refs:draw (Results 1 - 67 of 67) sorted by relevance

/linux-4.4.14/drivers/video/fbdev/mb862xx/
H A Dmb862xxfb_accel.c41 free = (u32) inreg(draw, GDC_REG_FIFO_COUNT); mb862xxfb_write_fifo()
72 * Fill in the cmd array /GDC FIFO commands/ to draw a 1bit image.
121 * Fill in the cmd array /GDC FIFO commands/ to draw a 8bit image.
160 * Fill in the cmd array /GDC FIFO commands/ to draw a 16bit image.
324 outreg(draw, GDC_REG_DRAW_BASE, 0); mb862xxfb_init_accel()
325 outreg(draw, GDC_REG_MODE_MISC, 0x8000); mb862xxfb_init_accel()
326 outreg(draw, GDC_REG_X_RESOLUTION, xres); mb862xxfb_init_accel()
H A Dmb862xxfb.h70 void __iomem *draw; member in struct:mb862xxfb_par
H A Dmb862xxfbdrv.c572 ptr += sprintf(ptr, "draw %08x = %08x\n", mb862xxfb_show_dispregs()
573 reg, inreg(draw, reg)); mb862xxfb_show_dispregs()
576 ptr += sprintf(ptr, "draw %08x = %08x\n", mb862xxfb_show_dispregs()
577 reg, inreg(draw, reg)); mb862xxfb_show_dispregs()
639 par->draw = par->mmio_base + MB862XX_DRAW_BASE; mb862xx_gdc_init()
855 par->draw = par->mmio_base + MB862XX_DRAW_BASE; coralp_init()
938 par->draw = par->mmio_base + MB86297_DRAW_BASE; carmine_init()
949 if (inreg(draw, GC_2D3D_REV) == GC_RE_REVISION) carmine_init()
/linux-4.4.14/include/linux/
H A Dpda_power.h37 unsigned long ac_max_uA; /* current to draw when on AC */
H A Ddevfreq_cooling.h31 * return the dynamic power draw in mW. If NULL,
H A Dfb.h354 __u32 length; /* number of tiles to draw */
361 __u32 mode; /* 0 = erase, 1 = draw */
/linux-4.4.14/tools/thermal/tmon/
H A Dtui.c221 /* draw cooling device list on the left in the order of show_cooling_device()
243 /* draw a column of spaces to separate thermal zones */ show_cooling_device()
258 /* draw each trip binding for the cdev */ show_cooling_device()
263 /* draw '*' to show binding */ show_cooling_device()
272 /* draw border after data so that border will not be messed up show_cooling_device()
350 /* draw border last such that everything is within boundary */ show_control_w()
532 /* draw a horizontal bar in given pattern */ draw_hbar()
587 /* draw a line as ruler */ show_data_w()
631 /* draw trip point from low to high for each tz */ show_sensors_w()
651 syslog(LOG_DEBUG, "draw tz %d tp %d ch:%c\n", show_sensors_w()
H A Dtmon.h32 /* starting char position to draw sensor data, such as tz names
/linux-4.4.14/net/ceph/crush/
H A Dmapper.c231 __u64 draw; bucket_straw_choose() local
234 draw = crush_hash32_3(bucket->h.hash, x, bucket->h.items[i], r); bucket_straw_choose()
235 draw &= 0xffff; bucket_straw_choose()
236 draw *= bucket->straws[i]; bucket_straw_choose()
237 if (i == 0 || draw > high_draw) { bucket_straw_choose()
239 high_draw = draw; bucket_straw_choose()
303 __s64 ln, draw, high_draw = 0; bucket_straw2_choose() local
328 * for draw. bucket_straw2_choose()
330 draw = div64_s64(ln, w); bucket_straw2_choose()
332 draw = S64_MIN; bucket_straw2_choose()
335 if (i == 0 || draw > high_draw) { bucket_straw2_choose()
337 high_draw = draw; bucket_straw2_choose()
/linux-4.4.14/drivers/gpu/drm/qxl/
H A Dqxl_ioctl.c158 DRM_DEBUG("Only draw commands in execbuffers\n"); qxl_process_single_command()
190 struct qxl_drawable *draw = fb_cmd; qxl_process_single_command() local
191 draw->mm_time = qdev->rom->mm_clock; qxl_process_single_command()
H A Dqxl_draw.c259 /* push a draw command using the given clipping rectangles as
262 * Right now implementing with a single draw and a clip list. Clip
H A Dqxl_kms.c60 DRM_INFO("%d byte draw area at offset 0x%x\n", qxl_check_device()
H A Dqxl_fb.c112 * we are using a shadow draw buffer, at qdev->surface0_shadow qxl_fb_dirty_flush()
/linux-4.4.14/drivers/media/pci/ivtv/
H A Divtv-yuv.c957 int draw, display; ivtv_yuv_next_free() local
963 draw = atomic_read(&yi->next_fill_frame); ivtv_yuv_next_free()
966 if (display > draw) ivtv_yuv_next_free()
969 if (draw - display >= yi->max_frames_buffered) ivtv_yuv_next_free()
970 draw = (u8)(draw - 1) % IVTV_YUV_BUFFERS; ivtv_yuv_next_free()
972 yi->new_frame_info[draw].update = 0; ivtv_yuv_next_free()
974 yi->draw_frame = draw; ivtv_yuv_next_free()
H A Divtv-driver.h517 u8 draw_frame; /* PVR350 buffer to draw into */
/linux-4.4.14/drivers/gpu/drm/radeon/
H A Dr600_blit.c678 /* draw */ r600_blit_copy()
768 /* draw */ r600_blit_copy()
866 /* draw */ r600_blit_swap()
H A Dradeon_ib.c116 * the resource descriptors will be already in cache when the draw is
H A Dr300.c1210 DRM_ERROR("PRIM_WALK must be 3 for IMMD draw\n"); r300_packet3_check()
1225 DRM_ERROR("PRIM_WALK must be 3 for IMMD draw\n"); r300_packet3_check()
H A Dr300_cmdbuf.c804 /* we can purge, primitive where draw since last purge */ r300_pacify()
H A Dr100.c1967 DRM_ERROR("PRIM_WALK must be 3 for IMMD draw\n"); r100_packet3_check()
1980 DRM_ERROR("PRIM_WALK must be 3 for IMMD draw\n"); r100_packet3_check()
2355 DRM_ERROR("IMMD draw %u dwors but needs %lu dwords\n", r100_cs_track_check()
H A Devergreen_cs.c2010 /* currently only supporting setting indirect draw buffer base address */ evergreen_packet3_check()
/linux-4.4.14/sound/soc/codecs/
H A Dak5386.c110 * draw excess current due to its use of internal dynamically ak5386_hw_params()
/linux-4.4.14/drivers/usb/phy/
H A Dphy-gpio-vbus-usb.c235 /* draw max 0 mA from vbus in suspend mode; or the previously gpio_vbus_set_suspend()
238 * NOTE: high powered configs (mA > 100) may draw up to 2.5 mA gpio_vbus_set_suspend()
H A Dphy-isp1301-omap.c105 pr_debug("tps65010: draw %d mA (STUB)\n", mA); tps65010_set_vbus_draw()
/linux-4.4.14/sound/drivers/
H A Dserial-u16550.c426 /* MS-124W can draw power from RTS and DTR if they snd_uart16550_do_open()
432 /* MS-124T can draw power from RTS and/or DTR (preferably snd_uart16550_do_open()
486 /* MS-124W can draw power from RTS and DTR if they snd_uart16550_do_close()
492 /* MS-124T can draw power from RTS and/or DTR (preferably snd_uart16550_do_close()
844 /* MS-124W can draw power from RTS and DTR if they snd_uart16550_create()
849 /* MS-124T can draw power from RTS and/or DTR (preferably snd_uart16550_create()
/linux-4.4.14/drivers/video/fbdev/
H A Dskeletonfb.c487 * wish to draw to.
498 * @dy: area we want to draw to. xxxfb_fillrect()
499 * @width: How wide the rectangle is we want to draw. xxxfb_fillrect()
500 * @height: How tall the rectangle is we want to draw. xxxfb_fillrect()
502 * @rop: The raster operation. We can draw the rectangle with a COPY xxxfb_fillrect()
573 * @cursor: structure defining the cursor to draw.
H A Dhecubafb.c156 * the fb. it's inefficient to do anything less than a full screen draw
H A Dcg6.c195 u32 draw; member in struct:cg6_fbc
340 val = sbus_readl(&fbc->draw); cg6_fillrect()
H A Dauo_k190x.c367 * the fb. it's inefficient to do anything less than a full screen draw
H A Dbroadsheetfb.c1007 * the fb. it's inefficient to do anything less than a full screen draw
H A Dtdfxfb.c1099 * This reduces the number of times for access to draw the tdfxfb_cursor()
H A Dsm501fb.c191 /* round down, some programs such as directfb do not draw sm501_alloc_mem()
/linux-4.4.14/drivers/thermal/
H A Ddevfreq_cooling.c40 * @power_table: Pointer to table with maximum power draw for each
374 * devfreq_cooling_power, and summed to make the maximum power draw.
/linux-4.4.14/drivers/usb/core/
H A Dgeneric.c102 /* Rule out configs that draw too much bus current */ usb_choose_configuration()
H A Dhub.c3088 * Selective port suspend reduces power; most suspended devices draw
/linux-4.4.14/scripts/kconfig/lxdialog/
H A Dchecklist.c175 /* draw a box around the list items */
H A Dmenubox.c238 /* draw a box around the menu items */ dialog_menu()
/linux-4.4.14/include/uapi/drm/
H A Dmsm_drm.h175 * (context-restore), and IB buffers needed for per tile/bin draw cmds.
H A Ddrm_mode.h402 * as a hardware or software draw to a framebuffer. This ioctl
/linux-4.4.14/include/uapi/linux/dvb/
H A Dosd.h85 // draw a line from x0,y0 to x1,y1 with the color <col>
/linux-4.4.14/drivers/gpu/drm/via/
H A Dvia_dmablit.c580 int draw = xfer->to_fb; via_build_sg_info() local
583 vsg->direction = (draw) ? DMA_TO_DEVICE : DMA_FROM_DEVICE; via_build_sg_info()
/linux-4.4.14/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga3d_cmd.h561 * It can draw multiple ranges of primitives, optionally using an
565 * during this draw call. The declarations specify which surface
620 * VertexArrayIdentity in one draw call.
761 * VertexArrayIdentity in one draw call.
H A Dsvga3d_types.h1167 * draw with any POSITIONT vertex arrays, the programmable vertex
1229 * For index data, this number represents the number of instances to draw.
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ib.c117 * the resource descriptors will be already in cache when the draw is
/linux-4.4.14/drivers/hid/
H A Dhid-picolcd_fb.c330 * the fb. it's inefficient to do anything less than a full screen draw
/linux-4.4.14/drivers/usb/musb/
H A Dtusb6010.c356 dev_dbg(musb->controller, "draw max %d mA VBUS\n", mA); tusb_draw_power()
511 * ... peripherals must draw only suspend current after 10 msec.
H A Dmusb_gadget.c2044 /* don't draw vbus until new b-default session */ musb_g_disconnect()
2143 /* start with default limits on VBUS power draw */
H A Dmusb_core.c650 * and peripheral capacitance combined with vbus draw. musb_stage0_irq()
/linux-4.4.14/drivers/mmc/core/
H A Dsd.c545 * when we set current limit to 200ma, the card will draw 200ma, and sd_set_current_limit()
546 * when we set current limit to 400/600/800ma, the card will draw its sd_set_current_limit()
/linux-4.4.14/drivers/mfd/
H A Dtps65010.c609 /* USB hosts can't draw VBUS. OTG devices could, later tps65010_probe()
618 * registers, and maybe disable VBUS draw. tps65010_probe()
/linux-4.4.14/include/linux/regulator/
H A Dconsumer.h26 * e.g. Devices x,y,z share regulator r. Device x and y draw 20mA each during
/linux-4.4.14/scripts/
H A Danalyze_suspend.py2251 # determine the maximum number of rows we need to draw
2269 # draw the colored boxes for each of the phases
2280 # draw the time scale, try to make the number of labels readable
2303 # draw any trace events found
2329 # draw a legend which describes the phases by color
2403 # draw the colored boxes for the device detail section
/linux-4.4.14/include/linux/usb/
H A Dgadget.h817 * host detect that a USB device is attached, and starting to draw power
832 * @mA:How much current to draw, in milliAmperes. This should be twice
/linux-4.4.14/drivers/rtc/
H A Drtc-cmos.c894 * allows, don't draw that distinction.
/linux-4.4.14/drivers/video/console/
H A Dsticore.c339 * should be used by the sticon driver to draw characters to the screen.
H A Dfbcon.c91 FBCON_LOGO_DRAW = -2, /* draw the logo to a console */
/linux-4.4.14/arch/powerpc/kernel/
H A Drtas.c296 /* CR might be used to re-draw a line, so we'll rtas_progress()
/linux-4.4.14/security/keys/
H A Dkeyctl.c75 /* draw all the data into kernel space */ SYSCALL_DEFINE5()
/linux-4.4.14/tools/perf/
H A Dbuiltin-timechart.c83 * Each comm has a list of samples that will be used to draw
/linux-4.4.14/drivers/scsi/libfc/
H A Dfc_fcp.c71 * @scsi_pkt_pool: Memory pool to draw FCP packets from
/linux-4.4.14/drivers/video/fbdev/matrox/
H A Dmatroxfb_base.c1378 /* from doc it looks like that accelerator can draw only to low 16MB :-( Direct accesses & displaying are OK for
/linux-4.4.14/drivers/scsi/isci/
H A Dhost.c930 * will never go link up and will not draw power sci_controller_start_next_phy()
/linux-4.4.14/drivers/scsi/
H A Ddc395x.c2047 * KG: We need to drain the buffers before we draw any conclusions! data_out_phase0()
/linux-4.4.14/drivers/net/wireless/ath/ath5k/
H A Dphy.c2454 * Since we have the top of the curve and we draw the line below
/linux-4.4.14/arch/m68k/kernel/
H A Dhead.S3558 * d1 = cursor row to draw the character
/linux-4.4.14/tools/lguest/
H A Dlguest.c53 * to draw attention to the use of kernel-style types.
/linux-4.4.14/drivers/scsi/aic7xxx/
H A Daic79xx_core.c7217 * Verify termination based on current draw and ahd_init()

Completed in 2317 milliseconds