Home
last modified time | relevance | path

Searched refs:update_needed (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/iio/buffer/
H A Dkfifo_buf.c20 int update_needed; member
48 if (buf->update_needed) { in iio_request_update_kfifo()
53 buf->update_needed = false; in iio_request_update_kfifo()
65 kf->update_needed = true; in iio_mark_update_needed_kfifo()
211 kf->update_needed = true; in iio_kfifo_allocate()
/linux/drivers/hid/
H A Dhid-input.c1917 bool update_needed = false; in __hidinput_change_resolution_multipliers() local
1954 return update_needed; in __hidinput_change_resolution_multipliers()
1962 update_needed = true; in __hidinput_change_resolution_multipliers()
1966 return update_needed; in __hidinput_change_resolution_multipliers()
1977 bool update_needed = __hidinput_change_resolution_multipliers(hid, in hidinput_change_resolution_multipliers() local
1980 if (update_needed) { in hidinput_change_resolution_multipliers()
/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c2478 int update_needed; in ahc_set_syncrate() local
2481 update_needed = 0; in ahc_set_syncrate()
2513 update_needed++; in ahc_set_syncrate()
2579 update_needed += ahc_update_neg_request(ahc, devinfo, tstate, in ahc_set_syncrate()
2582 if (update_needed) in ahc_set_syncrate()
2602 int update_needed; in ahc_set_width() local
2605 update_needed = 0; in ahc_set_width()
2619 update_needed++; in ahc_set_width()
2641 update_needed += ahc_update_neg_request(ahc, devinfo, tstate, in ahc_set_width()
2643 if (update_needed) in ahc_set_width()
H A Daic79xx_core.c3865 int update_needed; in ahd_set_syncrate() local
3868 update_needed = 0; in ahd_set_syncrate()
3899 update_needed++; in ahd_set_syncrate()
3985 update_needed += ahd_update_neg_request(ahd, devinfo, tstate, in ahd_set_syncrate()
3988 if (update_needed && active) in ahd_set_syncrate()
4008 int update_needed; in ahd_set_width() local
4011 update_needed = 0; in ahd_set_width()
4024 update_needed++; in ahd_set_width()
4044 update_needed += ahd_update_neg_request(ahd, devinfo, tstate, in ahd_set_width()
4046 if (update_needed && active) in ahd_set_width()