Searched refs:ttconfig (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/ |
| H A D | cyttsp5_loader.c | 1036 __func__, ld->si->ttconfig.crc, cfg_crc_new); in cyttsp5_check_ttconfig_version() 1038 if (cfg_crc_new != ld->si->ttconfig.crc) { in cyttsp5_check_ttconfig_version() 1052 struct cyttsp5_touch_config *ttconfig) in cyttsp5_check_ttconfig_version_platform() argument 1064 fw_ver_config = get_unaligned_be16(ttconfig->fw_ver + 2); in cyttsp5_check_ttconfig_version_platform() 1066 fw_revctrl_config = get_unaligned_be32(ttconfig->fw_ver + 8); in cyttsp5_check_ttconfig_version_platform() 1082 return cyttsp5_check_ttconfig_version(dev, ttconfig->param_regs->data, in cyttsp5_check_ttconfig_version_platform() 1083 ttconfig->param_regs->size); in cyttsp5_check_ttconfig_version_platform() 1091 struct cyttsp5_touch_config *ttconfig; in cyttsp5_get_platform_ttconfig() local 1099 return ld->loader_pdata->ttconfig; in cyttsp5_get_platform_ttconfig() 1107 while ((ttconfig = *ttconfigs++)) { in cyttsp5_get_platform_ttconfig() [all …]
|
| H A D | cyttsp5_core.h | 105 struct cyttsp5_touch_config *ttconfig; member
|
| H A D | cyttsp5_platform.c | 164 .ttconfig = &cyttsp5_ttconfig,
|
| H A D | cyttsp5_regs.h | 698 struct cyttsp5_ttconfig ttconfig; member
|
| H A D | cyttsp5_core.c | 4502 si->ttconfig.crc = stored_crc; in cyttsp5_get_ic_crc_() 4508 __func__, ebid, si->ttconfig.crc); in cyttsp5_get_ic_crc_()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en_main.c | 2731 const struct mlx5e_tirc_config *ttconfig, in mlx5e_build_indir_tir_ctx_hash() argument 2748 ttconfig->l3_prot_type); in mlx5e_build_indir_tir_ctx_hash() 2750 ttconfig->l4_prot_type); in mlx5e_build_indir_tir_ctx_hash() 2752 ttconfig->rx_hash_fields); in mlx5e_build_indir_tir_ctx_hash() 2755 static void mlx5e_update_rx_hash_fields(struct mlx5e_tirc_config *ttconfig, in mlx5e_update_rx_hash_fields() argument 2759 *ttconfig = tirc_default_config[tt]; in mlx5e_update_rx_hash_fields() 2760 ttconfig->rx_hash_fields = rx_hash_fields; in mlx5e_update_rx_hash_fields() 2769 struct mlx5e_tirc_config ttconfig; in mlx5e_modify_tirs_hash() local 2776 mlx5e_update_rx_hash_fields(&ttconfig, tt, in mlx5e_modify_tirs_hash() 2778 mlx5e_build_indir_tir_ctx_hash(rss, &ttconfig, tirc, false); in mlx5e_modify_tirs_hash() [all …]
|
| H A D | en.h | 903 const struct mlx5e_tirc_config *ttconfig,
|
| H A D | en_tc.c | 601 struct mlx5e_tirc_config ttconfig = mlx5e_tirc_get_default_config(tt); in mlx5e_hairpin_create_indirect_tirs() local 609 mlx5e_build_indir_tir_ctx_hash(&priv->rss_params, &ttconfig, tirc, false); in mlx5e_hairpin_create_indirect_tirs()
|