Home
last modified time | relevance | path

Searched refs:project_id (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.sbin/bluetooth/rtlbtfw/
H A Drtlbt_fw.c252 uint8_t opcode, oplen, project_id; in rtlbt_get_fw_type() local
294 project_id = *ptr; in rtlbt_get_fw_type()
295 rtlbt_debug("project_id=%x", project_id); in rtlbt_get_fw_type()
296 if (project_id >= nitems(project_ids) || in rtlbt_get_fw_type()
297 project_ids[project_id] == 0) { in rtlbt_get_fw_type()
298 rtlbt_err("unknown project id %x", project_id); in rtlbt_get_fw_type()
301 *fw_lmp_subversion = project_ids[project_id]; in rtlbt_get_fw_type()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dwmi-tlv.h1715 u8 project_id; member