Home
last modified time | relevance | path

Searched refs:cdev_ctrl (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/misc/habanalabs/
Ddevice.c205 rc = cdev_device_add(&hdev->cdev_ctrl, hdev->dev_ctrl); in device_cdev_sysfs_add()
224 cdev_device_del(&hdev->cdev_ctrl, hdev->dev_ctrl); in device_cdev_sysfs_add()
240 cdev_device_del(&hdev->cdev_ctrl, hdev->dev_ctrl); in device_cdev_sysfs_del()
1086 name, &hdev->cdev_ctrl, &hdev->dev_ctrl); in hl_device_init()
Dhabanalabs.h1259 struct cdev cdev_ctrl; member