Searched refs:proc_read (Results 1 - 23 of 23) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/atm/
H A Dproc.c388 if (!dev->ops->proc_read)
391 length = dev->ops->proc_read(dev, pos, (char *)page);
413 if (!dev->ops->proc_read)
435 if (!dev->ops->proc_read)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/atm/
H A Dadummy.c138 .proc_read = adummy_proc_read,
H A Datmtcp.c336 .proc_read = atmtcp_v_proc,
H A Dfore200e.h821 int (*proc_read)(struct fore200e*, char*); member in struct:fore200e_bus
H A Dsolos-pci.c1095 .proc_read = NULL,
H A Dfore200e.c2762 if (fore200e->bus->proc_read)
2763 len += fore200e->bus->proc_read(fore200e, page + len);
3044 .proc_read = fore200e_proc_read,
H A Dambassador.c1198 .proc_read = amb_proc_read,
H A Dhorizon.c2391 .proc_read = hrz_proc_read,
H A Deni.c2176 .proc_read = eni_proc_read
H A Dlanai.c2575 .proc_read = lanai_proc_read,
H A Dhe.c172 .proc_read = he_proc_read,
H A Didt77252.c146 .proc_read = idt77252_proc_read,
H A Diphase.c2991 .proc_read = ia_proc_read,
H A Dnicstar.c172 .proc_read = ns_proc_read,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dproc_fs.h255 int (*proc_read)(struct task_struct *task, char *page); member in union:proc_op
H A Datmdev.h407 int (*proc_read)(struct atm_dev *dev,loff_t *pos,char *page); member in struct:atmdev_ops
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Dinterface.c523 static smallint proc_read; local
530 if (proc_read)
533 proc_read = 1;
559 proc_read = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dpalinfo.c48 palinfo_func_t proc_read; /* function to call for reading */ member in struct:__anon9495
918 ptr.func = palinfo_entries[f->func_id].proc_read;
954 len = (*palinfo_entries[f->func_id].proc_read)(page);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dmegaraid.h851 struct proc_dir_entry *proc_read; member in struct:__anon14847
H A Dmegaraid.c2094 adapter->proc_read = CREATE_READ_PROC("config", proc_read_config);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/
H A Dairo.c4409 static ssize_t proc_read( struct file *file,
4431 .read = proc_read,
4438 .read = proc_read,
4445 .read = proc_read,
4452 .read = proc_read,
4460 .read = proc_read,
4468 .read = proc_read,
4476 .read = proc_read,
4484 .read = proc_read,
4636 static ssize_t proc_read( struc function
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/atm/
H A Dusbatm.c182 .proc_read = usbatm_atm_proc_read,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/proc/
H A Dbase.c127 { .proc_read = read } )
716 length = PROC_I(inode)->op.proc_read(task, (char*)page);

Completed in 278 milliseconds