Searched refs:kobj_type (Results 1 – 25 of 106) sorted by relevance
12345
/Linux-v4.19/fs/xfs/ |
D | xfs_sysfs.h | 10 extern struct kobj_type xfs_mp_ktype; /* xfs_mount */ 11 extern struct kobj_type xfs_dbg_ktype; /* debug */ 12 extern struct kobj_type xfs_log_ktype; /* xlog */ 13 extern struct kobj_type xfs_stats_ktype; /* stats */ 31 struct kobj_type *ktype, in xfs_sysfs_init()
|
D | xfs_sysfs.c | 85 struct kobj_type xfs_mp_ktype = { 193 struct kobj_type xfs_dbg_ktype = { 250 struct kobj_type xfs_stats_ktype = { 335 struct kobj_type xfs_log_ktype = { 489 static struct kobj_type xfs_error_cfg_ktype = { 495 static struct kobj_type xfs_error_ktype = {
|
/Linux-v4.19/include/linux/ |
D | kobject.h | 70 struct kobj_type *ktype; 94 extern void kobject_init(struct kobject *kobj, struct kobj_type *ktype); 100 struct kobj_type *ktype, struct kobject *parent, 139 struct kobj_type { struct 221 static inline struct kobj_type *get_ktype(struct kobject *kobj) in get_ktype()
|
/Linux-v4.19/fs/btrfs/ |
D | sysfs.h | 81 extern struct kobj_type space_info_ktype; 82 extern struct kobj_type btrfs_raid_ktype;
|
/Linux-v4.19/drivers/cpufreq/ |
D | cpufreq_governor.h | 131 struct kobj_type kobj_type; member
|
D | cpufreq_governor.c | 452 gov->kobj_type.sysfs_ops = &governor_sysfs_ops; in cpufreq_dbs_governor_init() 453 ret = kobject_init_and_add(&dbs_data->attr_set.kobj, &gov->kobj_type, in cpufreq_dbs_governor_init()
|
/Linux-v4.19/drivers/md/bcache/ |
D | bcache.h | 972 extern struct kobj_type bch_cached_dev_ktype; 973 extern struct kobj_type bch_flash_dev_ktype; 974 extern struct kobj_type bch_cache_set_ktype; 975 extern struct kobj_type bch_cache_set_internal_ktype; 976 extern struct kobj_type bch_cache_ktype;
|
D | sysfs.h | 6 struct kobj_type type ## _ktype = { \
|
/Linux-v4.19/drivers/dma/ioat/ |
D | sysfs.c | 87 void ioat_kobject_add(struct ioatdma_device *ioat_dma, struct kobj_type *type) in ioat_kobject_add() 174 struct kobj_type ioat_ktype = {
|
D | dma.h | 209 extern struct kobj_type ioat_ktype; 416 void ioat_kobject_add(struct ioatdma_device *ioat_dma, struct kobj_type *type);
|
/Linux-v4.19/lib/ |
D | kobject.c | 68 struct kobj_type *t = get_ktype(kobj); in populate_dir() 341 void kobject_init(struct kobject *kobj, struct kobj_type *ktype) in kobject_init() 444 int kobject_init_and_add(struct kobject *kobj, struct kobj_type *ktype, in kobject_init_and_add() 635 struct kobj_type *t = get_ktype(kobj); in kobject_cleanup() 719 static struct kobj_type dynamic_kobj_ktype = { 896 static struct kobj_type kset_ktype = {
|
/Linux-v4.19/fs/orangefs/ |
D | orangefs-sysfs.c | 876 static struct kobj_type orangefs_ktype = { 913 static struct kobj_type acache_orangefs_ktype = { 950 static struct kobj_type capcache_orangefs_ktype = { 987 static struct kobj_type ccache_orangefs_ktype = { 1024 static struct kobj_type ncache_orangefs_ktype = { 1054 static struct kobj_type pc_orangefs_ktype = { 1077 static struct kobj_type stats_orangefs_ktype = {
|
/Linux-v4.19/fs/exofs/ |
D | sys.c | 109 static struct kobj_type odev_ktype = { 114 static struct kobj_type uuid_ktype = {
|
/Linux-v4.19/block/ |
D | blk-mq-sysfs.c | 198 static struct kobj_type blk_mq_ktype = { 203 static struct kobj_type blk_mq_ctx_ktype = { 209 static struct kobj_type blk_mq_hw_ktype = {
|
/Linux-v4.19/drivers/infiniband/hw/hfi1/ |
D | sysfs.c | 203 static struct kobj_type port_cc_ktype = { 306 static struct kobj_type hfi1_sc2vl_ktype = { 411 static struct kobj_type hfi1_sl2sc_ktype = { 485 static struct kobj_type hfi1_vl2mtu_ktype = { 786 static struct kobj_type sde_ktype = {
|
/Linux-v4.19/drivers/infiniband/hw/qib/ |
D | qib_sysfs.c | 246 static struct kobj_type qib_port_cc_ktype = { 324 static struct kobj_type qib_port_ktype = { 396 static struct kobj_type qib_sl2vl_ktype = { 540 static struct kobj_type qib_diagc_ktype = {
|
/Linux-v4.19/drivers/edac/ |
D | edac_device_sysfs.c | 217 static struct kobj_type ktype_device_ctrl = { 398 static struct kobj_type ktype_instance_ctrl = { 496 static struct kobj_type ktype_block_ctrl = {
|
/Linux-v4.19/arch/ia64/kernel/ |
D | topology.c | 290 static struct kobj_type cache_ktype = { 295 static struct kobj_type cache_ktype_percpu_entry = {
|
/Linux-v4.19/drivers/cpuidle/ |
D | sysfs.c | 232 static struct kobj_type ktype_cpuidle = { 430 static struct kobj_type ktype_state_cpuidle = { 574 static struct kobj_type ktype_driver_cpuidle = {
|
/Linux-v4.19/drivers/md/ |
D | dm-sysfs.c | 120 static struct kobj_type dm_ktype = {
|
/Linux-v4.19/Documentation/ |
D | kobject.txt | 121 void kobject_init(struct kobject *kobj, struct kobj_type *ktype); 124 must have an associated kobj_type. After calling kobject_init(), to 159 int kobject_init_and_add(struct kobject *kobj, struct kobj_type *ktype, 293 kobj_type:: 295 struct kobj_type { 305 kobj_type structure; a pointer to that structure must be specified when you 308 The release field in struct kobj_type is, of course, a pointer to the
|
/Linux-v4.19/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_topology.c | 237 static struct kobj_type sysprops_type = { 273 static struct kobj_type iolink_type = { 301 static struct kobj_type mem_type = { 347 static struct kobj_type cache_type = { 498 static struct kobj_type node_type = {
|
/Linux-v4.19/drivers/of/ |
D | kobj.c | 27 struct kobj_type of_node_ktype = {
|
/Linux-v4.19/kernel/livepatch/ |
D | core.c | 606 static struct kobj_type klp_ktype_patch = { 616 static struct kobj_type klp_ktype_object = { 625 static struct kobj_type klp_ktype_func = {
|
/Linux-v4.19/fs/ext4/ |
D | sysfs.c | 357 static struct kobj_type ext4_sb_ktype = { 363 static struct kobj_type ext4_feat_ktype = {
|
12345