Home
last modified time | relevance | path

Searched refs:chip_type (Results 1 – 25 of 26) sorted by relevance

12

/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/build/scripts/
Dscons_env_cfg.py74 self.chip_type = "Hi3861"
76 self.chip_type = "Hi3861L"
81 self.map_file = os.path.join(self.bin_path, '%s_demo.map'%(self.chip_type))
119 env['CHIP_TYPE'] = self.chip_type
302 self.target_name = '%s_%s'%((self.chip_type), self.app_name)
303 self.map_file = os.path.join(self.bin_path, '%s_%s.map'%((self.chip_type), self.app_name))
306 self.nv_factory_name = '%s_%s_factory.hnv'%((self.chip_type), app_name)
307 self.nv_normal_name = '%s_%s_normal.hnv'%((self.chip_type), app_name)
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/
Dscons_env_cfg.py74 self.chip_type = "Hi3861"
76 self.chip_type = "Hi3861L"
81 self.map_file = os.path.join(self.bin_path, '%s_demo.map'%(self.chip_type))
119 env['CHIP_TYPE'] = self.chip_type
302 self.target_name = '%s_%s'%((self.chip_type), self.app_name)
303 self.map_file = os.path.join(self.bin_path, '%s_%s.map'%((self.chip_type), self.app_name))
306 self.nv_factory_name = '%s_%s_factory.hnv'%((self.chip_type), app_name)
307 self.nv_normal_name = '%s_%s_normal.hnv'%((self.chip_type), app_name)
/device/board/hisilicon/hispark_phoenix/peripherals/bluetooth/rtkbt/code/libbt-vendor/src/
Dhardware_uart.c76 uint8_t chip_type; member
165 …p_type_mask != CHIP_TYPE_MASK_ALL) && ((patch_entry->chip_type_mask & (1 << cfg->chip_type)) == 0)) in check_match_state()
170 res, cfg->lmp_subversion, cfg->hci_version, cfg->hci_revision, cfg->chip_type, mask); in check_match_state()
179 cfg->lmp_subversion, cfg->hci_version, cfg->hci_revision, cfg->chip_type); in get_patch_entry()
188 …p_type_mask != CHIP_TYPE_MASK_ALL) && ((patch_entry->chip_type_mask & (1 << cfg->chip_type)) == 0)) in get_patch_entry()
888 …_cb->lmp_subversion, cfg_cb->hci_version, cfg_cb->hci_revision, cfg_cb->chip_type, cfg_cb->eversio… in rtk_get_bt_final_patch()
1147 …hw_cfg_cb.chip_type = ((*((uint8_t *)(p_evt_buf + 1) + HCI_EVT_CMD_CMPL_OPFC61_CHIPTYPE_OFFSET)) &… in hw_config_cback()
1151 BTVNDDBG("READ_CHIP_TYPE hw_cfg_cb.chip_type = 0x%x", hw_cfg_cb.chip_type); in hw_config_cback()
1160 …\n", hw_cfg_cb.lmp_subversion, hw_cfg_cb.hci_version, hw_cfg_cb.hci_revision, hw_cfg_cb.chip_type); in hw_config_cback()
1179 hw_cfg_test.chip_type = CHIPTYPE_NONE; in hw_config_cback()
[all …]
Dhardware_usb.c733 …_cb->lmp_subversion, cfg_cb->hci_version, cfg_cb->hci_revision, cfg_cb->chip_type, cfg_cb->eversio… in rtk_usb_get_bt_final_patch()
1131 hw_cfg_cb.chip_type = CHIPTYPE_NONE; in hw_usb_config_start()
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/os_dep/linux/
Dsdio_intf.c571 dvobj->chip_type = pdid->driver_data; in rtw_decide_chip_type_by_device_id()
574 if (dvobj->chip_type == RTL8188E) { in rtw_decide_chip_type_by_device_id()
581 if (dvobj->chip_type == RTL8723B) { in rtw_decide_chip_type_by_device_id()
588 if (dvobj->chip_type == RTL8821) { in rtw_decide_chip_type_by_device_id()
595 if (dvobj->chip_type == RTL8192E) { in rtw_decide_chip_type_by_device_id()
602 if (dvobj->chip_type == RTL8703B) { in rtw_decide_chip_type_by_device_id()
609 if (dvobj->chip_type == RTL8723D) { in rtw_decide_chip_type_by_device_id()
616 if (dvobj->chip_type == RTL8188F) { in rtw_decide_chip_type_by_device_id()
623 if (dvobj->chip_type == RTL8188GTV) { in rtw_decide_chip_type_by_device_id()
630 if (dvobj->chip_type == RTL8822B) { in rtw_decide_chip_type_by_device_id()
[all …]
/device/board/unionman/unionpi_tiger/hardware/bt/src/
Dhardware_uart.c65 uint8_t chip_type; member
158 ((patch_entry->chip_type_mask & (1 << cfg->chip_type)) == 0)) { in check_match_state()
165 res, cfg->lmp_subversion, cfg->hci_version, cfg->hci_revision, cfg->chip_type, mask); in check_match_state()
174 cfg->lmp_subversion, cfg->hci_version, cfg->hci_revision, cfg->chip_type); in get_patch_entry()
188 ((patch_entry->chip_type_mask & (1 << cfg->chip_type)) == 0)) { in get_patch_entry()
937 cfg_cb->hci_revision, cfg_cb->chip_type, cfg_cb->eversion + 1, RTK_VERSION); in rtk_get_bt_final_patch()
1153 hw_cfg_cb.chip_type = in hw_config_cback()
1158 BTVNDDBG("READ_CHIP_TYPE hw_cfg_cb.chip_type = 0x%x", hw_cfg_cb.chip_type); in hw_config_cback()
1168 hw_cfg_cb.chip_type); in hw_config_cback()
1185 hw_cfg_test.chip_type = CHIPTYPE_NONE; in hw_config_cback()
[all …]
Dhardware_usb.c797 … cfg_cb->hci_revision, cfg_cb->chip_type, cfg_cb->eversion + 1, RTK_VERSION, patch->fw_version); in rtk_usb_get_bt_final_patch()
1117 hw_cfg_cb.chip_type = CHIPTYPE_NONE; in hw_usb_config_start()
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
Danalogix_dp-rockchip.c67 u32 chip_type; member
554 while (is_rockchip(dp_data[i].chip_type)) { in rockchip_dp_probe()
569 dp->plat_data.dev_type = dp->data->chip_type; in rockchip_dp_probe()
642 .chip_type = RK3399_EDP,
651 .chip_type = RK3288_DP,
660 .chip_type = RK3568_EDP,
669 .chip_type = RK3588_EDP,
678 .chip_type = RK3588_EDP,
/device/board/isoftstone/yangfan/kernel/src/driv/input/touchscreen/gt9xx/
Dgt9xx.c206 if (CHIP_TYPE_GT9F == ts->chip_type) in gtp_i2c_read()
269 if (CHIP_TYPE_GT9F == ts->chip_type) in gtp_i2c_write()
704 if ((finger == 0x00) && (CHIP_TYPE_GT9F == ts->chip_type)) // request arrived in goodix_ts_work_func()
1130 if (CHIP_TYPE_GT9F == ts->chip_type) in gtp_reset_guitar()
1206 if (CHIP_TYPE_GT9F == ts->chip_type) in gtp_enter_sleep()
1261 if (CHIP_TYPE_GT9F == ts->chip_type) in gtp_wakeup_sleep()
1482 if (CHIP_TYPE_GT9F == ts->chip_type) in gtp_init_panel()
1541 if (CHIP_TYPE_GT9F == ts->chip_type) in gtp_init_panel()
1626 if (CHIP_TYPE_GT9F == ts->chip_type) in gtp_init_panel()
2026 if (CHIP_TYPE_GT9F == ts->chip_type) in goodix_ts_early_resume()
[all …]
Dgt9xx.h150 CHIP_TYPE_T chip_type; member
Dgt9xx_update.c2303 if (CHIP_TYPE_GT9F == ts->chip_type) in gup_update_proc()
2507 if (CHIP_TYPE_GT9F == ts->chip_type) in gup_init_update_proc()
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/include/linux/amlogic/media/vout/lcd/
Daml_bl.h59 enum bl_chip_type_e chip_type; member
Dlcd_vout.h102 enum lcd_chip_e chip_type; member
/device/board/hisilicon/hispark_phoenix/peripherals/bluetooth/rtkbt/code/libbt-vendor/include/
Dhardware.h150 uint8_t chip_type; member
/device/board/unionman/unionpi_tiger/hardware/bt/include/
Dhardware.h148 uint8_t chip_type; member
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/include/
Dhal_intf.h58 …o_odm_ic_type(chip_type) (((chip_type) >= MAX_CHIP_TYPE) ? _chip_type_to_odm_ic_type[MAX_CHIP_TYPE… argument
Ddrv_types.h1313 u8 chip_type; member
2051 #define rtw_get_chip_type(adapter) (((PADAPTER)adapter)->dvobj->chip_type)
/device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/drv/gpio/
Ddrv_gpio.c128 HI_CHIP_TYPE_E chip_type; in gpio_drv_get_chip_version() local
129 hi_drv_sys_get_chip_version(&chip_type, &chip_version); in gpio_drv_get_chip_version()
/device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/drv/i2c/gpio_i2c/
Ddrv_gpio_i2c.c1122 HI_CHIP_TYPE_E chip_type; in hi_drv_i2c_get_chip_version() local
1123 hi_drv_sys_get_chip_version(&chip_type, &chip_version); in hi_drv_i2c_get_chip_version()
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/include/linux/amlogic/media/vout/hdmi_tx/
Dhdmi_tx_module.h353 int chip_type; member
/device/soc/amlogic/a311d/soc/include/linux/amlogic/
Dsd.h227 enum mmc_chip_e chip_type; member
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/include/linux/amlogic/
Dsd.h231 enum mmc_chip_e chip_type; member
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/hal/
Dhal_btcoex.c1656 switch(pBtCoexist->chip_type) { in halbtcoutsrc_Set()
3252 pBtCoexist->chip_type = BTC_CHIP_RTL8822C; in EXhalbtcoutsrc_BindBtCoexWithAdapter()
3258 pBtCoexist->chip_type = BTC_CHIP_RTL8725A; in EXhalbtcoutsrc_BindBtCoexWithAdapter()
3265 pBtCoexist->chip_type = BTC_CHIP_RTL8723F; in EXhalbtcoutsrc_BindBtCoexWithAdapter()
3271 pBtCoexist->chip_type = BTC_CHIP_UNDEF; in EXhalbtcoutsrc_BindBtCoexWithAdapter()
/device/soc/rockchip/rk3588/kernel/arch/arm64/boot/dts/rockchip/
Drk3588s-tablet.dtsi438 chip_type = <0x01>; /* 1:HID IIC, 0: NORMAL IIC */
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/hal/btc/
Dhalbtcoutsrc.h1816 u8 chip_type; member

12