Searched refs:dfile (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/net/wireless/broadcom/b43legacy/ |
H A D | debugfs.c | 191 struct b43legacy_dfs_file *dfile; in b43legacy_debugfs_read() local 215 dfile = fops_to_dfs_file(dev, dfops); in b43legacy_debugfs_read() 217 if (!dfile->buffer) { in b43legacy_debugfs_read() 235 dfile->data_len = ret; in b43legacy_debugfs_read() 236 dfile->buffer = buf; in b43legacy_debugfs_read() 240 dfile->buffer, in b43legacy_debugfs_read() 241 dfile->data_len); in b43legacy_debugfs_read() 242 if (*ppos >= dfile->data_len) { in b43legacy_debugfs_read() 243 free_pages((unsigned long)dfile->buffer, buforder); in b43legacy_debugfs_read() 244 dfile in b43legacy_debugfs_read() [all...] |
/linux/drivers/net/wireless/broadcom/b43/ |
H A D | debugfs.c | 494 struct b43_dfs_file *dfile; in b43_debugfs_read() local 518 dfile = fops_to_dfs_file(dev, dfops); in b43_debugfs_read() 520 if (!dfile->buffer) { in b43_debugfs_read() 533 dfile->data_len = ret; in b43_debugfs_read() 534 dfile->buffer = buf; in b43_debugfs_read() 538 dfile->buffer, in b43_debugfs_read() 539 dfile->data_len); in b43_debugfs_read() 540 if (*ppos >= dfile->data_len) { in b43_debugfs_read() 541 free_pages((unsigned long)dfile->buffer, buforder); in b43_debugfs_read() 542 dfile in b43_debugfs_read() [all...] |
/linux/drivers/gpu/drm/armada/ |
H A D | armada_gem.h | 39 struct drm_file *dfile, unsigned handle) in armada_gem_object_lookup() argument 41 struct drm_gem_object *obj = drm_gem_object_lookup(dfile, handle); in armada_gem_object_lookup()
|
H A D | armada_fb.c | 89 struct drm_file *dfile, const struct drm_format_info *info, in armada_fb_create() argument 109 obj = armada_gem_object_lookup(dfile, mode->handles[0]); in armada_fb_create()
|
H A D | armada_fb.h | 23 struct drm_file *dfile, const struct drm_format_info *info,
|
/linux/drivers/scsi/aic7xxx/aicasm/ |
H A D | aicasm_symbol.h | 205 void symtable_dump(FILE *ofile, FILE *dfile);
|
/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_dmc.c | 360 char dfile[32]; member 374 char dfile[32]; member
|