Home
last modified time | relevance | path

Searched refs:procfs (Results 1 – 5 of 5) sorted by relevance

/drivers/gpu/drm/amd/amdkfd/
Dkfd_process.c79 static struct kfd_procfs_tree procfs; variable
353 procfs.kobj = kfd_alloc_struct(procfs.kobj); in kfd_procfs_init()
354 if (!procfs.kobj) in kfd_procfs_init()
357 ret = kobject_init_and_add(procfs.kobj, &procfs_type, in kfd_procfs_init()
368 if (procfs.kobj) { in kfd_procfs_shutdown()
369 kobject_del(procfs.kobj); in kfd_procfs_shutdown()
370 kobject_put(procfs.kobj); in kfd_procfs_shutdown()
371 procfs.kobj = NULL; in kfd_procfs_shutdown()
829 if (!procfs.kobj) in kfd_create_process()
838 procfs.kobj, "%d", in kfd_create_process()
/drivers/parport/
DMakefile6 parport-objs := share.o ieee1284.o ieee1284_ops.o procfs.o
/drivers/cpufreq/
DKconfig41 Export CPU time-in-state information through procfs.
/drivers/video/fbdev/
DKconfig1426 bool "direct hardware access via procfs (DEPRECATED)(DANGEROUS)"
1428 Allow direct hardware access to some output registers via procfs.
/drivers/rtc/
DKconfig108 bool "/proc/driver/rtc (procfs for rtcN)"