Home
last modified time | relevance | path

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

/drivers/misc/cxl/
Dof.c135 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()
Dcxl.h902 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);
Dguest.c927 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()