/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/ |
D | tcm.h | 51 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()
|
D | tcm-sita.c | 162 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
|
D | omap_dmm_priv.h | 130 struct tcm *tcm; member 141 struct tcm *tcm; member 187 struct tcm **tcm; member
|
D | omap_dmm_tiler.c | 312 static struct dmm_txn *dmm_txn_init(struct dmm *dmm, struct tcm *tcm) in dmm_txn_init()
|
/kernel/linux/linux-5.10/drivers/thunderbolt/ |
D | tb.c | 36 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 260 struct tb_cm *tcm = tb_priv(tb); in tb_find_tunnel() local 305 struct tb_cm *tcm = tb_priv(tb); in tb_available_bandwidth() local 438 struct tb_cm *tcm = tb_priv(tb); in tb_tunnel_usb3() local 556 struct tb_cm *tcm = tb_priv(port->sw->tb); in tb_scan_port() local 716 struct tb_cm *tcm = tb_priv(tb); in tb_free_invalid_tunnels() local 804 struct tb_cm *tcm = tb_priv(tb); in tb_find_dp_out() local [all …]
|
/kernel/linux/linux-5.10/net/sched/ |
D | sch_api.c | 889 struct tcmsg *tcm; in tc_fill_qdisc() local 1439 struct tcmsg *tcm = nlmsg_data(n); in tc_get_qdisc() local 1524 struct tcmsg *tcm; in tc_modify_qdisc() local 1827 struct tcmsg *tcm; in tc_fill_tclass() local 2017 struct tcmsg *tcm = nlmsg_data(n); in tc_ctl_tclass() local 2167 struct tcmsg *tcm, struct netlink_callback *cb, in tc_dump_tclass_qdisc() 2196 struct tcmsg *tcm, struct netlink_callback *cb, in tc_dump_tclass_root() 2228 struct tcmsg *tcm = nlmsg_data(cb->nlh); in tc_dump_tclass() local
|
D | sch_mq.c | 208 struct tcmsg *tcm) in mq_select_queue() 256 struct sk_buff *skb, struct tcmsg *tcm) in mq_dump_class()
|
D | sch_mqprio.c | 511 struct sk_buff *skb, struct tcmsg *tcm) in mqprio_dump_class() 632 struct tcmsg *tcm) in mqprio_select_queue()
|
D | sch_skbprio.c | 244 struct sk_buff *skb, struct tcmsg *tcm) in skbprio_dump_class()
|
D | sch_dsmark.c | 426 struct sk_buff *skb, struct tcmsg *tcm) in dsmark_dump_class()
|
D | sch_multiq.c | 324 struct sk_buff *skb, struct tcmsg *tcm) in multiq_dump_class()
|
D | sch_tbf.c | 531 struct sk_buff *skb, struct tcmsg *tcm) in tbf_dump_class()
|
D | sch_prio.c | 346 struct tcmsg *tcm) in prio_dump_class()
|
D | cls_api.c | 1803 struct tcmsg *tcm; in tcf_fill_node() local 2483 struct tcmsg *tcm = nlmsg_data(cb->nlh); in tcf_chain_dump() local 2550 struct tcmsg *tcm = nlmsg_data(cb->nlh); in tc_dump_tfilter() local 2656 struct tcmsg *tcm; in tc_chain_fill_node() local 2944 struct tcmsg *tcm = nlmsg_data(cb->nlh); in tc_dump_chain() local
|
D | sch_red.c | 473 struct sk_buff *skb, struct tcmsg *tcm) in red_dump_class()
|
D | sch_drr.c | 236 struct sk_buff *skb, struct tcmsg *tcm) in drr_dump_class()
|
D | sch_atm.c | 603 struct sk_buff *skb, struct tcmsg *tcm) in atm_tc_dump_class()
|
D | sch_cbs.c | 478 struct sk_buff *skb, struct tcmsg *tcm) in cbs_dump_class()
|
D | sch_fq_codel.c | 614 struct sk_buff *skb, struct tcmsg *tcm) in fq_codel_dump_class()
|
D | sch_taprio.c | 1927 struct sk_buff *skb, struct tcmsg *tcm) in taprio_dump_class() 1971 struct tcmsg *tcm) in taprio_select_queue()
|
D | sch_ets.c | 298 struct sk_buff *skb, struct tcmsg *tcm) in ets_class_dump()
|
D | sch_sfb.c | 614 struct sk_buff *skb, struct tcmsg *tcm) in sfb_dump_class()
|
D | sch_sfq.c | 856 struct sk_buff *skb, struct tcmsg *tcm) in sfq_dump_class()
|
D | sch_netem.c | 1221 struct sk_buff *skb, struct tcmsg *tcm) in netem_dump_class()
|
/kernel/linux/linux-5.10/drivers/media/platform/mtk-vpu/ |
D | mtk_vpu.c | 98 void __iomem *tcm; member
|