Home
last modified time | relevance | path

Searched refs:max_res (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpu/drm/tiny/
H A Dofdrm.c402 struct resource *res, *max_res = NULL; in ofdrm_find_fb_resource() local
413 if (!max_res || resource_size(res) > resource_size(max_res)) in ofdrm_find_fb_resource()
414 max_res = res; /* store largest resource as fallback */ in ofdrm_find_fb_resource()
417 return max_res; in ofdrm_find_fb_resource()
/kernel/linux/linux-6.6/drivers/leds/rgb/
H A Dleds-qcom-lpg.c280 u64 max_res; in lpg_calc_freq() local
305 max_res = LPG_RESOLUTION_15BIT; in lpg_calc_freq()
311 max_res = LPG_RESOLUTION_9BIT; in lpg_calc_freq()
320 max_period = div64_u64((u64)NSEC_PER_SEC * max_res * LPG_MAX_PREDIV * (1 << LPG_MAX_M), in lpg_calc_freq()
/kernel/linux/linux-5.10/drivers/input/misc/
H A Dad714x.c163 int max_res = 0; in ad714x_cal_highest_stage() local
168 if (ad714x->sensor_val[i] > max_res) { in ad714x_cal_highest_stage()
169 max_res = ad714x->sensor_val[i]; in ad714x_cal_highest_stage()
/kernel/linux/linux-6.6/drivers/input/misc/
H A Dad714x.c163 int max_res = 0; in ad714x_cal_highest_stage() local
168 if (ad714x->sensor_val[i] > max_res) { in ad714x_cal_highest_stage()
169 max_res = ad714x->sensor_val[i]; in ad714x_cal_highest_stage()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H A Dice_virtchnl_pf.c792 * @max_res: maximum resources that can be given per VF
799 ice_determine_res(struct ice_pf *pf, u16 avail_res, u16 max_res, u16 min_res) in ice_determine_res() argument
811 res = max_res; in ice_determine_res()

Completed in 13 milliseconds