Lines Matching refs:debug
244 struct asus_wmi_debug debug; member
1873 err = asus_wmi_get_devstate(asus, asus->debug.dev_id, &retval); in show_dsts()
1878 seq_printf(m, "DSTS(%#x) = %#x\n", asus->debug.dev_id, retval); in show_dsts()
1889 err = asus_wmi_set_devstate(asus->debug.dev_id, asus->debug.ctrl_param, in show_devs()
1895 seq_printf(m, "DEVS(%#x, %#x) = %#x\n", asus->debug.dev_id, in show_devs()
1896 asus->debug.ctrl_param, retval); in show_devs()
1905 .arg0 = asus->debug.dev_id, in show_call()
1906 .arg1 = asus->debug.ctrl_param, in show_call()
1914 1, asus->debug.method_id, in show_call()
1922 seq_printf(m, "%#x(%#x, %#x) = %#x\n", asus->debug.method_id, in show_call()
1923 asus->debug.dev_id, asus->debug.ctrl_param, in show_call()
1926 seq_printf(m, "%#x(%#x, %#x) = t:%d\n", asus->debug.method_id, in show_call()
1927 asus->debug.dev_id, asus->debug.ctrl_param, in show_call()
1958 debugfs_remove_recursive(asus->debug.root); in asus_wmi_debugfs_exit()
1966 asus->debug.root = debugfs_create_dir(asus->driver->name, NULL); in asus_wmi_debugfs_init()
1967 if (!asus->debug.root) { in asus_wmi_debugfs_init()
1973 asus->debug.root, &asus->debug.method_id); in asus_wmi_debugfs_init()
1978 asus->debug.root, &asus->debug.dev_id); in asus_wmi_debugfs_init()
1983 asus->debug.root, &asus->debug.ctrl_param); in asus_wmi_debugfs_init()
1992 asus->debug.root, node, in asus_wmi_debugfs_init()