Lines Matching refs:ldev
175 struct lowpan_dev *ldev = lowpan_dev(dev); in lowpan_dev_debugfs_ctx_init() local
188 &ldev->ctx.table[id], in lowpan_dev_debugfs_ctx_init()
194 &ldev->ctx.table[id], in lowpan_dev_debugfs_ctx_init()
200 &ldev->ctx.table[id], in lowpan_dev_debugfs_ctx_init()
206 &ldev->ctx.table[id], in lowpan_dev_debugfs_ctx_init()
263 struct lowpan_dev *ldev) in lowpan_dev_debugfs_802154_init() argument
270 root = debugfs_create_dir("ieee802154", ldev->iface_debugfs); in lowpan_dev_debugfs_802154_init()
285 struct lowpan_dev *ldev = lowpan_dev(dev); in lowpan_dev_debugfs_init() local
290 ldev->iface_debugfs = debugfs_create_dir(dev->name, lowpan_debugfs); in lowpan_dev_debugfs_init()
291 if (!ldev->iface_debugfs) in lowpan_dev_debugfs_init()
294 contexts = debugfs_create_dir("contexts", ldev->iface_debugfs); in lowpan_dev_debugfs_init()
310 ret = lowpan_dev_debugfs_802154_init(dev, ldev); in lowpan_dev_debugfs_init()