Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/omapdrm/
H A 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()
H A Dtcm-sita.c154 static s32 sita_reserve_1d(struct tcm *tcm, u32 num_slots, in sita_reserve_1d()
173 static s32 sita_reserve_2d(struct tcm *tcm, u16 h, u16 w, u16 align, in sita_reserve_2d()
195 static void sita_deinit(struct tcm *tcm) in sita_deinit()
200 static s32 sita_free(struct tcm *tcm, struct tcm_area *area) in sita_free()
222 struct tcm *tcm; in sita_init() local
H A Domap_dmm_priv.h122 struct tcm *tcm; member
133 struct tcm *tcm; member
179 struct tcm **tcm; member
H A Domap_dmm_tiler.c305 static struct dmm_txn *dmm_txn_init(struct dmm *dmm, struct tcm *tcm) in dmm_txn_init()
/linux/drivers/thunderbolt/
H A Dtb.c72 static inline struct tb *tcm_to_tb(struct tb_cm *tcm) in tcm_to_tb()
113 struct tb_cm *tcm = tb_priv(sw->tb); in tb_add_dp_resources() local
140 struct tb_cm *tcm = tb_priv(sw->tb); in tb_remove_dp_resources() local
159 struct tb_cm *tcm = tb_priv(tb); in tb_discover_dp_resource() local
174 struct tb_cm *tcm = tb_priv(tb); in tb_discover_dp_resources() local
186 struct tb_cm *tcm = tb_priv(sw->tb); in tb_enable_clx() local
498 struct tb_cm *tcm = tb_priv(tb); in tb_find_tunnel() local
613 struct tb_cm *tcm = tb_priv(tb); in tb_consumed_dp_bandwidth() local
906 struct tb_cm *tcm = tb_priv(tb); in tb_tunnel_usb3() local
1274 struct tb_cm *tcm = tb_priv(port->sw->tb); in tb_scan_port() local
[all …]
/linux/net/sched/
H A Dsch_mq.c170 struct tcmsg *tcm) in mq_select_queue()
218 struct sk_buff *skb, struct tcmsg *tcm) in mq_dump_class()
H A Dsch_api.c917 struct tcmsg *tcm; in tc_fill_qdisc() local
1512 struct tcmsg *tcm = nlmsg_data(n); in tc_get_qdisc() local
1611 struct tcmsg *tcm; in tc_modify_qdisc() local
1924 struct tcmsg *tcm; in tc_fill_tclass() local
2142 struct tcmsg *tcm = nlmsg_data(n); in tc_ctl_tclass() local
2294 struct tcmsg *tcm, struct netlink_callback *cb, in tc_dump_tclass_qdisc()
2323 struct tcmsg *tcm, struct netlink_callback *cb, in tc_dump_tclass_root()
2355 struct tcmsg *tcm = nlmsg_data(cb->nlh); in tc_dump_tclass() local
H A Dsch_mqprio.c642 struct sk_buff *skb, struct tcmsg *tcm) in mqprio_dump_class()
749 struct tcmsg *tcm) in mqprio_select_queue()
H A Dsch_skbprio.c246 struct sk_buff *skb, struct tcmsg *tcm) in skbprio_dump_class()
H A Dsch_multiq.c324 struct sk_buff *skb, struct tcmsg *tcm) in multiq_dump_class() argument
H A Dsch_prio.c346 struct tcmsg *tcm) in prio_dump_class()
H A Dsch_tbf.c552 struct sk_buff *skb, struct tcmsg *tcm) in tbf_dump_class()
H A Dcls_api.c2057 struct tcmsg *tcm; in tcf_fill_node() local
2752 struct tcmsg *tcm = nlmsg_data(cb->nlh); in tcf_chain_dump() local
2820 struct tcmsg *tcm = nlmsg_data(cb->nlh); in tc_dump_tfilter() local
2927 struct tcmsg *tcm; in tc_chain_fill_node() local
3219 struct tcmsg *tcm = nlmsg_data(cb->nlh); in tc_dump_chain() local
H A Dsch_drr.c236 struct sk_buff *skb, struct tcmsg *tcm) in drr_dump_class()
H A Dsch_ets.c300 struct sk_buff *skb, struct tcmsg *tcm) in ets_class_dump()
H A Dsch_taprio.c2459 struct sk_buff *skb, struct tcmsg *tcm) in taprio_dump_class()
2506 struct tcmsg *tcm) in taprio_select_queue()
H A Dsch_netem.c1254 struct sk_buff *skb, struct tcmsg *tcm) in netem_dump_class()
H A Dsch_hfsc.c1309 struct tcmsg *tcm) in hfsc_dump_class()
H A Dsch_cake.c2992 struct sk_buff *skb, struct tcmsg *tcm) in cake_dump_class()
/linux/drivers/remoteproc/
H A Dxlnx_r5_remoteproc.c1021 struct mem_bank_data *tcm; in zynqmp_r5_get_tcm_node_from_dt() local
/linux/drivers/usb/gadget/function/
H A Df_tcm.c2235 struct f_uas *tcm = to_f_uas(f); tcm_free() local
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dpcie.c339 void __iomem *tcm; member