/linux-4.1.27/drivers/xen/ |
D | pcpu.c | 140 static umode_t pcpu_dev_is_visible(struct kobject *kobj, in pcpu_dev_is_visible()
|
/linux-4.1.27/drivers/rtc/ |
D | rtc-cmos.c | 509 cmos_nvram_read(struct file *filp, struct kobject *kobj, in cmos_nvram_read() 538 cmos_nvram_write(struct file *filp, struct kobject *kobj, in cmos_nvram_write()
|
D | rtc-ds1307.c | 790 ds1307_nvram_read(struct file *filp, struct kobject *kobj, in ds1307_nvram_read() 816 ds1307_nvram_write(struct file *filp, struct kobject *kobj, in ds1307_nvram_write()
|
D | rtc-ds1685.c | 938 ds1685_rtc_sysfs_nvram_read(struct file *filp, struct kobject *kobj, in ds1685_rtc_sysfs_nvram_read() 1018 ds1685_rtc_sysfs_nvram_write(struct file *filp, struct kobject *kobj, in ds1685_rtc_sysfs_nvram_write()
|
/linux-4.1.27/drivers/scsi/ |
D | scsi_transport_spi.c | 1441 struct kobject *kobj = &cdev->kobj; in spi_host_configure() local 1460 static umode_t target_attribute_is_visible(struct kobject *kobj, in target_attribute_is_visible() 1552 struct kobject *kobj = &cdev->kobj; in spi_target_configure() local
|
D | scsi_transport_iscsi.c | 416 static umode_t iscsi_iface_attr_is_visible(struct kobject *kobj, in iscsi_iface_attr_is_visible() 905 static umode_t iscsi_flashnode_sess_attr_is_visible(struct kobject *kobj, in iscsi_flashnode_sess_attr_is_visible() 1107 static umode_t iscsi_flashnode_conn_attr_is_visible(struct kobject *kobj, in iscsi_flashnode_conn_attr_is_visible() 3853 static umode_t iscsi_conn_attr_is_visible(struct kobject *kobj, in iscsi_conn_attr_is_visible() 4117 static umode_t iscsi_session_attr_is_visible(struct kobject *kobj, in iscsi_session_attr_is_visible() 4261 static umode_t iscsi_host_attr_is_visible(struct kobject *kobj, in iscsi_host_attr_is_visible()
|
D | 3w-sas.c | 101 static ssize_t twl_sysfs_aen_read(struct file *filp, struct kobject *kobj, in twl_sysfs_aen_read() 132 static ssize_t twl_sysfs_compat_info(struct file *filp, struct kobject *kobj, in twl_sysfs_compat_info()
|
D | ipr.h | 1742 #define ipr_create_trace_file(kobj, attr) sysfs_create_bin_file(kobj, attr) argument 1743 #define ipr_remove_trace_file(kobj, attr) sysfs_remove_bin_file(kobj, attr) argument 1745 #define ipr_create_trace_file(kobj, attr) 0 argument 1746 #define ipr_remove_trace_file(kobj, attr) do { } while(0) argument 1750 #define ipr_create_dump_file(kobj, attr) sysfs_create_bin_file(kobj, attr) argument 1751 #define ipr_remove_dump_file(kobj, attr) sysfs_remove_bin_file(kobj, attr) argument 1753 #define ipr_create_dump_file(kobj, attr) 0 argument 1754 #define ipr_remove_dump_file(kobj, attr) do { } while(0) argument
|
D | scsi_sysfs.c | 908 static umode_t scsi_sdev_attr_is_visible(struct kobject *kobj, in scsi_sdev_attr_is_visible()
|
D | ipr.c | 3348 static ssize_t ipr_read_trace(struct file *filp, struct kobject *kobj, in ipr_read_trace() 4113 static ssize_t ipr_read_dump(struct file *filp, struct kobject *kobj, in ipr_read_dump() 4300 static ssize_t ipr_write_dump(struct file *filp, struct kobject *kobj, in ipr_write_dump()
|
/linux-4.1.27/drivers/hwmon/ |
D | nct6683.c | 675 static umode_t nct6683_in_is_visible(struct kobject *kobj, in nct6683_in_is_visible() 740 static umode_t nct6683_fan_is_visible(struct kobject *kobj, in nct6683_fan_is_visible() 858 static umode_t nct6683_temp_is_visible(struct kobject *kobj, in nct6683_temp_is_visible() 923 static umode_t nct6683_pwm_is_visible(struct kobject *kobj, in nct6683_pwm_is_visible()
|
D | max1668.c | 341 static umode_t max1668_attribute_mode(struct kobject *kobj, in max1668_attribute_mode()
|
D | ds1621.c | 341 static umode_t ds1621_attribute_visible(struct kobject *kobj, in ds1621_attribute_visible()
|
D | abx500.c | 263 static umode_t abx500_attrs_visible(struct kobject *kobj, in abx500_attrs_visible()
|
D | max6697.c | 403 static umode_t max6697_is_visible(struct kobject *kobj, struct attribute *attr, in max6697_is_visible()
|
D | max6650.c | 503 static umode_t max6650_attrs_visible(struct kobject *kobj, struct attribute *a, in max6650_attrs_visible()
|
D | gpio-fan.c | 325 static umode_t gpio_fan_is_visible(struct kobject *kobj, in gpio_fan_is_visible()
|
D | jc42.c | 389 static umode_t jc42_attribute_mode(struct kobject *kobj, in jc42_attribute_mode()
|
D | nct6775.c | 1701 static umode_t nct6775_in_is_visible(struct kobject *kobj, in nct6775_in_is_visible() 1907 static umode_t nct6775_fan_is_visible(struct kobject *kobj, in nct6775_fan_is_visible() 2092 static umode_t nct6775_temp_is_visible(struct kobject *kobj, in nct6775_temp_is_visible() 2893 static umode_t nct6775_pwm_is_visible(struct kobject *kobj, in nct6775_pwm_is_visible() 3095 static umode_t nct6775_other_is_visible(struct kobject *kobj, in nct6775_other_is_visible()
|
D | lm63.c | 945 static umode_t lm63_attribute_mode(struct kobject *kobj, in lm63_attribute_mode()
|
/linux-4.1.27/drivers/net/ethernet/qlogic/netxen/ |
D | netxen_nic_main.c | 2890 netxen_sysfs_read_crb(struct file *filp, struct kobject *kobj, in netxen_sysfs_read_crb() 2918 netxen_sysfs_write_crb(struct file *filp, struct kobject *kobj, in netxen_sysfs_write_crb() 2959 netxen_sysfs_read_mem(struct file *filp, struct kobject *kobj, in netxen_sysfs_read_mem() 2980 static ssize_t netxen_sysfs_write_mem(struct file *filp, struct kobject *kobj, in netxen_sysfs_write_mem() 3017 netxen_sysfs_read_dimm(struct file *filp, struct kobject *kobj, in netxen_sysfs_read_dimm()
|
/linux-4.1.27/include/linux/ |
D | slub_def.h | 85 struct kobject kobj; /* For sysfs */ member
|
D | elevator.h | 111 struct kobject kobj; member
|
D | pktcdvd.h | 157 struct kobject kobj; member
|
D | blk-mq.h | 61 struct kobject kobj; member
|
D | i2c.h | 236 static inline struct i2c_client *kobj_to_i2c_client(struct kobject *kobj) in kobj_to_i2c_client()
|
D | cpufreq.h | 91 struct kobject kobj; member
|
D | fscache-cache.h | 50 struct kobject *kobj; /* system representation of this cache */ member
|
D | device.h | 728 struct kobject kobj; member 794 static inline struct device *kobj_to_dev(struct kobject *kobj) in kobj_to_dev()
|
D | module.h | 40 struct kobject kobj; member
|
D | blkdev.h | 398 struct kobject kobj; member 1487 struct kobject kobj; member
|
D | genhd.h | 153 struct kobject kobj; member
|
D | of.h | 61 struct kobject kobj; member
|
D | efi.h | 1094 struct kobject kobj; member 1187 static inline int efi_runtime_map_init(struct kobject *kobj) in efi_runtime_map_init()
|
D | netdevice.h | 564 struct kobject kobj; member 693 struct kobject kobj; member
|
D | pci.h | 59 struct kobject kobj; member
|
/linux-4.1.27/drivers/sfi/ |
D | sfi_core.c | 389 static ssize_t sfi_table_show(struct file *filp, struct kobject *kobj, in sfi_table_show()
|
/linux-4.1.27/drivers/of/ |
D | dynamic.c | 321 void of_node_release(struct kobject *kobj) in of_node_release()
|
D | base.c | 97 static void of_node_release(struct kobject *kobj) in of_node_release() 107 static ssize_t of_node_property_read(struct file *filp, struct kobject *kobj, in of_node_property_read() 115 static const char *safe_name(struct kobject *kobj, const char *orig_name) in safe_name()
|
D | fdt.c | 1120 static ssize_t of_fdt_raw_read(struct file *filp, struct kobject *kobj, in of_fdt_raw_read()
|
/linux-4.1.27/drivers/cpufreq/ |
D | intel_pstate.c | 346 static ssize_t show_turbo_pct(struct kobject *kobj, in show_turbo_pct() 362 static ssize_t show_num_pstates(struct kobject *kobj, in show_num_pstates() 373 static ssize_t show_no_turbo(struct kobject *kobj, in show_no_turbo()
|
/linux-4.1.27/drivers/media/pci/solo6x10/ |
D | solo6x10-core.c | 388 static ssize_t sdram_show(struct file *file, struct kobject *kobj, in sdram_show()
|
/linux-4.1.27/drivers/pci/hotplug/ |
D | acpiphp_ibm.c | 356 static ssize_t ibm_read_apci_table(struct file *filp, struct kobject *kobj, in ibm_read_apci_table()
|
/linux-4.1.27/drivers/infiniband/core/ |
D | user_mad.c | 103 struct kobject kobj; member 139 static void ib_umad_release_dev(struct kobject *kobj) in ib_umad_release_dev()
|
D | uverbs.h | 97 struct kobject kobj; member
|
D | uverbs_main.c | 134 static void ib_uverbs_release_dev(struct kobject *kobj) in ib_uverbs_release_dev()
|
/linux-4.1.27/drivers/w1/ |
D | w1.c | 129 static ssize_t rw_write(struct file *filp, struct kobject *kobj, in rw_write() 148 static ssize_t rw_read(struct file *filp, struct kobject *kobj, in rw_read()
|
D | w1.h | 319 static inline struct w1_slave* kobj_to_w1_slave(struct kobject *kobj) in kobj_to_w1_slave()
|
/linux-4.1.27/arch/mips/txx9/generic/ |
D | setup.c | 910 static ssize_t txx9_sram_read(struct file *filp, struct kobject *kobj, in txx9_sram_read() 925 static ssize_t txx9_sram_write(struct file *filp, struct kobject *kobj, in txx9_sram_write()
|
/linux-4.1.27/drivers/video/backlight/ |
D | lm3533_bl.c | 239 static umode_t lm3533_bl_attr_is_visible(struct kobject *kobj, in lm3533_bl_attr_is_visible()
|
/linux-4.1.27/drivers/video/fbdev/aty/ |
D | radeon_base.c | 2097 static ssize_t radeon_show_edid1(struct file *filp, struct kobject *kobj, in radeon_show_edid1() 2110 static ssize_t radeon_show_edid2(struct file *filp, struct kobject *kobj, in radeon_show_edid2()
|
/linux-4.1.27/drivers/pcmcia/ |
D | cistpl.c | 1555 static ssize_t pccard_show_cis(struct file *filp, struct kobject *kobj, in pccard_show_cis() 1586 static ssize_t pccard_store_cis(struct file *filp, struct kobject *kobj, in pccard_store_cis()
|
/linux-4.1.27/drivers/block/mtip32xx/ |
D | mtip32xx.c | 2731 static int mtip_hw_sysfs_init(struct driver_data *dd, struct kobject *kobj) in mtip_hw_sysfs_init() 2752 static int mtip_hw_sysfs_exit(struct driver_data *dd, struct kobject *kobj) in mtip_hw_sysfs_exit() 3842 struct kobject *kobj; in mtip_block_initialize() local 4047 struct kobject *kobj; in mtip_block_remove() local
|
/linux-4.1.27/fs/ecryptfs/ |
D | main.c | 773 static ssize_t version_show(struct kobject *kobj, in version_show()
|
/linux-4.1.27/arch/x86/kernel/cpu/ |
D | perf_event_amd_iommu.c | 87 static ssize_t _iommu_event_show(struct kobject *kobj, in _iommu_event_show()
|
D | perf_event_intel_uncore.c | 23 ssize_t uncore_event_show(struct kobject *kobj, in uncore_event_show()
|
D | intel_cacheinfo.c | 500 cache_private_attrs_is_visible(struct kobject *kobj, in cache_private_attrs_is_visible()
|
/linux-4.1.27/drivers/block/ |
D | pktcdvd.c | 148 static void pkt_kobj_release(struct kobject *kobj) in pkt_kobj_release() 205 static ssize_t kobj_pkt_show(struct kobject *kobj, in kobj_pkt_show() 264 static ssize_t kobj_pkt_store(struct kobject *kobj, in kobj_pkt_store()
|
D | brd.c | 567 struct kobject *kobj; in brd_probe() local
|
D | loop.c | 1678 struct kobject *kobj; in loop_probe() local
|
D | rbd.c | 456 static umode_t rbd_bus_is_visible(struct kobject *kobj, in rbd_bus_is_visible()
|
/linux-4.1.27/drivers/base/ |
D | cacheinfo.c | 345 cache_default_attrs_is_visible(struct kobject *kobj, in cache_default_attrs_is_visible()
|
D | firmware_class.c | 699 static ssize_t firmware_data_read(struct file *filp, struct kobject *kobj, in firmware_data_read() 794 static ssize_t firmware_data_write(struct file *filp, struct kobject *kobj, in firmware_data_write()
|
/linux-4.1.27/drivers/edac/ |
D | edac_mc_sysfs.c | 361 static umode_t csrow_dev_is_visible(struct kobject *kobj, in csrow_dev_is_visible() 865 static umode_t mci_attr_is_visible(struct kobject *kobj, in mci_attr_is_visible()
|
/linux-4.1.27/drivers/gpu/drm/ttm/ |
D | ttm_bo.c | 104 static ssize_t ttm_bo_global_show(struct kobject *kobj, in ttm_bo_global_show() 1348 static void ttm_bo_global_kobj_release(struct kobject *kobj) in ttm_bo_global_kobj_release()
|
/linux-4.1.27/drivers/md/bcache/ |
D | bcache.h | 262 struct kobject kobj; member 401 struct kobject kobj; member 492 struct kobject kobj; member
|
/linux-4.1.27/drivers/power/ |
D | olpc_battery.c | 517 static ssize_t olpc_bat_eeprom_read(struct file *filp, struct kobject *kobj, in olpc_bat_eeprom_read()
|
D | abx500_chargalg.c | 1904 static ssize_t abx500_chargalg_sysfs_show(struct kobject *kobj, in abx500_chargalg_sysfs_show() 1919 static ssize_t abx500_chargalg_sysfs_charger(struct kobject *kobj, in abx500_chargalg_sysfs_charger()
|
D | ab8500_fg.c | 2495 ab8500_fg_show(struct kobject *kobj, struct attribute *attr, char *buf) in ab8500_fg_show() 2509 ab8500_fg_store(struct kobject *kobj, struct attribute *attr, const char *buf, in ab8500_fg_store()
|
/linux-4.1.27/drivers/scsi/lpfc/ |
D | lpfc_attr.c | 3609 sysfs_drvr_stat_data_read(struct file *filp, struct kobject *kobj, in sysfs_drvr_stat_data_read() 4923 sysfs_ctlreg_write(struct file *filp, struct kobject *kobj, in sysfs_ctlreg_write() 4982 sysfs_ctlreg_read(struct file *filp, struct kobject *kobj, in sysfs_ctlreg_read() 5046 sysfs_mbox_write(struct file *filp, struct kobject *kobj, in sysfs_mbox_write() 5070 sysfs_mbox_read(struct file *filp, struct kobject *kobj, in sysfs_mbox_read()
|
/linux-4.1.27/fs/ext4/ |
D | super.c | 2723 static ssize_t ext4_attr_show(struct kobject *kobj, in ext4_attr_show() 2733 static ssize_t ext4_attr_store(struct kobject *kobj, in ext4_attr_store() 2744 static void ext4_sb_release(struct kobject *kobj) in ext4_sb_release() 2762 static void ext4_feat_release(struct kobject *kobj) in ext4_feat_release() 2767 static ssize_t ext4_feat_show(struct kobject *kobj, in ext4_feat_show()
|
/linux-4.1.27/drivers/net/ethernet/ibm/ |
D | ibmveth.h | 123 struct kobject kobj; member
|
/linux-4.1.27/drivers/gpio/ |
D | gpiolib-sysfs.c | 359 static umode_t gpio_is_visible(struct kobject *kobj, struct attribute *attr, in gpio_is_visible()
|
/linux-4.1.27/drivers/mfd/ |
D | lm3533-core.c | 362 static umode_t lm3533_attr_is_visible(struct kobject *kobj, in lm3533_attr_is_visible()
|
D | ab8500-debugfs.c | 1269 struct kobject *kobj = (struct kobject *)data; in ab8500_debug_handler() local
|
/linux-4.1.27/drivers/ata/ |
D | libata-acpi.c | 150 struct kobject *kobj = NULL; in ata_acpi_uevent() local
|
/linux-4.1.27/drivers/video/fbdev/ |
D | udlfb.c | 1405 struct kobject *kobj, struct bin_attribute *a, in edid_show() 1430 struct kobject *kobj, struct bin_attribute *a, in edid_store()
|
/linux-4.1.27/block/ |
D | genhd.c | 685 struct kobject *kobj; in get_gendisk() local 1302 struct kobject *kobj; in get_disk() local
|
/linux-4.1.27/arch/powerpc/platforms/powernv/ |
D | opal.c | 635 static ssize_t symbol_map_read(struct file *fp, struct kobject *kobj, in symbol_map_read()
|
/linux-4.1.27/include/acpi/ |
D | acpi_bus.h | 120 struct kobject kobj; member 128 struct kobject *kobj) in to_acpi_hotplug_profile()
|
/linux-4.1.27/net/bridge/ |
D | br_sysfs_br.c | 806 static ssize_t brforward_read(struct file *filp, struct kobject *kobj, in brforward_read() 883 struct kobject *kobj = &dev->dev.kobj; in br_sysfs_delbr() local
|
D | br_private.h | 163 struct kobject kobj; member
|
/linux-4.1.27/drivers/scsi/ibmvscsi/ |
D | ibmvfc.h | 768 #define ibmvfc_create_trace_file(kobj, attr) sysfs_create_bin_file(kobj, attr) argument 769 #define ibmvfc_remove_trace_file(kobj, attr) sysfs_remove_bin_file(kobj, attr) argument 771 #define ibmvfc_create_trace_file(kobj, attr) 0 argument 772 #define ibmvfc_remove_trace_file(kobj, attr) do { } while (0) argument
|
D | ibmvfc.c | 3032 static ssize_t ibmvfc_read_trace(struct file *filp, struct kobject *kobj, in ibmvfc_read_trace()
|
/linux-4.1.27/drivers/dma/ioat/ |
D | dma.h | 117 struct kobject kobj; member
|
D | dma.c | 1143 ioat_attr_show(struct kobject *kobj, struct attribute *attr, char *page) in ioat_attr_show()
|
/linux-4.1.27/net/dsa/ |
D | dsa.c | 151 static umode_t dsa_hwmon_attrs_visible(struct kobject *kobj, in dsa_hwmon_attrs_visible()
|
/linux-4.1.27/drivers/char/ |
D | i8k.c | 689 static umode_t i8k_is_visible(struct kobject *kobj, struct attribute *attr, in i8k_is_visible()
|
/linux-4.1.27/drivers/input/touchscreen/ |
D | tsc2005.c | 473 static umode_t tsc2005_attr_is_visible(struct kobject *kobj, in tsc2005_attr_is_visible()
|
D | ad7877.c | 609 static umode_t ad7877_attr_is_visible(struct kobject *kobj, in ad7877_attr_is_visible()
|
/linux-4.1.27/include/drm/ttm/ |
D | ttm_bo_driver.h | 468 struct kobject kobj; member
|
/linux-4.1.27/drivers/md/ |
D | md.h | 64 struct kobject kobj; member 239 struct kobject kobj; member
|
D | md.c | 3009 rdev_attr_show(struct kobject *kobj, struct attribute *attr, char *page) in rdev_attr_show() 3022 rdev_attr_store(struct kobject *kobj, struct attribute *attr, in rdev_attr_store() 4776 md_attr_show(struct kobject *kobj, struct attribute *attr, char *page) in md_attr_show() 4798 md_attr_store(struct kobject *kobj, struct attribute *attr, in md_attr_store()
|
D | dm.c | 3494 struct mapped_device *dm_get_from_kobject(struct kobject *kobj) in dm_get_from_kobject()
|
/linux-4.1.27/include/video/ |
D | omapdss.h | 406 struct kobject kobj; member 461 struct kobject kobj; member 691 struct kobject kobj; member
|
/linux-4.1.27/drivers/platform/x86/ |
D | asus-wmi.c | 1081 static umode_t asus_hwmon_sysfs_is_visible(struct kobject *kobj, in asus_hwmon_sysfs_is_visible() 1484 static umode_t asus_sysfs_is_visible(struct kobject *kobj, in asus_sysfs_is_visible()
|
D | ideapad-laptop.c | 423 static umode_t ideapad_is_visible(struct kobject *kobj, in ideapad_is_visible()
|
D | samsung-laptop.c | 1215 static umode_t samsung_sysfs_is_visible(struct kobject *kobj, in samsung_sysfs_is_visible()
|
D | asus-laptop.c | 1597 static umode_t asus_sysfs_is_visible(struct kobject *kobj, in asus_sysfs_is_visible()
|
D | toshiba_acpi.c | 2341 static umode_t toshiba_sysfs_is_visible(struct kobject *kobj, in toshiba_sysfs_is_visible()
|
D | thinkpad_acpi.c | 1056 static void delete_attr_set(struct attribute_set *s, struct kobject *kobj) in delete_attr_set()
|
/linux-4.1.27/drivers/leds/ |
D | leds-lm3533.c | 626 static umode_t lm3533_led_attr_is_visible(struct kobject *kobj, in lm3533_led_attr_is_visible()
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | radeon_pm.c | 716 static umode_t hwmon_attributes_visible(struct kobject *kobj, in hwmon_attributes_visible()
|
/linux-4.1.27/arch/powerpc/perf/ |
D | hv-24x7.c | 890 static ssize_t catalog_read(struct file *filp, struct kobject *kobj, in catalog_read()
|
/linux-4.1.27/drivers/net/ethernet/intel/i40e/ |
D | i40e.h | 430 struct kobject *kobj; member 522 struct kobject *kobj; /* sysfs object */ member
|
/linux-4.1.27/drivers/hid/ |
D | hid-core.c | 1547 read_report_descriptor(struct file *filp, struct kobject *kobj, in read_report_descriptor()
|
/linux-4.1.27/include/net/ |
D | bonding.h | 177 struct kobject kobj; member
|
/linux-4.1.27/mm/ |
D | slub.c | 4959 static ssize_t slab_attr_show(struct kobject *kobj, in slab_attr_show() 4978 static ssize_t slab_attr_store(struct kobject *kobj, in slab_attr_store() 5097 static int uevent_filter(struct kset *kset, struct kobject *kobj) in uevent_filter()
|
/linux-4.1.27/kernel/ |
D | module.c | 1402 static ssize_t module_notes_read(struct file *filp, struct kobject *kobj, in module_notes_read() 1592 struct kobject *kobj; in mod_sysfs_init() local
|
/linux-4.1.27/drivers/bus/ |
D | arm-ccn.c | 344 static umode_t arm_ccn_pmu_events_is_visible(struct kobject *kobj, in arm_ccn_pmu_events_is_visible()
|
/linux-4.1.27/drivers/input/misc/ |
D | ims-pcu.c | 1242 static umode_t ims_pcu_is_attr_visible(struct kobject *kobj, in ims_pcu_is_attr_visible()
|
/linux-4.1.27/sound/soc/ |
D | soc-core.c | 200 static umode_t soc_dev_attr_is_visible(struct kobject *kobj, in soc_dev_attr_is_visible()
|
/linux-4.1.27/drivers/usb/gadget/function/ |
D | f_mass_storage.c | 2830 static umode_t fsg_lun_dev_is_visible(struct kobject *kobj, in fsg_lun_dev_is_visible()
|
/linux-4.1.27/drivers/regulator/ |
D | core.c | 3476 static umode_t regulator_attr_is_visible(struct kobject *kobj, in regulator_attr_is_visible()
|
/linux-4.1.27/drivers/infiniband/hw/mlx4/ |
D | mlx4_ib.h | 479 struct kobject *kobj; member
|
/linux-4.1.27/net/batman-adv/ |
D | types.h | 703 struct kobject *kobj; member
|
/linux-4.1.27/fs/btrfs/ |
D | extent-tree.c | 9233 struct kobject *kobj; in btrfs_free_block_groups() local 9630 struct kobject *kobj = NULL; in btrfs_remove_block_group() local
|
D | ctree.h | 1139 struct kobject kobj; member 1193 struct kobject kobj; member
|
/linux-4.1.27/drivers/char/ipmi/ |
D | ipmi_msghandler.c | 2378 static umode_t bmc_dev_attr_is_visible(struct kobject *kobj, in bmc_dev_attr_is_visible()
|