Searched refs:b_type (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/tests/fp/ |
H A D | wrap.c.inc | 106 #define WRAP_SF_TO_SF_IEEE(name, func, a_type, b_type) \ 107 static b_type##_t name(a_type##_t a) \ 110 b_type ret; \ 113 return *(b_type##_t *)&ret; \ 123 #define WRAP_SF_TO_SF(name, func, a_type, b_type) \ 124 static b_type##_t name(a_type##_t a) \ 127 b_type ret; \ 130 return *(b_type##_t *)&ret; \
|
/openbmc/linux/sound/soc/codecs/ |
H A D | cs35l41-lib.c | 1178 bool cs35l41_safe_reset(struct regmap *regmap, enum cs35l41_boost_type b_type) in cs35l41_safe_reset() argument 1180 switch (b_type) { in cs35l41_safe_reset() 1215 int cs35l41_global_enable(struct device *dev, struct regmap *regmap, enum cs35l41_boost_type b_type, in cs35l41_global_enable() argument 1241 switch (b_type) { in cs35l41_global_enable() 1503 enum cs35l41_boost_type b_type) in cs35l41_enter_hibernate() argument 1505 if (!cs35l41_safe_reset(regmap, b_type)) { in cs35l41_enter_hibernate()
|
/openbmc/linux/include/sound/ |
H A D | cs35l41.h | 899 enum cs35l41_boost_type b_type); 903 bool cs35l41_safe_reset(struct regmap *regmap, enum cs35l41_boost_type b_type); 905 int cs35l41_global_enable(struct device *dev, struct regmap *regmap, enum cs35l41_boost_type b_type,
|
/openbmc/linux/lib/ |
H A D | maple_tree.c | 3464 enum maple_type b_type = b_node->type; in mas_commit_b_node() local 3467 if ((b_end < mt_min_slots[b_type]) && in mas_commit_b_node() 3472 if (b_end >= mt_slots[b_type]) in mas_commit_b_node() 3484 wr_mas->mas->node = mt_mk_node(node, b_type); in mas_commit_b_node()
|