Home
last modified time | relevance | path

Searched refs:kobj_type (Results 1 – 25 of 71) sorted by relevance

123

/drivers/platform/x86/intel/pmt/
A Ddiscovery.c282 static const struct kobj_type pmt_feature_rmid_ktype = {
298 static const struct kobj_type pmt_feature_watcher_ktype = {
313 static const struct kobj_type pmt_feature_command_ktype = {
326 static const struct kobj_type pmt_feature_guids_ktype = {
472 const struct kobj_type *ktype; in pmt_features_discovery()
/drivers/cpufreq/
A Dcpufreq_governor.h127 struct kobj_type kobj_type; member
A Dcpufreq_governor.c460 gov->kobj_type.sysfs_ops = &governor_sysfs_ops; in cpufreq_dbs_governor_init()
461 gov->kobj_type.release = cpufreq_dbs_data_release; in cpufreq_dbs_governor_init()
462 ret = kobject_init_and_add(&dbs_data->attr_set.kobj, &gov->kobj_type, in cpufreq_dbs_governor_init()
/drivers/md/bcache/
A Dbcache.h1011 extern const struct kobj_type bch_cached_dev_ktype;
1012 extern const struct kobj_type bch_flash_dev_ktype;
1013 extern const struct kobj_type bch_cache_set_ktype;
1014 extern const struct kobj_type bch_cache_set_internal_ktype;
1015 extern const struct kobj_type bch_cache_ktype;
A Dsysfs.h6 const struct kobj_type type ## _ktype = { \
/drivers/dma/ioat/
A Dsysfs.c75 void ioat_kobject_add(struct ioatdma_device *ioat_dma, struct kobj_type *type) in ioat_kobject_add()
163 struct kobj_type ioat_ktype = {
A Ddma.h200 extern struct kobj_type ioat_ktype;
403 void ioat_kobject_add(struct ioatdma_device *ioat_dma, struct kobj_type *type);
/drivers/block/rnbd/
A Drnbd-srv-sysfs.c36 static const struct kobj_type dev_ktype = {
187 static const struct kobj_type rnbd_srv_sess_dev_ktype = {
/drivers/gpu/drm/xe/
A Dxe_gt_sysfs.c20 static const struct kobj_type xe_gt_sysfs_kobj_type = {
A Dxe_tile_sysfs.c20 static const struct kobj_type xe_tile_sysfs_kobj_type = {
A Dxe_hw_engine_class_sysfs.c82 static const struct kobj_type kobj_xe_hw_engine_type = {
87 static const struct kobj_type kobj_xe_hw_engine_type_def = {
/drivers/infiniband/ulp/rtrs/
A Drtrs-srv-sysfs.c24 static struct kobj_type ktype = {
227 static struct kobj_type ktype_stats = {
A Drtrs-clt-sysfs.c28 static struct kobj_type ktype_sess = {
44 static struct kobj_type ktype_stats = {
/drivers/edac/
A Dedac_device_sysfs.c215 static struct kobj_type ktype_device_ctrl = {
400 static struct kobj_type ktype_instance_ctrl = {
483 static struct kobj_type ktype_block_ctrl = {
A Dedac_pci_sysfs.c146 static struct kobj_type ktype_pci_instance = {
329 static struct kobj_type ktype_edac_pci_main_kobj = {
/drivers/gpu/drm/i915/gt/
A Dintel_gt_sysfs.c75 static const struct kobj_type kobj_gt_type = {
/drivers/cpuidle/
A Dsysfs.c210 static const struct kobj_type ktype_cpuidle = {
457 static const struct kobj_type ktype_state_cpuidle = {
604 static const struct kobj_type ktype_driver_cpuidle = {
/drivers/dma-buf/
A Ddma-buf-sysfs-stats.c115 static const struct kobj_type dma_buf_ktype = {
/drivers/md/
A Ddm-sysfs.c123 static const struct kobj_type dm_ktype = {
/drivers/of/
A Dkobj.c27 const struct kobj_type of_node_ktype = {
/drivers/platform/x86/
A Duv_sysfs.c207 static const struct kobj_type hub_attr_type = {
360 static const struct kobj_type uv_port_attr_type = {
532 static const struct kobj_type uv_pci_top_attr_type = {
/drivers/firmware/
A Ddmi-sysfs.c307 static const struct kobj_type dmi_system_event_log_ktype = {
564 static const struct kobj_type dmi_sysfs_entry_ktype = {
/drivers/staging/greybus/
A Daudio_manager_module.c147 static const struct kobj_type gb_audio_module_type = {
/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_xcp.c750 static const struct kobj_type xcp_cfg_res_sysfs_ktype = {
862 static const struct kobj_type xcp_cfg_sysfs_ktype = {
1012 static const struct kobj_type xcp_sysfs_ktype = {
/drivers/base/
A Dbus.c142 static const struct kobj_type driver_ktype = {
216 static const struct kobj_type bus_ktype = {
223 const struct kobj_type *ktype = get_ktype(kobj); in bus_uevent_filter()

Completed in 41 milliseconds

123