Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/silabs/wfx/
H A 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",
H A 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",
H A Dmain.c225 ret = request_firmware(&pds, wdev->pdata.file_pds, wdev->dev); in wfx_send_pdata_pds()
228 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()
401 dev_dbg(wdev->dev, "sending configuration file %s\n", wdev->pdata.file_pds); in wfx_probe()
418 wdev->pdata.file_pds); in wfx_probe()
H A Dmain.h24 const char *file_pds; member