Home
last modified time | relevance | path

Searched refs:move (Results 1 – 25 of 36) sorted by relevance

12

/drivers/soc/bcm/brcmstb/pm/
Ds2-mips.S42 move t0, a0
66 move t0, zero
68 2: move t1, s4
87 move s6, t0
155 move t0, zero
157 2: move t1, s4
/drivers/staging/nvec/
DTODO3 - move half of the nvec init stuff to i2c-tegra.c
4 - move event handling to nvec_events
/drivers/staging/emxx_udc/
DTODO6 * move driver into drivers/usb/gadget/
/drivers/staging/wlan-ng/
DREADME4 - move to use the in-kernel wireless stack
/drivers/dma/
DTODO11 4. Check other subsystems for dma drivers and merge/move to dmaengine
Dfsl_raid.c534 struct fsl_re_move_cdb *move; in fsl_re_prep_dma_memcpy() local
555 move = desc->cdb_addr; in fsl_re_prep_dma_memcpy()
556 move->cdb32 = cdb; in fsl_re_prep_dma_memcpy()
560 fill_cfd_frame(cf, 0, sizeof(*move), desc->cdb_paddr, 0); in fsl_re_prep_dma_memcpy()
/drivers/staging/unisys/
DTODO11 - move individual drivers into proper driver subsystems
/drivers/watchdog/
Docteon-wdt-nmi.S85 move a0, sp
/drivers/gpu/drm/ttm/
Dttm_bo_util.c799 if (!from->move || dma_fence_is_later(fence, from->move)) { in ttm_bo_pipeline_move()
800 dma_fence_put(from->move); in ttm_bo_pipeline_move()
801 from->move = dma_fence_get(fence); in ttm_bo_pipeline_move()
Dttm_bo.c377 else if (bdev->driver->move) in ttm_bo_handle_move_mem()
378 ret = bdev->driver->move(bo, evict, ctx, mem); in ttm_bo_handle_move_mem()
936 fence = dma_fence_get(man->move); in ttm_bo_add_move_fence()
1515 fence = dma_fence_get(man->move); in ttm_bo_force_list_clean()
1559 dma_fence_put(man->move); in ttm_bo_clean_mm()
1560 man->move = NULL; in ttm_bo_clean_mm()
1616 man->move = NULL; in ttm_bo_init_mm()
/drivers/staging/isdn/
DTODO19 or otherwise move the core code and any drivers that are still
/drivers/gpu/drm/amd/display/
DTODO67 commands. We can greatly simplify that and move it into dc/dceXYZ like other
95 subsystem if we try to move as much of that into helpers/core as possible, and
/drivers/spi/
Dspi-s3c24xx-fiq.S30 @ fiq_rcount The number of bytes to move
/drivers/staging/speakup/
DTODO28 The kobjects may have to move to a more proper place in /sys. The
/drivers/gpu/drm/nouveau/
Dnouveau_drv.h152 int (*move)(struct nouveau_channel *, member
Dnouveau_bo.c1146 ret = drm->ttm.move(chan, bo, &bo->mem, new_reg); in nouveau_bo_move_m2mf()
1220 drm->ttm.move = mthd->exec; in nouveau_bo_move_init()
1395 if (drm->ttm.move) { in nouveau_bo_move()
1704 .move = nouveau_bo_move,
/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_acl_ctcam.c152 .move = mlxsw_sp_acl_ctcam_region_parman_move,
Dspectrum1_mr_tcam.c233 .move = mlxsw_sp1_mr_tcam_region_parman_move,
/drivers/net/ethernet/cavium/
DKconfig23 move network traffic to/from the memory. The NIC
/drivers/video/fbdev/
Damifb.c1596 short clk_shift, vshift, fstrt, fsize, fstop, fconst, shift, move, mod; in ami_update_par() local
1608 move = downx(2 << maxfmode, div8(par->xoffset)); in ami_update_par()
1622 move = move - div8((mod - fstrt)>>clk_shift); in ami_update_par()
1638 par->next_line * par->yoffset + move; in ami_update_par()
1641 par->bplpt0wrap = info->fix.smem_start + move; in ami_update_par()
1649 par->bplpt0 = info->fix.smem_start + move; in ami_update_par()
/drivers/gpu/drm/qxl/
Dqxl_ttm.c312 .move = &qxl_bo_move,
/drivers/target/
Dtarget_core_alua.c1921 int move = 0; in core_alua_store_tg_pt_gp_info() local
1976 move = 1; in core_alua_store_tg_pt_gp_info()
1982 " Target Port Group: alua/%s, ID: %hu\n", (move) ? in core_alua_store_tg_pt_gp_info()
/drivers/gpio/
DTODO8 to move away from the global GPIO numberspace and toward a decriptor-based
/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ttm.c1605 .move = &amdgpu_bo_move,
1873 dma_fence_put(man->move); in amdgpu_ttm_set_buffer_funcs_status()
1874 man->move = NULL; in amdgpu_ttm_set_buffer_funcs_status()
/drivers/gpu/drm/vmwgfx/
Dvmwgfx_ttm_buffer.c873 .move = NULL,

12