Lines Matching defs:ssd1307fb_par
62 struct ssd1307fb_par { struct
63 unsigned area_color_enable : 1;
64 unsigned com_invdir : 1;
65 unsigned com_lrremap : 1;
66 unsigned com_seq : 1;
67 unsigned lookup_table_set : 1;
68 unsigned low_power : 1;
69 unsigned seg_remap : 1;
70 u32 com_offset;
71 u32 contrast;
72 u32 dclk_div;
73 u32 dclk_frq;
74 const struct ssd1307fb_deviceinfo *device_info;
75 struct i2c_client *client;
76 u32 height;
77 struct fb_info *info;
78 u8 lookup_table[4];
79 u32 page_offset;
80 u32 prechargep1;
81 u32 prechargep2;
82 struct pwm_device *pwm;
83 u32 pwm_period;
84 struct gpio_desc *reset;
85 struct regulator *vbat_reg;
86 u32 vcomh;
87 u32 width;