Home
last modified time | relevance | path

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

/openbmc/linux/drivers/leds/
H A Dleds-pca955x.c309 static int pca955x_led_set(struct led_classdev *led_cdev, in pca955x_led_set() function
500 return pca955x_led_set(&led->led_cdev, PCA955X_GPIO_HIGH); in pca955x_set_value()
502 return pca955x_led_set(&led->led_cdev, PCA955X_GPIO_LOW); in pca955x_set_value()
530 return pca955x_led_set(&led->led_cdev, PCA955X_GPIO_INPUT); in pca955x_gpio_direction_input()
701 led->brightness_set_blocking = pca955x_led_set; in pca955x_probe()