Searched refs:ver_info (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/ |
| H A D | gen-version.sh | 3 ./ver_info.pl include/ssv_version.h
|
| H A D | android-build.sh | 37 ./ver_info.pl include/ssv_version.h
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt1x/ |
| H A D | gt1x_generic.c | 815 s32 gt1x_read_version(struct gt1x_version_info *ver_info) in gt1x_read_version() argument 852 if (ver_info) in gt1x_read_version() 853 ver_info->sensor_id = 0; in gt1x_read_version() 865 if (ver_info != NULL) { in gt1x_read_version() 866 ver_info->mask_id = mask_id; in gt1x_read_version() 867 ver_info->patch_id = patch_id; in gt1x_read_version() 868 memcpy(ver_info->product_id, product_id, 5); in gt1x_read_version() 869 ver_info->sensor_id = sensor_id; in gt1x_read_version() 870 ver_info->match_opt = match_opt; in gt1x_read_version()
|
| H A D | gt1x_update.c | 676 struct gt1x_version_info ver_info; in gt1x_update_judge() local 719 ret = gt1x_read_version(&ver_info); in gt1x_update_judge() 725 if (memcmp(fw_ver_info.product_id, ver_info.product_id, 4)) { in gt1x_update_judge() 729 if ((fw_ver_info.mask_id & 0xFFFFFF00) != (ver_info.mask_id & 0xFFFFFF00)) { in gt1x_update_judge() 733 if ((fw_ver_info.patch_id & 0xFF0000) != (ver_info.patch_id & 0xFF0000)) { in gt1x_update_judge() 743 if ((fw_ver_info.patch_id & 0xFFFF) <= (ver_info.patch_id & 0xFFFF)) { in gt1x_update_judge()
|
| H A D | gt1x_generic.h | 549 extern s32 gt1x_read_version(struct gt1x_version_info *ver_info);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/btc/ |
| H A D | halbtc_dbg_cmd.c | 155 ver_main = (wl->ver_info.fw_coex & bMASKB3) >> 24; in _show_cx_info() 156 ver_sub = (wl->ver_info.fw_coex & bMASKB2) >> 16; in _show_cx_info() 157 ver_hotfix = (wl->ver_info.fw_coex & bMASKB1) >> 8; in _show_cx_info() 158 id_branch = wl->ver_info.fw_coex & bMASKB0; in _show_cx_info() 170 (wl->ver_info.fw_coex >= btc->chip->wlcx_desired ? in _show_cx_info() 176 bt->ver_info.fw_coex, in _show_cx_info() 177 (bt->ver_info.fw_coex >= btc->chip->btcx_desired ? in _show_cx_info() 181 if (bt->enable.now && bt->ver_info.fw == 0) in _show_cx_info() 188 "[sub_module]", (wl->ver_info.fw & bMASKB3) >> 24, in _show_cx_info() 189 (wl->ver_info.fw & bMASKB2) >> 16, in _show_cx_info() [all …]
|
| H A D | halbtc_fw.c | 168 bt->ver_info.fw = pver->fw_ver; in _update_bt_report() 169 bt->ver_info.fw_coex = (pver->coex_ver & bMASKB0); in _update_bt_report() 384 wl->ver_info.fw_coex = prpt->wl_fw_info.cx_ver; in _chk_btc_report() 385 wl->ver_info.fw = prpt->wl_fw_info.fw_ver; in _chk_btc_report()
|
| H A D | hal_btc.h | 1087 struct btc_bt_ver_info ver_info; member 1159 struct btc_wl_ver_info ver_info; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/btc/ |
| H A D | halbtc_dbg_cmd.c | 155 ver_main = (wl->ver_info.fw_coex & bMASKB3) >> 24; in _show_cx_info() 156 ver_sub = (wl->ver_info.fw_coex & bMASKB2) >> 16; in _show_cx_info() 157 ver_hotfix = (wl->ver_info.fw_coex & bMASKB1) >> 8; in _show_cx_info() 158 id_branch = wl->ver_info.fw_coex & bMASKB0; in _show_cx_info() 170 (wl->ver_info.fw_coex >= btc->chip->wlcx_desired ? in _show_cx_info() 176 bt->ver_info.fw_coex, in _show_cx_info() 177 (bt->ver_info.fw_coex >= btc->chip->btcx_desired ? in _show_cx_info() 181 if (bt->enable.now && bt->ver_info.fw == 0) in _show_cx_info() 188 "[sub_module]", (wl->ver_info.fw & bMASKB3) >> 24, in _show_cx_info() 189 (wl->ver_info.fw & bMASKB2) >> 16, in _show_cx_info() [all …]
|
| H A D | halbtc_fw.c | 168 bt->ver_info.fw = pver->fw_ver; in _update_bt_report() 169 bt->ver_info.fw_coex = (pver->coex_ver & bMASKB0); in _update_bt_report() 384 wl->ver_info.fw_coex = prpt->wl_fw_info.cx_ver; in _chk_btc_report() 385 wl->ver_info.fw = prpt->wl_fw_info.fw_ver; in _chk_btc_report()
|
| H A D | hal_btc.h | 1082 struct btc_bt_ver_info ver_info; member 1154 struct btc_wl_ver_info ver_info; member
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | terminal.py | 298 ver_info = out.decode().rstrip().split('\n') 306 for ver in ver_info:
|
| /OK3568_Linux_fs/kernel/drivers/input/misc/ |
| H A D | iqs269a.c | 1638 struct iqs269_ver_info ver_info; in iqs269_probe() local 1659 error = regmap_raw_read(iqs269->regmap, IQS269_VER_INFO, &ver_info, in iqs269_probe() 1660 sizeof(ver_info)); in iqs269_probe() 1664 if (ver_info.prod_num != IQS269_VER_INFO_PROD_NUM) { in iqs269_probe() 1666 ver_info.prod_num); in iqs269_probe()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | stex.c | 253 struct ver_info { struct 265 struct ver_info drv_ver; argument 266 struct ver_info bios_ver;
|