Searched refs:rtlbt_fw_read (Results 1 – 3 of 3) sorted by relevance
81 int rtlbt_fw_read(struct rtlbt_firmware *fw, const char *fwname);
421 if (rtlbt_fw_read(&fw, firmware_path) <= 0) { in main()465 if (rtlbt_fw_read(&cfg, config_path) <= 0) { in main()
154 rtlbt_fw_read(struct rtlbt_firmware *fw, const char *fwname) in rtlbt_fw_read() function