Searched refs:dfile (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/drivers/scsi/aic7xxx/aicasm/ |
A D | aicasm_symbol.c | 347 if (dfile == NULL) in aic_print_include() 372 if (dfile == NULL) in aic_print_reg_dump_start() 375 fprintf(dfile, in aic_print_reg_dump_start() 395 if (dfile != NULL) { in aic_print_reg_dump_end() 397 fprintf(dfile, in aic_print_reg_dump_end() 402 fprintf(dfile, in aic_print_reg_dump_end() 443 if (dfile == NULL) in aic_print_reg_dump_entry() 446 fprintf(dfile, in aic_print_reg_dump_entry() 453 fputc('\t', dfile); in aic_print_reg_dump_entry() 559 else if (dfile != NULL) in symtable_dump() [all …]
|
A D | aicasm_symbol.h | 205 void symtable_dump(FILE *ofile, FILE *dfile);
|
/linux-6.3-rc2/drivers/net/wireless/broadcom/b43legacy/ |
A D | debugfs.c | 192 struct b43legacy_dfs_file *dfile; in b43legacy_debugfs_read() local 217 dfile = fops_to_dfs_file(dev, dfops); in b43legacy_debugfs_read() 219 if (!dfile->buffer) { in b43legacy_debugfs_read() 237 dfile->data_len = ret; in b43legacy_debugfs_read() 238 dfile->buffer = buf; in b43legacy_debugfs_read() 242 dfile->buffer, in b43legacy_debugfs_read() 243 dfile->data_len); in b43legacy_debugfs_read() 244 if (*ppos >= dfile->data_len) { in b43legacy_debugfs_read() 245 free_pages((unsigned long)dfile->buffer, buforder); in b43legacy_debugfs_read() 246 dfile->buffer = NULL; in b43legacy_debugfs_read() [all …]
|
/linux-6.3-rc2/drivers/net/wireless/broadcom/b43/ |
A D | debugfs.c | 495 struct b43_dfs_file *dfile; in b43_debugfs_read() local 520 dfile = fops_to_dfs_file(dev, dfops); in b43_debugfs_read() 522 if (!dfile->buffer) { in b43_debugfs_read() 535 dfile->data_len = ret; in b43_debugfs_read() 536 dfile->buffer = buf; in b43_debugfs_read() 540 dfile->buffer, in b43_debugfs_read() 541 dfile->data_len); in b43_debugfs_read() 542 if (*ppos >= dfile->data_len) { in b43_debugfs_read() 543 free_pages((unsigned long)dfile->buffer, buforder); in b43_debugfs_read() 544 dfile->buffer = NULL; in b43_debugfs_read() [all …]
|
/linux-6.3-rc2/drivers/gpu/drm/armada/ |
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()
|
A D | armada_fb.c | 88 struct drm_file *dfile, const struct drm_mode_fb_cmd2 *mode) in armada_fb_create() argument 108 obj = armada_gem_object_lookup(dfile, mode->handles[0]); in armada_fb_create()
|
A D | armada_fb.h | 22 struct drm_file *dfile, const struct drm_mode_fb_cmd2 *mode);
|
/linux-6.3-rc2/drivers/gpu/drm/i915/display/ |
A D | intel_dmc.c | 221 char dfile[32]; member 235 char dfile[32]; member
|
Completed in 13 milliseconds