Home
last modified time | relevance | path

Searched refs:min_off (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/drivers/hwmon/
A Dlm85.c279 u8 min_off; /* Min PWM or OFF below "limit", flag */ member
529 data->autofan[0].min_off = (i & 0x20) != 0; in lm85_update_device()
530 data->autofan[1].min_off = (i & 0x40) != 0; in lm85_update_device()
531 data->autofan[2].min_off = (i & 0x80) != 0; in lm85_update_device()
1088 return sprintf(buf, "%d\n", data->autofan[nr].min_off); in pwm_auto_pwm_minctl_show()
1107 data->autofan[nr].min_off = val; in pwm_auto_pwm_minctl_store()
1110 if (data->autofan[nr].min_off) in pwm_auto_pwm_minctl_store()
/linux-6.3-rc2/drivers/gpu/drm/
A Ddrm_fb_helper.c660 unsigned long start, end, min_off, max_off; in drm_fb_helper_deferred_io() local
664 min_off = ULONG_MAX; in drm_fb_helper_deferred_io()
669 min_off = min(min_off, start); in drm_fb_helper_deferred_io()
680 if (min_off < max_off) { in drm_fb_helper_deferred_io()
681 drm_fb_helper_memory_range_to_clip(info, min_off, max_off - min_off, &damage_area); in drm_fb_helper_deferred_io()
/linux-6.3-rc2/kernel/bpf/
A Dverifier.c3631 int min_off, max_off; in check_stack_write_var_off() local
3643 min_off = ptr_reg->smin_value + off; in check_stack_write_var_off()
3751 if (zeros == max_off - min_off) { in mark_reg_stack_read()
3913 int min_off, max_off; in check_stack_read_var_off() local
3922 min_off = reg->smin_value + off; in check_stack_read_var_off()
5242 int min_off, max_off; in check_stack_access_within_bounds() local
5259 max_off = min_off; in check_stack_access_within_bounds()
5267 min_off = reg->smin_value + off; in check_stack_access_within_bounds()
5271 max_off = min_off; in check_stack_access_within_bounds()
5712 min_off = reg->smin_value + off; in check_stack_range_initialized()
[all …]

Completed in 38 milliseconds