Lines Matching defs:data
219 dev_err(hdev->dev, "failed to copy input debug data\n");
777 "Engines data size (%d Bytes) is bigger than allocated size (%u Bytes)\n",
926 static int _hl_info_ioctl(struct hl_fpriv *hpriv, void *data,
930 struct hl_info_args *args = data;
1073 static int hl_info_ioctl(struct hl_fpriv *hpriv, void *data)
1075 return _hl_info_ioctl(hpriv, data, hpriv->hdev->dev);
1078 static int hl_info_ioctl_control(struct hl_fpriv *hpriv, void *data)
1080 return _hl_info_ioctl(hpriv, data, hpriv->hdev->dev_ctrl);
1083 static int hl_debug_ioctl(struct hl_fpriv *hpriv, void *data)
1085 struct hl_debug_args *args = data;