/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/ |
H A D | intf.c | 54 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; mlx4_remove_device() local 133 struct mlx4_device_context *dev_ctx = NULL, *temp_dev_ctx; mlx4_do_bond() local 186 struct mlx4_device_context *dev_ctx; mlx4_dispatch_event() local 251 struct mlx4_device_context *dev_ctx; mlx4_get_protocol_dev() local [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | dev.c | 56 struct mlx5_device_context *dev_ctx; in mlx5_add_device() local 62 dev_ctx = kzalloc(sizeof(*dev_ctx), GFP_KERNEL); in mlx5_add_device() 63 if (!dev_ctx) in mlx5_add_device() 66 dev_ctx->intf = intf; in mlx5_add_device() 68 dev_ctx->context = intf->add(dev); in mlx5_add_device() 69 if (dev_ctx->context) { in mlx5_add_device() 70 set_bit(MLX5_INTERFACE_ADDED, &dev_ctx->state); in mlx5_add_device() 72 set_bit(MLX5_INTERFACE_ATTACHED, &dev_ctx->state); in mlx5_add_device() 75 list_add_tail(&dev_ctx in mlx5_add_device() 86 struct mlx5_device_context *dev_ctx; mlx5_get_device() local 96 struct mlx5_device_context *dev_ctx; mlx5_remove_device() local 115 struct mlx5_device_context *dev_ctx; mlx5_attach_interface() local 151 struct mlx5_device_context *dev_ctx; mlx5_detach_interface() local 252 struct mlx5_device_context *dev_ctx; mlx5_has_added_dev_by_protocol() local [all...] |
/kernel/linux/linux-5.10/drivers/crypto/ux500/cryp/ |
H A D | cryp_core.c | 74 * @dev_ctx: Device dependent context. 88 struct cryp_device_context dev_ctx; member 402 cryp_restore_device_context(device_data, &ctx->dev_ctx); in cryp_setup_context() 405 control_register = ctx->dev_ctx.cr; in cryp_setup_context() 407 control_register = ctx->dev_ctx.cr; in cryp_setup_context() 681 &device_data->current_ctx->dev_ctx, in cryp_disable_power() 735 &device_data->current_ctx->dev_ctx); in cryp_enable_power() 799 cryp_save_device_context(device_data, &ctx->dev_ctx, cryp_mode); in hw_crypt_noxts() 860 cryp_save_device_context(device_data, &ctx->dev_ctx, cryp_mode); in ablk_dma_crypt()
|
/kernel/linux/linux-5.10/drivers/media/platform/s5p-mfc/ |
H A D | s5p_mfc_cmd_v6.c | 43 mfc_write(dev, buf_size->dev_ctx, S5P_FIMV_CONTEXT_MEM_SIZE_V6); in s5p_mfc_sys_init_cmd_v6()
|
H A D | s5p_mfc.c | 1539 .dev_ctx = MFC_CTX_BUF_SIZE_V6, 1568 .dev_ctx = MFC_CTX_BUF_SIZE_V7, 1602 .dev_ctx = MFC_CTX_BUF_SIZE_V8, 1636 .dev_ctx = MFC_CTX_BUF_SIZE_V10,
|
H A D | s5p_mfc_common.h | 211 unsigned int dev_ctx; member
|
H A D | s5p_mfc_opr_v6.c | 401 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()
|
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s5p-mfc/ |
H A D | s5p_mfc_cmd_v6.c | 43 mfc_write(dev, buf_size->dev_ctx, S5P_FIMV_CONTEXT_MEM_SIZE_V6); in s5p_mfc_sys_init_cmd_v6()
|
H A D | s5p_mfc.c | 1544 .dev_ctx = MFC_CTX_BUF_SIZE_V6, 1573 .dev_ctx = MFC_CTX_BUF_SIZE_V7, 1607 .dev_ctx = MFC_CTX_BUF_SIZE_V8, 1641 .dev_ctx = MFC_CTX_BUF_SIZE_V10,
|
H A D | s5p_mfc_common.h | 211 unsigned int dev_ctx; member
|
H A D | s5p_mfc_opr_v6.c | 401 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()
|