Home
last modified time | relevance | path

Searched refs:fwlog (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/drivers/net/wireless/ti/wlcore/
Dsysfs.c135 memcpy(buffer, wl->fwlog, len); in wl1271_sysfs_read_fwlog()
138 memmove(wl->fwlog, wl->fwlog + len, wl->fwlog_size); in wl1271_sysfs_read_fwlog()
Dmain.c329 wl->conf.fwlog.mode = WL12XX_FWLOG_CONTINUOUS; in wlcore_adjust_conf()
330 wl->conf.fwlog.output = WL12XX_FWLOG_OUTPUT_HOST; in wlcore_adjust_conf()
332 wl->conf.fwlog.mode = WL12XX_FWLOG_CONTINUOUS; in wlcore_adjust_conf()
333 wl->conf.fwlog.output = WL12XX_FWLOG_OUTPUT_DBG_PINS; in wlcore_adjust_conf()
335 wl->conf.fwlog.mem_blocks = 0; in wlcore_adjust_conf()
336 wl->conf.fwlog.output = WL12XX_FWLOG_OUTPUT_NONE; in wlcore_adjust_conf()
824 memcpy(wl->fwlog + wl->fwlog_size, memblock, len); in wl12xx_copy_fwlog()
851 wl->conf.fwlog.output != WL12XX_FWLOG_OUTPUT_DBG_PINS) in wl12xx_read_fwlog_panic()
952 if (wl->conf.fwlog.output == WL12XX_FWLOG_OUTPUT_HOST) in wl1271_recovery_work()
6459 wl->fwlog = (u8 *)get_zeroed_page(GFP_KERNEL); in wlcore_alloc_hw()
[all …]
Dcmd.c1802 cmd->logger_mode = wl->conf.fwlog.mode; in wl12xx_cmd_config_fwlog()
1803 cmd->log_severity = wl->conf.fwlog.severity; in wl12xx_cmd_config_fwlog()
1804 cmd->timestamp = wl->conf.fwlog.timestamp; in wl12xx_cmd_config_fwlog()
1805 cmd->output = wl->conf.fwlog.output; in wl12xx_cmd_config_fwlog()
1806 cmd->threshold = wl->conf.fwlog.threshold; in wl12xx_cmd_config_fwlog()
Ddebugfs.c1250 wl->conf.fwlog.output); in fw_logger_read()
1272 if (wl->conf.fwlog.output == 0) { in fw_logger_write()
1285 wl->conf.fwlog.output = value; in fw_logger_write()
Dconf.h1158 struct conf_fwlog fwlog; member
Dwlcore.h305 u8 *fwlog; member
Dacx.c996 mem_conf->fwlog_blocks = wl->conf.fwlog.mem_blocks; in wl12xx_acx_mem_cfg()
/Linux-v4.19/drivers/net/wireless/ti/wl12xx/
Dmain.c336 .fwlog = {
/Linux-v4.19/drivers/net/wireless/ti/wl18xx/
Dmain.c474 .fwlog = {