Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/misc/cxl/
Dfile.c568 static int cxl_add_chardev(struct cxl_afu *afu, dev_t devt, struct cdev *cdev, in cxl_add_chardev() function
599 return cxl_add_chardev(afu, CXL_AFU_MKDEV_D(afu), &afu->afu_cdev_d, in cxl_chardev_d_afu_add()
606 return cxl_add_chardev(afu, CXL_AFU_MKDEV_M(afu), &afu->afu_cdev_m, in cxl_chardev_m_afu_add()
613 return cxl_add_chardev(afu, CXL_AFU_MKDEV_S(afu), &afu->afu_cdev_s, in cxl_chardev_s_afu_add()