Searched refs:cpu_device_create (Results 1 - 3 of 3) sorted by relevance
/linux-4.4.14/drivers/base/ |
H A D | cpu.c | 431 struct device *cpu_device_create(struct device *parent, void *drvdata, cpu_device_create() function 443 EXPORT_SYMBOL_GPL(cpu_device_create); variable
|
H A D | cacheinfo.c | 449 per_cpu_cache_dev(cpu) = cpu_device_create(dev, NULL, NULL, "cache"); cpu_cache_sysfs_init() 485 ci_dev = cpu_device_create(parent, this_leaf, cache_groups, cache_add_dev()
|
/linux-4.4.14/include/linux/ |
H A D | cpu.h | 44 struct device *cpu_device_create(struct device *parent, void *drvdata,
|
Completed in 121 milliseconds