Searched refs:procfs (Results 1 – 5 of 5) sorted by relevance
79 static struct kfd_procfs_tree procfs; variable353 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()
6 parport-objs := share.o ieee1284.o ieee1284_ops.o procfs.o
41 Export CPU time-in-state information through procfs.
1426 bool "direct hardware access via procfs (DEPRECATED)(DANGEROUS)"1428 Allow direct hardware access to some output registers via procfs.
108 bool "/proc/driver/rtc (procfs for rtcN)"