Lines Matching defs:pm860x_led
33 struct pm860x_led { struct
34 struct led_classdev cdev;
35 struct i2c_client *i2c;
36 struct work_struct work;
37 struct pm860x_chip *chip;
38 struct mutex lock;
39 char name[MFD_NAME_SIZE];
41 int port;
42 int iset;
43 unsigned char brightness;
44 unsigned char current_brightness;
46 int reg_control;
47 int reg_blink;
48 int blink_mask;