/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/build/scripts/ |
D | scons_env_cfg.py | 74 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/ |
D | scons_env_cfg.py | 74 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/ |
D | hardware_uart.c | 76 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 …]
|
D | hardware_usb.c | 733 …_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/ |
D | sdio_intf.c | 571 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/ |
D | hardware_uart.c | 65 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 …]
|
D | hardware_usb.c | 797 … 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/ |
D | analogix_dp-rockchip.c | 67 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/ |
D | gt9xx.c | 206 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 …]
|
D | gt9xx.h | 150 CHIP_TYPE_T chip_type; member
|
D | gt9xx_update.c | 2303 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/ |
D | aml_bl.h | 59 enum bl_chip_type_e chip_type; member
|
D | lcd_vout.h | 102 enum lcd_chip_e chip_type; member
|
/device/board/hisilicon/hispark_phoenix/peripherals/bluetooth/rtkbt/code/libbt-vendor/include/ |
D | hardware.h | 150 uint8_t chip_type; member
|
/device/board/unionman/unionpi_tiger/hardware/bt/include/ |
D | hardware.h | 148 uint8_t chip_type; member
|
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/include/ |
D | hal_intf.h | 58 …o_odm_ic_type(chip_type) (((chip_type) >= MAX_CHIP_TYPE) ? _chip_type_to_odm_ic_type[MAX_CHIP_TYPE… argument
|
D | drv_types.h | 1313 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/ |
D | drv_gpio.c | 128 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/ |
D | drv_gpio_i2c.c | 1122 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/ |
D | hdmi_tx_module.h | 353 int chip_type; member
|
/device/soc/amlogic/a311d/soc/include/linux/amlogic/ |
D | sd.h | 227 enum mmc_chip_e chip_type; member
|
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/include/linux/amlogic/ |
D | sd.h | 231 enum mmc_chip_e chip_type; member
|
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/hal/ |
D | hal_btcoex.c | 1656 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/ |
D | rk3588s-tablet.dtsi | 438 chip_type = <0x01>; /* 1:HID IIC, 0: NORMAL IIC */
|
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/hal/btc/ |
D | halbtcoutsrc.h | 1816 u8 chip_type; member
|