Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v3.4-rc1 14 lines 304 B view raw
1#ifndef __LEDS_RENESAS_TPU_H__ 2#define __LEDS_RENESAS_TPU_H__ 3 4struct led_renesas_tpu_config { 5 char *name; 6 unsigned pin_gpio_fn; 7 unsigned pin_gpio; 8 unsigned int channel_offset; 9 unsigned int timer_bit; 10 unsigned int max_brightness; 11 unsigned int refresh_rate; 12}; 13 14#endif /* __LEDS_RENESAS_TPU_H__ */