Home
last modified time | relevance | path

Searched refs:ttc (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/clocksource/
H A Dtimer-cadence-ttc.c86 struct ttc_timer ttc; member
94 struct ttc_timer ttc; member
141 struct ttc_timer *timer = &ttce->ttc; in ttc_clock_event_interrupt()
158 struct ttc_timer *timer = &to_ttc_timer_clksrc(cs)->ttc; in __ttc_clocksource_read()
181 struct ttc_timer *timer = &ttce->ttc; in ttc_set_next_event()
195 struct ttc_timer *timer = &ttce->ttc; in ttc_shutdown()
207 struct ttc_timer *timer = &ttce->ttc; in ttc_set_periodic()
210 DIV_ROUND_CLOSEST(ttce->ttc.freq, PRESCALE * HZ)); in ttc_set_periodic()
217 struct ttc_timer *timer = &ttce->ttc; in ttc_resume()
230 struct ttc_timer *ttc = to_ttc_timer(nb); in ttc_rate_change_clocksource_cb() local
[all …]
H A DMakefile45 obj-$(CONFIG_CADENCE_TTC_TIMER) += timer-cadence-ttc.o
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_fs.c677 static void mlx5e_cleanup_ttc_rules(struct mlx5e_ttc_table *ttc) in mlx5e_cleanup_ttc_rules() argument
682 if (!IS_ERR_OR_NULL(ttc->rules[i].rule)) { in mlx5e_cleanup_ttc_rules()
683 mlx5_del_flow_rules(ttc->rules[i].rule); in mlx5e_cleanup_ttc_rules()
684 ttc->rules[i].rule = NULL; in mlx5e_cleanup_ttc_rules()
689 if (!IS_ERR_OR_NULL(ttc->tunnel_rules[i])) { in mlx5e_cleanup_ttc_rules()
690 mlx5_del_flow_rules(ttc->tunnel_rules[i]); in mlx5e_cleanup_ttc_rules()
691 ttc->tunnel_rules[i] = NULL; in mlx5e_cleanup_ttc_rules()
864 struct mlx5e_ttc_table *ttc) in mlx5e_generate_ttc_table_rules() argument
873 ft = ttc->ft.t; in mlx5e_generate_ttc_table_rules()
874 rules = ttc->rules; in mlx5e_generate_ttc_table_rules()
[all …]
H A Den_rep.c810 err = mlx5e_create_ttc_table(priv, &ttc_params, &priv->fs.ttc); in mlx5e_create_rep_ttc_table()
830 rpriv->root_ft = priv->fs.ttc.ft.t; in mlx5e_create_rep_root_ft()
948 mlx5e_destroy_ttc_table(priv, &priv->fs.ttc); in mlx5e_init_rep_rx()
967 mlx5e_destroy_ttc_table(priv, &priv->fs.ttc); in mlx5e_cleanup_rep_rx()
H A Den_tc.c334 struct mlx5e_ttc_table ttc; member
667 err = mlx5e_create_ttc_table(priv, &ttc_params, &hp->ttc); in mlx5e_hairpin_rss_init()
672 hp->num_channels, hp->ttc.ft.t->id); in mlx5e_hairpin_rss_init()
688 mlx5e_destroy_ttc_table(priv, &hp->ttc); in mlx5e_hairpin_rss_cleanup()
932 flow->attr->nic_attr->hairpin_ft = hpe->hp->ttc.ft.t; in mlx5e_hairpin_flow_add()
/OK3568_Linux_fs/buildroot/package/wqy-zenhei/
H A Dwqy-zenhei.mk22 $(INSTALL) -D -m 0644 $(@D)/wqy-zenhei.ttc \
23 $(TARGET_DIR)/usr/share/fonts/wqy-zenhei/wqy-zenhei.ttc
/OK3568_Linux_fs/kernel/sound/soc/pxa/
H A DMakefile34 snd-soc-ttc-dkb-objs := ttc-dkb.o
52 obj-$(CONFIG_SND_SOC_TTC_DKB) += snd-soc-ttc-dkb.o
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dfs.h246 struct mlx5e_ttc_table ttc; member
267 struct mlx5e_ttc_table *ttc);
269 struct mlx5e_ttc_table *ttc);
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/xilinx/
H A Dzynqmp.dtsi651 compatible = "cdns,ttc";
661 compatible = "cdns,ttc";
671 compatible = "cdns,ttc";
681 compatible = "cdns,ttc";
/OK3568_Linux_fs/u-boot/arch/arm/dts/
H A Dzynq-7000.dtsi337 compatible = "cdns,ttc";
345 compatible = "cdns,ttc";
H A Dzynqmp.dtsi852 compatible = "cdns,ttc";
862 compatible = "cdns,ttc";
872 compatible = "cdns,ttc";
882 compatible = "cdns,ttc";
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dzynq-7000.dtsi352 compatible = "cdns,ttc";
360 compatible = "cdns,ttc";
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
H A Dipoib.c344 err = mlx5e_create_ttc_table(priv, &ttc_params, &priv->fs.ttc); in mlx5i_create_flow_steering()
361 mlx5e_destroy_ttc_table(priv, &priv->fs.ttc); in mlx5i_destroy_flow_steering()
/OK3568_Linux_fs/u-boot/
H A DMAINTAINERS275 F: drivers/timer/cadence-ttc.c
/OK3568_Linux_fs/kernel/
H A DMAINTAINERS2763 F: drivers/clocksource/timer-cadence-ttc.c