/drivers/media/platform/omap3isp/ |
D | isph3a_aewb.c | 53 if (!aewb->update) in h3a_aewb_setup_regs() 85 aewb->update = 0; in h3a_aewb_setup_regs() 196 int update = 0; in h3a_aewb_set_params() local 200 update = 1; in h3a_aewb_set_params() 204 update = 1; in h3a_aewb_set_params() 208 update = 1; in h3a_aewb_set_params() 212 update = 1; in h3a_aewb_set_params() 216 update = 1; in h3a_aewb_set_params() 220 update = 1; in h3a_aewb_set_params() 224 update = 1; in h3a_aewb_set_params() [all …]
|
D | isph3a_af.c | 57 if (!af->update) in h3a_af_setup_regs() 135 af->update = 0; in h3a_af_setup_regs() 244 int update = 0; in h3a_af_set_params() local 249 update = 1; in h3a_af_set_params() 255 update = 1; in h3a_af_set_params() 259 update = 1; in h3a_af_set_params() 265 update = 1; in h3a_af_set_params() 271 update = 1; in h3a_af_set_params() 277 update = 1; in h3a_af_set_params() 282 update = 1; in h3a_af_set_params() [all …]
|
D | isppreview.c | 657 params->update |= OMAP3ISP_PREV_CONTRAST; in preview_update_contrast() 679 params->update |= OMAP3ISP_PREV_BRIGHTNESS; in preview_update_brightness() 685 preview_params_lock(struct isp_prev_device *prev, u32 update, bool shadow) in preview_params_lock() argument 691 prev->params.params[0].busy |= ~active & update; in preview_params_lock() 692 prev->params.params[1].busy |= active & update; in preview_params_lock() 695 update = (prev->params.params[0].update & active) in preview_params_lock() 696 | (prev->params.params[1].update & ~active); in preview_params_lock() 698 prev->params.params[0].busy |= active & update; in preview_params_lock() 699 prev->params.params[1].busy |= ~active & update; in preview_params_lock() 702 return update; in preview_params_lock() [all …]
|
D | ispccdc.c | 420 u16 update; in ccdc_lsc_config() local 423 update = config->update & in ccdc_lsc_config() 425 if (!update) in ccdc_lsc_config() 428 if (update != (OMAP3ISP_CCDC_CONFIG_LSC | OMAP3ISP_CCDC_TBL_LSC)) { in ccdc_lsc_config() 693 if (OMAP3ISP_CCDC_ALAW & ccdc_struct->update) { in ccdc_config() 695 ccdc->update |= OMAP3ISP_CCDC_ALAW; in ccdc_config() 698 if (OMAP3ISP_CCDC_LPF & ccdc_struct->update) { in ccdc_config() 700 ccdc->update |= OMAP3ISP_CCDC_LPF; in ccdc_config() 703 if (OMAP3ISP_CCDC_BLCLAMP & ccdc_struct->update) { in ccdc_config() 711 ccdc->update |= OMAP3ISP_CCDC_BLCLAMP; in ccdc_config() [all …]
|
/drivers/s390/char/ |
D | con3270.c | 42 struct list_head update; /* list of lines to update. */ member 142 list_for_each_entry_safe(s, n, &cp->update, update) in con3270_rebuild_update() 143 list_del_init(&s->update); in con3270_rebuild_update() 147 list_add(&s->update, &cp->update); in con3270_rebuild_update() 168 if (!list_empty(&s->update)) in con3270_alloc_string() 169 list_del(&s->update); in con3270_alloc_string() 251 list_for_each_entry_safe(s, n, &cp->update, update) { in con3270_update() 257 list_del_init(&s->update); in con3270_update() 261 if (list_empty(&cp->update)) in con3270_update() 437 if (list_empty(&cp->cline->update)) { in con3270_cline_insert() [all …]
|
D | tty3270.c | 70 struct list_head update; /* List of lines to update. */ member 255 list_for_each_entry_safe(s, n, &tp->update, update) in tty3270_rebuild_update() 256 list_del_init(&s->update); in tty3270_rebuild_update() 265 list_add(&s->update, &tp->update); in tty3270_rebuild_update() 287 if (!list_empty(&s->update)) in tty3270_alloc_string() 288 list_del(&s->update); in tty3270_alloc_string() 398 list_for_each_entry_safe(s, n, &tp->update, update) { in tty3270_update() 410 list_del_init(&s->update); in tty3270_update() 413 if (list_empty(&tp->update)) in tty3270_update() 687 INIT_LIST_HEAD(&tp->update); in tty3270_alloc_view() [all …]
|
D | raw3270.h | 213 struct list_head update; member 239 INIT_LIST_HEAD(&cs->update); in alloc_string()
|
/drivers/gpu/drm/nouveau/ |
D | nouveau_crtc.h | 58 void (*hide)(struct nouveau_crtc *, bool update); 59 void (*show)(struct nouveau_crtc *, bool update); 70 int (*set_dither)(struct nouveau_crtc *crtc, bool update); 71 int (*set_scale)(struct nouveau_crtc *crtc, bool update); 72 int (*set_color_vibrance)(struct nouveau_crtc *crtc, bool update);
|
/drivers/usb/host/whci/ |
D | pzl.c | 105 enum whc_update update = 0; in pzl_process_qset() local 128 update |= WHC_UPDATE_UPDATED; in pzl_process_qset() 137 update |= qset_add_qtds(whc, qset); in pzl_process_qset() 145 update |= WHC_UPDATE_REMOVED; in pzl_process_qset() 148 return update; in pzl_process_qset() 235 enum whc_update update = 0; in scan_periodic_work() local 243 update |= WHC_UPDATE_ADDED; in scan_periodic_work() 244 update |= pzl_process_qset(whc, qset); in scan_periodic_work() 248 if (update & (WHC_UPDATE_ADDED | WHC_UPDATE_REMOVED)) in scan_periodic_work() 253 if (update) { in scan_periodic_work() [all …]
|
D | asl.c | 99 enum whc_update update = 0; in process_qset() local 122 update |= WHC_UPDATE_UPDATED; in process_qset() 131 update |= qset_add_qtds(whc, qset); in process_qset() 140 update |= WHC_UPDATE_REMOVED; in process_qset() 142 return update; in process_qset() 206 enum whc_update update = 0; in scan_async_work() local 217 update |= WHC_UPDATE_ADDED; in scan_async_work() 220 update |= process_qset(whc, qset); in scan_async_work() 225 if (update) { in scan_async_work() 227 if (update & WHC_UPDATE_REMOVED) in scan_async_work()
|
/drivers/pci/ |
D | htirq.c | 29 ht_irq_update_t *update; member 49 if (cfg->update) in write_ht_irq_msg() 50 cfg->update(cfg->dev, irq, msg); in write_ht_irq_msg() 87 int __ht_create_irq(struct pci_dev *dev, int idx, ht_irq_update_t *update) in __ht_create_irq() argument 116 cfg->update = update; in __ht_create_irq()
|
/drivers/hwmon/pmbus/ |
D | pmbus_core.c | 63 bool update; /* runtime sensor update needed */ member 386 if (!data->valid || sensor->update) in pmbus_update_device() 845 bool update, bool readonly) in pmbus_add_sensor() argument 860 sensor->update = update; in pmbus_add_sensor() 909 bool update; /* True if register needs updates */ member 927 bool update; /* true if update needed */ member 958 attr->update || l->update, in pmbus_add_limit_attrs() 1077 .update = true, 1081 .update = true, 1085 .update = true, [all …]
|
/drivers/pci/hotplug/ |
D | ibmphp_hpc.c | 937 u8 update = 0; in process_changeinstatus() local 943 update = 1; in process_changeinstatus() 950 update = 1; in process_changeinstatus() 956 update = 1; in process_changeinstatus() 969 update = 1; in process_changeinstatus() 978 update = 1; in process_changeinstatus() 992 update = 1; in process_changeinstatus() 1000 if (update || disable) { in process_changeinstatus() 1004 debug ("%s - Exit rc[%d] disable[%x] update[%x]\n", __func__, rc, disable, update); in process_changeinstatus()
|
/drivers/regulator/ |
D | aat2870-regulator.c | 51 return aat2870->update(aat2870, ri->voltage_addr, ri->voltage_mask, in aat2870_ldo_set_voltage_sel() 74 return aat2870->update(aat2870, ri->enable_addr, ri->enable_mask, in aat2870_ldo_enable() 83 return aat2870->update(aat2870, ri->enable_addr, ri->enable_mask, 0); in aat2870_ldo_disable()
|
/drivers/video/omap/ |
D | hwa742.c | 98 struct update_param update; member 342 struct update_param *par = &req->par.update; in send_frame_handler() 387 flags = req->par.update.flags; in send_frame_handler() 419 req->par.update.x = _x; \ 420 req->par.update.y = _y; \ 421 req->par.update.width = _w; \ 422 req->par.update.height = _h; \ 423 req->par.update.color_mode = color_mode;\ 424 req->par.update.flags = flags; \
|
/drivers/gpu/drm/nouveau/dispnv04/ |
D | cursor.c | 9 nv04_cursor_show(struct nouveau_crtc *nv_crtc, bool update) in nv04_cursor_show() argument 15 nv04_cursor_hide(struct nouveau_crtc *nv_crtc, bool update) in nv04_cursor_hide() argument
|
/drivers/acpi/acpica/ |
D | utstate.c | 244 state->update.object = object; in acpi_ut_create_update_state() 245 state->update.value = action; in acpi_ut_create_update_state()
|
/drivers/staging/rtl8192u/ieee80211/ |
D | digest.c | 27 static void update(struct crypto_tfm *tfm, in update() function 97 ops->dit_update = update; in crypto_init_digest_ops()
|
/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_cmn.h | 196 u16 index, u8 op, u8 update); 665 u8 update, u32 igu_addr) in bnx2x_igu_ack_sb_gen() argument 672 (update << IGU_REGULAR_BUPDATE_SHIFT) | in bnx2x_igu_ack_sb_gen() 685 u8 storm, u16 index, u8 op, u8 update) in bnx2x_hc_ack_sb() argument 695 (update << IGU_ACK_REGISTER_UPDATE_INDEX_SHIFT) | in bnx2x_hc_ack_sb() 706 u16 index, u8 op, u8 update) in bnx2x_ack_sb() argument 709 bnx2x_hc_ack_sb(bp, igu_sb_id, storm, index, op, update); in bnx2x_ack_sb() 721 bnx2x_igu_ack_sb(bp, igu_sb_id, segment, index, op, update); in bnx2x_ack_sb()
|
/drivers/media/i2c/ |
D | tvaudio.c | 421 int update = 1; in tda9840_setaudmode() local 441 update = 0; in tda9840_setaudmode() 444 if (update) in tda9840_setaudmode() 578 int update = 1; in tda985x_setaudmode() local 596 update = 0; in tda985x_setaudmode() 598 if (update) in tda985x_setaudmode() 1405 int update = 1; in ta8874z_setaudmode() local 1427 update = 0; in ta8874z_setaudmode() 1430 if(update) in ta8874z_setaudmode()
|
/drivers/video/ |
D | hyperv_fb.c | 220 bool update; member 372 par->update = msg->feature_chg.is_dirt_needed; in synthvid_recv_sub() 373 if (par->update) in synthvid_recv_sub() 529 if (par->update) in hvfb_update_work() 782 par->update = false; in hvfb_remove()
|
/drivers/crypto/ |
D | padlock-sha.c | 247 .update = padlock_sha_update, 271 .update = padlock_sha_update, 495 .update = padlock_sha1_update_nano, 514 .update = padlock_sha256_update_nano,
|
/drivers/crypto/caam/ |
D | caamhash.c | 132 int (*update)(struct ahash_request *req); member 1239 state->update = ahash_update_ctx; in ahash_update_no_ctx() 1426 state->update = ahash_update_ctx; in ahash_update_first() 1435 state->update = ahash_update_no_ctx; in ahash_update_first() 1458 state->update = ahash_update_first; in ahash_init() 1471 return state->update(req); in ahash_update() 1533 .update = ahash_update, 1554 .update = ahash_update, 1575 .update = ahash_update, 1596 .update = ahash_update, [all …]
|
/drivers/hwmon/ |
D | ibmaem.c | 152 void (*update)(struct aem_data *data); member 586 data->update = update_aem1_sensors; in aem_init_aem1_inst() 726 data->update = update_aem2_sensors; in aem_init_aem2_inst() 894 a->update(a); in aem_show_power_period() 987 a->update(a); in aem2_show_temp() 999 a->update(a); in aem2_show_pcap_value()
|
/drivers/media/platform/exynos4-is/ |
D | fimc-is-regs.c | 212 int fimc_is_itf_s_param(struct fimc_is *is, bool update) in fimc_is_itf_s_param() argument 216 if (update) in fimc_is_itf_s_param()
|