Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/omapdrm/
Dtcm.h53 struct tcm *tcm; /* parent */ member
58 struct tcm { struct
64 /* 'pvt' structure shall contain any tcm details (attr) along with argument
71 s32 (*reserve_2d)(struct tcm *tcm, u16 height, u16 width, u8 align, argument
73 s32 (*reserve_1d)(struct tcm *tcm, u32 slots, struct tcm_area *area); argument
74 s32 (*free) (struct tcm *tcm, struct tcm_area *area); argument
75 void (*deinit) (struct tcm *tcm); argument
107 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()
163 static inline s32 tcm_reserve_1d(struct tcm *tcm, u32 slots, in tcm_reserve_1d()
Dtcm-sita.c82 struct tcm *tcm; in sita_init() local
149 static void sita_deinit(struct tcm *tcm) in sita_deinit()
177 static s32 sita_reserve_1d(struct tcm *tcm, u32 num_slots, in sita_reserve_1d()
208 static s32 sita_reserve_2d(struct tcm *tcm, u16 h, u16 w, u8 align, in sita_reserve_2d()
236 static s32 sita_free(struct tcm *tcm, struct tcm_area *area) in sita_free()
274 static s32 scan_r2l_t2b(struct tcm *tcm, u16 w, u16 h, u16 align, in scan_r2l_t2b()
348 static s32 scan_l2r_t2b(struct tcm *tcm, u16 w, u16 h, u16 align, in scan_l2r_t2b()
424 static s32 scan_r2l_b2t_one_dim(struct tcm *tcm, u32 num_slots, in scan_r2l_b2t_one_dim()
502 static s32 scan_areas_and_find_fit(struct tcm *tcm, u16 w, u16 h, u16 align, in scan_areas_and_find_fit()
572 static void fill_area(struct tcm *tcm, struct tcm_area *area, in fill_area()
[all …]
Domap_dmm_priv.h130 struct tcm *tcm; member
141 struct tcm *tcm; member
186 struct tcm **tcm; member
Domap_dmm_tiler.c166 static struct dmm_txn *dmm_txn_init(struct dmm *dmm, struct tcm *tcm) in dmm_txn_init()
/linux-4.4.14/net/sched/
Dsch_api.c1113 struct tcmsg *tcm = nlmsg_data(n); in tc_get_qdisc() local
1182 struct tcmsg *tcm; in tc_modify_qdisc() local
1338 struct tcmsg *tcm; in tc_fill_qdisc() local
1524 struct tcmsg *tcm = nlmsg_data(n); in tc_ctl_tclass() local
1658 struct tcmsg *tcm; in tc_fill_tclass() local
1735 struct tcmsg *tcm, struct netlink_callback *cb, in tc_dump_tclass_qdisc()
1764 struct tcmsg *tcm, struct netlink_callback *cb, in tc_dump_tclass_root()
1785 struct tcmsg *tcm = nlmsg_data(cb->nlh); in tc_dump_tclass() local
Dsch_mq.c135 struct tcmsg *tcm) in mq_select_queue()
186 struct sk_buff *skb, struct tcmsg *tcm) in mq_dump_class()
Dcls_api.c357 struct tcmsg *tcm; in tcf_fill_node() local
433 struct tcmsg *tcm = nlmsg_data(cb->nlh); in tc_dump_tfilter() local
Dsch_mqprio.c289 struct sk_buff *skb, struct tcmsg *tcm) in mqprio_dump_class()
Dsch_red.c300 struct sk_buff *skb, struct tcmsg *tcm) in red_dump_class()
Dsch_dsmark.c417 struct sk_buff *skb, struct tcmsg *tcm) in dsmark_dump_class()
Dsch_multiq.c343 struct sk_buff *skb, struct tcmsg *tcm) in multiq_dump_class()
Dsch_prio.c306 struct tcmsg *tcm) in prio_dump_class()
Dsch_tbf.c490 struct sk_buff *skb, struct tcmsg *tcm) in tbf_dump_class()
Dsch_drr.c250 struct sk_buff *skb, struct tcmsg *tcm) in drr_dump_class()
Dsch_atm.c587 struct sk_buff *skb, struct tcmsg *tcm) in atm_tc_dump_class()
Dsch_fq_codel.c550 struct sk_buff *skb, struct tcmsg *tcm) in fq_codel_dump_class()
Dsch_sfq.c832 struct sk_buff *skb, struct tcmsg *tcm) in sfq_dump_class()
Dsch_sfb.c597 struct sk_buff *skb, struct tcmsg *tcm) in sfb_dump_class()
Dsch_netem.c1080 struct sk_buff *skb, struct tcmsg *tcm) in netem_dump_class()
Dsch_htb.c1095 struct sk_buff *skb, struct tcmsg *tcm) in htb_dump_class()
Dsch_qfq.c633 struct sk_buff *skb, struct tcmsg *tcm) in qfq_dump_class()
Dsch_hfsc.c1340 struct tcmsg *tcm) in hfsc_dump_class()
Dsch_cbq.c1566 struct sk_buff *skb, struct tcmsg *tcm) in cbq_dump_class()
/linux-4.4.14/arch/metag/include/asm/
Dmmu.h16 struct list_head tcm; member
/linux-4.4.14/arch/metag/kernel/
Dprocess.c417 struct tcm_allocation *tcm; in __metag_elf_map() local
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/
Dpcie.c261 void __iomem *tcm; member