Symbol: rtlbt_firmware
usr.sbin/bluetooth/rtlbtfw/main.c
323
struct rtlbt_firmware fw, cfg;
usr.sbin/bluetooth/rtlbtfw/rtlbt_fw.c
165
rtlbt_fw_read(struct rtlbt_firmware *fw, const char *fwname)
usr.sbin/bluetooth/rtlbtfw/rtlbt_fw.c
222
rtlbt_fw_free(struct rtlbt_firmware *fw)
usr.sbin/bluetooth/rtlbtfw/rtlbt_fw.c
258
rtlbt_get_fw_type(struct rtlbt_firmware *fw, uint16_t *fw_lmp_subversion)
usr.sbin/bluetooth/rtlbtfw/rtlbt_fw.c
320
rtlbt_parse_fwfile_v1(struct rtlbt_firmware *fw, uint8_t rom_version)
usr.sbin/bluetooth/rtlbtfw/rtlbt_fw.c
465
rtlbt_parse_fwfile_v2(struct rtlbt_firmware *fw, uint8_t rom_version,
usr.sbin/bluetooth/rtlbtfw/rtlbt_fw.c
568
rtlbt_append_fwfile(struct rtlbt_firmware *fw, struct rtlbt_firmware *opt)
usr.sbin/bluetooth/rtlbtfw/rtlbt_fw.h
127
int rtlbt_fw_read(struct rtlbt_firmware *fw, const char *fwname);
usr.sbin/bluetooth/rtlbtfw/rtlbt_fw.h
128
void rtlbt_fw_free(struct rtlbt_firmware *fw);
usr.sbin/bluetooth/rtlbtfw/rtlbt_fw.h
133
enum rtlbt_fw_type rtlbt_get_fw_type(struct rtlbt_firmware *fw,
usr.sbin/bluetooth/rtlbtfw/rtlbt_fw.h
135
int rtlbt_parse_fwfile_v1(struct rtlbt_firmware *fw, uint8_t rom_version);
usr.sbin/bluetooth/rtlbtfw/rtlbt_fw.h
136
int rtlbt_parse_fwfile_v2(struct rtlbt_firmware *fw, uint8_t rom_version,
usr.sbin/bluetooth/rtlbtfw/rtlbt_fw.h
138
int rtlbt_append_fwfile(struct rtlbt_firmware *fw, struct rtlbt_firmware *opt);
usr.sbin/bluetooth/rtlbtfw/rtlbt_hw.c
218
const struct rtlbt_firmware *fw)
usr.sbin/bluetooth/rtlbtfw/rtlbt_hw.h
115
const struct rtlbt_firmware *fw);