Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/misc/cxl/
Dof.c131 int cxl_of_read_afu_handle(struct cxl_afu *afu, struct device_node *afu_np) in cxl_of_read_afu_handle() argument
133 if (read_handle(afu_np, &afu->guest->handle)) in cxl_of_read_afu_handle()
455 struct device_node *afu_np = NULL; in cxl_of_probe() local
474 for_each_child_of_node(np, afu_np) { in cxl_of_probe()
475 if ((ret = cxl_guest_init_afu(adapter, slice, afu_np))) in cxl_of_probe()
Dcxl.h1056 int cxl_guest_init_afu(struct cxl *adapter, int slice, struct device_node *afu_np);
1058 int cxl_of_read_afu_handle(struct cxl_afu *afu, struct device_node *afu_np);
1059 int cxl_of_read_afu_properties(struct cxl_afu *afu, struct device_node *afu_np);
Dguest.c923 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()