Searched refs:proc_fops (Results 1 - 38 of 38) sorted by relevance

/linux-4.4.14/include/linux/
H A Dproc_fs.h32 const struct file_operations *proc_fops) proc_create()
34 return proc_create_data(name, mode, parent, proc_fops, NULL); proc_create()
63 #define proc_create(name, mode, parent, proc_fops) ({NULL;})
64 #define proc_create_data(name, mode, parent, proc_fops, data) ({NULL;})
30 proc_create( const char *name, umode_t mode, struct proc_dir_entry *parent, const struct file_operations *proc_fops) proc_create() argument
H A Dtty_driver.h293 const struct file_operations *proc_fops; member in struct:tty_operations
H A Dide.h933 const struct file_operations *proc_fops; member in struct:__anon12371
/linux-4.4.14/fs/proc/
H A Dinode.c153 pde->proc_fops->release(file_inode(file), file); close_pdeo()
185 llseek = pde->proc_fops->llseek; proc_reg_llseek()
200 read = pde->proc_fops->read; proc_reg_read()
214 write = pde->proc_fops->write; proc_reg_write()
228 poll = pde->proc_fops->poll; proc_reg_poll()
242 ioctl = pde->proc_fops->unlocked_ioctl; proc_reg_unlocked_ioctl()
257 compat_ioctl = pde->proc_fops->compat_ioctl; proc_reg_compat_ioctl()
272 mmap = pde->proc_fops->mmap; proc_reg_mmap()
291 get_area = pde->proc_fops->get_unmapped_area; proc_reg_get_unmapped_area()
316 * sequence. ->release won't be called because ->proc_fops will be proc_reg_open()
332 open = pde->proc_fops->open; proc_reg_open()
333 release = pde->proc_fops->release; proc_reg_open()
440 if (de->proc_fops) { proc_get_inode()
443 if (!de->proc_fops->compat_ioctl) proc_get_inode()
450 inode->i_fop = de->proc_fops; proc_get_inode()
H A Dgeneric.c435 ent->proc_fops = &proc_dir_operations; proc_mkdir_data()
470 ent->proc_fops = NULL; proc_create_mount_point()
483 const struct file_operations *proc_fops, proc_create_data()
495 BUG_ON(proc_fops == NULL); proc_create_data()
502 pde->proc_fops = proc_fops; proc_create_data()
481 proc_create_data(const char *name, umode_t mode, struct proc_dir_entry *parent, const struct file_operations *proc_fops, void *data) proc_create_data() argument
H A Dproc_tty.c148 !driver->ops->proc_fops) proc_tty_register_driver()
152 driver->ops->proc_fops, driver); proc_tty_register_driver()
H A Dinternal.h39 const struct file_operations *proc_fops; member in struct:proc_dir_entry
49 spinlock_t pde_unload_lock; /* proc_fops checks and pde_users bumps */
H A Droot.c258 .proc_fops = &proc_root_operations,
H A Dproc_sysctl.c1615 proc_sys_root->proc_fops = &proc_sys_dir_file_operations; proc_sys_init()
/linux-4.4.14/fs/jfs/
H A Djfs_debug.c72 const struct file_operations *proc_fops; member in struct:__anon11592
95 proc_create(Entries[i].name, 0, base, Entries[i].proc_fops); jfs_proc_init()
/linux-4.4.14/net/atm/
H A Dproc.c445 const struct file_operations *proc_fops; member in struct:atm_proc_entry
448 { .name = "devices", .proc_fops = &devices_seq_fops },
449 { .name = "pvc", .proc_fops = &pvc_seq_fops },
450 { .name = "svc", .proc_fops = &svc_seq_fops },
451 { .name = "vc", .proc_fops = &vcc_seq_fops },
452 { .name = NULL, .proc_fops = NULL }
478 atm_proc_root, e->proc_fops); atm_proc_init()
/linux-4.4.14/drivers/isdn/hardware/eicon/
H A Dcapimain.c114 ctrl->proc_fops = &diva_ctl_proc_fops; diva_os_set_controller_struct()
/linux-4.4.14/include/linux/isdn/
H A Dcapilli.h53 const struct file_operations *proc_fops; member in struct:capi_ctr
/linux-4.4.14/drivers/isdn/hardware/avm/
H A Db1isa.c124 cinfo->capi_ctrl.proc_fops = &b1ctl_proc_fops; b1isa_probe()
H A Db1pcmcia.c111 cinfo->capi_ctrl.proc_fops = &b1ctl_proc_fops; b1pcmcia_add_card()
H A Dt1pci.c122 cinfo->capi_ctrl.proc_fops = &b1dmactl_proc_fops; t1pci_add_card()
H A Db1pci.c115 cinfo->capi_ctrl.proc_fops = &b1ctl_proc_fops; b1pci_probe()
254 cinfo->capi_ctrl.proc_fops = &b1dmactl_proc_fops; b1pciv4_probe()
H A Dt1isa.c433 cinfo->capi_ctrl.proc_fops = &b1ctl_proc_fops; t1isa_probe()
H A Dc4.c1214 cinfo->capi_ctrl.proc_fops = &c4_proc_fops; c4_add_card()
/linux-4.4.14/arch/xtensa/platforms/iss/
H A Dconsole.c184 .proc_fops = &rs_proc_fops,
/linux-4.4.14/net/bluetooth/cmtp/
H A Dcapi.c579 session->ctrl.proc_fops = &cmtp_proc_fops; cmtp_attach_device()
/linux-4.4.14/arch/ia64/hp/sim/
H A Dsimserial.c476 .proc_fops = &rs_proc_fops,
/linux-4.4.14/drivers/isdn/hysdn/
H A Dhycapi.c778 ctrl->proc_fops = &hycapi_proc_fops; hycapi_capi_create()
/linux-4.4.14/drivers/ide/
H A Dide-proc.c631 ent = proc_create_data(p->name, p->mode, dir, p->proc_fops, data); ide_add_proc_entries()
/linux-4.4.14/drivers/usb/serial/
H A Dusb-serial.c1215 .proc_fops = &serial_proc_fops,
/linux-4.4.14/drivers/isdn/capi/
H A Dkcapi.c537 ctr->procent = proc_create_data(ctr->procfn, 0, NULL, ctr->proc_fops, ctr); attach_capi_ctr()
/linux-4.4.14/drivers/mmc/card/
H A Dsdio_uart.c1050 .proc_fops = &sdio_uart_proc_fops,
/linux-4.4.14/net/irda/ircomm/
H A Dircomm_tty.c104 .proc_fops = &ircomm_tty_proc_fops,
/linux-4.4.14/drivers/tty/
H A Damiserial.c1655 .proc_fops = &rs_proc_fops,
H A Dcyclades.c4047 .proc_fops = &cyclades_proc_fops,
H A Dsynclink_gt.c3738 .proc_fops = &synclink_gt_proc_fops,
H A Dsynclinkmp.c3903 .proc_fops = &synclinkmp_proc_fops,
H A Dsynclink.c4318 .proc_fops = &mgsl_proc_fops,
/linux-4.4.14/drivers/isdn/gigaset/
H A Dcapi.c2482 iif->ctr.proc_fops = &gigaset_proc_fops; gigaset_isdn_regdev()
/linux-4.4.14/drivers/tty/serial/
H A Dserial_core.c2365 .proc_fops = &uart_proc_fops,
H A Dcrisv10.c4133 .proc_fops = &crisv10_proc_fops,
/linux-4.4.14/drivers/staging/fwserial/
H A Dfwserial.c1589 .proc_fops = &fwtty_proc_fops,
/linux-4.4.14/drivers/char/pcmcia/
H A Dsynclink_cs.c2830 .proc_fops = &mgslpc_proc_fops,

Completed in 1834 milliseconds