Home
last modified time | relevance | path

Searched refs:files (Results 1 – 25 of 84) sorted by relevance

1234

/drivers/gpu/drm/
Ddrm_proc.c93 int drm_proc_create_files(struct drm_info_list *files, int count, in drm_proc_create_files() argument
102 u32 features = files[i].driver_features; in drm_proc_create_files()
114 tmp->info_ent = &files[i]; in drm_proc_create_files()
117 ent = proc_create_data(files[i].name, S_IRUGO, root, in drm_proc_create_files()
121 root->name, files[i].name); in drm_proc_create_files()
176 int drm_proc_remove_files(struct drm_info_list *files, int count, in drm_proc_remove_files() argument
186 if (tmp->info_ent == &files[i]) { in drm_proc_remove_files()
187 remove_proc_entry(files[i].name, in drm_proc_remove_files()
Ddrm_debugfs.c88 int drm_debugfs_create_files(struct drm_info_list *files, int count, in drm_debugfs_create_files() argument
97 u32 features = files[i].driver_features; in drm_debugfs_create_files()
108 ent = debugfs_create_file(files[i].name, S_IFREG | S_IRUGO, in drm_debugfs_create_files()
112 root->d_name.name, files[i].name); in drm_debugfs_create_files()
120 tmp->info_ent = &files[i]; in drm_debugfs_create_files()
129 drm_debugfs_remove_files(files, count, minor); in drm_debugfs_create_files()
192 int drm_debugfs_remove_files(struct drm_info_list *files, int count, in drm_debugfs_remove_files() argument
203 if (tmp->info_ent == &files[i]) { in drm_debugfs_remove_files()
/drivers/staging/usbip/userspace/
DINSTALL21 It may also create one or more `.h' files containing system-dependent
31 cache files.
58 4. Type `make install' to install the programs and any data files and
61 5. You can remove the program binaries and object files from the
63 files that `configure' created (so you can compile the package for
67 all sorts of other programs in order to regenerate files that came
71 files again.
92 same time, by placing the object files for each architecture in their
94 directory where you want the object files and executables to go and run
107 `/usr/local/bin', include files under `/usr/local/include', etc. You
[all …]
/drivers/net/wireless/libertas/
Ddebugfs.c752 const struct lbs_debugfs_files *files; in lbs_debugfs_init_one() local
761 files = &debugfs_files[i]; in lbs_debugfs_init_one()
762 priv->debugfs_files[i] = debugfs_create_file(files->name, in lbs_debugfs_init_one()
763 files->perm, in lbs_debugfs_init_one()
766 &files->fops); in lbs_debugfs_init_one()
774 files = &debugfs_events_files[i]; in lbs_debugfs_init_one()
775 priv->debugfs_events_files[i] = debugfs_create_file(files->name, in lbs_debugfs_init_one()
776 files->perm, in lbs_debugfs_init_one()
779 &files->fops); in lbs_debugfs_init_one()
787 files = &debugfs_regs_files[i]; in lbs_debugfs_init_one()
[all …]
/drivers/staging/android/
Dbinder.c296 struct files_struct *files; member
373 struct files_struct *files = proc->files; in task_get_unused_fd_flags() local
379 if (files == NULL) in task_get_unused_fd_flags()
383 spin_lock(&files->file_lock); in task_get_unused_fd_flags()
386 fdt = files_fdtable(files); in task_get_unused_fd_flags()
387 fd = find_next_zero_bit(fdt->open_fds, fdt->max_fds, files->next_fd); in task_get_unused_fd_flags()
402 error = expand_files(files, fd); in task_get_unused_fd_flags()
420 files->next_fd = fd + 1; in task_get_unused_fd_flags()
431 spin_unlock(&files->file_lock); in task_get_unused_fd_flags()
441 struct files_struct *files = proc->files; in task_fd_install() local
[all …]
/drivers/gpu/drm/radeon/
Dradeon_device.c1032 struct drm_info_list *files, in radeon_debugfs_add_files() argument
1038 if (rdev->debugfs[i].files == files) { in radeon_debugfs_add_files()
1051 rdev->debugfs[rdev->debugfs_count].files = files; in radeon_debugfs_add_files()
1055 drm_debugfs_create_files(files, nfiles, in radeon_debugfs_add_files()
1058 drm_debugfs_create_files(files, nfiles, in radeon_debugfs_add_files()
1071 drm_debugfs_remove_files(rdev->debugfs[i].files, in radeon_debugfs_remove_files()
1074 drm_debugfs_remove_files(rdev->debugfs[i].files, in radeon_debugfs_remove_files()
/drivers/staging/wlags49_h25/
DREADME.txt20 This directory only contains files that refer to the source in wlags49_h2.
24 The wlags49_h2 directory contains the full source, including the files
/drivers/base/
DKconfig93 converting ihex files to binary, copies all of the needed
94 binary files in firmware/ to /lib/firmware/ on your system so
121 firmware files -- the same names that appear in MODULE_FIRMWARE()
122 and request_firmware() in the source. These files should exist under
131 WARNING: If you include additional firmware files into your binary
143 looks for the firmware files listed in the EXTRA_FIRMWARE option.
146 some other directory containing the firmware files.
/drivers/scsi/aic7xxx/aicasm/
DMakefile14 clean-files:= ${GENSRCS} ${GENHDRS} $(YSRCS:.y=.output) $(PROG)
56 rm -f $(clean-files)
/drivers/usb/core/
DKconfig39 device number; the latter files can be used by user space programs
40 to talk directly to the device. These files are "virtual", meaning
43 You may need to mount the usbfs file system to see the files, use
46 For the format of the various /proc/bus/usb/ files, please read
51 Usbfs entries are files and not character devices; usbfs can't
/drivers/usb/gadget/
Du_uac1.c278 filp_close(snd->filp, current->files); in gaudio_close_snd_dev()
283 filp_close(snd->filp, current->files); in gaudio_close_snd_dev()
288 filp_close(snd->filp, current->files); in gaudio_close_snd_dev()
/drivers/scsi/aic7xxx/
DMakefile42 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
DKconfig.aic79xx53 include files updated during a normal kernel build. The assembler
56 or modify the assembler Makefile or the files it includes if your
DKconfig.aic7xxx58 include files updated during a normal kernel build. The assembler
61 or modify the assembler Makefile or the files it includes if your
/drivers/atm/
D.gitignore1 # Ignore generated files
/drivers/video/logo/
D.gitignore2 # Generated files
/drivers/staging/wlags49_h2/
DWARNING.txt1 These sources are shared with the wlags49_h25 driver. Some files are even
/drivers/eisa/
DMakefile19 clean-files := devlist.h
/drivers/staging/asus_oled/
DTODO7 - put the sample .txt files and README file somewhere.
/drivers/zorro/
DMakefile11 clean-files := devlist.h
/drivers/usb/serial/
DMakefile-keyspan_pda_fw3 # insisting upon fixed suffixes for the input and output files,
/drivers/tty/vt/
DMakefile12 clean-files := consolemap_deftbl.c defkeymap.c
/drivers/misc/iwmc3200top/
DKconfig19 Enable creation of debugfs files for iwmc3200top
/drivers/staging/media/go7007/
Dgo7007.txt27 The README files from the orignal package appear below:
45 The files in kernel/ and hotplug/ are licensed under the GNU General Public
49 The example applications in apps/ and C header files in include/ are
50 licensed under a permissive license included in the source files which
54 The firmware files included in the firmware/ directory may be freely
122 Once the compile completes, the driver and firmware files should be
128 and the firmware files will be placed in the appropriate hotplug firmware
/drivers/staging/bcm/
DTODO18 - merge some files together?

1234