Lines Matching refs:procfs
171 if (srv->procfs) { in mpp_procfs_remove()
172 proc_remove(srv->procfs); in mpp_procfs_remove()
173 srv->procfs = NULL; in mpp_procfs_remove()
320 srv->procfs = proc_mkdir(MPP_SERVICE_NAME, NULL); in mpp_procfs_init()
321 if (IS_ERR_OR_NULL(srv->procfs)) { in mpp_procfs_init()
323 srv->procfs = NULL; in mpp_procfs_init()
327 proc_create_single("version", 0444, srv->procfs, mpp_show_version); in mpp_procfs_init()
330 srv->procfs, mpp_show_session_summary, srv); in mpp_procfs_init()
332 proc_create_single("supports-cmd", 0444, srv->procfs, mpp_show_support_cmd); in mpp_procfs_init()
335 srv->procfs, mpp_show_support_device, srv); in mpp_procfs_init()
336 mpp_procfs_create_u32("timing_en", 0644, srv->procfs, &srv->timing_en); in mpp_procfs_init()