/drivers/media/video/omap3isp/ |
D | isph3a_aewb.c | 53 if (!aewb->update) in h3a_aewb_setup_regs() 85 aewb->update = 0; in h3a_aewb_setup_regs() 202 int update = 0; in h3a_aewb_set_params() local 206 update = 1; in h3a_aewb_set_params() 210 update = 1; in h3a_aewb_set_params() 214 update = 1; in h3a_aewb_set_params() 218 update = 1; in h3a_aewb_set_params() 222 update = 1; in h3a_aewb_set_params() 226 update = 1; in h3a_aewb_set_params() 230 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() 250 int update = 0; in h3a_af_set_params() local 255 update = 1; in h3a_af_set_params() 261 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() 283 update = 1; in h3a_af_set_params() 288 update = 1; in h3a_af_set_params() [all …]
|
D | ispccdc.c | 414 u16 update; in ccdc_lsc_config() local 417 update = config->update & in ccdc_lsc_config() 419 if (!update) in ccdc_lsc_config() 422 if (update != (OMAP3ISP_CCDC_CONFIG_LSC | OMAP3ISP_CCDC_TBL_LSC)) { in ccdc_lsc_config() 684 if (OMAP3ISP_CCDC_ALAW & ccdc_struct->update) { in ccdc_config() 686 ccdc->update |= OMAP3ISP_CCDC_ALAW; in ccdc_config() 689 if (OMAP3ISP_CCDC_LPF & ccdc_struct->update) { in ccdc_config() 691 ccdc->update |= OMAP3ISP_CCDC_LPF; in ccdc_config() 694 if (OMAP3ISP_CCDC_BLCLAMP & ccdc_struct->update) { in ccdc_config() 702 ccdc->update |= OMAP3ISP_CCDC_BLCLAMP; in ccdc_config() [all …]
|
D | isppreview.h | 136 u32 update; member 188 u32 update; member
|
/drivers/gpu/drm/nouveau/ |
D | nv50_cursor.c | 37 nv50_cursor_show(struct nouveau_crtc *nv_crtc, bool update) in nv50_cursor_show() argument 46 if (update && nv_crtc->cursor.visible) in nv50_cursor_show() 49 ret = RING_SPACE(evo, (dev_priv->chipset != 0x50 ? 5 : 3) + update * 2); in nv50_cursor_show() 63 if (update) { in nv50_cursor_show() 72 nv50_cursor_hide(struct nouveau_crtc *nv_crtc, bool update) in nv50_cursor_hide() argument 81 if (update && !nv_crtc->cursor.visible) in nv50_cursor_hide() 84 ret = RING_SPACE(evo, (dev_priv->chipset != 0x50 ? 5 : 3) + update * 2); in nv50_cursor_hide() 97 if (update) { in nv50_cursor_hide()
|
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);
|
D | nv04_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
|
D | nv50_crtc.c | 135 nv50_crtc_set_dither(struct nouveau_crtc *nv_crtc, bool update) in nv50_crtc_set_dither() argument 159 ret = RING_SPACE(evo, 2 + (update ? 2 : 0)); in nv50_crtc_set_dither() 163 if (update) { in nv50_crtc_set_dither() 174 nv50_crtc_set_color_vibrance(struct nouveau_crtc *nv_crtc, bool update) in nv50_crtc_set_color_vibrance() argument 185 ret = RING_SPACE(evo, 2 + (update ? 2 : 0)); in nv50_crtc_set_color_vibrance() 199 if (update) { in nv50_crtc_set_color_vibrance() 227 nv50_crtc_set_scale(struct nouveau_crtc *nv_crtc, bool update) in nv50_crtc_set_scale() argument 320 if (update) { in nv50_crtc_set_scale()
|
/drivers/s390/char/ |
D | con3270.c | 43 struct list_head update; /* list of lines to update. */ member 143 list_for_each_entry_safe(s, n, &cp->update, update) in con3270_rebuild_update() 144 list_del_init(&s->update); in con3270_rebuild_update() 148 list_add(&s->update, &cp->update); in con3270_rebuild_update() 169 if (!list_empty(&s->update)) in con3270_alloc_string() 170 list_del(&s->update); in con3270_alloc_string() 252 list_for_each_entry_safe(s, n, &cp->update, update) { in con3270_update() 258 list_del_init(&s->update); in con3270_update() 262 if (list_empty(&cp->update)) in con3270_update() 438 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 252 list_for_each_entry_safe(s, n, &tp->update, update) in tty3270_rebuild_update() 253 list_del_init(&s->update); in tty3270_rebuild_update() 262 list_add(&s->update, &tp->update); in tty3270_rebuild_update() 284 if (!list_empty(&s->update)) in tty3270_alloc_string() 285 list_del(&s->update); in tty3270_alloc_string() 396 list_for_each_entry_safe(s, n, &tp->update, update) { in tty3270_update() 408 list_del_init(&s->update); in tty3270_update() 411 if (list_empty(&tp->update)) in tty3270_update() 883 INIT_LIST_HEAD(&tp->update); in tty3270_open() [all …]
|
D | raw3270.h | 205 struct list_head update; member 231 INIT_LIST_HEAD(&cs->update); in alloc_string()
|
/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 | 93 bool update; /* runtime sensor update needed */ member 423 if (!data->valid || sensor->update) in pmbus_update_device() 869 bool update, bool readonly) in pmbus_add_sensor() argument 881 sensor->update = update; in pmbus_add_sensor() 978 bool update; /* True if register needs updates */ member 995 bool update; /* true if update needed */ member 1026 attr->update || l->update, in pmbus_add_limit_attrs() 1127 .update = true, 1131 .update = true, 1135 .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 | 65 return aat2870->update(aat2870, ri->voltage_addr, ri->voltage_mask, in aat2870_ldo_set_voltage_sel() 88 return aat2870->update(aat2870, ri->enable_addr, ri->enable_mask, in aat2870_ldo_enable() 97 return aat2870->update(aat2870, ri->enable_addr, ri->enable_mask, 0); in aat2870_ldo_disable()
|
/drivers/video/omap/ |
D | hwa742.c | 99 struct update_param update; member 343 struct update_param *par = &req->par.update; in send_frame_handler() 388 flags = req->par.update.flags; in send_frame_handler() 420 req->par.update.x = _x; \ 421 req->par.update.y = _y; \ 422 req->par.update.width = _w; \ 423 req->par.update.height = _h; \ 424 req->par.update.color_mode = color_mode;\ 425 req->par.update.flags = flags; \
|
/drivers/net/wireless/iwmc3200wifi/ |
D | commands.c | 979 struct iwm_umac_pmkid_update update; in iwm_send_pmkid_update() local 982 memset(&update, 0, sizeof(struct iwm_umac_pmkid_update)); in iwm_send_pmkid_update() 984 update.hdr.oid = UMAC_WIFI_IF_CMD_PMKID_UPDATE; in iwm_send_pmkid_update() 985 update.hdr.buf_size = cpu_to_le16(sizeof(struct iwm_umac_pmkid_update) - in iwm_send_pmkid_update() 988 update.command = cpu_to_le32(command); in iwm_send_pmkid_update() 990 memcpy(&update.bssid, pmksa->bssid, ETH_ALEN); in iwm_send_pmkid_update() 992 memcpy(&update.pmkid, pmksa->pmkid, WLAN_PMKID_LEN); in iwm_send_pmkid_update() 994 ret = iwm_send_wifi_if_cmd(iwm, &update, in iwm_send_pmkid_update()
|
/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/acpi/acpica/ |
D | utstate.c | 245 state->update.object = object; in acpi_ut_create_update_state() 246 state->update.value = action; in acpi_ut_create_update_state()
|
/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_cmn.h | 183 u16 index, u8 op, u8 update); 594 u8 update, u32 igu_addr) in bnx2x_igu_ack_sb_gen() argument 601 (update << IGU_REGULAR_BUPDATE_SHIFT) | in bnx2x_igu_ack_sb_gen() 661 u8 storm, u16 index, u8 op, u8 update) in bnx2x_hc_ack_sb() argument 671 (update << IGU_ACK_REGISTER_UPDATE_INDEX_SHIFT) | in bnx2x_hc_ack_sb() 682 u16 index, u8 op, u8 update) in bnx2x_ack_sb() argument 685 bnx2x_hc_ack_sb(bp, igu_sb_id, storm, index, op, update); in bnx2x_ack_sb() 697 bnx2x_igu_ack_sb(bp, igu_sb_id, segment, index, op, update); in bnx2x_ack_sb()
|
/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/media/video/ |
D | tvaudio.c | 380 int update = 1; in tda9840_setmode() local 397 update = 0; in tda9840_setmode() 400 if (update) in tda9840_setmode() 529 int update = 1; in tda985x_setmode() local 543 update = 0; in tda985x_setmode() 545 if (update) in tda985x_setmode() 1323 int update = 1; in ta8874z_setmode() local 1342 update = 0; in ta8874z_setmode() 1345 if(update) in ta8874z_setmode()
|
/drivers/hwmon/ |
D | ibmaem.c | 151 void (*update)(struct aem_data *data); member 584 data->update = update_aem1_sensors; in aem_init_aem1_inst() 724 data->update = update_aem2_sensors; in aem_init_aem2_inst() 892 a->update(a); in aem_show_power_period() 985 a->update(a); in aem2_show_temp() 997 a->update(a); in aem2_show_pcap_value()
|