Lines Matching refs:device

39 struct fb_info *framebuffer_alloc(size_t size, struct device *dev)  in framebuffer_alloc()
60 info->device = dev; in framebuffer_alloc()
127 static ssize_t store_mode(struct device *device, struct device_attribute *attr, in store_mode() argument
130 struct fb_info *fb_info = dev_get_drvdata(device); in store_mode()
158 static ssize_t show_mode(struct device *device, struct device_attribute *attr, in show_mode() argument
161 struct fb_info *fb_info = dev_get_drvdata(device); in show_mode()
169 static ssize_t store_modes(struct device *device, in store_modes() argument
173 struct fb_info *fb_info = dev_get_drvdata(device); in store_modes()
201 static ssize_t show_modes(struct device *device, struct device_attribute *attr, in show_modes() argument
204 struct fb_info *fb_info = dev_get_drvdata(device); in show_modes()
219 static ssize_t store_bpp(struct device *device, struct device_attribute *attr, in store_bpp() argument
222 struct fb_info *fb_info = dev_get_drvdata(device); in store_bpp()
234 static ssize_t show_bpp(struct device *device, struct device_attribute *attr, in show_bpp() argument
237 struct fb_info *fb_info = dev_get_drvdata(device); in show_bpp()
241 static ssize_t store_rotate(struct device *device, in store_rotate() argument
245 struct fb_info *fb_info = dev_get_drvdata(device); in store_rotate()
260 static ssize_t show_rotate(struct device *device, in show_rotate() argument
263 struct fb_info *fb_info = dev_get_drvdata(device); in show_rotate()
268 static ssize_t store_virtual(struct device *device, in store_virtual() argument
272 struct fb_info *fb_info = dev_get_drvdata(device); in store_virtual()
289 static ssize_t show_virtual(struct device *device, in show_virtual() argument
292 struct fb_info *fb_info = dev_get_drvdata(device); in show_virtual()
297 static ssize_t show_stride(struct device *device, in show_stride() argument
300 struct fb_info *fb_info = dev_get_drvdata(device); in show_stride()
304 static ssize_t store_blank(struct device *device, in store_blank() argument
308 struct fb_info *fb_info = dev_get_drvdata(device); in store_blank()
322 static ssize_t show_blank(struct device *device, in show_blank() argument
329 static ssize_t store_console(struct device *device, in store_console() argument
337 static ssize_t show_console(struct device *device, in show_console() argument
344 static ssize_t store_cursor(struct device *device, in store_cursor() argument
352 static ssize_t show_cursor(struct device *device, in show_cursor() argument
359 static ssize_t store_pan(struct device *device, in store_pan() argument
363 struct fb_info *fb_info = dev_get_drvdata(device); in store_pan()
384 static ssize_t show_pan(struct device *device, in show_pan() argument
387 struct fb_info *fb_info = dev_get_drvdata(device); in show_pan()
392 static ssize_t show_name(struct device *device, in show_name() argument
395 struct fb_info *fb_info = dev_get_drvdata(device); in show_name()
400 static ssize_t store_fbstate(struct device *device, in store_fbstate() argument
404 struct fb_info *fb_info = dev_get_drvdata(device); in store_fbstate()
424 static ssize_t show_fbstate(struct device *device, in show_fbstate() argument
427 struct fb_info *fb_info = dev_get_drvdata(device); in show_fbstate()
432 static ssize_t store_bl_curve(struct device *device, in store_bl_curve() argument
436 struct fb_info *fb_info = dev_get_drvdata(device); in store_bl_curve()
473 static ssize_t show_bl_curve(struct device *device, in show_bl_curve() argument
476 struct fb_info *fb_info = dev_get_drvdata(device); in show_bl_curve()