Searched refs:openfile (Results 1 – 4 of 4) sorted by relevance
38 int (*hci_load_fw)(u8 *firmware_name, u8 openfile);
96 static int ssv6xxx_hci_load_fw(u8 *firmware_name,u8 openfile) in ssv6xxx_hci_load_fw() argument98 return HCI_LOAD_FW(ctrl_hci,firmware_name,openfile); in ssv6xxx_hci_load_fw()
64 int __must_check (*load_fw)(struct device *child, u8 *firmware_name, u8 openfile);
622 static int ssv6xxx_sdio_load_firmware(struct device *child ,u8 *firmware_name, u8 openfile) in ssv6xxx_sdio_load_firmware() argument628 if(openfile) in ssv6xxx_sdio_load_firmware()