Searched refs:chameleon_bar (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/mcb/ |
H A D | mcb-parse.c | 30 struct chameleon_bar *cb, in chameleon_parse_bdd() 37 struct chameleon_bar *cb, in chameleon_parse_gdd() 115 struct chameleon_bar *cb, int bar_count) in chameleon_parse_bar() 127 p += sizeof(struct chameleon_bar); in chameleon_parse_bar() 132 struct chameleon_bar **cb) in chameleon_get_bar() 134 struct chameleon_bar *c; in chameleon_get_bar() 154 c = kcalloc(bar_count, sizeof(struct chameleon_bar), in chameleon_get_bar() 162 c = kzalloc(sizeof(struct chameleon_bar), GFP_KERNEL); in chameleon_get_bar() 179 struct chameleon_bar *cb; in chameleon_parse_cells()
|
H A D | mcb-internal.h | 116 struct chameleon_bar { struct 123 #define BAR_DESC_SIZE(x) ((x) * sizeof(struct chameleon_bar) + sizeof(__le32))
|
/kernel/linux/linux-6.6/drivers/mcb/ |
H A D | mcb-parse.c | 30 struct chameleon_bar *cb, in chameleon_parse_bdd() 37 struct chameleon_bar *cb, in chameleon_parse_gdd() 115 struct chameleon_bar *cb, int bar_count) in chameleon_parse_bar() 127 p += sizeof(struct chameleon_bar); in chameleon_parse_bar() 132 struct chameleon_bar **cb) in chameleon_get_bar() 134 struct chameleon_bar *c; in chameleon_get_bar() 154 c = kcalloc(bar_count, sizeof(struct chameleon_bar), in chameleon_get_bar() 162 c = kzalloc(sizeof(struct chameleon_bar), GFP_KERNEL); in chameleon_get_bar() 179 struct chameleon_bar *cb; in chameleon_parse_cells()
|
H A D | mcb-internal.h | 116 struct chameleon_bar { struct 123 #define BAR_DESC_SIZE(x) ((x) * sizeof(struct chameleon_bar) + sizeof(__le32))
|
Completed in 2 milliseconds