/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | lm75.c | 67 * @resolutions: List of resolutions associated with sample times. 85 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 }, 164 .resolutions = (u8 []) {9, 10, 11, 12 }, 176 .resolutions = (u8 []) {9, 10, 11, 12 }, 228 .resolutions = (u8 []) {9, 10, 11, 12 }, 237 .resolutions [all...] |
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | lm75.c | 66 * @resolutions: List of resolutions associated with sample times. 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 [all...] |
/kernel/linux/linux-5.10/drivers/iio/adc/ |
H A 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()
|
H A D | stm32-adc.c | 230 * @resolutions: available resolutions 231 * @num_res: number of available resolutions 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()
|
/kernel/linux/linux-5.10/drivers/staging/vc04_services/bcm2835-camera/ |
H A 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() 1495 get_num_cameras(struct vchiq_mmal_instance *instance, unsigned int resolutions[][2], int num_resolutions) get_num_cameras() argument
|
/kernel/linux/linux-6.6/drivers/staging/vc04_services/bcm2835-camera/ |
H A D | bcm2835-camera.c | 1492 unsigned int resolutions[][2], int num_resolutions) in get_num_cameras() 1517 resolutions[i][0] = cam_info.cameras[i].max_width; in get_num_cameras() 1518 resolutions[i][1] = cam_info.cameras[i].max_height; in get_num_cameras() 1852 unsigned int resolutions[MAX_BCM2835_CAMERAS][2]; in bcm2835_mmal_probe() local 1860 resolutions, in bcm2835_mmal_probe() 1880 dev->max_width = resolutions[camera][0]; in bcm2835_mmal_probe() 1881 dev->max_height = resolutions[camera][1]; in bcm2835_mmal_probe() 1491 get_num_cameras(struct vchiq_mmal_instance *instance, unsigned int resolutions[][2], int num_resolutions) get_num_cameras() argument
|
/kernel/linux/linux-6.6/drivers/iio/adc/ |
H A D | stm32-adc.c | 295 * @resolutions: available resolutions 296 * @num_res: number of available resolutions 300 const unsigned int *resolutions; member 312 .resolutions = stm32f4_adc_resolutions, 324 .resolutions = stm32h7_adc_resolutions, 331 .resolutions = stm32f4_adc_resolutions, 1908 res = adc->cfg->adc_info->resolutions[0]; in stm32_adc_fw_get_resolution() 1911 if (res == adc->cfg->adc_info->resolutions[i]) in stm32_adc_fw_get_resolution() 1976 chan->scan_type.realbits = adc->cfg->adc_info->resolutions[ad in stm32_adc_chan_init_one() [all...] |