/linux-5.10/drivers/clocksource/ |
D | timer-cadence-ttc.c | 86 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 …]
|
D | Kconfig | 167 bool "Cadence TTC timer driver" if COMPILE_TEST 170 Enables support for the Cadence TTC driver.
|
D | Makefile | 45 obj-$(CONFIG_CADENCE_TTC_TIMER) += timer-cadence-ttc.o
|
/linux-5.10/sound/soc/pxa/ |
D | ttc-dkb.c | 27 /* ttc machine dapm widgets */ 38 /* ttc machine audio map */ 82 /* ttc/td-dkb digital audio interface glue - connects codec <--> CPU */ 99 /* ttc/td audio machine driver */ 101 .name = "ttc-dkb-hifi", 129 .name = "ttc-dkb-audio", 139 MODULE_DESCRIPTION("ALSA SoC TTC DKB"); 141 MODULE_ALIAS("platform:ttc-dkb-audio");
|
D | Makefile | 34 snd-soc-ttc-dkb-objs := ttc-dkb.o 52 obj-$(CONFIG_SND_SOC_TTC_DKB) += snd-soc-ttc-dkb.o
|
D | Kconfig | 166 tristate "SoC Audio support for TTC DKB" 174 Say Y if you want to add support for SoC audio on TTC DKB
|
/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_fs.c | 676 static void mlx5e_cleanup_ttc_rules(struct mlx5e_ttc_table *ttc) in mlx5e_cleanup_ttc_rules() argument 681 if (!IS_ERR_OR_NULL(ttc->rules[i].rule)) { in mlx5e_cleanup_ttc_rules() 682 mlx5_del_flow_rules(ttc->rules[i].rule); in mlx5e_cleanup_ttc_rules() 683 ttc->rules[i].rule = NULL; in mlx5e_cleanup_ttc_rules() 688 if (!IS_ERR_OR_NULL(ttc->tunnel_rules[i])) { in mlx5e_cleanup_ttc_rules() 689 mlx5_del_flow_rules(ttc->tunnel_rules[i]); in mlx5e_cleanup_ttc_rules() 690 ttc->tunnel_rules[i] = NULL; in mlx5e_cleanup_ttc_rules() 863 struct mlx5e_ttc_table *ttc) in mlx5e_generate_ttc_table_rules() argument 872 ft = ttc->ft.t; in mlx5e_generate_ttc_table_rules() 873 rules = ttc->rules; in mlx5e_generate_ttc_table_rules() [all …]
|
D | en_rep.c | 795 /* The inner_ttc in the ttc params is intentionally not set */ in mlx5e_create_rep_ttc_table() 800 /* To give uplik rep TTC a lower level for chaining from root ft */ in mlx5e_create_rep_ttc_table() 806 err = mlx5e_create_ttc_table(priv, &ttc_params, &priv->fs.ttc); in mlx5e_create_rep_ttc_table() 808 netdev_err(priv->netdev, "Failed to create rep ttc table, err=%d\n", err); in mlx5e_create_rep_ttc_table() 824 * their own ttc in mlx5e_create_rep_root_ft() 826 rpriv->root_ft = priv->fs.ttc.ft.t; in mlx5e_create_rep_root_ft() 830 /* uplink root ft will be used to auto chain, to ethtool or ttc tables */ in mlx5e_create_rep_root_ft() 944 mlx5e_destroy_ttc_table(priv, &priv->fs.ttc); in mlx5e_init_rep_rx() 963 mlx5e_destroy_ttc_table(priv, &priv->fs.ttc); in mlx5e_cleanup_rep_rx()
|
D | en_arfs.c | 96 /* Modify ttc rules destination back to their default */ in arfs_disable() 100 "%s: modify ttc[%d] default destination failed, err(%d)\n", in arfs_disable() 125 /* Modify ttc rules destination to point on the aRFS FTs */ in mlx5e_arfs_enable() 129 "%s: modify ttc[%d] dest to arfs, failed err(%d)\n", in mlx5e_arfs_enable() 178 * but can't since TTC default is not setup yet ! in arfs_add_default_rule()
|
D | en_tc.c | 333 struct mlx5e_ttc_table ttc; member 646 err = mlx5e_create_ttc_table(priv, &ttc_params, &hp->ttc); in mlx5e_hairpin_rss_init() 650 netdev_dbg(priv->netdev, "add hairpin: using %d channels rss ttc table id %x\n", in mlx5e_hairpin_rss_init() 651 hp->num_channels, hp->ttc.ft.t->id); in mlx5e_hairpin_rss_init() 667 mlx5e_destroy_ttc_table(priv, &hp->ttc); in mlx5e_hairpin_rss_cleanup() 902 flow->attr->nic_attr->hairpin_ft = hpe->hp->ttc.ft.t; in mlx5e_hairpin_flow_add()
|
D | fs_core.c | 108 /* Vlan, mac, ttc, inner ttc, {aRFS/accel and esp/esp_err} */
|
/linux-5.10/Documentation/devicetree/bindings/timer/ |
D | cdns,ttc.yaml | 4 $id: http://devicetree.org/schemas/timer/cdns,ttc.yaml# 7 title: Cadence TTC - Triple Timer Counter 14 const: cdns,ttc 46 compatible = "cdns,ttc";
|
/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | fs.h | 246 struct mlx5e_ttc_table ttc; member 268 struct mlx5e_ttc_table *ttc); 270 struct mlx5e_ttc_table *ttc); 273 struct mlx5e_ttc_table *ttc); 275 struct mlx5e_ttc_table *ttc);
|
/linux-5.10/scripts/ |
D | sphinx-pre-install | 376 check_missing_file(["/usr/share/fonts/noto-cjk/NotoSansCJK-Regular.ttc", 377 "/usr/share/fonts/opentype/noto/NotoSansCJK-Regular.ttc", 378 "/usr/share/fonts/opentype/noto/NotoSerifCJK-Regular.ttc"], 445 check_missing_file(["/usr/share/fonts/google-noto-cjk/NotoSansCJK-Regular.ttc"], 446 "google-noto-sans-cjk-ttc-fonts", 2); 539 $noto_sans = "google-noto-sans-cjk-ttc-fonts"; 544 check_missing_file(["/usr/share/fonts/google-noto-cjk/NotoSansCJK-Regular.ttc", 576 check_missing_file(["/usr/share/fonts/noto-cjk/NotoSansCJK-Regular.ttc"], 602 "/usr/share/fonts/noto-cjk/NotoSerifCJK-Regular.ttc"],
|
/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
D | fs_tcp.c | 309 /* Modify ttc rules destination to point back to the indir TIRs */ in accel_fs_tcp_disable() 313 "%s: modify ttc[%d] default destination failed, err(%d)\n", in accel_fs_tcp_disable() 331 /* Modify ttc rules destination to point on the accel_fs FTs */ in accel_fs_tcp_enable() 335 "%s: modify ttc[%d] destination to accel failed, err(%d)\n", in accel_fs_tcp_enable()
|
/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ |
D | ipoib.c | 346 netdev_err(priv->netdev, "Failed to create inner ttc table, err=%d\n", in mlx5i_create_flow_steering() 355 err = mlx5e_create_ttc_table(priv, &ttc_params, &priv->fs.ttc); in mlx5i_create_flow_steering() 357 netdev_err(priv->netdev, "Failed to create ttc table, err=%d\n", in mlx5i_create_flow_steering() 374 mlx5e_destroy_ttc_table(priv, &priv->fs.ttc); in mlx5i_destroy_flow_steering()
|
/linux-5.10/arch/arm64/boot/dts/xilinx/ |
D | zynqmp.dtsi | 651 compatible = "cdns,ttc"; 661 compatible = "cdns,ttc"; 671 compatible = "cdns,ttc"; 681 compatible = "cdns,ttc";
|
/linux-5.10/drivers/net/ethernet/stmicro/stmmac/ |
D | dwmac100_dma.c | 50 * The transmit threshold can be programmed by setting the TTC bits in the DMA
|
/linux-5.10/arch/arm/boot/dts/ |
D | zynq-7000.dtsi | 352 compatible = "cdns,ttc"; 360 compatible = "cdns,ttc";
|
/linux-5.10/drivers/net/ethernet/samsung/sxgbe/ |
D | sxgbe_mtl.c | 187 /* set the TTC values */ in sxgbe_set_tx_mtl_mode()
|
/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/api/ |
D | coex.h | 228 * @ttc_status: is TTC enabled - one bit per PHY
|
/linux-5.10/drivers/net/ethernet/8390/ |
D | etherh.c | 21 * 21-12-2000 TTC EtherH/EtherM integration
|
/linux-5.10/drivers/video/fbdev/mmp/hw/ |
D | mmp_ctrl.h | 334 #define LCD_SPU_DBG_ISA (0x0148) /* TTC */ 355 #define LCD_SPU_DBG_DMATOP (0x0164) /* TTC */
|
/linux-5.10/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-dev.c | 259 XGMAC_MTL_IOWRITE_BITS(pdata, i, MTL_Q_TQOMR, TTC, val); in xgbe_config_tx_threshold()
|
/linux-5.10/ |
D | MAINTAINERS | 2763 F: drivers/clocksource/timer-cadence-ttc.c
|