Searched refs:afu_np (Results 1 – 3 of 3) sorted by relevance
/drivers/misc/cxl/ |
D | of.c | 135 int cxl_of_read_afu_handle(struct cxl_afu *afu, struct device_node *afu_np) in cxl_of_read_afu_handle() argument 137 if (read_handle(afu_np, &afu->guest->handle)) in cxl_of_read_afu_handle() 460 struct device_node *afu_np = NULL; in cxl_of_probe() local 479 for_each_child_of_node(np, afu_np) { in cxl_of_probe() 480 if ((ret = cxl_guest_init_afu(adapter, slice, afu_np))) in cxl_of_probe()
|
D | cxl.h | 902 int cxl_guest_init_afu(struct cxl *adapter, int slice, struct device_node *afu_np); 904 int cxl_of_read_afu_handle(struct cxl_afu *afu, struct device_node *afu_np); 905 int cxl_of_read_afu_properties(struct cxl_afu *afu, struct device_node *afu_np);
|
D | guest.c | 927 int cxl_guest_init_afu(struct cxl *adapter, int slice, struct device_node *afu_np) in cxl_guest_init_afu() argument 949 if ((rc = cxl_of_read_afu_handle(afu, afu_np))) in cxl_guest_init_afu() 955 if ((rc = cxl_of_read_afu_properties(afu, afu_np))) in cxl_guest_init_afu()
|