Home
last modified time | relevance | path

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

12

/drivers/soc/bcm/brcmstb/pm/
A 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/gpu/drm/ci/xfails/
A Dmsm-sm8350-hdk-fails.txt3 kms_cursor_legacy@forked-move,Fail
5 kms_cursor_legacy@single-move,Fail
7 kms_cursor_legacy@torture-move,Fail
A Dmeson-g12b-fails.txt3 kms_cursor_legacy@forked-move,Fail
5 kms_cursor_legacy@single-move,Fail
7 kms_cursor_legacy@torture-move,Fail
A Di915-cml-fails.txt53 kms_psr2_sf@plane-move-sf-dmg-area,Fail
60 kms_psr2_sf@psr2-plane-move-sf-dmg-area,Fail
A Dmsm-apq8096-skips.txt2 kms_cursor_legacy@all-pipes-torture-move
/drivers/video/fbdev/core/
A Dfb_copyarea.h356 int move = src->bits < dst->bits ? -1 : 0; in fb_copy() local
358 fb_address_move_long(src, move); in fb_copy()
362 fb_address_move_long(src, -move); in fb_copy()
366 int move = src->bits > dst->bits ? 1 : 0; in fb_copy() local
368 fb_address_move_long(src, move); in fb_copy()
372 fb_address_move_long(src, -move); in fb_copy()
/drivers/staging/media/deprecated/atmel/
A DTODO2 In order to evolve this driver, it has to move to media controller, to
4 The move to media controller involves several changes which are
23 After discussions with the media maintainers, the decision is to move
/drivers/staging/nvec/
A DTODO2 - move the driver to the new i2c slave framework
/drivers/dma/
A DTODO11 4. Check other subsystems for dma drivers and merge/move to dmaengine
A Dfsl_raid.c533 struct fsl_re_move_cdb *move; in fsl_re_prep_dma_memcpy() local
554 move = desc->cdb_addr; in fsl_re_prep_dma_memcpy()
555 move->cdb32 = cdb; in fsl_re_prep_dma_memcpy()
559 fill_cfd_frame(cf, 0, sizeof(*move), desc->cdb_paddr, 0); in fsl_re_prep_dma_memcpy()
/drivers/net/ethernet/microchip/vcap/
A Dvcap_api.c2100 struct vcap_rule_move *move) in vcap_insert_rule() argument
2160 move->count = ri->addr - addr; in vcap_insert_rule()
2167 struct vcap_rule_move *move) in vcap_move_rules() argument
2169 ri->vctrl->ops->move(ri->ndev, ri->admin, move->addr, in vcap_move_rules()
2170 move->offset, move->count); in vcap_move_rules()
2261 struct vcap_rule_move move = {0}; in vcap_add_rule() local
2272 ret = vcap_insert_rule(ri, &move); in vcap_add_rule()
2278 if (move.count > 0) in vcap_add_rule()
2279 vcap_move_rules(ri, &move); in vcap_add_rule()
2508 struct vcap_rule_move move; in vcap_fill_rule_gap() local
[all …]
A Dvcap_api.h259 void (*move) member
/drivers/gpu/drm/ttm/tests/
A Dttm_kunit_helpers.c138 .move = mock_move,
157 .move = mock_move,
A Dttm_bo_validate_test.c655 man->move = dma_fence_get_stub(); in ttm_bo_validate_move_fence_signaled()
672 dma_fence_put(man->move); in ttm_bo_validate_move_fence_signaled()
736 man->move = alloc_mock_fence(test); in ttm_bo_validate_move_fence_not_signaled()
738 task = kthread_create(threaded_fence_signal, man->move, "move-fence-signal"); in ttm_bo_validate_move_fence_not_signaled()
746 dma_fence_wait_timeout(man->move, false, MAX_SCHEDULE_TIMEOUT); in ttm_bo_validate_move_fence_not_signaled()
/drivers/watchdog/
A Docteon-wdt-nmi.S82 move a0, sp
/drivers/gpu/drm/ttm/
A Dttm_bo_util.c657 if (!from->move || dma_fence_is_later(fence, from->move)) { in ttm_bo_move_pipeline_evict()
658 dma_fence_put(from->move); in ttm_bo_move_pipeline_evict()
659 from->move = dma_fence_get(fence); in ttm_bo_move_pipeline_evict()
A Dttm_resource.c533 man->move = NULL; in ttm_resource_manager_init()
565 fence = dma_fence_get(man->move); in ttm_resource_manager_evict_all()
/drivers/staging/media/ipu7/
A DTODO13 Refine the ipu7-isys-csi2-phy.c, move the hardware specific variant
/drivers/dma/amd/
A DKconfig41 system. Using the descriptors, the QDMA can move data in either the
/drivers/gpu/drm/qxl/
A Dqxl_ttm.c178 .move = &qxl_bo_move,
/drivers/net/ethernet/mellanox/mlxsw/
A Dspectrum_acl_ctcam.c152 .move = mlxsw_sp_acl_ctcam_region_parman_move,
A Dspectrum1_mr_tcam.c233 .move = mlxsw_sp1_mr_tcam_region_parman_move,
/drivers/net/ethernet/cavium/
A DKconfig23 move network traffic to/from the memory. The NIC
/drivers/gpu/drm/nouveau/
A Dnouveau_bo.c965 ret = drm->ttm.move(chan, bo, bo->resource, new_reg); in nouveau_bo_move_m2mf()
1056 drm->ttm.move = mthd->exec; in nouveau_bo_move_init()
1196 if (drm->ttm.move) { in nouveau_bo_move()
1497 .move = nouveau_bo_move,
A Dnouveau_drv.h233 int (*move)(struct nouveau_channel *, member

Completed in 42 milliseconds

12