Home
last modified time | relevance | path

Searched full:d_init (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/net/arcnet/
H A Dcom90xx.c145 arc_cont(D_INIT, "\n"); in com90xx_probe()
146 arc_cont(D_INIT, "S1: "); in com90xx_probe()
148 arc_cont(D_INIT, "%Xh ", *port); in com90xx_probe()
178 arc_cont(D_INIT, "\n"); in com90xx_probe()
187 * do anything until they finish. If D_INIT, print the list of in com90xx_probe()
195 arc_cont(D_INIT, "\n"); in com90xx_probe()
196 arc_cont(D_INIT, "S2: "); in com90xx_probe()
198 arc_cont(D_INIT, "%Xh ", *port); in com90xx_probe()
200 arc_cont(D_INIT, "\n"); in com90xx_probe()
213 arc_cont(D_INIT, "\n"); in com90xx_probe()
[all …]
H A Darcnet.c518 arc_printk(D_INIT, dev, "opened."); in arcnet_open()
533 arc_printk(D_INIT, dev, "arcnet_open: resetting card.\n"); in arcnet_open()
546 arc_printk(D_INIT, dev, "arcnet_open: mtu: %d.\n", dev->mtu); in arcnet_open()
H A Darc-rimi.c246 arc_printk(D_INIT, dev, "Resetting %s (status=%02Xh)\n", in arcrimi_reset()
H A Dcom90io.c284 arc_printk(D_INIT, dev, "Resetting %s (status=%02Xh)\n", in com90io_reset()
H A Darcdevice.h55 #define D_INIT 4 /* show init/probe messages */ macro
H A Dcom20020.c290 arc_printk(D_INIT, dev, "Resetting %s (status=%02Xh)\n", in com20020_reset()
/linux/Documentation/filesystems/
H A Dlocking.rst27 int (*d_init)(struct dentry *);
47 d_init: no no yes no
H A Dvfs.rst1255 int (*d_init)(struct dentry *);
1338 ``d_init``
/linux/arch/alpha/kernel/
H A Dcore_wildfire.c565 printk(KERN_ERR " IOP_HOSE_%d_INIT: 0x%16lx\n", in wildfire_dump_iop_regs()
/linux/include/linux/
H A Ddcache.h159 int (*d_init)(struct dentry *); member
/linux/fs/
H A Ddcache.c1793 if (dentry->d_op && dentry->d_op->d_init) { in __d_alloc()
1794 err = dentry->d_op->d_init(dentry); in __d_alloc()
/linux/fs/ceph/
H A Ddir.c2261 .d_init = ceph_d_init,
/linux/fs/fuse/
H A Ddir.c529 .d_init = fuse_dentry_init,