Lines Matching defs:name
43 .name = "ocxlflash",
63 * @name: Name of the pseudo filesystem.
70 static struct file *ocxlflash_getfile(struct device *dev, const char *name,
100 file = alloc_file_pseudo(inode, ocxlflash_vfs_mount, name,
175 * @name: Name of the interrupt.
180 irq_handler_t handler, void *cookie, char *name)
203 rc = request_irq(virq, handler, 0, name, cookie);
233 * @name: Name of the interrupt.
239 char *name)
241 return afu_map_irq(0, ctx_cookie, num, handler, cookie, name);
1203 char *name = NULL;
1233 name = kasprintf(GFP_KERNEL, "ocxlflash:%d", ctx->pe);
1234 file = ocxlflash_getfile(dev, name, fops, ctx, flags);
1235 kfree(name);
1312 char *name;
1323 name = kasprintf(GFP_KERNEL, "ocxlflash-%s-pe%i-%i",
1325 rc = afu_map_irq(0, ctx, i, ocxlflash_afu_irq, ctx, name);
1326 kfree(name);