Lines Matching defs: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;
585 /* Proc verext file read handler.
586 * This function is called when the 'verext' file is opened for reading
590 mwifiex_verext_read(struct file *file, char __user *ubuf,
594 (struct mwifiex_private *)file->private_data;
605 /* Proc memrw file write handler.
606 * This function is called when the 'memrw' file is opened for writing
610 mwifiex_memrw_write(struct file *file, const char __user *ubuf, size_t count,
617 struct mwifiex_private *priv = (void *)file->private_data;
652 /* Proc memrw file read handler.
653 * This function is called when the 'memrw' file is opened for reading
657 mwifiex_memrw_read(struct file *file, char __user *ubuf,
660 struct mwifiex_private *priv = (void *)file->private_data;
679 * Proc rdeeprom file write handler.
681 * This function is called when the 'rdeeprom' file is opened for writing
686 mwifiex_rdeeprom_write(struct file *file,
718 * This function is called when the 'rdeeprom' file is opened for reading
723 mwifiex_rdeeprom_read(struct file *file, char __user *ubuf,
727 (struct mwifiex_private *) file->private_data;
762 /* Proc hscfg file write handler
766 mwifiex_hscfg_write(struct file *file, const char __user *ubuf,
769 struct mwifiex_private *priv = (void *)file->private_data;
820 /* Proc hscfg file read handler
825 mwifiex_hscfg_read(struct file *file, char __user *ubuf,
828 struct mwifiex_private *priv = (void *)file->private_data;
850 mwifiex_timeshare_coex_read(struct file *file, char __user *ubuf,
853 struct mwifiex_private *priv = file->private_data;
872 mwifiex_timeshare_coex_write(struct file *file, const char __user *ubuf,
876 struct mwifiex_private *priv = file->private_data;
900 mwifiex_reset_write(struct file *file,
903 struct mwifiex_private *priv = file->private_data;