Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/iio/buffer/
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()
162 kf->update_needed = true; in iio_kfifo_allocate()
/Linux-v5.4/drivers/hid/
Dhid-input.c1554 bool update_needed = false; in __hidinput_change_resolution_multipliers() local
1589 update_needed = true; in __hidinput_change_resolution_multipliers()
1593 return update_needed; in __hidinput_change_resolution_multipliers()
1604 bool update_needed = __hidinput_change_resolution_multipliers(hid, in hidinput_change_resolution_multipliers() local
1607 if (update_needed) { in hidinput_change_resolution_multipliers()
/Linux-v5.4/drivers/scsi/aic7xxx/
Daic7xxx_core.c2496 int update_needed; in ahc_set_syncrate() local
2499 update_needed = 0; in ahc_set_syncrate()
2531 update_needed++; in ahc_set_syncrate()
2597 update_needed += ahc_update_neg_request(ahc, devinfo, tstate, in ahc_set_syncrate()
2600 if (update_needed) in ahc_set_syncrate()
2620 int update_needed; in ahc_set_width() local
2623 update_needed = 0; in ahc_set_width()
2637 update_needed++; in ahc_set_width()
2659 update_needed += ahc_update_neg_request(ahc, devinfo, tstate, in ahc_set_width()
2661 if (update_needed) in ahc_set_width()
Daic79xx_core.c3893 int update_needed; in ahd_set_syncrate() local
3896 update_needed = 0; in ahd_set_syncrate()
3927 update_needed++; in ahd_set_syncrate()
4013 update_needed += ahd_update_neg_request(ahd, devinfo, tstate, in ahd_set_syncrate()
4016 if (update_needed && active) in ahd_set_syncrate()
4036 int update_needed; in ahd_set_width() local
4039 update_needed = 0; in ahd_set_width()
4052 update_needed++; in ahd_set_width()
4072 update_needed += ahd_update_neg_request(ahd, devinfo, tstate, in ahd_set_width()
4074 if (update_needed && active) in ahd_set_width()
/Linux-v5.4/drivers/block/
Drbd.c2141 static bool update_needed(struct rbd_device *rbd_dev, u64 objno, u8 new_state) in update_needed() function
2202 if (!update_needed(rbd_dev, obj_req->ex.oe_objno, new_state)) in rbd_object_map_update()