Lines Matching defs:profile
91 * mlxcpld_led_profile - system LED profile (defined per system class):
110 * @profile - system configuration profile
117 struct mlxcpld_led_profile *profile;
124 /* Default profile fit the next Mellanox systems:
340 cpld->pled[i].cdev.name = cpld->profile[i].name;
341 cpld->pled[i].cdev.brightness = cpld->profile[i].brightness;
350 cpld->pled[i].param.offset = mlxcpld_led->profile[i].offset;
351 cpld->pled[i].param.mask = mlxcpld_led->profile[i].mask;
353 mlxcpld_led->profile[i].base_color;
355 if (mlxcpld_led->profile[i].brightness)
357 mlxcpld_led->profile[i].brightness);
377 mlxcpld_led->profile = mlxcpld_led_msn2100_profile;
383 mlxcpld_led->profile = mlxcpld_led_default_profile;