Searched refs:update_needed (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/drivers/iio/ |
H A D | kfifo_buf.c | 16 int update_needed; member in struct:iio_kfifo 37 if (buf->update_needed) { iio_request_update_kfifo() 42 buf->update_needed = false; iio_request_update_kfifo() 54 kf->update_needed = true; iio_mark_update_needed_kfifo() 149 kf->update_needed = true; iio_kfifo_allocate()
|
/linux-4.1.27/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_core.c | 2503 int update_needed; ahc_set_syncrate() local 2506 update_needed = 0; ahc_set_syncrate() 2538 update_needed++; ahc_set_syncrate() 2604 update_needed += ahc_update_neg_request(ahc, devinfo, tstate, ahc_set_syncrate() 2607 if (update_needed) ahc_set_syncrate() 2627 int update_needed; ahc_set_width() local 2630 update_needed = 0; ahc_set_width() 2644 update_needed++; ahc_set_width() 2666 update_needed += ahc_update_neg_request(ahc, devinfo, tstate, ahc_set_width() 2668 if (update_needed) ahc_set_width()
|
H A D | aic79xx_core.c | 3899 int update_needed; ahd_set_syncrate() local 3902 update_needed = 0; ahd_set_syncrate() 3933 update_needed++; ahd_set_syncrate() 4019 update_needed += ahd_update_neg_request(ahd, devinfo, tstate, ahd_set_syncrate() 4022 if (update_needed && active) ahd_set_syncrate() 4042 int update_needed; ahd_set_width() local 4045 update_needed = 0; ahd_set_width() 4058 update_needed++; ahd_set_width() 4078 update_needed += ahd_update_neg_request(ahd, devinfo, tstate, ahd_set_width() 4080 if (update_needed && active) ahd_set_width()
|
Completed in 185 milliseconds