Home
last modified time | relevance | path

Searched refs:NAME (Results 1 – 8 of 8) sorted by relevance

/linux-4.19.296/drivers/char/
Dnsc_gpio.c20 #define NAME "nsc_gpio" macro
125 printk(KERN_DEBUG NAME " initializing\n"); in nsc_gpio_init()
131 printk(KERN_DEBUG NAME " cleanup\n"); in nsc_gpio_cleanup()
/linux-4.19.296/drivers/isdn/capi/
Dcapiutil.c648 #define NAME (pnames[cmsg->par[cmsg->p]]) macro
667 cdb = bufprint(cdb, "%-*s = 0x%x\n", slen, NAME, *(u8 *) (cmsg->m + cmsg->l)); in protocol_message_2_pars()
671 cdb = bufprint(cdb, "%-*s = 0x%x\n", slen, NAME, *(u16 *) (cmsg->m + cmsg->l)); in protocol_message_2_pars()
675 cdb = bufprint(cdb, "%-*s = 0x%lx\n", slen, NAME, *(u32 *) (cmsg->m + cmsg->l)); in protocol_message_2_pars()
679 cdb = bufprint(cdb, "%-*s = ", slen, NAME); in protocol_message_2_pars()
695 cdb = bufprint(cdb, "%-*s = default\n", slen, NAME); in protocol_message_2_pars()
699 char *name = NAME; in protocol_message_2_pars()
/linux-4.19.296/drivers/misc/cxl/
Dapi.c393 #define PATCH_FOPS(NAME) if (!fops->NAME) fops->NAME = afu_fops.NAME argument
/linux-4.19.296/include/linux/
Dfsnotify_backend.h253 #define FSNOTIFY_ITER_FUNCS(name, NAME) \ argument
257 return (iter_info->report_mask & FSNOTIFY_OBJ_TYPE_##NAME##_FL) ? \
258 iter_info->marks[FSNOTIFY_OBJ_TYPE_##NAME] : NULL; \
Dfs.h2156 #define MODULE_ALIAS_FS(NAME) MODULE_ALIAS("fs-" NAME) argument
/linux-4.19.296/lib/zlib_inflate/
Dinflate.h22 NAME, /* i: waiting for end of file name (gzip) */ enumerator
/linux-4.19.296/drivers/i2c/busses/
Di2c-stu300.c22 #define NAME "stu300" macro
892 ret = devm_request_irq(&pdev->dev, dev->irq, stu300_irh, 0, NAME, dev); in stu300_probe()
985 .name = NAME,
1013 MODULE_DESCRIPTION("ST Micro DDC I2C adapter (" NAME ")");
1015 MODULE_ALIAS("platform:" NAME);
/linux-4.19.296/fs/proc/
Dbase.c125 #define NOD(NAME, MODE, IOP, FOP, OP) { \ argument
126 .name = (NAME), \
127 .len = sizeof(NAME) - 1, \
134 #define DIR(NAME, MODE, iops, fops) \ argument
135 NOD(NAME, (S_IFDIR|(MODE)), &iops, &fops, {} )
136 #define LNK(NAME, get_link) \ argument
137 NOD(NAME, (S_IFLNK|S_IRWXUGO), \
140 #define REG(NAME, MODE, fops) \ argument
141 NOD(NAME, (S_IFREG|(MODE)), NULL, &fops, {})
142 #define ONE(NAME, MODE, show) \ argument
[all …]