Searched refs:resolutions (Results 1 – 5 of 5) sorted by relevance
/drivers/hwmon/ |
D | lm75.c | 84 const u8 *resolutions; member 137 .resolutions = (u8 []) {9, 10, 11, 12 }, 146 .resolutions = (u8 []) {9, 10, 11, 12 }, 155 .resolutions = (u8 []) {9, 10, 11, 12 }, 167 .resolutions = (u8 []) {9, 10, 11, 12 }, 219 .resolutions = (u8 []) {9, 10, 11, 12 }, 228 .resolutions = (u8 []) {9, 10, 11, 12 }, 237 .resolutions = (u8 []) {9, 10, 11, 12 }, 246 .resolutions = (u8 []) {9, 10, 11, 12 }, 263 .resolutions = (u8 []) {9, 10, 11, 12 }, [all …]
|
/drivers/iio/adc/ |
D | at91_adc.c | 749 u32 *resolutions; in at91_adc_of_get_resolution() local 758 resolutions = kmalloc_array(count, sizeof(*resolutions), GFP_KERNEL); in at91_adc_of_get_resolution() 759 if (!resolutions) in at91_adc_of_get_resolution() 762 if (of_property_read_u32_array(np, "atmel,adc-res", resolutions, count)) { in at91_adc_of_get_resolution() 778 st->res = resolutions[i]; in at91_adc_of_get_resolution() 791 kfree(resolutions); in at91_adc_of_get_resolution()
|
D | stm32-adc.c | 235 const unsigned int *resolutions; member 247 .resolutions = stm32f4_adc_resolutions, 259 .resolutions = stm32h7_adc_resolutions, 1658 res = adc->cfg->adc_info->resolutions[0]; in stm32_adc_of_get_resolution() 1661 if (res == adc->cfg->adc_info->resolutions[i]) in stm32_adc_of_get_resolution() 1715 chan->scan_type.realbits = adc->cfg->adc_info->resolutions[adc->res]; in stm32_adc_chan_init_one()
|
/drivers/staging/vc04_services/bcm2835-camera/ |
D | bcm2835-camera.c | 1496 unsigned int resolutions[][2], int num_resolutions) in get_num_cameras() 1521 resolutions[i][0] = cam_info.cameras[i].max_width; in get_num_cameras() 1522 resolutions[i][1] = cam_info.cameras[i].max_height; in get_num_cameras() 1857 unsigned int resolutions[MAX_BCM2835_CAMERAS][2]; in bcm2835_mmal_probe() local 1865 resolutions, in bcm2835_mmal_probe() 1885 dev->max_width = resolutions[camera][0]; in bcm2835_mmal_probe() 1886 dev->max_height = resolutions[camera][1]; in bcm2835_mmal_probe()
|
/drivers/video/fbdev/ |
D | Kconfig | 1005 and vertical resolutions, and vertical refresh rates without having 2025 Supports display resolutions up to 1024x1024 pixel, grayscale and
|