/linux-4.4.14/drivers/video/fbdev/mb862xx/ |
H A D | mb862xxfb_accel.c | 41 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 D | mb862xxfb.h | 70 void __iomem *draw; member in struct:mb862xxfb_par
|
H A D | mb862xxfbdrv.c | 572 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 D | pda_power.h | 37 unsigned long ac_max_uA; /* current to draw when on AC */
|
H A D | devfreq_cooling.h | 31 * return the dynamic power draw in mW. If NULL,
|
H A D | fb.h | 354 __u32 length; /* number of tiles to draw */ 361 __u32 mode; /* 0 = erase, 1 = draw */
|
/linux-4.4.14/tools/thermal/tmon/ |
H A D | tui.c | 221 /* 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 D | tmon.h | 32 /* starting char position to draw sensor data, such as tz names
|
/linux-4.4.14/net/ceph/crush/ |
H A D | mapper.c | 231 __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 D | qxl_ioctl.c | 158 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 D | qxl_draw.c | 259 /* 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 D | qxl_kms.c | 60 DRM_INFO("%d byte draw area at offset 0x%x\n", qxl_check_device()
|
H A D | qxl_fb.c | 112 * 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 D | ivtv-yuv.c | 957 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 D | ivtv-driver.h | 517 u8 draw_frame; /* PVR350 buffer to draw into */
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
H A D | r600_blit.c | 678 /* draw */ r600_blit_copy() 768 /* draw */ r600_blit_copy() 866 /* draw */ r600_blit_swap()
|
H A D | radeon_ib.c | 116 * the resource descriptors will be already in cache when the draw is
|
H A D | r300.c | 1210 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 D | r300_cmdbuf.c | 804 /* we can purge, primitive where draw since last purge */ r300_pacify()
|
H A D | r100.c | 1967 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 D | evergreen_cs.c | 2010 /* currently only supporting setting indirect draw buffer base address */ evergreen_packet3_check()
|
/linux-4.4.14/sound/soc/codecs/ |
H A D | ak5386.c | 110 * draw excess current due to its use of internal dynamically ak5386_hw_params()
|
/linux-4.4.14/drivers/usb/phy/ |
H A D | phy-gpio-vbus-usb.c | 235 /* 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 D | phy-isp1301-omap.c | 105 pr_debug("tps65010: draw %d mA (STUB)\n", mA); tps65010_set_vbus_draw()
|
/linux-4.4.14/sound/drivers/ |
H A D | serial-u16550.c | 426 /* 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 D | skeletonfb.c | 487 * 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 D | hecubafb.c | 156 * the fb. it's inefficient to do anything less than a full screen draw
|
H A D | cg6.c | 195 u32 draw; member in struct:cg6_fbc 340 val = sbus_readl(&fbc->draw); cg6_fillrect()
|
H A D | auo_k190x.c | 367 * the fb. it's inefficient to do anything less than a full screen draw
|
H A D | broadsheetfb.c | 1007 * the fb. it's inefficient to do anything less than a full screen draw
|
H A D | tdfxfb.c | 1099 * This reduces the number of times for access to draw the tdfxfb_cursor()
|
H A D | sm501fb.c | 191 /* round down, some programs such as directfb do not draw sm501_alloc_mem()
|
/linux-4.4.14/drivers/thermal/ |
H A D | devfreq_cooling.c | 40 * @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 D | generic.c | 102 /* Rule out configs that draw too much bus current */ usb_choose_configuration()
|
H A D | hub.c | 3088 * Selective port suspend reduces power; most suspended devices draw
|
/linux-4.4.14/scripts/kconfig/lxdialog/ |
H A D | checklist.c | 175 /* draw a box around the list items */
|
H A D | menubox.c | 238 /* draw a box around the menu items */ dialog_menu()
|
/linux-4.4.14/include/uapi/drm/ |
H A D | msm_drm.h | 175 * (context-restore), and IB buffers needed for per tile/bin draw cmds.
|
H A D | drm_mode.h | 402 * as a hardware or software draw to a framebuffer. This ioctl
|
/linux-4.4.14/include/uapi/linux/dvb/ |
H A D | osd.h | 85 // draw a line from x0,y0 to x1,y1 with the color <col>
|
/linux-4.4.14/drivers/gpu/drm/via/ |
H A D | via_dmablit.c | 580 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 D | svga3d_cmd.h | 561 * 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 D | svga3d_types.h | 1167 * 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 D | amdgpu_ib.c | 117 * the resource descriptors will be already in cache when the draw is
|
/linux-4.4.14/drivers/hid/ |
H A D | hid-picolcd_fb.c | 330 * the fb. it's inefficient to do anything less than a full screen draw
|
/linux-4.4.14/drivers/usb/musb/ |
H A D | tusb6010.c | 356 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 D | musb_gadget.c | 2044 /* don't draw vbus until new b-default session */ musb_g_disconnect() 2143 /* start with default limits on VBUS power draw */
|
H A D | musb_core.c | 650 * and peripheral capacitance combined with vbus draw. musb_stage0_irq()
|
/linux-4.4.14/drivers/mmc/core/ |
H A D | sd.c | 545 * 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 D | tps65010.c | 609 /* 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 D | consumer.h | 26 * e.g. Devices x,y,z share regulator r. Device x and y draw 20mA each during
|
/linux-4.4.14/scripts/ |
H A D | analyze_suspend.py | 2251 # 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 D | gadget.h | 817 * 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 D | rtc-cmos.c | 894 * allows, don't draw that distinction.
|
/linux-4.4.14/drivers/video/console/ |
H A D | sticore.c | 339 * should be used by the sticon driver to draw characters to the screen.
|
H A D | fbcon.c | 91 FBCON_LOGO_DRAW = -2, /* draw the logo to a console */
|
/linux-4.4.14/arch/powerpc/kernel/ |
H A D | rtas.c | 296 /* CR might be used to re-draw a line, so we'll rtas_progress()
|
/linux-4.4.14/security/keys/ |
H A D | keyctl.c | 75 /* draw all the data into kernel space */ SYSCALL_DEFINE5()
|
/linux-4.4.14/tools/perf/ |
H A D | builtin-timechart.c | 83 * Each comm has a list of samples that will be used to draw
|
/linux-4.4.14/drivers/scsi/libfc/ |
H A D | fc_fcp.c | 71 * @scsi_pkt_pool: Memory pool to draw FCP packets from
|
/linux-4.4.14/drivers/video/fbdev/matrox/ |
H A D | matroxfb_base.c | 1378 /* 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 D | host.c | 930 * will never go link up and will not draw power sci_controller_start_next_phy()
|
/linux-4.4.14/drivers/scsi/ |
H A D | dc395x.c | 2047 * 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 D | phy.c | 2454 * Since we have the top of the curve and we draw the line below
|
/linux-4.4.14/arch/m68k/kernel/ |
H A D | head.S | 3558 * d1 = cursor row to draw the character
|
/linux-4.4.14/tools/lguest/ |
H A D | lguest.c | 53 * to draw attention to the use of kernel-style types.
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
H A D | aic79xx_core.c | 7217 * Verify termination based on current draw and ahd_init()
|