Lines Matching refs:event

188 DEBUGFS_FWSTATS_FILE(event, heart_beat, 20, "%u");
189 DEBUGFS_FWSTATS_FILE(event, calibration, 20, "%u");
190 DEBUGFS_FWSTATS_FILE(event, rx_mismatch, 20, "%u");
191 DEBUGFS_FWSTATS_FILE(event, rx_mem_empty, 20, "%u");
192 DEBUGFS_FWSTATS_FILE(event, rx_pool, 20, "%u");
193 DEBUGFS_FWSTATS_FILE(event, oom_late, 20, "%u");
194 DEBUGFS_FWSTATS_FILE(event, phy_transmit_error, 20, "%u");
195 DEBUGFS_FWSTATS_FILE(event, tx_stuck, 20, "%u");
328 DEBUGFS_FWSTATS_DEL(event, heart_beat); in wl1251_debugfs_delete_files()
329 DEBUGFS_FWSTATS_DEL(event, calibration); in wl1251_debugfs_delete_files()
330 DEBUGFS_FWSTATS_DEL(event, rx_mismatch); in wl1251_debugfs_delete_files()
331 DEBUGFS_FWSTATS_DEL(event, rx_mem_empty); in wl1251_debugfs_delete_files()
332 DEBUGFS_FWSTATS_DEL(event, rx_pool); in wl1251_debugfs_delete_files()
333 DEBUGFS_FWSTATS_DEL(event, oom_late); in wl1251_debugfs_delete_files()
334 DEBUGFS_FWSTATS_DEL(event, phy_transmit_error); in wl1251_debugfs_delete_files()
335 DEBUGFS_FWSTATS_DEL(event, tx_stuck); in wl1251_debugfs_delete_files()
429 DEBUGFS_FWSTATS_ADD(event, heart_beat); in wl1251_debugfs_add_files()
430 DEBUGFS_FWSTATS_ADD(event, calibration); in wl1251_debugfs_add_files()
431 DEBUGFS_FWSTATS_ADD(event, rx_mismatch); in wl1251_debugfs_add_files()
432 DEBUGFS_FWSTATS_ADD(event, rx_mem_empty); in wl1251_debugfs_add_files()
433 DEBUGFS_FWSTATS_ADD(event, rx_pool); in wl1251_debugfs_add_files()
434 DEBUGFS_FWSTATS_ADD(event, oom_late); in wl1251_debugfs_add_files()
435 DEBUGFS_FWSTATS_ADD(event, phy_transmit_error); in wl1251_debugfs_add_files()
436 DEBUGFS_FWSTATS_ADD(event, tx_stuck); in wl1251_debugfs_add_files()