Home
last modified time | relevance | path

Searched refs:move (Results 1 – 25 of 35) 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/gpu/drm/ttm/
Dttm_bo_util.c533 if (!from->move || dma_fence_is_later(fence, from->move)) { in ttm_bo_move_pipeline_evict()
534 dma_fence_put(from->move); in ttm_bo_move_pipeline_evict()
535 from->move = dma_fence_get(fence); in ttm_bo_move_pipeline_evict()
Dttm_resource.c88 man->move = NULL; in ttm_resource_manager_init()
131 fence = dma_fence_get(man->move); in ttm_resource_manager_evict_all()
Dttm_bo.c197 ret = bdev->funcs->move(bo, evict, ctx, mem, hop); in ttm_bo_handle_move_mem()
756 fence = dma_fence_get(man->move); in ttm_bo_add_move_fence()
/drivers/staging/wlan-ng/
DREADME4 - move to use the in-kernel wireless stack
/drivers/staging/emxx_udc/
DTODO6 * move driver into drivers/usb/gadget/
/drivers/dma/
DTODO11 4. Check other subsystems for dma drivers and merge/move to dmaengine
Dfsl_raid.c532 struct fsl_re_move_cdb *move; in fsl_re_prep_dma_memcpy() local
553 move = desc->cdb_addr; in fsl_re_prep_dma_memcpy()
554 move->cdb32 = cdb; in fsl_re_prep_dma_memcpy()
558 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/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/gpu/drm/nouveau/
Dnouveau_drv.h160 int (*move)(struct nouveau_channel *, member
Dnouveau_bo.c821 ret = drm->ttm.move(chan, bo, bo->resource, new_reg); in nouveau_bo_move_m2mf()
905 drm->ttm.move = mthd->exec; in nouveau_bo_move_init()
1033 if (drm->ttm.move) { in nouveau_bo_move()
1339 .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/gpu/drm/qxl/
Dqxl_ttm.c170 .move = &qxl_bo_move,
/drivers/net/ethernet/cavium/
DKconfig23 move network traffic to/from the memory. The NIC
/drivers/video/fbdev/
Damifb.c1602 short clk_shift, vshift, fstrt, fsize, fstop, fconst, shift, move, mod; in ami_update_par() local
1614 move = downx(2 << maxfmode, div8(par->xoffset)); in ami_update_par()
1628 move = move - div8((mod - fstrt)>>clk_shift); in ami_update_par()
1644 par->next_line * par->yoffset + move; in ami_update_par()
1647 par->bplpt0wrap = info->fix.smem_start + move; in ami_update_par()
1655 par->bplpt0 = info->fix.smem_start + move; in ami_update_par()
/drivers/scsi/ibmvscsi/
Dibmvfc.c4434 struct ibmvfc_move_login *move; in ibmvfc_tgt_move_login() local
4452 move = &evt->iu.move_login; in ibmvfc_tgt_move_login()
4453 memset(move, 0, sizeof(*move)); in ibmvfc_tgt_move_login()
4454 move->common.version = cpu_to_be32(1); in ibmvfc_tgt_move_login()
4455 move->common.opcode = cpu_to_be32(IBMVFC_MOVE_LOGIN); in ibmvfc_tgt_move_login()
4456 move->common.length = cpu_to_be16(sizeof(*move)); in ibmvfc_tgt_move_login()
4458 move->old_scsi_id = cpu_to_be64(tgt->scsi_id); in ibmvfc_tgt_move_login()
4459 move->new_scsi_id = cpu_to_be64(tgt->new_scsi_id); in ibmvfc_tgt_move_login()
4460 move->wwpn = cpu_to_be64(tgt->wwpn); in ibmvfc_tgt_move_login()
4461 move->node_name = cpu_to_be64(tgt->ids.node_name); in ibmvfc_tgt_move_login()
/drivers/target/
Dtarget_core_alua.c1892 int move = 0; in core_alua_store_tg_pt_gp_info() local
1947 move = 1; in core_alua_store_tg_pt_gp_info()
1953 " Target Port Group: alua/%s, ID: %hu\n", (move) ? in core_alua_store_tg_pt_gp_info()
/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ttm.c1494 .move = &amdgpu_bo_move,
1867 dma_fence_put(man->move); in amdgpu_ttm_set_buffer_funcs_status()
1868 man->move = NULL; in amdgpu_ttm_set_buffer_funcs_status()
/drivers/gpu/drm/vmwgfx/
Dvmwgfx_ttm_buffer.c720 .move = vmw_move,
/drivers/gpu/drm/
Ddrm_gem_vram_helper.c944 .move = bo_driver_move,
/drivers/crypto/caam/
Ddesc_constr.h241 APPEND_CMD_RET(move, MOVE) in APPEND_CMD_RET()

12