| /drivers/soc/bcm/brcmstb/pm/ |
| A 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/gpu/drm/ci/xfails/ |
| A D | msm-sm8350-hdk-fails.txt | 3 kms_cursor_legacy@forked-move,Fail 5 kms_cursor_legacy@single-move,Fail 7 kms_cursor_legacy@torture-move,Fail
|
| A D | meson-g12b-fails.txt | 3 kms_cursor_legacy@forked-move,Fail 5 kms_cursor_legacy@single-move,Fail 7 kms_cursor_legacy@torture-move,Fail
|
| A D | i915-cml-fails.txt | 53 kms_psr2_sf@plane-move-sf-dmg-area,Fail 60 kms_psr2_sf@psr2-plane-move-sf-dmg-area,Fail
|
| A D | msm-apq8096-skips.txt | 2 kms_cursor_legacy@all-pipes-torture-move
|
| /drivers/video/fbdev/core/ |
| A D | fb_copyarea.h | 356 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 D | TODO | 2 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 D | TODO | 2 - move the driver to the new i2c slave framework
|
| /drivers/dma/ |
| A D | TODO | 11 4. Check other subsystems for dma drivers and merge/move to dmaengine
|
| A D | fsl_raid.c | 533 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 D | vcap_api.c | 2100 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 D | vcap_api.h | 259 void (*move) member
|
| /drivers/gpu/drm/ttm/tests/ |
| A D | ttm_kunit_helpers.c | 138 .move = mock_move, 157 .move = mock_move,
|
| A D | ttm_bo_validate_test.c | 655 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 D | octeon-wdt-nmi.S | 82 move a0, sp
|
| /drivers/gpu/drm/ttm/ |
| A D | ttm_bo_util.c | 657 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 D | ttm_resource.c | 533 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 D | TODO | 13 Refine the ipu7-isys-csi2-phy.c, move the hardware specific variant
|
| /drivers/dma/amd/ |
| A D | Kconfig | 41 system. Using the descriptors, the QDMA can move data in either the
|
| /drivers/gpu/drm/qxl/ |
| A D | qxl_ttm.c | 178 .move = &qxl_bo_move,
|
| /drivers/net/ethernet/mellanox/mlxsw/ |
| A D | spectrum_acl_ctcam.c | 152 .move = mlxsw_sp_acl_ctcam_region_parman_move,
|
| A D | spectrum1_mr_tcam.c | 233 .move = mlxsw_sp1_mr_tcam_region_parman_move,
|
| /drivers/net/ethernet/cavium/ |
| A D | Kconfig | 23 move network traffic to/from the memory. The NIC
|
| /drivers/gpu/drm/nouveau/ |
| A D | nouveau_bo.c | 965 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 D | nouveau_drv.h | 233 int (*move)(struct nouveau_channel *, member
|