Lines Matching defs:file

6  * This software file (the "File") is distributed by NXP
43 * Proc info file read handler.
45 * This function is called when the 'info' file is opened for reading.
74 mwifiex_info_read(struct file *file, char __user *ubuf,
78 (struct mwifiex_private *) file->private_data;
157 * Proc getlog file read handler.
159 * This function is called when the 'getlog' file is opened for reading
178 mwifiex_getlog_read(struct file *file, char __user *ubuf,
182 (struct mwifiex_private *) file->private_data;
243 /* Sysfs histogram file read handler.
245 * This function is called when the 'histogram' file is opened for reading
254 mwifiex_histogram_read(struct file *file, char __user *ubuf,
258 (struct mwifiex_private *)file->private_data;
333 mwifiex_histogram_write(struct file *file, const char __user *ubuf,
336 struct mwifiex_private *priv = (void *)file->private_data;
346 * Proc debug file read handler.
348 * This function is called when the 'debug' file is opened for reading
393 mwifiex_debug_read(struct file *file, char __user *ubuf,
397 (struct mwifiex_private *) file->private_data;
422 * Proc regrdwr file write handler.
424 * This function is called when the 'regrdwr' file is opened for writing
429 mwifiex_regrdwr_write(struct file *file,
457 * Proc regrdwr file read handler.
459 * This function is called when the 'regrdwr' file is opened for reading
464 mwifiex_regrdwr_read(struct file *file, char __user *ubuf,
468 (struct mwifiex_private *) file->private_data;
513 /* Proc debug_mask file read handler.
514 * This function is called when the 'debug_mask' file is opened for reading
518 mwifiex_debug_mask_read(struct file *file, char __user *ubuf,
522 (struct mwifiex_private *)file->private_data;
539 /* Proc debug_mask file read handler.
540 * This function is called when the 'debug_mask' file is opened for reading
544 mwifiex_debug_mask_write(struct file *file, const char __user *ubuf,
549 struct mwifiex_private *priv = (void *)file->private_data;
568 /* debugfs verext file write handler.
569 * This function is called when the 'verext' file is opened for write
572 mwifiex_verext_write(struct file *file, const char __user *ubuf,
577 struct mwifiex_private *priv = (void *)file->private_data;
594 /* Proc verext file read handler.
595 * This function is called when the 'verext' file is opened for reading
599 mwifiex_verext_read(struct file *file, char __user *ubuf,
603 (struct mwifiex_private *)file->private_data;
614 /* Proc memrw file write handler.
615 * This function is called when the 'memrw' file is opened for writing
619 mwifiex_memrw_write(struct file *file, const char __user *ubuf, size_t count,
626 struct mwifiex_private *priv = (void *)file->private_data;
661 /* Proc memrw file read handler.
662 * This function is called when the 'memrw' file is opened for reading
666 mwifiex_memrw_read(struct file *file, char __user *ubuf,
669 struct mwifiex_private *priv = (void *)file->private_data;
688 * Proc rdeeprom file write handler.
690 * This function is called when the 'rdeeprom' file is opened for writing
695 mwifiex_rdeeprom_write(struct file *file,
724 * This function is called when the 'rdeeprom' file is opened for reading
729 mwifiex_rdeeprom_read(struct file *file, char __user *ubuf,
733 (struct mwifiex_private *) file->private_data;
768 /* Proc hscfg file write handler
772 mwifiex_hscfg_write(struct file *file, const char __user *ubuf,
775 struct mwifiex_private *priv = (void *)file->private_data;
826 /* Proc hscfg file read handler
831 mwifiex_hscfg_read(struct file *file, char __user *ubuf,
834 struct mwifiex_private *priv = (void *)file->private_data;
856 mwifiex_timeshare_coex_read(struct file *file, char __user *ubuf,
859 struct mwifiex_private *priv = file->private_data;
878 mwifiex_timeshare_coex_write(struct file *file, const char __user *ubuf,
882 struct mwifiex_private *priv = file->private_data;
906 mwifiex_reset_write(struct file *file,
909 struct mwifiex_private *priv = file->private_data;