Home
last modified time | relevance | path

Searched refs:chameleon_bar (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/mcb/
Dmcb-parse.c29 struct chameleon_bar *cb, in chameleon_parse_bdd()
36 struct chameleon_bar *cb, in chameleon_parse_gdd()
116 struct chameleon_bar *cb, int bar_count) in chameleon_parse_bar()
128 p += sizeof(struct chameleon_bar); in chameleon_parse_bar()
133 struct chameleon_bar **cb) in chameleon_get_bar()
135 struct chameleon_bar *c; in chameleon_get_bar()
155 c = kcalloc(bar_count, sizeof(struct chameleon_bar), in chameleon_get_bar()
163 c = kzalloc(sizeof(struct chameleon_bar), GFP_KERNEL); in chameleon_get_bar()
180 struct chameleon_bar *cb; in chameleon_parse_cells()
Dmcb-internal.h116 struct chameleon_bar { struct
123 #define BAR_DESC_SIZE(x) ((x) * sizeof(struct chameleon_bar) + sizeof(__le32)) argument