Searched defs:files (Results 1 - 17 of 17) sorted by relevance

/drivers/scsi/aic7xxx/
H A DMakefile13 # Core Fast -> U160 files
26 # Core U320 files
42 clean-files := aic7xxx_seq.h aic7xxx_reg.h aic7xxx_reg_print.c
43 clean-files += aic79xx_seq.h aic79xx_reg.h aic79xx_reg_print.c
45 # Dependencies for generated files need to be listed explicitly
/drivers/eisa/
H A DMakefile19 clean-files := devlist.h
/drivers/tty/vt/
H A DMakefile12 clean-files := consolemap_deftbl.c defkeymap.c
/drivers/video/logo/
H A DMakefile23 # Use logo-cfiles to retrieve list of .c files to be built
61 clean-files := *.o *_mono.c *_vga16.c *_clut224.c *_gray256.c
/drivers/zorro/
H A DMakefile11 clean-files := devlist.h
13 # Dependencies on generated files need to be listed explicitly
/drivers/gpu/drm/radeon/
H A DMakefile8 clean-files := rn50_reg_safe.h r100_reg_safe.h r200_reg_safe.h rv515_reg_safe.h r300_reg_safe.h r420_reg_safe.h rs600_reg_safe.h r600_reg_safe.h evergreen_reg_safe.h cayman_reg_safe.h
H A Dradeon_device.c7 * copy of this software and associated documentation files (the "Software"),
1023 struct drm_info_list *files,
1029 if (rdev->debugfs[i].files == files) {
1042 rdev->debugfs[rdev->debugfs_count].files = files;
1046 drm_debugfs_create_files(files, nfiles,
1049 drm_debugfs_create_files(files, nfiles,
1062 drm_debugfs_remove_files(rdev->debugfs[i].files,
1065 drm_debugfs_remove_files(rdev->debugfs[i].files,
1022 radeon_debugfs_add_files(struct radeon_device *rdev, struct drm_info_list *files, unsigned nfiles) argument
[all...]
H A Dradeon.h7 * copy of this software and associated documentation files (the "Software"),
1128 struct drm_info_list *files; member in struct:radeon_debugfs
1133 struct drm_info_list *files,
/drivers/net/wan/
H A DMakefile46 clean-files := wanxlfw.inc
/drivers/scsi/
H A DMakefile193 clean-files := 53c700_d.h 53c700_u.h
/drivers/scsi/aic7xxx/aicasm/
H A DMakefile14 clean-files:= ${GENSRCS} ${GENHDRS} $(YSRCS:.y=.output) $(PROG)
56 rm -f $(clean-files)
58 # Create a dependency chain in generated files
67 # Create a dependency chain in generated files
/drivers/gpu/drm/
H A Ddrm_debugfs.c14 * copy of this software and associated documentation files (the "Software"),
77 * Initialize a given set of debugfs files for a device
79 * \param files The array of files to create
80 * \param count The number of files given
85 * Create a given set of debugfs files represented by an array of
88 int drm_debugfs_create_files(struct drm_info_list *files, int count, argument
97 u32 features = files[i].driver_features;
108 ent = debugfs_create_file(files[i].name, S_IFREG | S_IRUGO,
112 root->d_name.name, files[
192 drm_debugfs_remove_files(struct drm_info_list *files, int count, struct drm_minor *minor) argument
[all...]
H A Ddrm_proc.c10 * the problem with the proc files not outputting all their information.
21 * copy of this software and associated documentation files (the "Software"),
82 * Initialize a given set of proc files for a device
84 * \param files The array of files to create
85 * \param count The number of files given
90 * Create a given set of proc files represented by an array of
93 int drm_proc_create_files(struct drm_info_list *files, int count, argument
102 u32 features = files[i].driver_features;
114 tmp->info_ent = &files[
176 drm_proc_remove_files(struct drm_info_list *files, int count, struct drm_minor *minor) argument
[all...]
/drivers/infiniband/hw/ipath/
H A Dipath_fs.c334 static struct tree_descr files[] = { local
339 ret = simple_fill_super(sb, IPATHFS_MAGIC, files);
/drivers/infiniband/hw/qib/
H A Dqib_fs.c389 /* create the files in the new directory */
415 /* create the files in the new directory */
527 static struct tree_descr files[] = { local
533 ret = simple_fill_super(sb, QIBFS_MAGIC, files);
/drivers/net/wireless/libertas/
H A Ddebugfs.c752 const struct lbs_debugfs_files *files; local
761 files = &debugfs_files[i];
762 priv->debugfs_files[i] = debugfs_create_file(files->name,
763 files->perm,
766 &files->fops);
774 files = &debugfs_events_files[i];
775 priv->debugfs_events_files[i] = debugfs_create_file(files->name,
776 files->perm,
779 &files->fops);
787 files
[all...]
/drivers/staging/android/
H A Dbinder.c294 struct files_struct *files; member in struct:binder_proc
371 struct files_struct *files = proc->files; local
377 if (files == NULL)
381 spin_lock(&files->file_lock);
384 fdt = files_fdtable(files);
385 fd = find_next_zero_bit(fdt->open_fds, fdt->max_fds, files->next_fd);
388 * N.B. For clone tasks sharing a files structure, this test
389 * will limit the total number of files that can be opened.
400 error = expand_files(files, f
439 struct files_struct *files = proc->files; local
455 __put_unused_fd(struct files_struct *files, unsigned int fd) argument
469 struct files_struct *files = proc->files; local
3133 struct files_struct *files; local
[all...]

Completed in 2277 milliseconds