Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
161 kf->update_needed = true; in iio_kfifo_allocate()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_gpuprops_types.h141 bool update_needed; member
H A Dmali_kbase_gpuprops.c126 if (!curr_config->update_needed) in kbase_gpuprops_get_curr_config_props()
148 curr_config->update_needed = false; in kbase_gpuprops_get_curr_config_props()
167 kbdev->gpu_props.curr_config.update_needed = true; in kbase_gpuprops_req_curr_config_update()
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-input.c1585 bool update_needed = false; in __hidinput_change_resolution_multipliers() local
1622 return update_needed; in __hidinput_change_resolution_multipliers()
1630 update_needed = true; in __hidinput_change_resolution_multipliers()
1634 return update_needed; in __hidinput_change_resolution_multipliers()
1645 bool update_needed = __hidinput_change_resolution_multipliers(hid, in hidinput_change_resolution_multipliers() local
1648 if (update_needed) { in hidinput_change_resolution_multipliers()
/OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c2480 int update_needed; in ahc_set_syncrate() local
2483 update_needed = 0; in ahc_set_syncrate()
2515 update_needed++; in ahc_set_syncrate()
2581 update_needed += ahc_update_neg_request(ahc, devinfo, tstate, in ahc_set_syncrate()
2584 if (update_needed) in ahc_set_syncrate()
2604 int update_needed; in ahc_set_width() local
2607 update_needed = 0; in ahc_set_width()
2621 update_needed++; in ahc_set_width()
2643 update_needed += ahc_update_neg_request(ahc, devinfo, tstate, in ahc_set_width()
2645 if (update_needed) in ahc_set_width()
H A Daic79xx_core.c3867 int update_needed; in ahd_set_syncrate() local
3870 update_needed = 0; in ahd_set_syncrate()
3901 update_needed++; in ahd_set_syncrate()
3987 update_needed += ahd_update_neg_request(ahd, devinfo, tstate, in ahd_set_syncrate()
3990 if (update_needed && active) in ahd_set_syncrate()
4010 int update_needed; in ahd_set_width() local
4013 update_needed = 0; in ahd_set_width()
4026 update_needed++; in ahd_set_width()
4046 update_needed += ahd_update_neg_request(ahd, devinfo, tstate, in ahd_set_width()
4048 if (update_needed && active) in ahd_set_width()
/OK3568_Linux_fs/kernel/drivers/block/
H A Drbd.c2047 static bool update_needed(struct rbd_device *rbd_dev, u64 objno, u8 new_state) in update_needed() function
2108 if (!update_needed(rbd_dev, obj_req->ex.oe_objno, new_state)) in rbd_object_map_update()