Home
last modified time | relevance | path

Searched refs:d_cdev (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/thermal/
H A Dthermal_debugfs.c19 static struct dentry *d_cdev; variable
184 d_cdev = debugfs_create_dir("cooling_devices", d_root); in thermal_debug_init()
185 if (IS_ERR(d_cdev)) in thermal_debug_init()
483 thermal_dbg = thermal_debugfs_add_id(d_cdev, cdev->id); in thermal_debug_cdev_add()
/linux/drivers/s390/block/
H A Ddasd_int.h106 #define DBF_EVENT_DEVID(d_level, d_cdev, d_str, d_data...) \ argument
109 ccw_device_get_id(d_cdev, &__dev_id); \