Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bluetooth/iwmbtfw/
H A Diwmbt_hw.h97 const struct iwmbt_firmware *fw);
99 const struct iwmbt_firmware *fw);
101 const struct iwmbt_firmware *fw);
103 const struct iwmbt_firmware *fw, uint32_t *boot_param, int offset);
116 const struct iwmbt_firmware *ddc);
H A Diwmbt_fw.h142 struct iwmbt_firmware {
148 extern int iwmbt_fw_read(struct iwmbt_firmware *fw, const char *fwname);
149 extern void iwmbt_fw_free(struct iwmbt_firmware *fw);
134 struct iwmbt_firmware { global() struct
140 bufiwmbt_firmware global() argument
H A Diwmbt_hw.c164 const struct iwmbt_firmware *fw) in iwmbt_patch_fwfile()
167 struct iwmbt_firmware fw_job = *fw; in iwmbt_patch_fwfile()
323 const struct iwmbt_firmware *fw) in iwmbt_load_rsa_header()
342 const struct iwmbt_firmware *fw) in iwmbt_load_ecdsa_header()
355 const struct iwmbt_firmware *fw, uint32_t *boot_param, int offset) in iwmbt_load_fwfile()
713 const struct iwmbt_firmware *ddc) in iwmbt_intel_reset()
H A Diwmbt_fw.c46 iwmbt_fw_read(struct iwmbt_firmware *fw, const char *fwname) in iwmbt_fw_read()
103 iwmbt_fw_free(struct iwmbt_firmware *fw) in iwmbt_fw_free()
H A Dmain.c234 struct iwmbt_firmware fw; in iwmbt_patch_firmware()
323 struct iwmbt_firmware ddc; in iwmbt_init_firmware()
392 struct iwmbt_firmware fw; in usage()