Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/misc/cxl/
Dfile.c564 static int cxl_add_chardev(struct cxl_afu *afu, dev_t devt, struct cdev *cdev, in cxl_add_chardev() function
595 return cxl_add_chardev(afu, CXL_AFU_MKDEV_D(afu), &afu->afu_cdev_d, in cxl_chardev_d_afu_add()
602 return cxl_add_chardev(afu, CXL_AFU_MKDEV_M(afu), &afu->afu_cdev_m, in cxl_chardev_m_afu_add()
609 return cxl_add_chardev(afu, CXL_AFU_MKDEV_S(afu), &afu->afu_cdev_s, in cxl_chardev_s_afu_add()