• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/parisc/

Lines Matching refs:kset

496  * @kset: An allocated and populated struct kset. We don't use it tho.
500 pdcs_size_read(struct kset *kset, char *buf)
504 if (!kset || !buf)
515 * @kset: An allocated and populated struct kset. We don't use it tho.
520 pdcs_auto_read(struct kset *kset, char *buf, int knob)
525 if (!kset || !buf)
541 * @kset: An allocated and populated struct kset. We don't use it tho.
545 pdcs_autoboot_read(struct kset *kset, char *buf)
547 return pdcs_auto_read(kset, buf, PF_AUTOBOOT);
552 * @kset: An allocated and populated struct kset. We don't use it tho.
556 pdcs_autosearch_read(struct kset *kset, char *buf)
558 return pdcs_auto_read(kset, buf, PF_AUTOSEARCH);
563 * @kset: An allocated and populated struct kset. We don't use it tho.
569 pdcs_timer_read(struct kset *kset, char *buf)
574 if (!kset || !buf)
591 * @kset: An allocated and populated struct kset. We don't use it tho.
595 pdcs_osid_read(struct kset *kset, char *buf)
599 if (!kset || !buf)
610 * @kset: An allocated and populated struct kset. We don't use it tho.
616 pdcs_osdep1_read(struct kset *kset, char *buf)
621 if (!kset || !buf)
637 * @kset: An allocated and populated struct kset. We don't use it tho.
643 pdcs_diagnostic_read(struct kset *kset, char *buf)
648 if (!kset || !buf)
662 * @kset: An allocated and populated struct kset. We don't use it tho.
668 pdcs_fastsize_read(struct kset *kset, char *buf)
673 if (!kset || !buf)
691 * @kset: An allocated and populated struct kset. We don't use it tho.
697 pdcs_osdep2_read(struct kset *kset, char *buf)
709 if (!kset || !buf)
724 * @kset: An allocated and populated struct kset. We don't use it tho.
734 pdcs_auto_write(struct kset *kset, const char *buf, size_t count, int knob)
744 if (!kset || !buf || !count)
799 * @kset: An allocated and populated struct kset. We don't use it tho.
808 pdcs_autoboot_write(struct kset *kset, const char *buf, size_t count)
810 return pdcs_auto_write(kset, buf, count, PF_AUTOBOOT);
815 * @kset: An allocated and populated struct kset. We don't use it tho.
824 pdcs_autosearch_write(struct kset *kset, const char *buf, size_t count)
826 return pdcs_auto_write(kset, buf, count, PF_AUTOSEARCH);
831 * @kset: An allocated and populated struct kset. We don't use it tho.
840 pdcs_osdep1_write(struct kset *kset, const char *buf, size_t count)
847 if (!kset || !buf || !count)
868 * @kset: An allocated and populated struct kset. We don't use it tho.
877 pdcs_osdep2_write(struct kset *kset, const char *buf, size_t count)
886 if (!kset || !buf || !count)