Searched refs:file_pds (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/drivers/net/wireless/silabs/wfx/ |
D | bus_sdio.c | 26 .file_pds = "wfx/wf200.pds", 31 .file_pds = "wfx/brd4001a.pds", 36 .file_pds = "wfx/brd8022a.pds", 41 .file_pds = "wfx/brd8023a.pds",
|
D | bus_spi.c | 28 .file_pds = "wfx/wf200.pds", 34 .file_pds = "wfx/brd4001a.pds", 40 .file_pds = "wfx/brd8022a.pds", 46 .file_pds = "wfx/brd8023a.pds",
|
D | main.c | 224 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()
|
D | main.h | 24 const char *file_pds; member
|