Home
last modified time | relevance | path

Searched refs:update (Results 1 – 200 of 595) sorted by relevance

123

/linux-4.1.27/drivers/media/platform/omap3isp/
Disph3a_aewb.c43 if (!aewb->update) in h3a_aewb_setup_regs()
75 aewb->update = 0; in h3a_aewb_setup_regs()
186 int update = 0; in h3a_aewb_set_params() local
190 update = 1; in h3a_aewb_set_params()
194 update = 1; in h3a_aewb_set_params()
198 update = 1; in h3a_aewb_set_params()
202 update = 1; in h3a_aewb_set_params()
206 update = 1; in h3a_aewb_set_params()
210 update = 1; in h3a_aewb_set_params()
214 update = 1; in h3a_aewb_set_params()
[all …]
Disph3a_af.c47 if (!af->update) in h3a_af_setup_regs()
125 af->update = 0; in h3a_af_setup_regs()
234 int update = 0; in h3a_af_set_params() local
239 update = 1; in h3a_af_set_params()
245 update = 1; in h3a_af_set_params()
249 update = 1; in h3a_af_set_params()
255 update = 1; in h3a_af_set_params()
261 update = 1; in h3a_af_set_params()
267 update = 1; in h3a_af_set_params()
272 update = 1; in h3a_af_set_params()
[all …]
Disppreview.c647 params->update |= OMAP3ISP_PREV_CONTRAST; in preview_update_contrast()
669 params->update |= OMAP3ISP_PREV_BRIGHTNESS; in preview_update_brightness()
675 preview_params_lock(struct isp_prev_device *prev, u32 update, bool shadow) in preview_params_lock() argument
681 prev->params.params[0].busy |= ~active & update; in preview_params_lock()
682 prev->params.params[1].busy |= active & update; in preview_params_lock()
685 update = (prev->params.params[0].update & active) in preview_params_lock()
686 | (prev->params.params[1].update & ~active); in preview_params_lock()
688 prev->params.params[0].busy |= active & update; in preview_params_lock()
689 prev->params.params[1].busy |= ~active & update; in preview_params_lock()
692 return update; in preview_params_lock()
[all …]
Dispccdc.c410 u16 update; in ccdc_lsc_config() local
413 update = config->update & in ccdc_lsc_config()
415 if (!update) in ccdc_lsc_config()
418 if (update != (OMAP3ISP_CCDC_CONFIG_LSC | OMAP3ISP_CCDC_TBL_LSC)) { in ccdc_lsc_config()
675 if (OMAP3ISP_CCDC_ALAW & ccdc_struct->update) { in ccdc_config()
677 ccdc->update |= OMAP3ISP_CCDC_ALAW; in ccdc_config()
680 if (OMAP3ISP_CCDC_LPF & ccdc_struct->update) { in ccdc_config()
682 ccdc->update |= OMAP3ISP_CCDC_LPF; in ccdc_config()
685 if (OMAP3ISP_CCDC_BLCLAMP & ccdc_struct->update) { in ccdc_config()
693 ccdc->update |= OMAP3ISP_CCDC_BLCLAMP; in ccdc_config()
[all …]
Disppreview.h82 u32 update; member
Disphist.c76 if (!hist->update || hist->state == ISPSTAT_DISABLED || in hist_setup_regs()
138 hist->update = 0; in hist_setup_regs()
418 hist->update = 1; in hist_set_params()
Dispccdc.h148 unsigned int update; member
Dispstat.h93 unsigned update:1; member
/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnouveau_crtc.h61 void (*hide)(struct nouveau_crtc *, bool update);
62 void (*show)(struct nouveau_crtc *, bool update);
73 int (*set_dither)(struct nouveau_crtc *crtc, bool update);
74 int (*set_scale)(struct nouveau_crtc *crtc, bool update);
75 int (*set_color_vibrance)(struct nouveau_crtc *crtc, bool update);
/linux-4.1.27/drivers/s390/char/
Dcon3270.c46 struct list_head update; /* list of lines to update. */ member
146 list_for_each_entry_safe(s, n, &cp->update, update) in con3270_rebuild_update()
147 list_del_init(&s->update); in con3270_rebuild_update()
151 list_add(&s->update, &cp->update); in con3270_rebuild_update()
172 if (!list_empty(&s->update)) in con3270_alloc_string()
173 list_del(&s->update); in con3270_alloc_string()
257 list_for_each_entry_safe(s, n, &cp->update, update) { in con3270_update()
263 list_del_init(&s->update); in con3270_update()
267 if (list_empty(&cp->update)) in con3270_update()
443 if (list_empty(&cp->cline->update)) { in con3270_cline_insert()
[all …]
Dtty3270.c70 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()
395 list_for_each_entry_safe(s, n, &tp->update, update) { in tty3270_update()
407 list_del_init(&s->update); in tty3270_update()
410 if (list_empty(&tp->update)) in tty3270_update()
684 INIT_LIST_HEAD(&tp->update); in tty3270_alloc_view()
[all …]
Draw3270.h214 struct list_head update; member
240 INIT_LIST_HEAD(&cs->update); in alloc_string()
/linux-4.1.27/drivers/power/
Dipaq_micro_battery.c44 struct delayed_work update; member
55 struct micro_battery, update.work); in micro_battery_work()
91 queue_delayed_work(mb->wq, &mb->update, msecs_to_jiffies(BATT_PERIOD)); in micro_battery_work()
242 INIT_DELAYED_WORK(&mb->update, micro_battery_work); in micro_batt_probe()
244 queue_delayed_work(mb->wq, &mb->update, 1); in micro_batt_probe()
266 cancel_delayed_work_sync(&mb->update); in micro_batt_probe()
278 cancel_delayed_work_sync(&mb->update); in micro_batt_remove()
288 cancel_delayed_work_sync(&mb->update); in micro_batt_suspend()
296 queue_delayed_work(mb->wq, &mb->update, msecs_to_jiffies(BATT_PERIOD)); in micro_batt_resume()
/linux-4.1.27/drivers/usb/host/whci/
Dpzl.c105 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 …]
Dasl.c99 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()
/linux-4.1.27/drivers/pci/
Dhtirq.c29 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
113 cfg->update = update; in __ht_create_irq()
/linux-4.1.27/Documentation/
Ddell_rbu.txt8 update itself with the image downloaded in to the memory.
16 Libsmbios can also be used to update BIOS on Dell systems go to
19 Dell_RBU driver supports BIOS update using the monolithic image and packetized
28 inform the BIOS to enable the update in the next system reboot.
40 The driver supports two types of update mechanism; monolithic and packetized.
41 These update mechanism depends upon the BIOS currently running on the system.
42 Most of the Dell systems support a monolithic update where the BIOS image is
47 By default the driver uses monolithic memory for the update type. This can be
52 In packet update mode the packet size has to be given before any packets can
55 In the packet update mechanism, the user needs to create a new file having
[all …]
/linux-4.1.27/Documentation/sound/alsa/soc/
Djack.txt19 snd_soc_jack_pins representing DAPM endpoints to update and blocks of
25 connected and so will want to make sure to update both speaker and
40 These represent a DAPM pin to update depending on some of the status
52 input to the system and update a jack by calling snd_soc_jack_report(),
53 specifying a subset of bits to update. The jack detection code should
55 update and the set of things to report when the jack is connected.
70 the list of pins to update then set up one or more jack detection
71 mechanisms to update that jack based on their current status.
/linux-4.1.27/fs/sysfs/
Dgroup.c36 const struct attribute_group *grp, int update) in create_files() argument
51 if (update) in create_files()
77 if (update) in create_files()
94 static int internal_create_group(struct kobject *kobj, int update, in internal_create_group() argument
100 BUG_ON(!kobj || (!update && !kobj->sd)); in internal_create_group()
103 if (unlikely(update && !kobj->sd)) in internal_create_group()
121 error = create_files(kn, kobj, grp, update); in internal_create_group()
/linux-4.1.27/sound/synth/emux/
Demux_synth.c49 static void update_voice(struct snd_emux *emu, struct snd_emux_voice *vp, int update);
249 if (snd_BUG_ON(!emu || !emu->ops.update)) in snd_emux_key_press()
269 snd_emux_update_channel(struct snd_emux_port *port, struct snd_midi_channel *chan, int update) in snd_emux_update_channel() argument
276 if (! update) in snd_emux_update_channel()
280 if (snd_BUG_ON(!emu || !emu->ops.update)) in snd_emux_update_channel()
287 update_voice(emu, vp, update); in snd_emux_update_channel()
296 snd_emux_update_port(struct snd_emux_port *port, int update) in snd_emux_update_port() argument
303 if (! update) in snd_emux_update_port()
307 if (snd_BUG_ON(!emu || !emu->ops.update)) in snd_emux_update_port()
314 update_voice(emu, vp, update); in snd_emux_update_port()
[all …]
Demux_voice.h55 struct snd_midi_channel *chan, int update);
56 void snd_emux_update_port(struct snd_emux_port *port, int update);
Demux_effect.c55 int update; /* flgas for real-time update */ member
198 if (! parm_defs[type].update || (offset = parm_defs[type].offset) < 0) in snd_emux_send_effect()
227 snd_emux_update_channel(port, chan, parm_defs[type].update); in snd_emux_send_effect()
/linux-4.1.27/fs/afs/
Dvlocation.c182 INIT_LIST_HEAD(&vl->update); in afs_vlocation_alloc()
353 struct afs_vlocation, update); in afs_vlocation_queue_for_updates()
362 list_add_tail(&vl->update, &afs_vlocation_updates); in afs_vlocation_queue_for_updates()
514 if (!list_empty(&vl->update)) { in afs_put_vlocation()
516 list_del_init(&vl->update); in afs_put_vlocation()
643 struct afs_vlocation, update); in afs_vlocation_updater()
646 list_del_init(&vl->update); in afs_vlocation_updater()
658 list_del_init(&vl->update); in afs_vlocation_updater()
697 struct afs_vlocation, update); in afs_vlocation_updater()
701 struct afs_vlocation, update); in afs_vlocation_updater()
[all …]
Dcallback.c401 list_del_init(&vnode->update);
437 struct afs_vnode, update);
441 struct afs_vnode, update);
449 list_add_tail(&vnode->update, &server->cb_promises);
/linux-4.1.27/drivers/hwmon/pmbus/
Dpmbus_core.c65 bool update; /* runtime sensor update needed */ member
421 if (!data->valid || sensor->update) in pmbus_update_device()
880 bool update, bool readonly) in pmbus_add_sensor() argument
895 sensor->update = update; in pmbus_add_sensor()
944 bool update; /* True if register needs updates */ member
962 bool update; /* true if update needed */ member
993 attr->update || l->update, in pmbus_add_limit_attrs()
1112 .update = true,
1116 .update = true,
1120 .update = true,
[all …]
/linux-4.1.27/arch/powerpc/mm/
Dnuma.c1307 struct topology_update_data *update; in update_cpu_topology() local
1315 for (update = data; update; update = update->next) { in update_cpu_topology()
1316 int new_nid = update->new_nid; in update_cpu_topology()
1317 if (cpu != update->cpu) in update_cpu_topology()
1332 struct topology_update_data *update; in update_lookup_table() local
1343 for (update = data; update; update = update->next) { in update_lookup_table()
1346 nid = update->new_nid; in update_lookup_table()
1347 base = cpu_first_thread_sibling(update->cpu); in update_lookup_table()
1518 struct of_reconfig_data *update = data; in dt_update_callback() local
1523 if (!of_prop_cmp(update->dn->type, "cpu") && in dt_update_callback()
[all …]
/linux-4.1.27/drivers/gpio/
Dgpio-crystalcove.c83 int update; member
209 cg->update |= UPDATE_IRQ_TYPE; in crystalcove_irq_type()
226 if (cg->update & UPDATE_IRQ_TYPE) in crystalcove_bus_sync_unlock()
228 if (cg->update & UPDATE_IRQ_MASK) in crystalcove_bus_sync_unlock()
230 cg->update = 0; in crystalcove_bus_sync_unlock()
240 cg->update |= UPDATE_IRQ_MASK; in crystalcove_irq_unmask()
248 cg->update |= UPDATE_IRQ_MASK; in crystalcove_irq_mask()
/linux-4.1.27/sound/isa/sb/
Demu8000_callback.c34 static void update_voice(struct snd_emux_voice *vp, int update);
71 .update = update_voice,
124 update_voice(struct snd_emux_voice *vp, int update) in update_voice() argument
129 if (update & SNDRV_EMUX_UPDATE_VOLUME) in update_voice()
131 if (update & SNDRV_EMUX_UPDATE_PITCH) in update_voice()
133 if ((update & SNDRV_EMUX_UPDATE_PAN) && in update_voice()
136 if (update & SNDRV_EMUX_UPDATE_FMMOD) in update_voice()
138 if (update & SNDRV_EMUX_UPDATE_TREMFREQ) in update_voice()
140 if (update & SNDRV_EMUX_UPDATE_FM2FRQ2) in update_voice()
142 if (update & SNDRV_EMUX_UPDATE_Q) in update_voice()
/linux-4.1.27/sound/pci/emu10k1/
Demu10k1_callback.c46 static void update_voice(struct snd_emux_voice *vp, int update);
70 .update = update_voice,
192 update_voice(struct snd_emux_voice *vp, int update) in update_voice() argument
197 if (update & SNDRV_EMUX_UPDATE_VOLUME) in update_voice()
199 if (update & SNDRV_EMUX_UPDATE_PITCH) in update_voice()
201 if (update & SNDRV_EMUX_UPDATE_PAN) { in update_voice()
205 if (update & SNDRV_EMUX_UPDATE_FMMOD) in update_voice()
207 if (update & SNDRV_EMUX_UPDATE_TREMFREQ) in update_voice()
209 if (update & SNDRV_EMUX_UPDATE_FM2FRQ2) in update_voice()
211 if (update & SNDRV_EMUX_UPDATE_Q) in update_voice()
/linux-4.1.27/Documentation/x86/
Dusb-legacy-support.txt36 in the kernel config or USB Legacy support in the BIOS. A BIOS update
37 could help, but so far no such update exists.
39 Problem 3) is usually fixed by a BIOS update. Check the board
40 manufacturers web site. If an update is not available, disable USB
/linux-4.1.27/arch/tile/kernel/
Dsingle_step.c195 state->update = 1; in rewrite_load_store_unaligned()
415 state->update = 0; in single_step_once()
458 state->update = 1; in single_step_once()
475 state->update = 1; in single_step_once()
488 state->update = 1; in single_step_once()
584 if (state->update) { in single_step_once()
664 if (state->update) { in single_step_once()
677 state->update = 0; in single_step_once()
/linux-4.1.27/tools/perf/ui/
Dprogress.c10 .update = null_progress__update,
21 ui_progress__ops->update(p); in ui_progress__update()
Dprogress.h17 void (*update)(struct ui_progress *p); member
/linux-4.1.27/tools/perf/Documentation/
Dperf-buildid-cache.txt15 This command manages the build-id cache. It can add, remove, update and purge
28 running 'perf buildid-cache' as root may update root's build-id cache
49 --update=::
54 to update kallsyms and kernel dso to vmlinux in order to support
/linux-4.1.27/Documentation/trace/
Devents-power.txt68 The PM QoS events are used for QoS add/update/remove request and for
69 target/flags update.
85 The third parameter is the current QoS value to update.
87 And, there are also events used for device PM QoS add/update/remove request.
93 The first parameter gives the device name which tries to add/update/remove
/linux-4.1.27/drivers/gpu/drm/atmel-hlcdc/
Datmel_hlcdc_layer.c68 struct atmel_hlcdc_layer_update *upd = &layer->update; in atmel_hlcdc_layer_update_reset()
89 struct atmel_hlcdc_layer_update *upd = &layer->update; in atmel_hlcdc_layer_update_apply()
304 struct atmel_hlcdc_layer_update *upd = &layer->update; in atmel_hlcdc_layer_disable()
349 struct atmel_hlcdc_layer_update *upd = &layer->update; in atmel_hlcdc_layer_update_start()
427 struct atmel_hlcdc_layer_update *upd = &layer->update; in atmel_hlcdc_layer_update_rollback()
437 struct atmel_hlcdc_layer_update *upd = &layer->update; in atmel_hlcdc_layer_update_set_fb()
480 struct atmel_hlcdc_layer_update *upd = &layer->update; in atmel_hlcdc_layer_update_cfg()
498 struct atmel_hlcdc_layer_update *upd = &layer->update; in atmel_hlcdc_layer_update_commit()
571 struct atmel_hlcdc_layer_update *upd = &layer->update; in atmel_hlcdc_layer_update_init()
/linux-4.1.27/Documentation/filesystems/
Docfs2.txt49 noatime Do not update access time.
52 strictatime Always update atime, but the minimum update interval
54 atime_quantum=60(*) OCFS2 will not update atime unless this number
55 of seconds has passed since the last update.
56 Set to zero to always update atime. This option need
Dcramfs.txt12 compact also makes it _very_ hard to update on-the-fly), so you have to
37 the update lasts only as long as the inode is cached in memory, after
Dfiles.txt32 see the old fdtable or the new fdtable making the update
58 3. For any update to the fd table, files->file_lock must
/linux-4.1.27/Documentation/zh_CN/video4linux/
Domap3isp.txt3 If you have any comment or update to the content, please contact the
155 这些结构体中的 update 域标识是否针对指定的功能更新配置,而 flag 域
158 update 和 flag 位接受以下掩码值。CCDC 和 preview(预览)模块的
162 对于 VIDIOC_OMAP3ISP_CCDC_CFG,下面列出了 update 和 flag 域
/linux-4.1.27/drivers/staging/skein/
Dskein_generic.c132 .update = skein256_update,
150 .update = skein512_update,
168 .update = skein1024_update,
/linux-4.1.27/arch/arm/crypto/
Dsha256_neon_glue.c74 .update = sha256_update,
89 .update = sha256_update,
Dsha2-ce-glue.c71 .update = sha2_ce_update,
86 .update = sha2_ce_update,
Dsha256_glue.c66 .update = crypto_sha256_arm_update,
81 .update = crypto_sha256_arm_update,
Dsha1_glue.c62 .update = sha1_update_arm,
Dsha512_neon_glue.c252 .update = sha512_neon_update,
269 .update = sha512_neon_update,
Dsha1-ce-glue.c68 .update = sha1_ce_update,
Dsha1_neon_glue.c78 .update = sha1_neon_update,
Dghash-ce-glue.c136 .update = ghash_update,
273 .update = ghash_async_update,
/linux-4.1.27/arch/mips/cavium-octeon/executive/
Dcvmx-helper-jtag.c137 jtgd.s.update = 1; in cvmx_helper_qlm_jtag_update()
143 } while (jtgd.s.update); in cvmx_helper_qlm_jtag_update()
/linux-4.1.27/drivers/regulator/
Daat2870-regulator.c51 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()
/linux-4.1.27/Documentation/security/
Dkeys-trusted-encrypted.txt26 keyctl update key "update [options]"
64 keyctl update keyid "update key-type:master-key-name"
112 $ keyctl update 268728824 "update pcrinfo=`cat pcr.blob`"
Dkeys-ecryptfs.txt41 keyctl update keyid "update key-type:master-key-name"
/linux-4.1.27/drivers/pci/hotplug/
Dibmphp_hpc.c937 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()
1003 debug ("%s - Exit rc[%d] disable[%x] update[%x]\n", __func__, rc, disable, update); in process_changeinstatus()
/linux-4.1.27/sound/soc/codecs/
Dwm9712.c187 struct snd_soc_dapm_update update; in wm9712_hp_mixer_put() local
203 update.kcontrol = kcontrol; in wm9712_hp_mixer_put()
204 update.reg = wm9712_mixer_mute_regs[shift]; in wm9712_hp_mixer_put()
205 update.mask = 0x8000; in wm9712_hp_mixer_put()
208 update.val = 0x0; in wm9712_hp_mixer_put()
210 update.val = 0x8000; in wm9712_hp_mixer_put()
213 &update); in wm9712_hp_mixer_put()
Dadau17x1.c160 struct snd_soc_dapm_update update; in adau17x1_dsp_mux_enum_put() local
186 update.kcontrol = kcontrol; in adau17x1_dsp_mux_enum_put()
187 update.mask = 0xff; in adau17x1_dsp_mux_enum_put()
188 update.reg = reg; in adau17x1_dsp_mux_enum_put()
189 update.val = val; in adau17x1_dsp_mux_enum_put()
192 ucontrol->value.enumerated.item[0], e, &update); in adau17x1_dsp_mux_enum_put()
Dwm9713.c262 struct snd_soc_dapm_update update; in wm9713_hp_mixer_put() local
278 update.kcontrol = kcontrol; in wm9713_hp_mixer_put()
279 update.reg = wm9713_mixer_mute_regs[shift]; in wm9713_hp_mixer_put()
280 update.mask = 0x8000; in wm9713_hp_mixer_put()
283 update.val = 0x0; in wm9713_hp_mixer_put()
285 update.val = 0x8000; in wm9713_hp_mixer_put()
288 &update); in wm9713_hp_mixer_put()
Dtlv320aic3x.c158 struct snd_soc_dapm_update update; in snd_soc_dapm_put_volsw_aic3x() local
177 update.kcontrol = kcontrol; in snd_soc_dapm_put_volsw_aic3x()
178 update.reg = reg; in snd_soc_dapm_put_volsw_aic3x()
179 update.mask = mask; in snd_soc_dapm_put_volsw_aic3x()
180 update.val = val; in snd_soc_dapm_put_volsw_aic3x()
183 &update); in snd_soc_dapm_put_volsw_aic3x()
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-fs-f2fs38 Controls the in-place-update policy.
44 Controls the FS utilization condition for the in-place-update
51 Controls the dirty page count condition for the in-place-update
Dsysfs-class-leds-gt683r7 of one LED will update the mode of its two sibling devices as
Dsysfs-class-extcon52 In order to update the state of an extcon device, enter a hex
62 interface associated with each cable cannot update
/linux-4.1.27/sound/soc/
Dsoc-dapm.c1465 struct snd_soc_dapm_update *update = card->update; in dapm_widget_update() local
1471 if (!update || !dapm_kcontrol_is_powered(update->kcontrol)) in dapm_widget_update()
1474 wlist = dapm_kcontrol_get_wlist(update->kcontrol); in dapm_widget_update()
1480 ret = w->event(w, update->kcontrol, SND_SOC_DAPM_PRE_REG); in dapm_widget_update()
1490 ret = soc_dapm_update_bits(w->dapm, update->reg, update->mask, in dapm_widget_update()
1491 update->val); in dapm_widget_update()
1500 ret = w->event(w, update->kcontrol, SND_SOC_DAPM_POST_REG); in dapm_widget_update()
2032 struct snd_soc_dapm_update *update) in snd_soc_dapm_mux_update_power() argument
2038 card->update = update; in snd_soc_dapm_mux_update_power()
2040 card->update = NULL; in snd_soc_dapm_mux_update_power()
[all …]
/linux-4.1.27/drivers/acpi/acpica/
Dutstate.c209 state->update.object = object; in acpi_ut_create_update_state()
210 state->update.value = action; in acpi_ut_create_update_state()
/linux-4.1.27/drivers/gpu/drm/nouveau/dispnv04/
Dcursor.c9 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
/linux-4.1.27/arch/tile/gxio/
Ddma_queue.c163 int64_t completion_slot, int update) in __gxio_dma_queue_is_complete() argument
165 if (update) { in __gxio_dma_queue_is_complete()
/linux-4.1.27/arch/arm/lib/
Dcsumpartial.S72 adcnes sum, sum, td0, put_byte_0 @ update checksum
83 adcnes sum, sum, td0, put_byte_1 @ update checksum
99 adcnes sum, sum, td0 @ update checksum
Dcsumpartialcopygeneric.S41 adcs sum, sum, ip, put_byte_1 @ update checksum
68 adcs sum, sum, ip, put_byte_1 @ update checksum
86 adcs sum, sum, r8, put_byte_0 @ update checksum
/linux-4.1.27/fs/lockd/
Dsvcshare.c36 goto update; in nlmsvc_share_file()
58 update: in nlmsvc_share_file()
/linux-4.1.27/Documentation/nfc/
Dnfc-pn544.txt16 In the normal (HCI) mode and in the firmware update mode read and
27 checksum. Firmware update messages have the length in the second (MSB)
/linux-4.1.27/arch/arm64/crypto/
Dsha2-ce-glue.c89 .update = sha256_ce_update,
104 .update = sha256_ce_update,
Dcrc32-arm64.c226 .update = chksum_update,
247 .update = chksumc_update,
Dsha1-ce-glue.c88 .update = sha1_ce_update,
Dghash-ce-glue.c130 .update = ghash_update,
/linux-4.1.27/include/crypto/
Dhash.h125 int (*update)(struct ahash_request *req); member
168 int (*update)(struct shash_desc *desc, const u8 *data, member
192 int (*update)(struct ahash_request *req); member
470 return crypto_ahash_reqtfm(req)->update(req); in crypto_ahash_update()
Ddrbg.h92 int (*update)(struct drbg_state *drbg, struct list_head *seed, member
/linux-4.1.27/Documentation/ABI/stable/
Dsysfs-class-ubi151 if it is corrupted (e.g., due to an interrupted volume update).
198 Contains ASCII "0\n" if the update marker is not set for this
199 volume, and "1\n" if it is set. The update marker is set when
200 volume update starts, and cleaned when it ends. So the presence
201 of the update marker indicates that the volume is being updated
202 at the moment of the update was interrupted. The later may be
/linux-4.1.27/sound/soc/sh/rcar/
Dcore.c825 cfg->update(mod); in rsnd_kctrl_put()
834 void (*update)(struct rsnd_mod *mod)) in __rsnd_kctrl_new()
858 cfg->update = update; in __rsnd_kctrl_new()
873 void (*update)(struct rsnd_mod *mod), in rsnd_kctrl_new_m()
880 return __rsnd_kctrl_new(mod, rtd, name, &_cfg->cfg, update); in rsnd_kctrl_new_m()
886 void (*update)(struct rsnd_mod *mod), in rsnd_kctrl_new_s()
893 return __rsnd_kctrl_new(mod, rtd, name, &_cfg->cfg, update); in rsnd_kctrl_new_s()
900 void (*update)(struct rsnd_mod *mod), in rsnd_kctrl_new_e()
908 return __rsnd_kctrl_new(mod, rtd, name, &_cfg->cfg, update); in rsnd_kctrl_new_e()
Drsnd.h463 void (*update)(struct rsnd_mod *mod); member
485 void (*update)(struct rsnd_mod *mod),
491 void (*update)(struct rsnd_mod *mod),
498 void (*update)(struct rsnd_mod *mod),
/linux-4.1.27/sound/pci/ice1712/
Dmaya44.c129 unsigned short update; /* update bits */ member
140 .update = 0x180, /* update and zero-cross enable */
148 .update = 0x100, /* zero-cross enable */
156 .update = 0x100, /* update */
221 data |= vol->update; in maya_vol_put()
223 vol->mask | vol->update, data); in maya_vol_put()
/linux-4.1.27/arch/x86/crypto/
Dsha256_ssse3_glue.c103 .update = sha256_ssse3_update,
118 .update = sha256_ssse3_update,
Dsha512_ssse3_glue.c102 .update = sha512_ssse3_update,
117 .update = sha512_ssse3_update,
Dcrc32c-intel_glue.c233 .update = crc32c_intel_update,
262 alg.update = crc32c_pcl_intel_update; in crc32c_intel_mod_init()
Dcrct10dif-pclmul_glue.c110 .update = chksum_update,
Dghash-clmulni-intel_glue.c149 .update = ghash_update,
287 .update = ghash_async_update,
Dsha1_ssse3_glue.c109 .update = sha1_ssse3_update,
Dcrc32-pclmul_glue.c155 .update = crc32_pclmul_update,
/linux-4.1.27/Documentation/ja_JP/
Dstable_kernel_rules.txt10 comment or update of this file, please try to update Original(English)
Dstable_api_nonsense.txt12 to update the original English file first.
/linux-4.1.27/scripts/coccinelle/iterators/
Dlist_entry_update.cocci54 cocci.print_secs("update",p2)
61 msg = "iterator with update on line %s" % (p2[0].line)
/linux-4.1.27/Documentation/RCU/
Dchecklist.txt26 1. Does the update code have proper mutual exclusion?
54 rcu_read_lock_sched(), or by the appropriate update-side lock.
58 3. Does the update code tolerate concurrent accesses?
65 a. Use the RCU variants of the list and hlist update
91 readers see valid data at all phases of the update.
131 perfectly legal (if redundant) for update-side code to
224 usually results in simpler code. So, unless update performance is
237 code using call_rcu() should explicitly limit update rate in
252 One way to stall the updates is to acquire the update-side
262 b. Limiting update rate. For example, if updates occur only
[all …]
Drcu.txt4 The basic idea behind RCU (read-copy update) is to split destructive
68 "RCU" stands for "read-copy update". The file listRCU.txt has
70 "read-copy update" to find it.
Drcuref.txt73 update (write) stream. In such cases, atomic_inc_not_zero() might be
74 overkill, since we hold the update-side spinlock. One might instead
DlistRCU.txt75 The changes to the update side are also straightforward. A reader-writer
160 The system-call auditing code does not update auditing rules in place.
189 concurrent reads while doing a copy to perform an update, is what gives
190 RCU ("read-copy update") its name. The RCU code is as follows:
266 update-in-place performed by audit_upd_rule(). For one thing,
DwhatisRCU.txt63 Splitting the update into removal and reclamation phases permits the
72 So the typical RCU update sequence goes something like the following:
90 This is because lock-based updaters typically update data items in place,
104 thread performs both the update step (step (a) above) and the reclamation
196 it is illegal to block or where update-side performance is
202 of automatically limiting update rate should grace periods
205 update rate in order to gain this same sort of resilience. See
206 checklist.txt for some approaches to limiting the update rate.
425 o Use rcu_assign_pointer() to update an RCU-protected pointer.
772 to rcu_read_lock() and rcu_read_unlock, update-side locking moves from
[all …]
/linux-4.1.27/Documentation/virtual/kvm/
Dmsr.txt29 guaranteed to update this data at the moment of MSR write.
35 An odd version indicates an in-progress update.
70 The hypervisor may update this structure at any time it sees fit until
77 An odd version indicates an in-progress update.
80 of the update of this structure. Guests can subtract this value
82 structure update.
217 The hypervisor may update this structure at any time it sees fit until
226 in-progress update.
/linux-4.1.27/fs/btrfs/
Ddelayed-ref.c458 struct btrfs_delayed_ref_node *update) in update_existing_ref() argument
460 if (update->action != existing->action) { in update_existing_ref()
483 existing->ref_mod += update->ref_mod; in update_existing_ref()
494 struct btrfs_delayed_ref_node *update) in update_existing_head_ref() argument
501 ref = btrfs_delayed_node_to_head(update); in update_existing_head_ref()
519 existing->num_bytes = update->num_bytes; in update_existing_head_ref()
547 existing->ref_mod += update->ref_mod; in update_existing_head_ref()
548 existing_ref->total_ref_mod += update->ref_mod; in update_existing_head_ref()
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_cmn.h201 u16 index, u8 op, u8 update);
633 u8 update, u32 igu_addr) in bnx2x_igu_ack_sb_gen() argument
640 (update << IGU_REGULAR_BUPDATE_SHIFT) | in bnx2x_igu_ack_sb_gen()
653 u8 storm, u16 index, u8 op, u8 update) in bnx2x_hc_ack_sb() argument
663 (update << IGU_ACK_REGISTER_UPDATE_INDEX_SHIFT) | in bnx2x_hc_ack_sb()
674 u16 index, u8 op, u8 update) in bnx2x_ack_sb() argument
677 bnx2x_hc_ack_sb(bp, igu_sb_id, storm, index, op, update); in bnx2x_ack_sb()
689 bnx2x_igu_ack_sb(bp, igu_sb_id, segment, index, op, update); in bnx2x_ack_sb()
/linux-4.1.27/arch/s390/crypto/
Dsha512_s390.c73 .update = s390_sha_update,
112 .update = s390_sha_update,
Dsha256_s390.c68 .update = s390_sha_update,
105 .update = s390_sha_update,
Dsha1_s390.c75 .update = s390_sha_update,
Dghash_s390.c132 .update = ghash_update,
/linux-4.1.27/include/sound/
Demux_synth.h54 void (*update)(struct snd_emux_voice *vp, int update); member
/linux-4.1.27/drivers/video/fbdev/omap/
Dhwa742.c98 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; \
/linux-4.1.27/firmware/
DREADME.AddingFirmware8 As we update those drivers to use request_firmware() and keep a clean
27 Your commit should include an update to the WHENCE file clearly
/linux-4.1.27/security/keys/
Duser_defined.c32 .update = user_update,
52 .update = user_update,
Dkey.c725 if (!key->type->update) in __key_update()
730 ret = key->type->update(key, prep); in __key_update()
855 if (index_key.type->update) { in key_create_or_update()
870 index_key.type->update) in key_create_or_update()
941 if (!key->type->update) in key_update()
957 ret = key->type->update(key, &prep); in key_update()
/linux-4.1.27/Documentation/thermal/
Dexynos_thermal_emulation21 temperature you want to update to sysfs node, it automatically enable emulation mode and
27 want to update the any value of delay or next temperature, then you have to enable emulation
/linux-4.1.27/Documentation/devicetree/bindings/regulator/
Dlp872x.txt27 - ti,update-config: define it when LP872X_GENERAL_CFG register should be set
50 ti,update-config;
102 ti,update-config;
/linux-4.1.27/kernel/rcu/
DMakefile1 obj-y += update.o
/linux-4.1.27/include/linux/
Dhtirq.h22 int __ht_create_irq(struct pci_dev *dev, int idx, ht_irq_update_t *update);
Dbtree-type.h50 static inline int BTREE_FN(update)(BTREE_TYPE_HEAD *head, BTREE_KEYTYPE key, in BTREE_FN() argument
93 static inline int BTREE_FN(update)(BTREE_TYPE_HEAD *head, BTREE_KEYTYPE key, in BTREE_FN() argument
Dkey-type.h110 int (*update)(struct key *key, struct key_preparsed_payload *prep); member
/linux-4.1.27/arch/s390/kernel/
Dsclp.S231 sth %r6,0(%r7) # update mto length
232 lh %r9,.LmdbS4-.LwritesccbS4(%r8) # update mdb length
235 lh %r9,.LevbufS4-.LwritesccbS4(%r8)# update evbuf length
238 lh %r9,0(%r8) # update sccb length
241 ar %r7,%r6 # update current mto address
/linux-4.1.27/tools/perf/scripts/python/
Dnetdev-times.py315 irq_record.update({'irq_ext_t':time})
331 irq_record.update({'event_list':irq_event_list})
377 irq_record.update({'event_list':irq_event_list})
441 rec_data.update({'handle':"kfree_skb",
461 rec_data.update({'handle':"skb_copy_datagram_iovec",
/linux-4.1.27/drivers/gpu/drm/armada/
Darmada_overlay.c40 struct armada_vbl_event update; member
154 list_empty(&dplane->vbl.update.node), in armada_plane_update()
240 armada_drm_vbl_event_add(dcrtc, &dplane->vbl.update); in armada_plane_update()
258 armada_drm_vbl_event_remove(dcrtc, &dplane->vbl.update); in armada_plane_disable()
443 armada_drm_vbl_event_init(&dplane->vbl.update, armada_plane_vbl, in armada_overlay_plane_create()
Darmada_gem.h22 void (*update)(void *); member
/linux-4.1.27/net/xfrm/
DKconfig37 A feature to update locator(s) of a given IPsec security
76 The PF_KEY MIGRATE message is used to dynamically update
/linux-4.1.27/tools/power/cpupower/utils/
Dversion-gen.sh18 git update-index -q --refresh
/linux-4.1.27/tools/perf/ui/tui/
Dprogress.c38 .update = tui_progress__update,
/linux-4.1.27/crypto/
Dtgr192.c634 .update = tgr192_update,
646 .update = tgr192_update,
658 .update = tgr192_update,
Dshash.c91 err = shash->update(desc, buf, unaligned_len); in shash_update_unaligned()
95 shash->update(desc, data + unaligned_len, len - unaligned_len); in shash_update_unaligned()
108 return shash->update(desc, data, len); in crypto_shash_update()
353 crt->update = shash_async_update; in crypto_init_shash_ops_async()
485 crt->update = shash_compat_update; in crypto_init_shash_ops_compat()
Dsha1_generic.c65 .update = crypto_sha1_update,
Dwp512.c1125 .update = wp512_update,
1137 .update = wp512_update,
1149 .update = wp512_update,
Dcrct10dif_generic.c94 .update = chksum_update,
Dsha512_generic.c167 .update = crypto_sha512_update,
181 .update = crypto_sha512_update,
Dcrc32.c126 .update = crc32_update,
Dahash.c435 err = tfm->update(req); in ahash_def_finup()
463 hash->update = alg->update; in crypto_ahash_init_tfm()
Dcrc32c_generic.c140 .update = chksum_update,
Dmd5.c142 .update = md5_update,
Dghash-generic.c144 .update = ghash_update,
Dcrypto_null.c97 .update = null_update,
/linux-4.1.27/include/linux/platform_data/
Dkeypad-omap.h12 #warning Please update the board to use matrix-keypad driver
/linux-4.1.27/include/net/netfilter/
Dnf_tables.h242 bool (*update)(struct nft_set *set, member
998 bool update; member
1005 (((struct nft_trans_chain *)trans->data)->update)
1014 bool update; member
1019 (((struct nft_trans_table *)trans->data)->update)
/linux-4.1.27/include/net/sctp/
Dchecksum.h66 .update = sctp_csum_update, in sctp_compute_cksum()
/linux-4.1.27/arch/tile/include/asm/
Dptrace.h65 unsigned long is_enabled:1, update:1, update_reg:6; member
/linux-4.1.27/arch/sparc/crypto/
Dsha256_glue.c162 .update = sha256_sparc64_update,
181 .update = sha256_sparc64_update,
Dsha512_glue.c150 .update = sha512_sparc64_update,
166 .update = sha512_sparc64_update,
Dcrc32c_glue.c126 .update = crc32c_sparc64_update,
/linux-4.1.27/sound/aoa/fabrics/
Dlayout.c848 int v, update; in layout_notify() local
856 update = ldev->switch_on_headphone; in layout_notify()
857 if (update) { in layout_notify()
865 update = ldev->switch_on_lineout; in layout_notify()
866 if (update) { in layout_notify()
876 if (update) { in layout_notify()
/linux-4.1.27/drivers/crypto/
Dpadlock-sha.c247 .update = padlock_sha_update,
271 .update = padlock_sha_update,
495 .update = padlock_sha1_update_nano,
514 .update = padlock_sha256_update_nano,
Domap-sham.c1319 .update = omap_sham_update,
1342 .update = omap_sham_update,
1365 .update = omap_sham_update,
1390 .update = omap_sham_update,
1419 .update = omap_sham_update,
1441 .update = omap_sham_update,
1463 .update = omap_sham_update,
1487 .update = omap_sham_update,
1514 .update = omap_sham_update,
1536 .update = omap_sham_update,
[all …]
/linux-4.1.27/drivers/media/i2c/
Dtvaudio.c420 int update = 1; in tda9840_setaudmode() local
440 update = 0; in tda9840_setaudmode()
443 if (update) in tda9840_setaudmode()
577 int update = 1; in tda985x_setaudmode() local
595 update = 0; in tda985x_setaudmode()
597 if (update) in tda985x_setaudmode()
1404 int update = 1; in ta8874z_setaudmode() local
1426 update = 0; in ta8874z_setaudmode()
1429 if(update) in ta8874z_setaudmode()
Dmsp3400-kthreads.c421 int update = 0; in msp3400c_detect_stereo() local
473 update = 1; in msp3400c_detect_stereo()
480 update = 1; in msp3400c_detect_stereo()
485 return update; in msp3400c_detect_stereo()
/linux-4.1.27/Documentation/zh_CN/
DSecurityBugs3 If you have any comment or update to the content, please contact the
Dstable_kernel_rules.txt3 If you have any comment or update to the content, please contact the
DIRQ.txt3 If you have any comment or update to the content, please contact the
Dstable_api_nonsense.txt3 If you have any comment or update to the content, please contact the
Dbasic_profiling.txt3 If you have any comment or update to the content, please post to LKML directly.
Dio_ordering.txt3 If you have any comment or update to the content, please contact the
Dsparse.txt3 If you have any comment or update to the content, please contact the
Dvolatile-considered-harmful.txt3 If you have any comment or update to the content, please contact the
/linux-4.1.27/tools/perf/ui/gtk/
Dprogress.c52 .update = gtk_ui_progress__update,
/linux-4.1.27/arch/powerpc/crypto/
Dsha256-spe-glue.c223 .update = ppc_spe_sha256_update,
240 .update = ppc_spe_sha256_update,
Dsha1.c126 .update = sha1_update,
Dmd5-glue.c132 .update = ppc_md5_update,
/linux-4.1.27/arch/mips/cavium-octeon/crypto/
Docteon-sha256.c232 .update = octeon_sha256_update,
249 .update = octeon_sha256_update,
Docteon-sha512.c231 .update = octeon_sha512_update,
245 .update = octeon_sha512_update,
/linux-4.1.27/fs/ncpfs/
Dfile.c59 goto update; in ncp_make_open()
82 update: in ncp_make_open()
/linux-4.1.27/fs/adfs/
Ddir.c78 if (!ops->update) { in adfs_dir_update()
88 ret = ops->update(&dir, obj); in adfs_dir_update()
Dadfs.h132 int (*update)(struct adfs_dir *dir, struct object_info *obj); member
/linux-4.1.27/drivers/media/platform/exynos4-is/
Dfimc-is-regs.c202 int fimc_is_itf_s_param(struct fimc_is *is, bool update) in fimc_is_itf_s_param() argument
206 if (update) in fimc_is_itf_s_param()
Dfimc-is-regs.h161 int fimc_is_itf_s_param(struct fimc_is *is, bool update);
/linux-4.1.27/include/xen/interface/io/
Dfbif.h71 struct xenfb_update update; member
/linux-4.1.27/Documentation/networking/
Dnetconsole.txt122 To update a target's parameters:
127 echo 10.0.0.4 > remote_ip # update some parameter
128 echo cb:a9:87:65:43:21 > remote_mac # update more parameters
131 You can also update the local interface dynamically. This is especially
Drds.txt84 mark the port as "congested" and send a congestion update to
111 a congestion update is sent to all peers.
115 notification when a congestion update arrived, or when a RDMA
182 CONG_BITMAP - this is a congestion update bitmap
340 update cong map if datagram was cong update
Dxfrm_sync.txt64 XFRM_AE_CR=16, /* Event cause is replay update */
66 XFRM_AE_CU=64, /* Event cause is policy update */
149 the change happened as a result of an update.
/linux-4.1.27/Documentation/scsi/
DChangeLog.megaraid_sas13 5. Version and Changelog update.
26 5. Version and Changelog update.
36 2. Version and Changelog update.
58 12.Version and Changelog update.
67 3. Version and Changelog update.
80 7. Version, Changelog, Copyright update.
228 2. Add the support update flag to the driver to tell LSI megaraid_sas
229 application which driver will support the device update. So application
230 will not need to do the device update after application add/del the device
252 3. driver fixed the device update issue after get the AEN
[all …]
/linux-4.1.27/arch/tile/include/gxio/
Ddma_queue.h159 int64_t completion_slot, int update);
/linux-4.1.27/sound/pci/ctxfi/
Dcttimer.c251 int update; in ct_xfitimer_callback() local
257 update = ct_xfitimer_reprogram(atimer, 1); in ct_xfitimer_callback()
259 if (update) in ct_xfitimer_callback()
/linux-4.1.27/arch/parisc/math-emu/
DREADME5 enough to update our copies with later changes from HP-UX -- it'll
/linux-4.1.27/drivers/hwmon/
Dibmaem.c152 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()
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()
/linux-4.1.27/drivers/crypto/caam/
Dcaamhash.c131 int (*update)(struct ahash_request *req); member
1303 state->update = ahash_update_ctx; in ahash_update_no_ctx()
1509 state->update = ahash_update_ctx; in ahash_update_first()
1518 state->update = ahash_update_no_ctx; in ahash_update_first()
1542 state->update = ahash_update_first; in ahash_init()
1558 return state->update(req); in ahash_update()
1620 .update = ahash_update,
1641 .update = ahash_update,
1662 .update = ahash_update,
1683 .update = ahash_update,
[all …]
/linux-4.1.27/Documentation/zh_CN/arm64/
Dtagged-pointers.txt3 If you have any comment or update to the content, please contact the
Dlegacy_instructions.txt3 If you have any comment or update to the content, please contact the
Dmemory.txt3 If you have any comment or update to the content, please contact the
/linux-4.1.27/Documentation/hwmon/
Dtmp10222 The TMP102 has a programmable update rate that can select between 8, 4, 1, and
Dmax161926 The max1619 driver will not update its values more frequently than every
Dg760a34 The g760a driver will not update its values more frequently than every
/linux-4.1.27/drivers/video/fbdev/
Dhyperv_fb.c222 bool update; member
379 par->update = msg->feature_chg.is_dirt_needed; in synthvid_recv_sub()
380 if (par->update) in synthvid_recv_sub()
538 if (par->update) in hvfb_update_work()
881 par->update = false; in hvfb_remove()
Dxen-fbfront.c95 event.update.x = x; in xenfb_do_update()
96 event.update.y = y; in xenfb_do_update()
97 event.update.width = w; in xenfb_do_update()
98 event.update.height = h; in xenfb_do_update()
/linux-4.1.27/Documentation/power/
Dsuspend-and-cpuhotplug.txt167 update on the CPUs, as discussed below:
198 (which is sent by the CPU hotplug code), the microcode update driver's
208 update driver's callback registered for CPU hotplug events) calls
216 d. Handling microcode update during suspend/hibernate:
267 * If cpu online has not yet completed the microcode update stuff by now,
Dpm_qos_interface.txt47 Will update the list element pointed to by the handle with the new target value
52 Will remove the element. After removal it will update the aggregate target and
118 Will update the list element pointed to by the handle with the new target value
123 Will remove the element. After removal it will update the aggregate target and
223 DEV_PM_QOS_LATENCY_TOLERANCE device PM QoS type to add, remove and update
/linux-4.1.27/include/uapi/linux/
Domap3isp.h408 __u16 update; member
629 __u32 update; member
/linux-4.1.27/Documentation/fb/
Ddeferred_io.txt26 have gone quiet, we go and really update the framebuffer which would be
31 to not update for each write that is occurring.
/linux-4.1.27/Documentation/arm/
Dswp_emulation23 transaction monitoring block called a global monitor to maintain update
/linux-4.1.27/drivers/of/unittest-data/
Dtestcases.dts5 prop-update = "hello";
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/linux/
Dlinux-crypto-adler.c115 .update = adler32_update,
/linux-4.1.27/include/linux/mfd/
Daat2870.h148 int (*update)(struct aat2870_data *aat2870, u8 addr, u8 mask, u8 val); member
/linux-4.1.27/Documentation/ko_KR/
Dstable_api_nonsense.txt11 try to update the original English file first.
/linux-4.1.27/drivers/media/pci/ivtv/
Divtv-yuv.c972 yi->new_frame_info[draw].update = 0; in ivtv_yuv_next_free()
988 int update = nf->update; in ivtv_yuv_setup_frame() local
1006 nf->update = 0; in ivtv_yuv_setup_frame()
1061 nf->update = 1; in ivtv_yuv_setup_frame()
1065 nf->update |= update; in ivtv_yuv_setup_frame()
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Dcalib.h111 void ath9k_hw_start_nfcal(struct ath_hw *ah, bool update);
/linux-4.1.27/drivers/net/ethernet/sfc/
DKconfig22 (e.g. /dev/mtd1). This is required to update the firmware or
/linux-4.1.27/net/atm/
Dmpoa_caches.h72 void (*update)(eg_cache_entry *entry, uint16_t holding_time); member
/linux-4.1.27/drivers/net/ethernet/atheros/atlx/
Datl2.h269 unsigned update:1; /* always 1'b1 in tx_status_buf */ member
319 unsigned update:1; member
/linux-4.1.27/fs/nfs/
Ddelegation.c309 const struct nfs_delegation *update) in nfs_update_inplace_delegation() argument
311 if (nfs4_stateid_is_newer(&update->stateid, &delegation->stateid)) { in nfs_update_inplace_delegation()
312 delegation->stateid.seqid = update->stateid.seqid; in nfs_update_inplace_delegation()
314 delegation->type = update->type; in nfs_update_inplace_delegation()
/linux-4.1.27/Documentation/video4linux/
Domap3isp.txt141 The update field in the structures tells whether to update the configuration
145 The update and flag bit masks accept the following values. Each separate
150 Valid values for the update and flag fields are listed here for
/linux-4.1.27/arch/arm/nwfpe/
Dentry.S107 str r5, [sp, #S_PC] @ update PC copy in regs
/linux-4.1.27/samples/hidraw/
Dhid-example.c22 #warning Please have your distro update the userspace kernel headers
/linux-4.1.27/Documentation/zh_CN/arm/
DBooting3 If you have any comment or update to the content, please contact the
/linux-4.1.27/arch/unicore32/mm/
Dproc-ucv2.S104 movc p0.c2, r0, #0 @ update page table ptr

123