Home
last modified time | relevance | path

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

/openbmc/linux/drivers/leds/
H A Dleds-mlxcpld.c272 spin_lock(&mlxcpld_led->lock); in mlxcpld_led_store_hw()
279 spin_unlock(&mlxcpld_led->lock); in mlxcpld_led_store_hw()
353 mlxcpld_led->profile[i].base_color; in mlxcpld_led_config()
355 if (mlxcpld_led->profile[i].brightness) in mlxcpld_led_config()
357 mlxcpld_led->profile[i].brightness); in mlxcpld_led_config()
368 mlxcpld_led = devm_kzalloc(&pdev->dev, sizeof(*mlxcpld_led), in mlxcpld_led_probe()
370 if (!mlxcpld_led) in mlxcpld_led_probe()
373 mlxcpld_led->pdev = pdev; in mlxcpld_led_probe()
378 mlxcpld_led->num_led_instances = in mlxcpld_led_probe()
384 mlxcpld_led->num_led_instances = in mlxcpld_led_probe()
[all …]