Searched refs:PLINE (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/staging/unisys/uislib/ |
D | uislib.c | 986 #define PLINE(...) uisutil_add_proc_line_ex(&tot, buff, \ macro 995 if (PLINE("\nBuses:\n") < 0) in info_debugfs_read_helper() 1000 if (PLINE(" bus=0x%p, busNo=%d, deviceCount=%d\n", in info_debugfs_read_helper() 1004 if (PLINE(" Devices:\n") < 0) in info_debugfs_read_helper() 1009 if (PLINE(" busNo %d, device[%i]: 0x%p, chanptr=0x%p, swtch=0x%p\n", in info_debugfs_read_helper() 1015 if (PLINE(" first_busy_cnt=%llu, moved_to_tail_cnt=%llu, last_on_list_cnt=%llu\n", in info_debugfs_read_helper() 1025 if (PLINE("UisUtils_Registered_Services: %d\n", in info_debugfs_read_helper() 1028 if (PLINE("cycles_before_wait %llu wait_cycles:%llu\n", in info_debugfs_read_helper() 1031 if (PLINE("tot_wakeup_cnt %llu:tot_wait_cnt %llu:tot_schedule_cnt %llu\n", in info_debugfs_read_helper() 1034 if (PLINE("en_smart_wakeup %d\n", en_smart_wakeup) < 0) in info_debugfs_read_helper() [all …]
|