Searched refs:resolutions (Results 1 – 5 of 5) sorted by relevance
/drivers/hwmon/ |
D | lm75.c | 83 const u8 *resolutions; member 135 .resolutions = (u8 []) {9, 10, 11, 12 }, 144 .resolutions = (u8 []) {9, 10, 11, 12 }, 153 .resolutions = (u8 []) {9, 10, 11, 12 }, 165 .resolutions = (u8 []) {9, 10, 11, 12 }, 217 .resolutions = (u8 []) {9, 10, 11, 12 }, 226 .resolutions = (u8 []) {9, 10, 11, 12 }, 235 .resolutions = (u8 []) {9, 10, 11, 12 }, 244 .resolutions = (u8 []) {9, 10, 11, 12 }, 261 .resolutions = (u8 []) {9, 10, 11, 12 }, [all …]
|
/drivers/iio/adc/ |
D | at91_adc.c | 747 u32 *resolutions; in at91_adc_of_get_resolution() local 756 resolutions = kmalloc_array(count, sizeof(*resolutions), GFP_KERNEL); in at91_adc_of_get_resolution() 757 if (!resolutions) in at91_adc_of_get_resolution() 760 if (of_property_read_u32_array(np, "atmel,adc-res", resolutions, count)) { in at91_adc_of_get_resolution() 776 st->res = resolutions[i]; in at91_adc_of_get_resolution() 789 kfree(resolutions); in at91_adc_of_get_resolution()
|
D | stm32-adc.c | 229 const unsigned int *resolutions; member 241 .resolutions = stm32f4_adc_resolutions, 253 .resolutions = stm32h7_adc_resolutions, 1563 res = adc->cfg->adc_info->resolutions[0]; in stm32_adc_of_get_resolution() 1566 if (res == adc->cfg->adc_info->resolutions[i]) in stm32_adc_of_get_resolution() 1620 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 | 1479 unsigned int resolutions[][2], int num_resolutions) in get_num_cameras() 1504 resolutions[i][0] = cam_info.cameras[i].max_width; in get_num_cameras() 1505 resolutions[i][1] = cam_info.cameras[i].max_height; in get_num_cameras() 1845 unsigned int resolutions[MAX_BCM2835_CAMERAS][2]; in bcm2835_mmal_probe() local 1853 resolutions, in bcm2835_mmal_probe() 1874 dev->max_width = resolutions[camera][0]; in bcm2835_mmal_probe() 1875 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 2043 Supports display resolutions up to 1024x1024 pixel, grayscale and
|