Searched refs:chameleon_bar (Results 1 – 2 of 2) sorted by relevance
25 struct chameleon_bar *cb, in chameleon_parse_bdd()32 struct chameleon_bar *cb, in chameleon_parse_gdd()110 struct chameleon_bar *cb, int bar_count) in chameleon_parse_bar()122 p += sizeof(struct chameleon_bar); in chameleon_parse_bar()127 struct chameleon_bar **cb) in chameleon_get_bar()129 struct chameleon_bar *c; in chameleon_get_bar()149 c = kzalloc_objs(struct chameleon_bar, bar_count); in chameleon_get_bar()156 c = kzalloc_obj(struct chameleon_bar); in chameleon_get_bar()173 struct chameleon_bar *cb; in chameleon_parse_cells()
116 struct chameleon_bar { struct123 #define BAR_DESC_SIZE(x) ((x) * sizeof(struct chameleon_bar) + sizeof(__le32)) argument