Home
last modified time | relevance | path

Searched refs:dev_ctx (Results 1 – 6 of 6) sorted by relevance

/linux-5.19.10/drivers/net/ethernet/mellanox/mlx4/
Dintf.c54 struct mlx4_device_context *dev_ctx; in mlx4_add_device() local
56 dev_ctx = kmalloc(sizeof(*dev_ctx), GFP_KERNEL); in mlx4_add_device()
57 if (!dev_ctx) in mlx4_add_device()
60 dev_ctx->intf = intf; in mlx4_add_device()
61 dev_ctx->context = intf->add(&priv->dev); in mlx4_add_device()
63 if (dev_ctx->context) { in mlx4_add_device()
65 list_add_tail(&dev_ctx->list, &priv->ctx_list); in mlx4_add_device()
68 intf->activate(&priv->dev, dev_ctx->context); in mlx4_add_device()
70 kfree(dev_ctx); in mlx4_add_device()
76 struct mlx4_device_context *dev_ctx; in mlx4_remove_device() local
[all …]
/linux-5.19.10/drivers/crypto/ux500/cryp/
Dcryp_core.c89 struct cryp_device_context dev_ctx; member
403 cryp_restore_device_context(device_data, &ctx->dev_ctx); in cryp_setup_context()
406 control_register = ctx->dev_ctx.cr; in cryp_setup_context()
408 control_register = ctx->dev_ctx.cr; in cryp_setup_context()
682 &device_data->current_ctx->dev_ctx, in cryp_disable_power()
736 &device_data->current_ctx->dev_ctx); in cryp_enable_power()
800 cryp_save_device_context(device_data, &ctx->dev_ctx, cryp_mode); in hw_crypt_noxts()
861 cryp_save_device_context(device_data, &ctx->dev_ctx, cryp_mode); in ablk_dma_crypt()
/linux-5.19.10/drivers/media/platform/samsung/s5p-mfc/
Ds5p_mfc_cmd_v6.c43 mfc_write(dev, buf_size->dev_ctx, S5P_FIMV_CONTEXT_MEM_SIZE_V6); in s5p_mfc_sys_init_cmd_v6()
Ds5p_mfc.c1532 .dev_ctx = MFC_CTX_BUF_SIZE_V6,
1561 .dev_ctx = MFC_CTX_BUF_SIZE_V7,
1585 .dev_ctx = MFC_CTX_BUF_SIZE_V8,
1619 .dev_ctx = MFC_CTX_BUF_SIZE_V10,
Ds5p_mfc_common.h211 unsigned int dev_ctx; member
Ds5p_mfc_opr_v6.c401 dev->ctx_buf.size = buf_size->dev_ctx; in s5p_mfc_alloc_dev_context_buffer_v6()
408 memset(dev->ctx_buf.virt, 0, buf_size->dev_ctx); in s5p_mfc_alloc_dev_context_buffer_v6()