Home
last modified time | relevance | path

Searched refs:ic_info (Results 1 – 25 of 32) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/bluetooth/
H A Dbtrtl.c52 const struct id_table *ic_info; member
335 if (btrtl_dev->ic_info->lmp_subver != in rtlbt_parse_firmware()
339 btrtl_dev->ic_info->lmp_subver); in rtlbt_parse_firmware()
589 btrtl_dev->ic_info = btrtl_match_ic(lmp_subver, hci_rev, hci_ver, in btrtl_initialize()
592 if (!btrtl_dev->ic_info) { in btrtl_initialize()
598 if (btrtl_dev->ic_info->has_rom_version) { in btrtl_initialize()
604 btrtl_dev->fw_len = rtl_load_file(hdev, btrtl_dev->ic_info->fw_name, in btrtl_initialize()
608 btrtl_dev->ic_info->fw_name); in btrtl_initialize()
613 if (btrtl_dev->ic_info->cfg_name) { in btrtl_initialize()
616 btrtl_dev->ic_info->cfg_name, postfix); in btrtl_initialize()
[all …]
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch_ft5436/
H A Dfocaltech_core.c87 u8 chip_idh = fts_data->ic_info.ids.chip_idh; in fts_wait_tp_to_valid()
88 u8 chip_idl = fts_data->ic_info.ids.chip_idl; in fts_wait_tp_to_valid()
224 ts_data->ic_info.ids = ctype[i]; in fts_get_chip_types()
246 if (ts_data->ic_info.is_incell) in fts_read_bootid()
277 ts_data->ic_info.is_incell = FTS_CHIP_IDC; in fts_get_ic_information()
278 ts_data->ic_info.hid_supported = FTS_HID_SUPPORTTED; in fts_get_ic_information()
302 if (ts_data->ic_info.hid_supported) { in fts_get_ic_information()
320 ts_data->ic_info.ids.chip_idh, ts_data->ic_info.ids.chip_idl); in fts_get_ic_information()
619 if (data->ic_info.is_incell) { in fts_read_parse_touchdata()
1606 if (!ts_data->ic_info.is_incell) { in fts_ts_suspend()
[all …]
H A Dfocaltech_flash.c115 if (fts_data->ic_info.is_incell) in fts_fwupg_get_boot_state()
126 ids = &upg->ts_data->ic_info.ids; in fts_fwupg_get_boot_state()
1172 if (fts_data->ic_info.is_incell) in fts_lic_get_vid_in_tp()
1202 if (fts_data->ic_info.is_incell) in fts_lic_get_vid_in_host()
1716 if (upg->ts_data->ic_info.is_incell) in fts_fwupg_get_vendorid()
1722 if (upg->ts_data->ic_info.is_incell) { in fts_fwupg_get_vendorid()
1966 ic_stype = ts_data->ic_info.ids.type; in fts_fwupg_init()
H A Dfocaltech_core.h150 struct ts_ic_info ic_info; member
H A Dfocaltech_esdcheck.c141 u8 chip_id = ts_data->ic_info.ids.chip_idh; in get_chip_id()
H A Dfocaltech_ex_fun.c982 ts_data->ic_info.ids.chip_idh, ts_data->ic_info.ids.chip_idl); in fts_driverinfo_show()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/
H A Dfocaltech_core.c104 u8 chip_id = fts_data->ic_info.ids.chip_idh; in fts_wait_tp_to_valid()
158 ts_data->ic_info.ids = ctype[1]; in fts_get_chip_types()
180 ts_data->ic_info.is_incell = FTS_CHIP_IDC; in fts_get_ic_information()
181 ts_data->ic_info.hid_supported = FTS_HID_SUPPORTTED; in fts_get_ic_information()
203 if (ts_data->ic_info.hid_supported) { in fts_get_ic_information()
218 if (ts_data->ic_info.is_incell) in fts_get_ic_information()
235 ts_data->ic_info.ids.chip_idh, ts_data->ic_info.ids.chip_idl); in fts_get_ic_information()
807 if (data->ic_info.is_incell) { in fts_read_touchdata()
1689 if (!ts_data->ic_info.is_incell) { in fts_ts_resume()
H A Dfocaltech_flash.c483 struct ft_chip_t ids = fts_data->ic_info.ids; in fts_fwupg_get_boot_state()
506 if (fts_data->ic_info.is_incell) in fts_fwupg_get_boot_state()
1197 if (fts_data->ic_info.is_incell) in fts_lic_get_vid_in_tp()
1228 if (fts_data->ic_info.is_incell) in fts_lic_get_vid_in_host()
1766 if (ts_data->ic_info.is_incell) in fts_fwupg_get_vendorid()
1772 if (ts_data->ic_info.is_incell) { in fts_fwupg_get_vendorid()
1905 int ic_stype = ts_data->ic_info.ids.type; in fts_fwupg_init()
H A Dfocaltech_esdcheck.c161 u8 chip_id = ts_data->ic_info.ids.chip_idh; in get_chip_id()
310 if (ts_data->ic_info.is_incell) { in esdcheck_func()
H A Dfocaltech_core.h140 struct ts_ic_info ic_info; member
H A Dfocaltech_ex_fun.c984 ts_data->ic_info.ids.chip_idh, ts_data->ic_info.ids.chip_idl); in fts_driverinfo_show()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/rtl8852b/sdio/
H A Drtl8852bs_halinit.c224 struct hal_info_t *hal, struct rtw_ic_info *ic_info) in hal_hci_cfg_8852bs() argument
230 PHL_INFO("sdio clock: %d Hz\n", ic_info->sdio_info.clock); in hal_hci_cfg_8852bs()
231 PHL_INFO("sdio V3 :%s\n", (ic_info->sdio_info.sd3_bus_mode) ? "YES" : "NO"); in hal_hci_cfg_8852bs()
234 rtw_hal_mac_sdio_cfg(phl_com, hal, ic_info); in hal_hci_cfg_8852bs()
H A Drtl8852bs_hal.h41 struct hal_info_t *hal, struct rtw_ic_info *ic_info);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_phl.c475 static void _hw_ic_info_cfg(struct dvobj_priv *dvobj, struct rtw_ic_info *ic_info) in _hw_ic_info_cfg() argument
477 _rtw_memset(ic_info, 0,sizeof(struct rtw_ic_info)); in _hw_ic_info_cfg()
479 ic_info->ic_id = dvobj->ic_id; in _hw_ic_info_cfg()
480 ic_info->hci_type = dvobj->interface_type; in _hw_ic_info_cfg()
493 ic_info->usb_info.usb_speed = usb->usb_speed; in _hw_ic_info_cfg()
494 ic_info->usb_info.usb_bulkout_size = usb->usb_bulkout_size; in _hw_ic_info_cfg()
495 ic_info->usb_info.inep_num = usb->RtNumInPipes; in _hw_ic_info_cfg()
496 ic_info->usb_info.outep_num = usb->RtNumOutPipes; in _hw_ic_info_cfg()
504 ic_info->sdio_info.clock = sdio->clock; in _hw_ic_info_cfg()
505 ic_info->sdio_info.timing = sdio->timing; in _hw_ic_info_cfg()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_phl.c475 static void _hw_ic_info_cfg(struct dvobj_priv *dvobj, struct rtw_ic_info *ic_info) in _hw_ic_info_cfg() argument
477 _rtw_memset(ic_info, 0,sizeof(struct rtw_ic_info)); in _hw_ic_info_cfg()
479 ic_info->ic_id = dvobj->ic_id; in _hw_ic_info_cfg()
480 ic_info->hci_type = dvobj->interface_type; in _hw_ic_info_cfg()
493 ic_info->usb_info.usb_speed = usb->usb_speed; in _hw_ic_info_cfg()
494 ic_info->usb_info.usb_bulkout_size = usb->usb_bulkout_size; in _hw_ic_info_cfg()
495 ic_info->usb_info.inep_num = usb->RtNumInPipes; in _hw_ic_info_cfg()
496 ic_info->usb_info.outep_num = usb->RtNumOutPipes; in _hw_ic_info_cfg()
504 ic_info->sdio_info.clock = sdio->clock; in _hw_ic_info_cfg()
505 ic_info->sdio_info.timing = sdio->timing; in _hw_ic_info_cfg()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_init.c298 struct rtw_ic_info *ic_info) in phl_com_init() argument
312 phl_info->phl_com->hci_type = ic_info->hci_type; in phl_com_init()
337 struct rtw_ic_info *ic_info) in phl_hci_init() argument
348 phl_info->hci->usb_bulkout_size = ic_info->usb_info.usb_bulkout_size; in phl_hci_init()
1002 struct rtw_ic_info *ic_info) in rtw_phl_init() argument
1020 phl_status = phl_com_init(drv_priv, phl_info, ic_info); in rtw_phl_init()
1027 phl_status = phl_hci_init(phl_info, ic_info); in rtw_phl_init()
1058 &(phl_info->hal), ic_info->ic_id); in rtw_phl_init()
1067 rtw_hal_hci_cfg(phl_info->phl_com, phl_info->hal, ic_info); in rtw_phl_init()
H A Dphl_api.h54 struct rtw_ic_info *ic_info);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_init.c301 struct rtw_ic_info *ic_info) in phl_com_init() argument
315 phl_info->phl_com->hci_type = ic_info->hci_type; in phl_com_init()
340 struct rtw_ic_info *ic_info) in phl_hci_init() argument
351 phl_info->hci->usb_bulkout_size = ic_info->usb_info.usb_bulkout_size; in phl_hci_init()
1010 struct rtw_ic_info *ic_info) in rtw_phl_init() argument
1028 phl_status = phl_com_init(drv_priv, phl_info, ic_info); in rtw_phl_init()
1035 phl_status = phl_hci_init(phl_info, ic_info); in rtw_phl_init()
1066 &(phl_info->hal), ic_info->ic_id); in rtw_phl_init()
1075 rtw_hal_hci_cfg(phl_info->phl_com, phl_info->hal, ic_info); in rtw_phl_init()
H A Dphl_api.h54 struct rtw_ic_info *ic_info);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/rtl8852b/pci/
H A Drtl8852be_hal.h160 struct rtw_ic_info *ic_info);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/
H A Dhal_init.c1105 struct rtw_ic_info *ic_info) in rtw_hal_hci_cfg() argument
1112 hal_info->hal_com->block_sz = ic_info->sdio_info.block_sz; in rtw_hal_hci_cfg()
1114 hal_ops->hal_hci_configure(phl_com, hal_info, ic_info); in rtw_hal_hci_cfg()
H A Dhal_struct.h174 struct rtw_ic_info *ic_info);
H A Dhal_api_mac.h124 struct hal_info_t *hal_info, struct rtw_ic_info *ic_info);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/
H A Dhal_init.c1105 struct rtw_ic_info *ic_info) in rtw_hal_hci_cfg() argument
1112 hal_info->hal_com->block_sz = ic_info->sdio_info.block_sz; in rtw_hal_hci_cfg()
1114 hal_ops->hal_hci_configure(phl_com, hal_info, ic_info); in rtw_hal_hci_cfg()
H A Dhal_struct.h175 struct rtw_ic_info *ic_info);

12