Lines Matching refs:tcm_area

35 			   struct tcm_area *area);
36 static s32 sita_reserve_1d(struct tcm *tcm, u32 slots, struct tcm_area *area);
37 static s32 sita_free(struct tcm *tcm, struct tcm_area *area);
44 struct tcm_area *area);
47 struct tcm_area *field, struct tcm_area *area);
50 struct tcm_area *field, struct tcm_area *area);
53 struct tcm_area *field, struct tcm_area *area);
58 static s32 is_area_free(struct tcm_area ***map, u16 x0, u16 y0, u16 w, u16 h);
61 struct tcm_area *field, s32 criteria,
64 static void get_nearness_factor(struct tcm_area *field,
65 struct tcm_area *candidate,
68 static void get_neighbor_stats(struct tcm *tcm, struct tcm_area *area,
72 struct tcm_area *area, struct tcm_area *parent);
84 struct tcm_area area = {0}; in sita_init()
152 struct tcm_area area = {0}; in sita_deinit()
178 struct tcm_area *area) in sita_reserve_1d()
181 struct tcm_area field = {0}; in sita_reserve_1d()
209 struct tcm_area *area) in sita_reserve_2d()
236 static s32 sita_free(struct tcm *tcm, struct tcm_area *area) in sita_free()
275 struct tcm_area *field, struct tcm_area *area) in scan_r2l_t2b()
279 struct tcm_area ***map = ((struct sita_pvt *)tcm->pvt)->map; in scan_r2l_t2b()
349 struct tcm_area *field, struct tcm_area *area) in scan_l2r_t2b()
353 struct tcm_area ***map = ((struct sita_pvt *)tcm->pvt)->map; in scan_l2r_t2b()
425 struct tcm_area *field, struct tcm_area *area) in scan_r2l_b2t_one_dim()
430 struct tcm_area *p; in scan_r2l_b2t_one_dim()
503 struct tcm_area *area) in scan_areas_and_find_fit()
506 struct tcm_area field = {0}; in scan_areas_and_find_fit()
559 static s32 is_area_free(struct tcm_area ***map, u16 x0, u16 y0, u16 w, u16 h) in is_area_free()
572 static void fill_area(struct tcm *tcm, struct tcm_area *area, in fill_area()
573 struct tcm_area *parent) in fill_area()
577 struct tcm_area a, a_; in fill_area()
603 struct tcm_area *field, s32 criteria, in update_candidate()
655 static void get_nearness_factor(struct tcm_area *field, struct tcm_area *area, in get_nearness_factor()
669 static void get_neighbor_stats(struct tcm *tcm, struct tcm_area *area, in get_neighbor_stats()