Home
last modified time | relevance | path

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

/drivers/leds/
Dleds-mlxcpld.c122 static struct mlxcpld_led_pdata *mlxcpld_led; variable
272 spin_lock(&mlxcpld_led->lock); in mlxcpld_led_store_hw()
279 spin_unlock(&mlxcpld_led->lock); in mlxcpld_led_store_hw()
348 cpld->pled[i].param.offset = mlxcpld_led->profile[i].offset; in mlxcpld_led_config()
349 cpld->pled[i].param.mask = mlxcpld_led->profile[i].mask; in mlxcpld_led_config()
351 mlxcpld_led->profile[i].base_color; in mlxcpld_led_config()
353 if (mlxcpld_led->profile[i].brightness) in mlxcpld_led_config()
355 mlxcpld_led->profile[i].brightness); in mlxcpld_led_config()
366 mlxcpld_led = devm_kzalloc(&pdev->dev, sizeof(*mlxcpld_led), in mlxcpld_led_probe()
368 if (!mlxcpld_led) in mlxcpld_led_probe()
[all …]