Searched refs:afu_np (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/misc/cxl/ |
H A D | of.c | 75 int cxl_of_read_afu_handle(struct cxl_afu *afu, struct device_node *afu_np) in cxl_of_read_afu_handle() argument 77 return of_property_read_reg(afu_np, 0, &afu->guest->handle, NULL); in cxl_of_read_afu_handle() 293 struct device_node *afu_np = NULL; in cxl_of_probe() local 314 for_each_child_of_node(np, afu_np) { in cxl_of_probe() 315 if ((ret = cxl_guest_init_afu(adapter, slice, afu_np))) in cxl_of_probe()
|
H A D | cxl.h | 1057 int cxl_guest_init_afu(struct cxl *adapter, int slice, struct device_node *afu_np); 1059 int cxl_of_read_afu_handle(struct cxl_afu *afu, struct device_node *afu_np); 1060 int cxl_of_read_afu_properties(struct cxl_afu *afu, struct device_node *afu_np);
|
H A D | guest.c | 923 int cxl_guest_init_afu(struct cxl *adapter, int slice, struct device_node *afu_np) in cxl_guest_init_afu() argument 945 if ((rc = cxl_of_read_afu_handle(afu, afu_np))) in cxl_guest_init_afu() 951 if ((rc = cxl_of_read_afu_properties(afu, afu_np))) in cxl_guest_init_afu()
|