Searched refs:chd (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/firmware/arm_scmi/
H A Draw_mode.c1228 struct dentry *chd; local
1231 chd = debugfs_create_dir(cdir, top_chans);
1233 debugfs_create_file("message", 0600, chd, raw,
1236 debugfs_create_file("message_async", 0600, chd, raw,
/linux-master/kernel/
H A Dresource.c201 struct resource *tmp, **p, *chd; local
212 for (chd = tmp->child;; chd = chd->sibling) {
213 chd->parent = tmp->parent;
214 if (!(chd->sibling))
218 chd->sibling = tmp->sibling;

Completed in 452 milliseconds