Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/accel/habanalabs/common/
Ddevice.c750 &hdev->cdev_ctrl, &hdev->dev_ctrl); in cdev_sysfs_debugfs_add()
754 rc = cdev_device_add(&hdev->cdev_ctrl, hdev->dev_ctrl); in cdev_sysfs_debugfs_add()
774 cdev_device_del(&hdev->cdev_ctrl, hdev->dev_ctrl); in cdev_sysfs_debugfs_add()
787 cdev_device_del(&hdev->cdev_ctrl, hdev->dev_ctrl); in cdev_sysfs_debugfs_remove()
Dhabanalabs.h3419 struct cdev cdev_ctrl; member