Home
last modified time | relevance | path

Searched defs:tcm (Results 1 – 25 of 33) sorted by relevance

12

/Linux-v5.10/drivers/gpu/drm/omapdrm/
Dtcm.h51 struct tcm *tcm; /* parent */ member
56 struct tcm { struct
67 s32 (*reserve_2d)(struct tcm *tcm, u16 height, u16 width, u16 align, argument
70 s32 (*reserve_1d)(struct tcm *tcm, u32 slots, struct tcm_area *area); argument
71 s32 (*free)(struct tcm *tcm, struct tcm_area *area); argument
72 void (*deinit)(struct tcm *tcm); argument
104 static inline void tcm_deinit(struct tcm *tcm) in tcm_deinit()
131 static inline s32 tcm_reserve_2d(struct tcm *tcm, u16 width, u16 height, in tcm_reserve_2d()
165 static inline s32 tcm_reserve_1d(struct tcm *tcm, u32 slots, in tcm_reserve_1d()
Dtcm-sita.c162 static s32 sita_reserve_1d(struct tcm *tcm, u32 num_slots, in sita_reserve_1d()
181 static s32 sita_reserve_2d(struct tcm *tcm, u16 h, u16 w, u16 align, in sita_reserve_2d()
203 static void sita_deinit(struct tcm *tcm) in sita_deinit()
208 static s32 sita_free(struct tcm *tcm, struct tcm_area *area) in sita_free()
230 struct tcm *tcm; in sita_init() local
Domap_dmm_priv.h130 struct tcm *tcm; member
141 struct tcm *tcm; member
187 struct tcm **tcm; member
Domap_dmm_tiler.c312 static struct dmm_txn *dmm_txn_init(struct dmm *dmm, struct tcm *tcm) in dmm_txn_init()
/Linux-v5.10/drivers/thunderbolt/
Dtb.c36 static inline struct tb *tcm_to_tb(struct tb_cm *tcm) in tcm_to_tb()
71 struct tb_cm *tcm = tb_priv(sw->tb); in tb_add_dp_resources() local
88 struct tb_cm *tcm = tb_priv(sw->tb); in tb_remove_dp_resources() local
108 struct tb_cm *tcm = tb_priv(tb); in tb_discover_tunnels() local
256 struct tb_cm *tcm = tb_priv(tb); in tb_find_tunnel() local
301 struct tb_cm *tcm = tb_priv(tb); in tb_available_bandwidth() local
434 struct tb_cm *tcm = tb_priv(tb); in tb_tunnel_usb3() local
552 struct tb_cm *tcm = tb_priv(port->sw->tb); in tb_scan_port() local
712 struct tb_cm *tcm = tb_priv(tb); in tb_free_invalid_tunnels() local
800 struct tb_cm *tcm = tb_priv(tb); in tb_find_dp_out() local
[all …]
/Linux-v5.10/net/sched/
Dsch_mq.c185 struct tcmsg *tcm) in mq_select_queue()
233 struct sk_buff *skb, struct tcmsg *tcm) in mq_dump_class()
Dsch_api.c882 struct tcmsg *tcm; in tc_fill_qdisc() local
1421 struct tcmsg *tcm = nlmsg_data(n); in tc_get_qdisc() local
1506 struct tcmsg *tcm; in tc_modify_qdisc() local
1799 struct tcmsg *tcm; in tc_fill_tclass() local
1989 struct tcmsg *tcm = nlmsg_data(n); in tc_ctl_tclass() local
2139 struct tcmsg *tcm, struct netlink_callback *cb, in tc_dump_tclass_qdisc()
2168 struct tcmsg *tcm, struct netlink_callback *cb, in tc_dump_tclass_root()
2200 struct tcmsg *tcm = nlmsg_data(cb->nlh); in tc_dump_tclass() local
Dsch_mqprio.c489 struct sk_buff *skb, struct tcmsg *tcm) in mqprio_dump_class()
604 struct tcmsg *tcm) in mqprio_select_queue()
Dsch_skbprio.c247 struct sk_buff *skb, struct tcmsg *tcm) in skbprio_dump_class()
Dsch_dsmark.c427 struct sk_buff *skb, struct tcmsg *tcm) in dsmark_dump_class()
Dsch_multiq.c325 struct sk_buff *skb, struct tcmsg *tcm) in multiq_dump_class()
Dsch_prio.c348 struct tcmsg *tcm) in prio_dump_class()
Dsch_tbf.c531 struct sk_buff *skb, struct tcmsg *tcm) in tbf_dump_class()
Dcls_api.c1803 struct tcmsg *tcm; in tcf_fill_node() local
2480 struct tcmsg *tcm = nlmsg_data(cb->nlh); in tcf_chain_dump() local
2547 struct tcmsg *tcm = nlmsg_data(cb->nlh); in tc_dump_tfilter() local
2653 struct tcmsg *tcm; in tc_chain_fill_node() local
2939 struct tcmsg *tcm = nlmsg_data(cb->nlh); in tc_dump_chain() local
Dsch_red.c470 struct sk_buff *skb, struct tcmsg *tcm) in red_dump_class()
Dsch_drr.c236 struct sk_buff *skb, struct tcmsg *tcm) in drr_dump_class()
Dsch_atm.c601 struct sk_buff *skb, struct tcmsg *tcm) in atm_tc_dump_class()
Dsch_cbs.c478 struct sk_buff *skb, struct tcmsg *tcm) in cbs_dump_class()
Dsch_fq_codel.c608 struct sk_buff *skb, struct tcmsg *tcm) in fq_codel_dump_class()
Dsch_taprio.c1890 struct sk_buff *skb, struct tcmsg *tcm) in taprio_dump_class()
1934 struct tcmsg *tcm) in taprio_select_queue()
Dsch_ets.c298 struct sk_buff *skb, struct tcmsg *tcm) in ets_class_dump()
Dsch_sfq.c856 struct sk_buff *skb, struct tcmsg *tcm) in sfq_dump_class()
Dsch_sfb.c612 struct sk_buff *skb, struct tcmsg *tcm) in sfb_dump_class()
Dsch_netem.c1221 struct sk_buff *skb, struct tcmsg *tcm) in netem_dump_class()
/Linux-v5.10/drivers/media/platform/mtk-vpu/
Dmtk_vpu.c98 void __iomem *tcm; member

12