Home
last modified time | relevance | path

Searched refs:p54_parse_firmware (Results 1 – 5 of 5) sorted by relevance

/drivers/net/wireless/p54/
Dp54.h271 int p54_parse_firmware(struct ieee80211_hw *dev, const struct firmware *fw);
Dfwio.c30 int p54_parse_firmware(struct ieee80211_hw *dev, const struct firmware *fw) in p54_parse_firmware() function
188 EXPORT_SYMBOL_GPL(p54_parse_firmware);
Dp54spi.c178 ret = p54_parse_firmware(dev, priv->firmware); in p54spi_request_firmware()
Dp54pci.c82 err = p54_parse_firmware(dev, priv->firmware); in p54p_upload_firmware()
Dp54usb.c874 ret = p54_parse_firmware(dev, priv->fw); in p54u_start_ops()