Searched refs:dfops (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/b43legacy/
H A Ddebugfs.c56 const struct b43legacy_debugfs_fops *dfops)
61 p += dfops->file_struct_offset;
210 struct b43legacy_debugfs_fops *dfops; local
230 dfops = container_of(file->f_op, struct b43legacy_debugfs_fops, fops);
231 if (!dfops->read) {
235 dfile = fops_to_dfs_file(dev, dfops);
244 if (dfops->take_irqlock) {
246 ret = dfops->read(dev, buf, bufsize);
249 ret = dfops->read(dev, buf, bufsize);
278 struct b43legacy_debugfs_fops *dfops; local
55 fops_to_dfs_file(struct b43legacy_wldev *dev, const struct b43legacy_debugfs_fops *dfops) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/b43/
H A Ddebugfs.c53 const struct b43_debugfs_fops *dfops)
58 p += dfops->file_struct_offset;
513 struct b43_debugfs_fops *dfops; local
533 dfops = container_of(file->f_op, struct b43_debugfs_fops, fops);
534 if (!dfops->read) {
538 dfile = fops_to_dfs_file(dev, dfops);
547 ret = dfops->read(dev, buf, bufsize);
576 struct b43_debugfs_fops *dfops; local
594 dfops = container_of(file->f_op, struct b43_debugfs_fops, fops);
595 if (!dfops
52 fops_to_dfs_file(struct b43_wldev *dev, const struct b43_debugfs_fops *dfops) argument
[all...]

Completed in 133 milliseconds