/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | display.c | 153 if (drv && drv->get_resolution == NULL) in omapdss_register_display() 154 drv->get_resolution = omapdss_default_get_resolution; in omapdss_register_display()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | display.c | 153 if (drv && drv->get_resolution == NULL) in omapdss_register_display() 154 drv->get_resolution = omapdss_default_get_resolution; in omapdss_register_display()
|
/kernel/linux/linux-5.10/drivers/w1/slaves/ |
H A D | w1_therm.c | 155 * @get_resolution: pointer to the device get_resolution function 166 int (*get_resolution)(struct w1_slave *sl); member 727 .get_resolution = NULL, /* no config register */ 736 .get_resolution = w1_DS18B20_get_resolution, 746 .get_resolution = w1_DS18B20_get_resolution, 755 .get_resolution = w1_DS18B20_get_resolution, 764 .get_resolution = w1_DS18B20_get_resolution, 966 if (SLAVE_SPECIFIC_FUNC(sl)->get_resolution) { in w1_therm_add_slave() 968 SLAVE_SPECIFIC_FUNC(sl)->get_resolution(s in w1_therm_add_slave() [all...] |
/kernel/linux/linux-6.6/drivers/w1/slaves/ |
H A D | w1_therm.c | 155 * @get_resolution: pointer to the device get_resolution function 166 int (*get_resolution)(struct w1_slave *sl); member 792 .get_resolution = NULL, /* no config register */ 801 .get_resolution = w1_DS18B20_get_resolution, 811 .get_resolution = w1_DS18B20_get_resolution, 820 .get_resolution = w1_DS18B20_get_resolution, 830 .get_resolution = w1_DS18B20_get_resolution, 1031 if (SLAVE_SPECIFIC_FUNC(sl)->get_resolution) { in w1_therm_add_slave() 1033 SLAVE_SPECIFIC_FUNC(sl)->get_resolution(s in w1_therm_add_slave() [all...] |
/kernel/linux/linux-5.10/drivers/input/mouse/ |
H A D | elan_i2c.h | 87 int (*get_resolution)(struct i2c_client *client, member
|
/kernel/linux/linux-6.6/drivers/input/mouse/ |
H A D | elan_i2c.h | 93 int (*get_resolution)(struct i2c_client *client, member
|
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/displays/ |
H A D | connector-analog-tv.c | 174 .get_resolution = omapdss_default_get_resolution,
|
H A D | panel-dpi.c | 135 .get_resolution = omapdss_default_get_resolution,
|
H A D | connector-dvi.c | 224 .get_resolution = omapdss_default_get_resolution,
|
H A D | connector-hdmi.c | 193 .get_resolution = omapdss_default_get_resolution,
|
H A D | panel-nec-nl8048hl11.c | 221 .get_resolution = omapdss_default_get_resolution,
|
H A D | panel-lgphilips-lb035q02.c | 227 .get_resolution = omapdss_default_get_resolution,
|
H A D | panel-sharp-ls037v7dw01.c | 187 .get_resolution = omapdss_default_get_resolution,
|
/kernel/linux/linux-5.10/drivers/media/usb/go7007/ |
H A D | go7007-v4l2.c | 80 static void get_resolution(struct go7007 *go, int *width, int *height) in get_resolution() function 184 get_resolution(go, &sensor_width, &sensor_height); in set_capture_size() 524 get_resolution(go, &width, &height); in vidioc_enum_framesizes() 545 get_resolution(go, &width, &height); in vidioc_enum_frameintervals()
|
/kernel/linux/linux-6.6/drivers/media/usb/go7007/ |
H A D | go7007-v4l2.c | 80 static void get_resolution(struct go7007 *go, int *width, int *height) in get_resolution() function 184 get_resolution(go, &sensor_width, &sensor_height); in set_capture_size() 520 get_resolution(go, &width, &height); in vidioc_enum_framesizes() 541 get_resolution(go, &width, &height); in vidioc_enum_frameintervals()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/displays/ |
H A D | panel-nec-nl8048hl11.c | 227 .get_resolution = omapdss_default_get_resolution,
|
H A D | panel-sharp-ls037v7dw01.c | 193 .get_resolution = omapdss_default_get_resolution,
|
H A D | panel-lgphilips-lb035q02.c | 236 .get_resolution = omapdss_default_get_resolution,
|
H A D | connector-dvi.c | 229 .get_resolution = omapdss_default_get_resolution,
|
H A D | connector-hdmi.c | 197 .get_resolution = omapdss_default_get_resolution,
|
H A D | panel-dpi.c | 151 .get_resolution = omapdss_default_get_resolution,
|
H A D | connector-analog-tv.c | 180 .get_resolution = omapdss_default_get_resolution,
|
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/ |
H A D | omapfb-ioctl.c | 290 display->driver->get_resolution(display, &dw, &dh); in omapfb_update_window() 884 display->driver->get_resolution(display, &xres, &yres); in omapfb_ioctl()
|
H A D | omapfb-main.c | 1444 display->driver->get_resolution(display, &w, &h); in omapfb_alloc_fbmem_display() 1676 dssdrv->get_resolution(dssdev, &w, &h); in omapfb_auto_update_work() 1752 display->driver->get_resolution(display, &w, &h); in omapfb_fb_init() 2339 dssdrv->get_resolution(dssdev, &w, &h); in omapfb_init_display() 2587 def_display->driver->get_resolution(def_display, &w, &h); in omapfb_probe()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/ |
H A D | omapfb-ioctl.c | 290 display->driver->get_resolution(display, &dw, &dh); in omapfb_update_window() 884 display->driver->get_resolution(display, &xres, &yres); in omapfb_ioctl()
|