Home
last modified time | relevance | path

Searched refs:move (Results 1 – 25 of 33) 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_resource.c73 man->move = NULL; in ttm_resource_manager_init()
117 fence = dma_fence_get(man->move); in ttm_resource_manager_force_list_clean()
Dttm_bo_util.c594 if (!from->move || dma_fence_is_later(fence, from->move)) { in ttm_bo_move_pipeline_evict()
595 dma_fence_put(from->move); in ttm_bo_move_pipeline_evict()
596 from->move = dma_fence_get(fence); in ttm_bo_move_pipeline_evict()
Dttm_bo.c285 else if (bdev->driver->move) in ttm_bo_handle_move_mem()
286 ret = bdev->driver->move(bo, evict, ctx, mem); in ttm_bo_handle_move_mem()
811 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.h163 int (*move)(struct nouveau_channel *, member
Dnouveau_bo.c822 ret = drm->ttm.move(chan, bo, &bo->mem, new_reg); in nouveau_bo_move_m2mf()
905 drm->ttm.move = mthd->exec; in nouveau_bo_move_init()
1094 if (drm->ttm.move) { in nouveau_bo_move()
1418 .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/gpu/drm/qxl/
Dqxl_ttm.c197 .move = &qxl_bo_move,
/drivers/scsi/ibmvscsi/
Dibmvfc.c3782 struct ibmvfc_move_login *move; in ibmvfc_tgt_move_login() local
3794 move = &evt->iu.move_login; in ibmvfc_tgt_move_login()
3795 memset(move, 0, sizeof(*move)); in ibmvfc_tgt_move_login()
3796 move->common.version = cpu_to_be32(1); in ibmvfc_tgt_move_login()
3797 move->common.opcode = cpu_to_be32(IBMVFC_MOVE_LOGIN); in ibmvfc_tgt_move_login()
3798 move->common.length = cpu_to_be16(sizeof(*move)); in ibmvfc_tgt_move_login()
3800 move->old_scsi_id = cpu_to_be64(tgt->old_scsi_id); in ibmvfc_tgt_move_login()
3801 move->new_scsi_id = cpu_to_be64(tgt->scsi_id); in ibmvfc_tgt_move_login()
3802 move->wwpn = cpu_to_be64(tgt->wwpn); in ibmvfc_tgt_move_login()
3803 move->node_name = cpu_to_be64(tgt->ids.node_name); in ibmvfc_tgt_move_login()
/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/target/
Dtarget_core_alua.c1920 int move = 0; in core_alua_store_tg_pt_gp_info() local
1975 move = 1; in core_alua_store_tg_pt_gp_info()
1981 " Target Port Group: alua/%s, ID: %hu\n", (move) ? in core_alua_store_tg_pt_gp_info()
/drivers/gpu/drm/vmwgfx/
Dvmwgfx_ttm_buffer.c802 .move = NULL,
/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ttm.c1712 .move = &amdgpu_bo_move,
2083 dma_fence_put(man->move); in amdgpu_ttm_set_buffer_funcs_status()
2084 man->move = NULL; in amdgpu_ttm_set_buffer_funcs_status()
/drivers/crypto/caam/
Ddesc_constr.h241 APPEND_CMD_RET(move, MOVE) in APPEND_CMD_RET()
/drivers/gpio/
DTODO8 to move away from the global GPIO numberspace and toward a descriptor-based

12