Lines Matching refs:file

31  * Proc info file read handler.
33 * This function is called when the 'info' file is opened for reading.
62 mwifiex_info_read(struct file *file, char __user *ubuf,
66 (struct mwifiex_private *) file->private_data;
145 * Proc getlog file read handler.
147 * This function is called when the 'getlog' file is opened for reading
166 mwifiex_getlog_read(struct file *file, char __user *ubuf,
170 (struct mwifiex_private *) file->private_data;
231 /* Sysfs histogram file read handler.
233 * This function is called when the 'histogram' file is opened for reading
242 mwifiex_histogram_read(struct file *file, char __user *ubuf,
246 (struct mwifiex_private *)file->private_data;
321 mwifiex_histogram_write(struct file *file, const char __user *ubuf,
324 struct mwifiex_private *priv = (void *)file->private_data;
334 * Proc debug file read handler.
336 * This function is called when the 'debug' file is opened for reading
381 mwifiex_debug_read(struct file *file, char __user *ubuf,
385 (struct mwifiex_private *) file->private_data;
410 * Proc regrdwr file write handler.
412 * This function is called when the 'regrdwr' file is opened for writing
417 mwifiex_regrdwr_write(struct file *file,
448 * Proc regrdwr file read handler.
450 * This function is called when the 'regrdwr' file is opened for reading
455 mwifiex_regrdwr_read(struct file *file, char __user *ubuf,
459 (struct mwifiex_private *) file->private_data;
504 /* Proc debug_mask file read handler.
505 * This function is called when the 'debug_mask' file is opened for reading
509 mwifiex_debug_mask_read(struct file *file, char __user *ubuf,
513 (struct mwifiex_private *)file->private_data;
530 /* Proc debug_mask file read handler.
531 * This function is called when the 'debug_mask' file is opened for reading
535 mwifiex_debug_mask_write(struct file *file, const char __user *ubuf,
540 struct mwifiex_private *priv = (void *)file->private_data;
559 /* debugfs verext file write handler.
560 * This function is called when the 'verext' file is opened for write
563 mwifiex_verext_write(struct file *file, const char __user *ubuf,
568 struct mwifiex_private *priv = (void *)file->private_data;
579 /* Proc verext file read handler.
580 * This function is called when the 'verext' file is opened for reading
584 mwifiex_verext_read(struct file *file, char __user *ubuf,
588 (struct mwifiex_private *)file->private_data;
599 /* Proc memrw file write handler.
600 * This function is called when the 'memrw' file is opened for writing
604 mwifiex_memrw_write(struct file *file, const char __user *ubuf, size_t count,
611 struct mwifiex_private *priv = (void *)file->private_data;
646 /* Proc memrw file read handler.
647 * This function is called when the 'memrw' file is opened for reading
651 mwifiex_memrw_read(struct file *file, char __user *ubuf,
654 struct mwifiex_private *priv = (void *)file->private_data;
673 * Proc rdeeprom file write handler.
675 * This function is called when the 'rdeeprom' file is opened for writing
680 mwifiex_rdeeprom_write(struct file *file,
712 * This function is called when the 'rdeeprom' file is opened for reading
717 mwifiex_rdeeprom_read(struct file *file, char __user *ubuf,
721 (struct mwifiex_private *) file->private_data;
756 /* Proc hscfg file write handler
760 mwifiex_hscfg_write(struct file *file, const char __user *ubuf,
763 struct mwifiex_private *priv = (void *)file->private_data;
814 /* Proc hscfg file read handler
819 mwifiex_hscfg_read(struct file *file, char __user *ubuf,
822 struct mwifiex_private *priv = (void *)file->private_data;
844 mwifiex_timeshare_coex_read(struct file *file, char __user *ubuf,
847 struct mwifiex_private *priv = file->private_data;
866 mwifiex_timeshare_coex_write(struct file *file, const char __user *ubuf,
870 struct mwifiex_private *priv = file->private_data;
889 mwifiex_reset_write(struct file *file,
892 struct mwifiex_private *priv = file->private_data;