Home
last modified time | relevance | path

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

/openbmc/linux/drivers/dma/idxd/
H A Dcdev.c164 struct idxd_cdev_context *cdev_ctx; in idxd_cdev_dev_release() local
167 cdev_ctx = &ictx[wq->idxd->data->type]; in idxd_cdev_dev_release()
168 ida_simple_remove(&cdev_ctx->minor_ida, idxd_cdev->minor); in idxd_cdev_dev_release()
530 struct idxd_cdev_context *cdev_ctx; in idxd_wq_add_cdev() local
541 cdev_ctx = &ictx[wq->idxd->data->type]; in idxd_wq_add_cdev()
542 minor = ida_simple_get(&cdev_ctx->minor_ida, 0, MINORMASK, GFP_KERNEL); in idxd_wq_add_cdev()
553 dev->devt = MKDEV(MAJOR(cdev_ctx->devt), minor); in idxd_wq_add_cdev()