Home
last modified time | relevance | path

Searched refs:file_pds (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/drivers/net/wireless/silabs/wfx/
Dbus_sdio.c26 .file_pds = "wfx/wf200.pds",
31 .file_pds = "wfx/brd4001a.pds",
36 .file_pds = "wfx/brd8022a.pds",
41 .file_pds = "wfx/brd8023a.pds",
Dbus_spi.c28 .file_pds = "wfx/wf200.pds",
34 .file_pds = "wfx/brd4001a.pds",
40 .file_pds = "wfx/brd8022a.pds",
46 .file_pds = "wfx/brd8023a.pds",
Dmain.c224 ret = request_firmware(&pds, wdev->pdata.file_pds, wdev->dev); in wfx_send_pdata_pds()
227 wdev->pdata.file_pds); in wfx_send_pdata_pds()
308 of_property_read_string(dev->of_node, "silabs,antenna-config-file", &wdev->pdata.file_pds); in wfx_init_common()
405 dev_dbg(wdev->dev, "sending configuration file %s\n", wdev->pdata.file_pds); in wfx_probe()
422 wdev->pdata.file_pds); in wfx_probe()
Dmain.h24 const char *file_pds; member