Home
last modified time | relevance | path

Searched refs:rtlbt_fw_read (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/bluetooth/rtlbtfw/
H A Drtlbt_fw.h81 int rtlbt_fw_read(struct rtlbt_firmware *fw, const char *fwname);
H A Dmain.c421 if (rtlbt_fw_read(&fw, firmware_path) <= 0) { in main()
465 if (rtlbt_fw_read(&cfg, config_path) <= 0) { in main()
H A Drtlbt_fw.c154 rtlbt_fw_read(struct rtlbt_firmware *fw, const char *fwname) in rtlbt_fw_read() function