Home
last modified time | relevance | path

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

123

/linux/drivers/net/wireless/intersil/hostap/
A Dhostap_proc.c100 local_info_t *local = PDE_DATA(file_inode(m->file)); in prism2_wds_proc_start()
107 local_info_t *local = PDE_DATA(file_inode(m->file)); in prism2_wds_proc_next()
113 local_info_t *local = PDE_DATA(file_inode(m->file)); in prism2_wds_proc_stop()
126 local_info_t *local = PDE_DATA(file_inode(m->file)); in prism2_bss_list_proc_show()
154 local_info_t *local = PDE_DATA(file_inode(m->file)); in prism2_bss_list_proc_start()
161 local_info_t *local = PDE_DATA(file_inode(m->file)); in prism2_bss_list_proc_next()
168 local_info_t *local = PDE_DATA(file_inode(m->file)); in prism2_bss_list_proc_stop()
201 local_info_t *local = PDE_DATA(file_inode(file)); in prism2_pda_proc_read()
275 local_info_t *local = PDE_DATA(file_inode(m->file)); in prism2_scan_results_proc_show()
325 local_info_t *local = PDE_DATA(file_inode(m->file)); in prism2_scan_results_proc_start()
[all …]
/linux/drivers/pci/
A Dproc.c24 struct pci_dev *dev = PDE_DATA(file_inode(file)); in proc_bus_pci_lseek()
31 struct pci_dev *dev = PDE_DATA(file_inode(file)); in proc_bus_pci_read()
117 struct pci_dev *dev = PDE_DATA(ino); in proc_bus_pci_write()
199 struct pci_dev *dev = PDE_DATA(file_inode(file)); in proc_bus_pci_ioctl()
247 struct pci_dev *dev = PDE_DATA(file_inode(file)); in proc_bus_pci_mmap()
/linux/arch/powerpc/kernel/
A Dproc_powerpc.c28 PDE_DATA(file_inode(file)), PAGE_SIZE); in page_map_read()
37 __pa(PDE_DATA(file_inode(file))) >> PAGE_SHIFT, in page_map_mmap()
/linux/drivers/net/bonding/
A Dbond_procfs.c14 struct bonding *bond = PDE_DATA(file_inode(seq->file)); in bond_info_seq_start()
33 struct bonding *bond = PDE_DATA(file_inode(seq->file)); in bond_info_seq_next()
60 struct bonding *bond = PDE_DATA(file_inode(seq->file)); in bond_info_show_master()
176 struct bonding *bond = PDE_DATA(file_inode(seq->file)); in bond_info_show_slave()
/linux/arch/ia64/kernel/
A Dsalinfo.c285 struct salinfo_data *data = PDE_DATA(file_inode(file)); in salinfo_event_read()
343 struct salinfo_data *data = PDE_DATA(inode); in salinfo_log_open()
368 struct salinfo_data *data = PDE_DATA(inode); in salinfo_log_release()
436 struct salinfo_data *data = PDE_DATA(file_inode(file)); in salinfo_log_read()
497 struct salinfo_data *data = PDE_DATA(file_inode(file)); in salinfo_log_write()
/linux/arch/alpha/kernel/
A Dsrm_env.c86 return single_open(file, srm_env_proc_show, PDE_DATA(inode)); in srm_env_proc_open()
93 unsigned long id = (unsigned long)PDE_DATA(file_inode(file)); in srm_env_proc_write()
/linux/kernel/irq/
A Dproc.c140 unsigned int irq = (int)(long)PDE_DATA(file_inode(file)); in write_irq_affinity()
193 return single_open(file, irq_affinity_proc_show, PDE_DATA(inode)); in irq_affinity_proc_open()
198 return single_open(file, irq_affinity_list_proc_show, PDE_DATA(inode)); in irq_affinity_list_proc_open()
268 return single_open(file, default_affinity_show, PDE_DATA(inode)); in default_affinity_open()
/linux/net/sunrpc/
A Dcache.c1539 struct cache_detail *cd = PDE_DATA(file_inode(filp)); in cache_read_procfs()
1547 struct cache_detail *cd = PDE_DATA(file_inode(filp)); in cache_write_procfs()
1554 struct cache_detail *cd = PDE_DATA(file_inode(filp)); in cache_poll_procfs()
1563 struct cache_detail *cd = PDE_DATA(inode); in cache_ioctl_procfs()
1570 struct cache_detail *cd = PDE_DATA(inode); in cache_open_procfs()
1577 struct cache_detail *cd = PDE_DATA(inode); in cache_release_procfs()
1594 struct cache_detail *cd = PDE_DATA(inode); in content_open_procfs()
1601 struct cache_detail *cd = PDE_DATA(inode); in content_release_procfs()
1615 struct cache_detail *cd = PDE_DATA(inode); in open_flush_procfs()
1622 struct cache_detail *cd = PDE_DATA(inode); in release_flush_procfs()
[all …]
/linux/net/netfilter/
A Dxt_hashlimit.c1055 struct xt_hashlimit_htable *htable = PDE_DATA(file_inode(s->file)); in dl_seq_start()
1072 struct xt_hashlimit_htable *htable = PDE_DATA(file_inode(s->file)); in dl_seq_next()
1086 struct xt_hashlimit_htable *htable = PDE_DATA(file_inode(s->file)); in dl_seq_stop()
1128 struct xt_hashlimit_htable *ht = PDE_DATA(file_inode(s->file)); in dl_seq_real_show_v2()
1143 struct xt_hashlimit_htable *ht = PDE_DATA(file_inode(s->file)); in dl_seq_real_show_v1()
1158 struct xt_hashlimit_htable *ht = PDE_DATA(file_inode(s->file)); in dl_seq_real_show()
1172 struct xt_hashlimit_htable *htable = PDE_DATA(file_inode(s->file)); in dl_seq_show_v2()
1186 struct xt_hashlimit_htable *htable = PDE_DATA(file_inode(s->file)); in dl_seq_show_v1()
1200 struct xt_hashlimit_htable *htable = PDE_DATA(file_inode(s->file)); in dl_seq_show()
/linux/drivers/pnp/pnpbios/
A Dproc.c176 return single_open(file, pnpbios_proc_show, PDE_DATA(inode)); in pnpbios_proc_open()
182 void *data = PDE_DATA(file_inode(file)); in pnpbios_proc_write()
/linux/net/bluetooth/
A Daf_bluetooth.c614 struct bt_sock_list *l = PDE_DATA(file_inode(seq->file)); in bt_seq_start()
622 struct bt_sock_list *l = PDE_DATA(file_inode(seq->file)); in bt_seq_next()
630 struct bt_sock_list *l = PDE_DATA(file_inode(seq->file)); in bt_seq_stop()
637 struct bt_sock_list *l = PDE_DATA(file_inode(seq->file)); in bt_seq_show()
/linux/include/linux/
A Dproc_fs.h113 extern void *PDE_DATA(const struct inode *);
186 static inline void *PDE_DATA(const struct inode *inode) {BUG(); return NULL;} in PDE_DATA() function
/linux/arch/arm/kernel/
A Datags_proc.c16 struct buffer *b = PDE_DATA(file_inode(file)); in atags_read()
/linux/drivers/scsi/
A Dscsi_proc.c52 struct Scsi_Host *shost = PDE_DATA(file_inode(file)); in proc_scsi_host_write()
82 return single_open_size(file, proc_scsi_show, PDE_DATA(inode), in proc_scsi_host_open()
/linux/arch/xtensa/platforms/iss/
A Dsimdisk.c211 struct simdisk *dev = PDE_DATA(file_inode(file)); in proc_read_simdisk()
228 struct simdisk *dev = PDE_DATA(file_inode(file)); in proc_write_simdisk()
/linux/drivers/pnp/isapnp/
A Dproc.c25 struct pnp_dev *dev = PDE_DATA(file_inode(file)); in isapnp_proc_bus_read()
/linux/fs/afs/
A Dproc.c230 struct afs_cell *cell = PDE_DATA(file_inode(m->file)); in afs_proc_cell_volumes_start()
239 struct afs_cell *cell = PDE_DATA(file_inode(m->file)); in afs_proc_cell_volumes_next()
325 struct afs_cell *cell = PDE_DATA(file_inode(m->file)); in afs_proc_cell_vlservers_start()
/linux/drivers/zorro/
A Dproc.c33 struct zorro_dev *z = PDE_DATA(file_inode(file)); in proc_bus_zorro_read()
/linux/net/atm/
A Dproc.c111 int family = (uintptr_t)(PDE_DATA(file_inode(seq->file))); in vcc_walk()
327 dev = PDE_DATA(file_inode(file)); in proc_dev_atm_read()
/linux/drivers/acpi/
A Dproc.c130 PDE_DATA(inode)); in acpi_system_wakeup_device_open_fs()
/linux/arch/sh/mm/
A Dalignment.c143 int *data = PDE_DATA(file_inode(file)); in alignment_proc_write()
/linux/drivers/nubus/
A Dproc.c112 pde_data = PDE_DATA(inode); in nubus_proc_rsrc_show()
/linux/drivers/parisc/
A Dled.c171 return single_open(file, led_proc_show, PDE_DATA(inode)); in led_proc_open()
178 void *data = PDE_DATA(file_inode(file)); in led_proc_write()
/linux/net/ipv4/
A Draw.c973 struct raw_hashinfo *h = PDE_DATA(file_inode(seq->file)); in raw_get_first()
989 struct raw_hashinfo *h = PDE_DATA(file_inode(seq->file)); in raw_get_next()
1018 struct raw_hashinfo *h = PDE_DATA(file_inode(seq->file)); in raw_seq_start()
1041 struct raw_hashinfo *h = PDE_DATA(file_inode(seq->file)); in raw_seq_stop()
/linux/net/ipv4/netfilter/
A Dipt_CLUSTERIP.c776 struct clusterip_config *c = PDE_DATA(inode); in clusterip_proc_open()
788 struct clusterip_config *c = PDE_DATA(inode); in clusterip_proc_release()
802 struct clusterip_config *c = PDE_DATA(file_inode(file)); in clusterip_proc_write()

Completed in 44 milliseconds

123