Home
last modified time | relevance | path

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

12

/Linux-v5.15/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.15/drivers/thunderbolt/
Dtb.c39 static inline struct tb *tcm_to_tb(struct tb_cm *tcm) in tcm_to_tb()
74 struct tb_cm *tcm = tb_priv(sw->tb); in tb_add_dp_resources() local
91 struct tb_cm *tcm = tb_priv(sw->tb); in tb_remove_dp_resources() local
111 struct tb_cm *tcm = tb_priv(tb); in tb_discover_tunnels() local
266 struct tb_cm *tcm = tb_priv(tb); in tb_find_tunnel() local
311 struct tb_cm *tcm = tb_priv(tb); in tb_available_bandwidth() local
444 struct tb_cm *tcm = tb_priv(tb); in tb_tunnel_usb3() local
570 struct tb_cm *tcm = tb_priv(port->sw->tb); in tb_scan_port() local
730 struct tb_cm *tcm = tb_priv(tb); in tb_free_invalid_tunnels() local
818 struct tb_cm *tcm = tb_priv(tb); in tb_find_dp_out() local
[all …]
/Linux-v5.15/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.c889 struct tcmsg *tcm; in tc_fill_qdisc() local
1428 struct tcmsg *tcm = nlmsg_data(n); in tc_get_qdisc() local
1513 struct tcmsg *tcm; in tc_modify_qdisc() local
1806 struct tcmsg *tcm; in tc_fill_tclass() local
1991 struct tcmsg *tcm = nlmsg_data(n); in tc_ctl_tclass() local
2141 struct tcmsg *tcm, struct netlink_callback *cb, in tc_dump_tclass_qdisc()
2170 struct tcmsg *tcm, struct netlink_callback *cb, in tc_dump_tclass_root()
2202 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()
610 struct tcmsg *tcm) in mqprio_select_queue()
Dsch_skbprio.c247 struct sk_buff *skb, struct tcmsg *tcm) in skbprio_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()
Dsch_dsmark.c429 struct sk_buff *skb, struct tcmsg *tcm) in dsmark_dump_class()
Dcls_api.c1796 struct tcmsg *tcm; in tcf_fill_node() local
2472 struct tcmsg *tcm = nlmsg_data(cb->nlh); in tcf_chain_dump() local
2539 struct tcmsg *tcm = nlmsg_data(cb->nlh); in tc_dump_tfilter() local
2645 struct tcmsg *tcm; in tc_chain_fill_node() local
2929 struct tcmsg *tcm = nlmsg_data(cb->nlh); in tc_dump_chain() local
Dsch_red.c473 struct sk_buff *skb, struct tcmsg *tcm) in red_dump_class()
Dsch_drr.c237 struct sk_buff *skb, struct tcmsg *tcm) in drr_dump_class()
Dsch_atm.c602 struct sk_buff *skb, struct tcmsg *tcm) in atm_tc_dump_class()
Dsch_cbs.c479 struct sk_buff *skb, struct tcmsg *tcm) in cbs_dump_class()
Dsch_fq_codel.c616 struct sk_buff *skb, struct tcmsg *tcm) in fq_codel_dump_class()
Dsch_taprio.c1961 struct sk_buff *skb, struct tcmsg *tcm) in taprio_dump_class()
2005 struct tcmsg *tcm) in taprio_select_queue()
Dsch_htb.c1260 struct sk_buff *skb, struct tcmsg *tcm) in htb_dump_class()
1378 htb_select_queue(struct Qdisc *sch, struct tcmsg *tcm) in htb_select_queue()
Dsch_ets.c298 struct sk_buff *skb, struct tcmsg *tcm) in ets_class_dump()
Dsch_sfb.c612 struct sk_buff *skb, struct tcmsg *tcm) in sfb_dump_class()
Dsch_sfq.c856 struct sk_buff *skb, struct tcmsg *tcm) in sfq_dump_class()
/Linux-v5.15/drivers/media/platform/mtk-vpu/
Dmtk_vpu.c105 void __iomem *tcm; member

12