Lines Matching refs:debug
213 struct asus_wmi_debug debug; member
1592 err = asus_wmi_get_devstate(asus, asus->debug.dev_id, &retval); in show_dsts()
1597 seq_printf(m, "DSTS(%#x) = %#x\n", asus->debug.dev_id, retval); in show_dsts()
1608 err = asus_wmi_set_devstate(asus->debug.dev_id, asus->debug.ctrl_param, in show_devs()
1614 seq_printf(m, "DEVS(%#x, %#x) = %#x\n", asus->debug.dev_id, in show_devs()
1615 asus->debug.ctrl_param, retval); in show_devs()
1624 .arg0 = asus->debug.dev_id, in show_call()
1625 .arg1 = asus->debug.ctrl_param, in show_call()
1633 1, asus->debug.method_id, in show_call()
1641 seq_printf(m, "%#x(%#x, %#x) = %#x\n", asus->debug.method_id, in show_call()
1642 asus->debug.dev_id, asus->debug.ctrl_param, in show_call()
1645 seq_printf(m, "%#x(%#x, %#x) = t:%d\n", asus->debug.method_id, in show_call()
1646 asus->debug.dev_id, asus->debug.ctrl_param, in show_call()
1677 debugfs_remove_recursive(asus->debug.root); in asus_wmi_debugfs_exit()
1685 asus->debug.root = debugfs_create_dir(asus->driver->name, NULL); in asus_wmi_debugfs_init()
1686 if (!asus->debug.root) { in asus_wmi_debugfs_init()
1692 asus->debug.root, &asus->debug.method_id); in asus_wmi_debugfs_init()
1697 asus->debug.root, &asus->debug.dev_id); in asus_wmi_debugfs_init()
1702 asus->debug.root, &asus->debug.ctrl_param); in asus_wmi_debugfs_init()
1711 asus->debug.root, node, in asus_wmi_debugfs_init()