/drivers/soc/bcm/brcmstb/pm/ |
D | s2-mips.S | 42 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/ |
D | TODO | 3 - move half of the nvec init stuff to i2c-tegra.c 4 - move event handling to nvec_events
|
/drivers/gpu/drm/ttm/ |
D | ttm_resource.c | 73 man->move = NULL; in ttm_resource_manager_init() 117 fence = dma_fence_get(man->move); in ttm_resource_manager_force_list_clean()
|
D | ttm_bo_util.c | 594 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()
|
D | ttm_bo.c | 286 else if (bdev->driver->move) in ttm_bo_handle_move_mem() 287 ret = bdev->driver->move(bo, evict, ctx, mem); in ttm_bo_handle_move_mem() 820 fence = dma_fence_get(man->move); in ttm_bo_add_move_fence()
|
/drivers/staging/wlan-ng/ |
D | README | 4 - move to use the in-kernel wireless stack
|
/drivers/staging/emxx_udc/ |
D | TODO | 6 * move driver into drivers/usb/gadget/
|
/drivers/dma/ |
D | TODO | 11 4. Check other subsystems for dma drivers and merge/move to dmaengine
|
D | fsl_raid.c | 532 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/ |
D | TODO | 11 - move individual drivers into proper driver subsystems
|
/drivers/watchdog/ |
D | octeon-wdt-nmi.S | 85 move a0, sp
|
/drivers/gpu/drm/amd/display/ |
D | TODO | 67 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/ |
D | nouveau_drv.h | 163 int (*move)(struct nouveau_channel *, member
|
D | nouveau_bo.c | 822 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/ |
D | spectrum_acl_ctcam.c | 152 .move = mlxsw_sp_acl_ctcam_region_parman_move,
|
D | spectrum1_mr_tcam.c | 233 .move = mlxsw_sp1_mr_tcam_region_parman_move,
|
/drivers/net/ethernet/cavium/ |
D | Kconfig | 23 move network traffic to/from the memory. The NIC
|
/drivers/gpu/drm/qxl/ |
D | qxl_ttm.c | 197 .move = &qxl_bo_move,
|
/drivers/scsi/ibmvscsi/ |
D | ibmvfc.c | 3782 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/ |
D | amifb.c | 1602 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/ |
D | target_core_alua.c | 1920 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/ |
D | vmwgfx_ttm_buffer.c | 802 .move = NULL,
|
/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_ttm.c | 1712 .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/ |
D | desc_constr.h | 241 APPEND_CMD_RET(move, MOVE) in APPEND_CMD_RET()
|
/drivers/gpio/ |
D | TODO | 8 to move away from the global GPIO numberspace and toward a descriptor-based
|