Lines Matching refs:wled_var_cfg
148 struct wled_var_cfg { struct
157 const struct wled_var_cfg *cfg; argument
1205 static const struct wled_var_cfg wled3_boost_i_limit_cfg = {
1214 static const struct wled_var_cfg wled4_boost_i_limit_cfg = {
1224 static const struct wled_var_cfg wled5_boost_i_limit_cfg = {
1233 static const struct wled_var_cfg wled3_ovp_cfg = {
1242 static const struct wled_var_cfg wled4_ovp_cfg = {
1257 static const struct wled_var_cfg wled5_ovp_cfg = {
1267 static const struct wled_var_cfg wled3_switch_freq_cfg = {
1272 static const struct wled_var_cfg wled3_string_i_limit_cfg = {
1281 static const struct wled_var_cfg wled4_string_i_limit_cfg = {
1286 static const struct wled_var_cfg wled5_mod_sel_cfg = {
1290 static const struct wled_var_cfg wled5_cabc_sel_cfg = {
1294 static u32 wled_values(const struct wled_var_cfg *cfg, u32 idx) in wled_values()