Searched refs:next_blue (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/leds/ |
H A D | leds-blinkm.c | 45 u8 next_blue; /* color blue */ member 177 data->next_blue = value; in store_color_common() 183 dev_dbg(dev, "next_red = %d, next_green = %d, next_blue = %d\n", in store_color_common() 184 data->next_red, data->next_green, data->next_blue); in store_color_common() 359 data->args[2] = data->next_blue; in blinkm_transfer_hw() 444 if (data->next_blue == (u8) value) in blinkm_led_common_set() 446 data->next_blue = (u8) value; in blinkm_led_common_set() 457 " next_blue = %d\n", in blinkm_led_common_set() 459 data->next_blue); in blinkm_led_common_set() 495 data->next_blue in blinkm_test_run() [all...] |
/kernel/linux/linux-6.6/drivers/leds/ |
H A D | leds-blinkm.c | 45 u8 next_blue; /* color blue */ member 177 data->next_blue = value; in store_color_common() 183 dev_dbg(dev, "next_red = %d, next_green = %d, next_blue = %d\n", in store_color_common() 184 data->next_red, data->next_green, data->next_blue); in store_color_common() 359 data->args[2] = data->next_blue; in blinkm_transfer_hw() 444 if (data->next_blue == (u8) value) in blinkm_led_common_set() 446 data->next_blue = (u8) value; in blinkm_led_common_set() 457 " next_blue = %d\n", in blinkm_led_common_set() 459 data->next_blue); in blinkm_led_common_set() 494 data->next_blue in blinkm_test_run() [all...] |
Completed in 2 milliseconds