Searched refs:files (Results 1 - 25 of 36) sorted by relevance

12

/drivers/gpu/drm/qxl/
H A Dqxl_debugfs.c5 * a copy of this software and associated documentation files (the
103 struct drm_info_list *files,
109 if (qdev->debugfs[i].files == files) {
121 qdev->debugfs[qdev->debugfs_count].files = files;
125 drm_debugfs_create_files(files, nfiles,
128 drm_debugfs_create_files(files, nfiles,
141 drm_debugfs_remove_files(qdev->debugfs[i].files,
144 drm_debugfs_remove_files(qdev->debugfs[i].files,
102 qxl_debugfs_add_files(struct qxl_device *qdev, struct drm_info_list *files, unsigned nfiles) argument
[all...]
H A Dqxl_drv.h5 * copy of this software and associated documentation files (the "Software"),
228 struct drm_info_list *files; member in struct:qxl_debugfs
233 struct drm_info_list *files,
556 struct drm_info_list *files,
/drivers/eisa/
H A DMakefile19 clean-files := devlist.h
/drivers/zorro/
H A DMakefile12 clean-files := devlist.h
14 # Dependencies on generated files need to be listed explicitly
/drivers/tty/vt/
H A DMakefile12 clean-files := consolemap_deftbl.c defkeymap.c
/drivers/gpu/drm/
H A Ddrm_debugfs.c14 * copy of this software and associated documentation files (the "Software"),
76 * Initialize a given set of debugfs files for a device
78 * \param files The array of files to create
79 * \param count The number of files given
84 * Create a given set of debugfs files represented by an array of
87 int drm_debugfs_create_files(const struct drm_info_list *files, int count, argument
96 u32 features = files[i].driver_features;
107 ent = debugfs_create_file(files[i].name, S_IFREG | S_IRUGO,
111 root->d_name.name, files[
191 drm_debugfs_remove_files(const struct drm_info_list *files, int count, struct drm_minor *minor) argument
[all...]
/drivers/firmware/efi/libstub/
H A Defi-stub-helper.c4 * implementation files.
19 * Some firmware implementations have problems reading files in one go.
22 * Unfortunately, reading files in chunks triggers *other* bugs on some
365 struct file_info *files; local
409 nr_files * sizeof(*files), (void **)&files);
427 file = &files[i];
468 * Multiple files need to be at consecutive addresses in memory,
469 * so allocate enough memory for all the files. This is used
470 * for loading multiple files
[all...]
/drivers/net/wireless/rsi/
H A Drsi_91x_debugfs.c289 const struct rsi_dbg_files *files; local
308 files = &dev_debugfs_files[ii];
310 debugfs_create_file(files->name,
311 files->perms,
314 &files->fops);
/drivers/usb/gadget/
H A DKconfig76 boolean "Debugging information files (DEVELOPMENT)"
80 debugging information in files such as /proc/driver/udc
82 files may help when you're troubleshooting or bringing up a
83 driver on a new board. Enable these files by choosing "Y"
87 boolean "Debugging information files in debugfs (DEVELOPMENT)"
91 debugging information in files under /sys/kernel/debug/.
92 The information in these files may help when you're
94 Enable these files by choosing "Y" here. If in doubt, or
/drivers/char/xillybus/
H A DKconfig12 its capabilities, and creates device files accordingly.
/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/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/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/net/wan/
H A DMakefile36 clean-files := wanxlfw.inc
/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/staging/iio/accel/
H A DKconfig67 accelerometer. The driver supplies direct access via sysfs files
/drivers/uwb/
H A DKconfig23 For more help check the UWB and WUSB related files in
/drivers/atm/
H A DKconfig230 speed of the driver, and the size of your syslog files! When
268 speed of the driver, and the size of your syslog files! When
292 speed of the driver, and the size of your syslog files! When
325 speed of the driver, and the size of your syslog files! When
377 the performances of the driver, and the size of your syslog files!
/drivers/gpu/drm/radeon/
H A Dradeon_device.c7 * copy of this software and associated documentation files (the "Software"),
1784 struct drm_info_list *files,
1790 if (rdev->debugfs[i].files == files) {
1803 rdev->debugfs[rdev->debugfs_count].files = files;
1807 drm_debugfs_create_files(files, nfiles,
1810 drm_debugfs_create_files(files, nfiles,
1823 drm_debugfs_remove_files(rdev->debugfs[i].files,
1826 drm_debugfs_remove_files(rdev->debugfs[i].files,
1783 radeon_debugfs_add_files(struct radeon_device *rdev, struct drm_info_list *files, unsigned nfiles) argument
[all...]
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
/drivers/spi/
H A Dspi-s3c24xx-fiq.S25 @ defined in fiq.h so that they can be shared with the C files which
/drivers/infiniband/hw/ipath/
H A Dipath_fs.c333 static struct tree_descr files[] = { local
338 ret = simple_fill_super(sb, IPATHFS_MAGIC, files);
/drivers/staging/android/
H A Dbinder.c302 struct files_struct *files; member in struct:binder_proc
376 struct files_struct *files = proc->files; local
380 if (files == NULL)
389 return __alloc_fd(files, 0, rlim_cur, flags);
398 if (proc->files)
399 __fd_install(proc->files, fd, file);
409 if (proc->files == NULL)
412 retval = __close_fd(proc->files, fd);
2917 proc->files
3170 struct files_struct *files; local
[all...]
/drivers/misc/genwqe/
H A Dcard_dev.c258 * genwqe_kill_fasync() - Send signal to all processes with open GenWQE files
264 unsigned int files = 0; local
272 files++;
275 return files;
280 unsigned int files = 0; local
287 files++;
290 return files;
1352 /* if no open files we can safely continue, else ... */
/drivers/platform/x86/
H A DKconfig51 <http://piie.net/files/acerhdf_README.txt>
630 Configuration is accessed by reading and writing text files in the
784 It may also provide some sysfs files described in

Completed in 606 milliseconds

12