• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/edac/

Lines Matching refs:kobject

211 static ssize_t csrowdev_show(struct kobject *kobj,
223 static ssize_t csrowdev_store(struct kobject *kobj, struct attribute *attr,
313 static int edac_create_channel_files(struct kobject *kobj, int chan)
339 static void edac_csrow_instance_release(struct kobject *kobj)
363 struct kobject *kobj_mci = &mci->edac_mci_kobj;
364 struct kobject *kobj;
372 /* bump the mci instance's kobject's ref count */
412 /* default sysfs methods and data structures for the main MCI kobject */
542 static ssize_t mcidev_show(struct kobject *kobj, struct attribute *attr,
556 static ssize_t mcidev_store(struct kobject *kobj, struct attribute *attr,
623 static void edac_mci_control_release(struct kobject *kobj)
652 * setups and registers the main kobject for each mci
656 struct kobject *kobj_mci;
663 /* Init the mci's kobject */
680 /* register the mc<id> kobject to the mc_kset */
694 debugf1("%s() Registered '.../edac/mc%d' kobject\n",
711 * tears down and the main mci kobject from the mc_kset
724 static ssize_t inst_grp_show(struct kobject *kobj, struct attribute *attr,
738 static ssize_t inst_grp_store(struct kobject *kobj, struct attribute *attr,
753 static void edac_inst_grp_release(struct kobject *kobj)
787 struct kobject *kobj)
846 struct kobject *kobj, int count)
886 * Create a new Memory Controller kobject instance,
898 struct kobject *kobj_mci = &mci->edac_mci_kobj;
926 /* Make directories for each CSROW object under the mc<id> kobject
993 /* unregister this instance's kobject */
1026 /* Init the MC's kobject */
1034 debugf1("%s() Registered '.../edac/mc' kobject\n", __func__);