Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/ti/wlcore/ !
Dsysfs.c117 memcpy(buffer, wl->fwlog, len); in wl1271_sysfs_read_fwlog()
120 memmove(wl->fwlog, wl->fwlog + len, wl->fwlog_size); in wl1271_sysfs_read_fwlog()
Dmain.c309 wl->conf.fwlog.mode = WL12XX_FWLOG_CONTINUOUS; in wlcore_adjust_conf()
310 wl->conf.fwlog.output = WL12XX_FWLOG_OUTPUT_HOST; in wlcore_adjust_conf()
312 wl->conf.fwlog.mode = WL12XX_FWLOG_CONTINUOUS; in wlcore_adjust_conf()
313 wl->conf.fwlog.output = WL12XX_FWLOG_OUTPUT_DBG_PINS; in wlcore_adjust_conf()
315 wl->conf.fwlog.mem_blocks = 0; in wlcore_adjust_conf()
316 wl->conf.fwlog.output = WL12XX_FWLOG_OUTPUT_NONE; in wlcore_adjust_conf()
812 memcpy(wl->fwlog + wl->fwlog_size, memblock, len); in wl12xx_copy_fwlog()
837 wl->conf.fwlog.output != WL12XX_FWLOG_OUTPUT_DBG_PINS) in wl12xx_read_fwlog_panic()
936 if (wl->conf.fwlog.output == WL12XX_FWLOG_OUTPUT_HOST) in wl1271_recovery_work()
6389 wl->fwlog = (u8 *)get_zeroed_page(GFP_KERNEL); in wlcore_alloc_hw()
[all …]
Dcmd.c1786 cmd->logger_mode = wl->conf.fwlog.mode; in wl12xx_cmd_config_fwlog()
1787 cmd->log_severity = wl->conf.fwlog.severity; in wl12xx_cmd_config_fwlog()
1788 cmd->timestamp = wl->conf.fwlog.timestamp; in wl12xx_cmd_config_fwlog()
1789 cmd->output = wl->conf.fwlog.output; in wl12xx_cmd_config_fwlog()
1790 cmd->threshold = wl->conf.fwlog.threshold; in wl12xx_cmd_config_fwlog()
Ddebugfs.c1212 wl->conf.fwlog.output); in fw_logger_read()
1234 if (wl->conf.fwlog.output == 0) { in fw_logger_write()
1246 wl->conf.fwlog.output = value; in fw_logger_write()
Dconf.h1144 struct conf_fwlog fwlog; member
Dwlcore.h293 u8 *fwlog; member
Dacx.c982 mem_conf->fwlog_blocks = wl->conf.fwlog.mem_blocks; in wl12xx_acx_mem_cfg()
/linux-6.1.9/drivers/net/wireless/ti/wl12xx/ !
Dmain.c322 .fwlog = {
/linux-6.1.9/drivers/net/wireless/ti/wl18xx/ !
Dmain.c460 .fwlog = {