Home
last modified time | relevance | path

Searched refs:proc_entry (Results 1 – 25 of 53) sorted by relevance

123

/linux-2.4.37.9/arch/alpha/kernel/
Dsrm_env.c81 struct proc_dir_entry *proc_entry; member
196 if(entry->proc_entry) { in srm_env_cleanup()
199 entry->proc_entry = NULL; in srm_env_cleanup()
213 if(entry->proc_entry) { in srm_env_cleanup()
216 entry->proc_entry = NULL; in srm_env_cleanup()
292 entry->proc_entry = create_proc_entry(entry->name, in srm_env_init()
294 if(entry->proc_entry == NULL) in srm_env_init()
297 entry->proc_entry->data = (void *) entry; in srm_env_init()
298 entry->proc_entry->owner = THIS_MODULE; in srm_env_init()
299 entry->proc_entry->read_proc = srm_env_read; in srm_env_init()
[all …]
/linux-2.4.37.9/arch/mips/lasat/
Dpicvue_proc.c150 struct proc_dir_entry *proc_entry; in pvc_proc_init() local
162 proc_entry = create_proc_entry(pvc_linename[i], 0644, pvc_display_dir); in pvc_proc_init()
163 if (proc_entry == NULL) in pvc_proc_init()
165 proc_entry->read_proc = pvc_proc_read_line; in pvc_proc_init()
166 proc_entry->write_proc = pvc_proc_write_line; in pvc_proc_init()
167 proc_entry->data = &pvc_linedata[i]; in pvc_proc_init()
169 proc_entry = create_proc_entry("scroll", 0644, pvc_display_dir); in pvc_proc_init()
170 if (proc_entry == NULL) in pvc_proc_init()
172 proc_entry->write_proc = pvc_proc_write_scroll; in pvc_proc_init()
173 proc_entry->read_proc = pvc_proc_read_scroll; in pvc_proc_init()
/linux-2.4.37.9/fs/proc/
Dproc_tty.c141 driver->proc_entry) in proc_tty_register_driver()
151 driver->proc_entry = ent; in proc_tty_register_driver()
161 ent = driver->proc_entry; in proc_tty_unregister_driver()
167 driver->proc_entry = 0; in proc_tty_unregister_driver()
/linux-2.4.37.9/drivers/hotplug/
Dcpqphp_proc.c155 ctrl->proc_entry = create_proc_entry(ctrl->proc_name, S_IFREG | S_IRUGO, ctrl_proc_root); in cpqhp_proc_create_ctrl()
156 ctrl->proc_entry->data = ctrl; in cpqhp_proc_create_ctrl()
157 ctrl->proc_entry->read_proc = &read_ctrl; in cpqhp_proc_create_ctrl()
170 if (ctrl->proc_entry) in cpqhp_proc_remove_ctrl()
/linux-2.4.37.9/net/atm/
Dproc.c698 dev->proc_entry = create_proc_entry(dev->proc_name, 0, atm_proc_root); in atm_proc_dev_register()
699 if (!dev->proc_entry) in atm_proc_dev_register()
701 dev->proc_entry->data = dev; in atm_proc_dev_register()
702 dev->proc_entry->proc_fops = &proc_dev_atm_operations; in atm_proc_dev_register()
703 dev->proc_entry->owner = THIS_MODULE; in atm_proc_dev_register()
/linux-2.4.37.9/drivers/usb/
Dstv680.h145 struct proc_dir_entry *proc_entry; /* /proc/stv680/videoX */ member
Dvicam.c379 struct proc_dir_entry *proc_entry; member
1193 cam->proc_entry = ent; in vicam_create_proc_entry()
1202 if (!cam || !cam->proc_entry) in vicam_destroy_proc_entry()
1207 cam->proc_entry = NULL; in vicam_destroy_proc_entry()
Dse401.h228 struct proc_dir_entry *proc_entry; /* /proc/se401/videoX */ member
/linux-2.4.37.9/drivers/char/
Dpty.c405 pty_slave_driver.proc_entry = 0; in pty_init()
447 ptm_driver[i].proc_entry = 0; in pty_init()
468 pts_driver[i].proc_entry = 0; in pty_init()
/linux-2.4.37.9/include/linux/
Dtty_driver.h133 struct proc_dir_entry *proc_entry; /* /proc fs entry */ member
Di2o.h63 struct proc_dir_entry *proc_entry; /* /proc dir */ member
139 struct proc_dir_entry *proc_entry; /* /proc dir */ member
Datmdev.h339 struct proc_dir_entry *proc_entry; /* proc entry */ member
/linux-2.4.37.9/drivers/i2c/
Di2c-core.c140 struct proc_dir_entry *proc_entry; in i2c_add_adapter() local
144 proc_entry = create_proc_entry(name,0,proc_bus); in i2c_add_adapter()
145 if (! proc_entry) { in i2c_add_adapter()
152 proc_entry->proc_fops = &i2cproc_operations; in i2c_add_adapter()
153 proc_entry->owner = THIS_MODULE; in i2c_add_adapter()
154 adap->inode = proc_entry->low_ino; in i2c_add_adapter()
/linux-2.4.37.9/drivers/s390/char/
Dtubtty.c126 if (td->proc_entry != NULL) in tty3270_init()
127 td->proc_entry->mode = S_IRUGO | S_IWUGO; in tty3270_init()
150 if (td->proc_entry != NULL) in tty3270_init()
151 td->proc_entry->mode = S_IRUGO | S_IWUGO; in tty3270_init()
/linux-2.4.37.9/drivers/net/bonding/
Dbonding.h195 struct proc_dir_entry *proc_entry; member
/linux-2.4.37.9/arch/s390/kernel/
Ddebug.c656 (struct proc_dir_entry *root, struct proc_dir_entry *proc_entry) in debug_delete_proc_dir_entry() argument
661 proc_unregister(root, proc_entry->low_ino); in debug_delete_proc_dir_entry()
662 kfree(proc_entry); in debug_delete_proc_dir_entry()
664 remove_proc_entry(proc_entry->name, root); in debug_delete_proc_dir_entry()
/linux-2.4.37.9/arch/s390x/kernel/
Ddebug.c656 (struct proc_dir_entry *root, struct proc_dir_entry *proc_entry) in debug_delete_proc_dir_entry() argument
661 proc_unregister(root, proc_entry->low_ino); in debug_delete_proc_dir_entry()
662 kfree(proc_entry); in debug_delete_proc_dir_entry()
664 remove_proc_entry(proc_entry->name, root); in debug_delete_proc_dir_entry()
/linux-2.4.37.9/drivers/net/wireless/
Dairo.c1015 struct proc_dir_entry *proc_entry; member
3549 apriv->proc_entry = create_proc_entry(dev->name,
3552 apriv->proc_entry->uid = proc_uid;
3553 apriv->proc_entry->gid = proc_gid;
3554 apriv->proc_entry->owner = THIS_MODULE;
3559 apriv->proc_entry);
3569 apriv->proc_entry);
3579 apriv->proc_entry);
3589 apriv->proc_entry);
3599 apriv->proc_entry);
[all …]
/linux-2.4.37.9/drivers/usb/host/
Duhci.h293 struct proc_dir_entry *proc_entry; member
/linux-2.4.37.9/drivers/message/i2o/
Di2o_proc.c3155 pctrl->proc_entry = dir; in i2o_proc_add_controller()
3164 dev->proc_entry = dir1; in i2o_proc_add_controller()
3184 d->proc_entry = proc_mkdir(buff, c->proc_entry); in i2o_proc_new_dev()
3186 if(!d->proc_entry) in i2o_proc_new_dev()
3192 i2o_proc_add_device(d, d->proc_entry); in i2o_proc_new_dev()
3239 if(!atomic_read(&pctrl->proc_entry->count)) in i2o_proc_remove_controller()
3243 i2o_proc_remove_entries(generic_iop_entries, pctrl->proc_entry); in i2o_proc_remove_controller()
3246 pctrl->proc_entry = NULL; in i2o_proc_remove_controller()
3252 struct proc_dir_entry *de=dev->proc_entry; in i2o_proc_remove_device()
3284 remove_proc_entry(dev_id, dev->controller->proc_entry); in i2o_proc_remove_device()
/linux-2.4.37.9/drivers/media/video/
Dvideodev.c55 struct proc_dir_entry *proc_entry; member
465 d->proc_entry = p; in videodev_proc_create_dev()
Dcpia.h264 struct proc_dir_entry *proc_entry; /* /proc/cpia/videoX */ member
Dswarm_saa7114h.c189 struct proc_dir_entry *proc_entry; member
468 decoder->proc_entry = ent; in create_proc_decoder()
475 if (!decoder || !decoder->proc_entry) in destroy_proc_decoder()
480 decoder->proc_entry = NULL; in destroy_proc_decoder()
Dcpia.c1312 cam->proc_entry = ent; in create_proc_cpia_cam()
1319 if (!cam || !cam->proc_entry) in destroy_proc_cpia_cam()
1324 cam->proc_entry = NULL; in destroy_proc_cpia_cam()
2562 if(cam->proc_entry) in cpia_open()
2563 cam->proc_entry->uid = current->uid; in cpia_open()
2597 if(cam->proc_entry) in cpia_close()
2598 cam->proc_entry->uid = 0; in cpia_close()
3199 cam->proc_entry = NULL; in init_camera_struct()
/linux-2.4.37.9/drivers/scsi/dpt/
Ddpti_i2o.h97 struct proc_dir_entry* proc_entry; /* /proc dir */ member

123