Searched refs:dev_root (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/drm/
H A Ddrm_proc.c83 * \param dev_root resulting DRI device proc dir entry.
91 struct proc_dir_entry *root, struct proc_dir_entry **dev_root)
98 *dev_root = proc_mkdir(name, root);
99 if (!*dev_root) {
106 S_IFREG | S_IRUGO, *dev_root);
112 *dev_root);
128 * \param dev_root DRI device proc dir entry.
134 struct proc_dir_entry *dev_root)
139 if (!root || !dev_root)
143 remove_proc_entry(drm_proc_list[i].name, dev_root);
90 drm_proc_init(drm_device_t * dev, int minor, struct proc_dir_entry *root, struct proc_dir_entry **dev_root) argument
133 drm_proc_cleanup(int minor, struct proc_dir_entry *root, struct proc_dir_entry *dev_root) argument
[all...]
H A Ddrm_stub.c163 &head->dev_root))) {
185 drm_proc_cleanup(minor, drm_proc_root, head->dev_root);
283 drm_proc_cleanup(minor, drm_proc_root, head->dev_root);
H A DdrmP.h629 struct proc_dir_entry *dev_root; /**< proc directory entry */ member in struct:drm_head
1037 struct proc_dir_entry **dev_root);
1040 struct proc_dir_entry *dev_root);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Dhpet.c727 static ctl_table dev_root[] = { variable
1020 sysctl_header = register_sysctl_table(dev_root);
H A Drtc.c296 static ctl_table dev_root[] = { variable
310 sysctl_header = register_sysctl_table(dev_root);

Completed in 126 milliseconds