Searched refs:chameleon_bar (Results 1 – 2 of 2) sorted by relevance
30 struct chameleon_bar *cb, in chameleon_parse_bdd()37 struct chameleon_bar *cb, in chameleon_parse_gdd()117 struct chameleon_bar *cb, int bar_count) in chameleon_parse_bar()129 p += sizeof(struct chameleon_bar); in chameleon_parse_bar()134 struct chameleon_bar **cb) in chameleon_get_bar()136 struct chameleon_bar *c; in chameleon_get_bar()156 c = kcalloc(bar_count, sizeof(struct chameleon_bar), in chameleon_get_bar()164 c = kzalloc(sizeof(struct chameleon_bar), GFP_KERNEL); in chameleon_get_bar()181 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