Searched refs:cxl_context_init (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/misc/cxl/ |
D | context.c | 37 int cxl_context_init(struct cxl_context *ctx, struct cxl_afu *afu, bool master, in cxl_context_init() function
|
D | api.c | 51 rc = cxl_context_init(ctx, afu, false, mapping); in cxl_dev_context_init()
|
D | file.c | 86 if ((rc = cxl_context_init(ctx, afu, master, inode->i_mapping))) in __afu_open()
|
D | cxl.h | 699 int cxl_context_init(struct cxl_context *ctx, struct cxl_afu *afu, bool master,
|