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 = kcalloc(bar_count, sizeof(struct chameleon_bar), in chameleon_get_bar()157 c = kzalloc(sizeof(struct chameleon_bar), GFP_KERNEL); in chameleon_get_bar()174 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
Completed in 8 milliseconds