Searched refs:chardev_d (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/cxl/ |
H A D | file.c | 596 &afu->chardev_d, "d", "dedicated", in cxl_chardev_d_afu_add() 616 if (afu->chardev_d) { in cxl_chardev_afu_remove() 618 device_unregister(afu->chardev_d); in cxl_chardev_afu_remove() 619 afu->chardev_d = NULL; in cxl_chardev_afu_remove()
|
H A D | cxl.h | 489 struct device *chardev_s, *chardev_m, *chardev_d; member
|
/kernel/linux/linux-6.6/drivers/misc/cxl/ |
H A D | file.c | 597 &afu->chardev_d, "d", "dedicated", in cxl_chardev_d_afu_add() 617 if (afu->chardev_d) { in cxl_chardev_afu_remove() 619 device_unregister(afu->chardev_d); in cxl_chardev_afu_remove() 620 afu->chardev_d = NULL; in cxl_chardev_afu_remove()
|
H A D | cxl.h | 491 struct device *chardev_s, *chardev_m, *chardev_d; member
|
Completed in 7 milliseconds