Home
last modified time | relevance | path

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

1234

/linux-4.4.14/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.4.14/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.4.14/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()
447 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()
688 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.4.14/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.4.14/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.4.14/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.4.14/include/linux/
Dhtirq.h18 ht_irq_update_t *update; member
32 ht_irq_update_t *update);
36 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.h109 int (*update)(struct key *key, struct key_preparsed_payload *prep); member
/linux-4.4.14/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.4.14/arch/x86/crypto/
Dsha256_ssse3_glue.c104 .update = sha256_ssse3_update,
119 .update = sha256_ssse3_update,
172 .update = sha256_avx_update,
187 .update = sha256_avx_update,
256 .update = sha256_avx2_update,
271 .update = sha256_avx2_update,
338 .update = sha256_ni_update,
353 .update = sha256_ni_update,
Dsha512_ssse3_glue.c104 .update = sha512_ssse3_update,
119 .update = sha512_ssse3_update,
183 .update = sha512_avx_update,
198 .update = sha512_avx_update,
256 .update = sha512_avx2_update,
271 .update = sha512_avx2_update,
Dsha1_ssse3_glue.c99 .update = sha1_ssse3_update,
152 .update = sha1_avx_update,
244 .update = sha1_avx2_update,
302 .update = sha1_ni_update,
Dcrc32c-intel_glue.c232 .update = crc32c_intel_update,
261 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,
/linux-4.4.14/drivers/pci/
Dhtirq.c40 if (cfg->update) in write_ht_irq_msg()
41 cfg->update(cfg->dev, irq, msg); in write_ht_irq_msg()
79 int __ht_create_irq(struct pci_dev *dev, int idx, ht_irq_update_t *update) in __ht_create_irq() argument
99 irq = arch_setup_ht_irq(idx, pos, dev, update); in __ht_create_irq()
/linux-4.4.14/drivers/hwmon/pmbus/
Dpmbus_core.c65 bool update; /* runtime sensor update needed */ member
421 if (!data->valid || sensor->update) in pmbus_update_device()
888 bool update, bool readonly) in pmbus_add_sensor() argument
903 sensor->update = update; in pmbus_add_sensor()
952 bool update; /* True if register needs updates */ member
970 bool update; /* true if update needed */ member
1001 attr->update || l->update, in pmbus_add_limit_attrs()
1120 .update = true,
1124 .update = true,
1128 .update = true,
[all …]
/linux-4.4.14/fs/sysfs/
Dgroup.c36 const struct attribute_group *grp, int update) in create_files() argument
51 if (update) in create_files()
79 if (update) in create_files()
107 static int internal_create_group(struct kobject *kobj, int update, in internal_create_group() argument
113 BUG_ON(!kobj || (!update && !kobj->sd)); in internal_create_group()
116 if (unlikely(update && !kobj->sd)) in internal_create_group()
134 error = create_files(kn, kobj, grp, update); in internal_create_group()
/linux-4.4.14/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.4.14/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.4.14/arch/powerpc/mm/
Dnuma.c1314 struct topology_update_data *update; in update_cpu_topology() local
1322 for (update = data; update; update = update->next) { in update_cpu_topology()
1323 int new_nid = update->new_nid; in update_cpu_topology()
1324 if (cpu != update->cpu) in update_cpu_topology()
1339 struct topology_update_data *update; in update_lookup_table() local
1350 for (update = data; update; update = update->next) { in update_lookup_table()
1353 nid = update->new_nid; in update_lookup_table()
1354 base = cpu_first_thread_sibling(update->cpu); in update_lookup_table()
1525 struct of_reconfig_data *update = data; in dt_update_callback() local
1530 if (!of_prop_cmp(update->dn->type, "cpu") && in dt_update_callback()
[all …]
/linux-4.4.14/drivers/gpio/
Dgpio-crystalcove.c84 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.4.14/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.4.14/drivers/gpu/drm/vmwgfx/
Dvmwgfx_stdu.c297 struct vmw_stdu_update *update = cmd; in vmw_stdu_populate_update() local
299 update->header.id = SVGA_3D_CMD_UPDATE_GB_SCREENTARGET; in vmw_stdu_populate_update()
300 update->header.size = sizeof(update->body); in vmw_stdu_populate_update()
302 update->body.stid = unit; in vmw_stdu_populate_update()
303 update->body.rect.x = left; in vmw_stdu_populate_update()
304 update->body.rect.y = top; in vmw_stdu_populate_update()
305 update->body.rect.w = right - left; in vmw_stdu_populate_update()
306 update->body.rect.h = bottom - top; in vmw_stdu_populate_update()
940 struct vmw_stdu_update *update; in vmw_kms_stdu_surface_fifo_commit() local
956 update = (struct vmw_stdu_update *) &blit[dirty->num_hits]; in vmw_kms_stdu_surface_fifo_commit()
[all …]
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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.4.14/Documentation/devicetree/bindings/power/
Dda9150-fg.txt7 - dlg,update-interval: Interval time (milliseconds) between battery level checks.
20 dlg,update-interval = <10000>;
/linux-4.4.14/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.4.14/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.4.14/drivers/staging/skein/
Dskein_generic.c131 .update = skein256_update,
149 .update = skein512_update,
167 .update = skein1024_update,
/linux-4.4.14/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.4.14/arch/arm/crypto/
Dsha256_neon_glue.c74 .update = sha256_update,
89 .update = sha256_update,
Dsha512-neon-glue.c69 .update = sha512_neon_update,
85 .update = sha512_neon_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,
Dsha512-glue.c57 .update = sha512_arm_update,
72 .update = sha512_arm_update,
Dsha1_glue.c62 .update = sha1_update_arm,
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.4.14/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.4.14/arch/x86/kernel/apic/
Dhtirq.c96 ht_cfg->update = info->ht_update; in htirq_domain_alloc()
166 ht_irq_update_t *update) in arch_setup_ht_irq() argument
177 info.ht_update = update; in arch_setup_ht_irq()
/linux-4.4.14/sound/soc/codecs/
Dwm9712.c190 struct snd_soc_dapm_update update; in wm9712_hp_mixer_put() local
206 update.kcontrol = kcontrol; in wm9712_hp_mixer_put()
207 update.reg = wm9712_mixer_mute_regs[shift]; in wm9712_hp_mixer_put()
208 update.mask = 0x8000; in wm9712_hp_mixer_put()
211 update.val = 0x0; in wm9712_hp_mixer_put()
213 update.val = 0x8000; in wm9712_hp_mixer_put()
216 &update); in wm9712_hp_mixer_put()
Dadau17x1.c161 struct snd_soc_dapm_update update; in adau17x1_dsp_mux_enum_put() local
187 update.kcontrol = kcontrol; in adau17x1_dsp_mux_enum_put()
188 update.mask = 0xff; in adau17x1_dsp_mux_enum_put()
189 update.reg = reg; in adau17x1_dsp_mux_enum_put()
190 update.val = val; in adau17x1_dsp_mux_enum_put()
193 ucontrol->value.enumerated.item[0], e, &update); in adau17x1_dsp_mux_enum_put()
Dwm9713.c264 struct snd_soc_dapm_update update; in wm9713_hp_mixer_put() local
280 update.kcontrol = kcontrol; in wm9713_hp_mixer_put()
281 update.reg = wm9713_mixer_mute_regs[shift]; in wm9713_hp_mixer_put()
282 update.mask = 0x8000; in wm9713_hp_mixer_put()
285 update.val = 0x0; in wm9713_hp_mixer_put()
287 update.val = 0x8000; in wm9713_hp_mixer_put()
290 &update); in wm9713_hp_mixer_put()
Dtlv320aic3x.c160 struct snd_soc_dapm_update update; in snd_soc_dapm_put_volsw_aic3x() local
179 update.kcontrol = kcontrol; in snd_soc_dapm_put_volsw_aic3x()
180 update.reg = reg; in snd_soc_dapm_put_volsw_aic3x()
181 update.mask = mask; in snd_soc_dapm_put_volsw_aic3x()
182 update.val = val; in snd_soc_dapm_put_volsw_aic3x()
185 &update); in snd_soc_dapm_put_volsw_aic3x()
/linux-4.4.14/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.4.14/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.4.14/sound/soc/
Dsoc-dapm.c1564 struct snd_soc_dapm_update *update = card->update; in dapm_widget_update() local
1570 if (!update || !dapm_kcontrol_is_powered(update->kcontrol)) in dapm_widget_update()
1573 wlist = dapm_kcontrol_get_wlist(update->kcontrol); in dapm_widget_update()
1579 ret = w->event(w, update->kcontrol, SND_SOC_DAPM_PRE_REG); in dapm_widget_update()
1589 ret = soc_dapm_update_bits(w->dapm, update->reg, update->mask, in dapm_widget_update()
1590 update->val); in dapm_widget_update()
1599 ret = w->event(w, update->kcontrol, SND_SOC_DAPM_POST_REG); in dapm_widget_update()
2128 struct snd_soc_dapm_update *update) in snd_soc_dapm_mux_update_power() argument
2134 card->update = update; in snd_soc_dapm_mux_update_power()
2136 card->update = NULL; in snd_soc_dapm_mux_update_power()
[all …]
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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-firmware-efi-esrt67 Description: The last firmware version for which an update was attempted.
72 Description: The result of the last firmware update attempt for the
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.4.14/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.4.14/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,
/linux-4.4.14/fs/lockd/
Dsvcshare.c36 goto update; in nlmsvc_share_file()
58 update: in nlmsvc_share_file()
/linux-4.4.14/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.4.14/include/crypto/
Dhash.h130 int (*update)(struct ahash_request *req); member
173 int (*update)(struct shash_desc *desc, const u8 *data, member
197 int (*update)(struct ahash_request *req); member
489 return crypto_ahash_reqtfm(req)->update(req); in crypto_ahash_update()
/linux-4.4.14/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.4.14/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.4.14/Documentation/ja_JP/
Dstable_kernel_rules.txt10 comment or update of this file, please try to update Original(English)
/linux-4.4.14/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.4.14/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.
260 if an update happened while in the critical section, and incur
427 o Use rcu_assign_pointer() to update an RCU-protected pointer.
[all …]
/linux-4.4.14/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.4.14/arch/s390/crypto/
Dsha256_s390.c69 .update = s390_sha_update,
106 .update = s390_sha_update,
Dsha512_s390.c74 .update = s390_sha_update,
113 .update = s390_sha_update,
Dsha1_s390.c76 .update = s390_sha_update,
/linux-4.4.14/arch/arm/mm/
Dpv-fixup-asm.S67 adds r4, r4, r0 @ update physical address
71 adds r4, r4, r0 @ update physical address
/linux-4.4.14/include/sound/
Demux_synth.h54 void (*update)(struct snd_emux_voice *vp, int update); member
/linux-4.4.14/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.4.14/sound/soc/sh/rcar/
Dcore.c1023 cfg->update(cfg->io, mod); in rsnd_kctrl_put()
1033 void (*update)(struct rsnd_dai_stream *io, in __rsnd_kctrl_new()
1060 cfg->update = update; in __rsnd_kctrl_new()
1077 void (*update)(struct rsnd_dai_stream *io, in rsnd_kctrl_new_m()
1085 return __rsnd_kctrl_new(mod, io, rtd, name, &_cfg->cfg, update); in rsnd_kctrl_new_m()
1092 void (*update)(struct rsnd_dai_stream *io, in rsnd_kctrl_new_s()
1100 return __rsnd_kctrl_new(mod, io, rtd, name, &_cfg->cfg, update); in rsnd_kctrl_new_s()
1108 void (*update)(struct rsnd_dai_stream *io, in rsnd_kctrl_new_e()
1117 return __rsnd_kctrl_new(mod, io, rtd, name, &_cfg->cfg, update); in rsnd_kctrl_new_e()
Drsnd.h520 void (*update)(struct rsnd_dai_stream *io, struct rsnd_mod *mod); member
544 void (*update)(struct rsnd_dai_stream *io,
552 void (*update)(struct rsnd_dai_stream *io,
561 void (*update)(struct rsnd_dai_stream *io,
/linux-4.4.14/drivers/memory/tegra/
Dtegra124-emc.c573 bool update = false; in tegra_emc_prepare_timing_change() local
617 update = true; in tegra_emc_prepare_timing_change()
622 update = true; in tegra_emc_prepare_timing_change()
625 if (update) { in tegra_emc_prepare_timing_change()
631 update = false; in tegra_emc_prepare_timing_change()
636 update = true; in tegra_emc_prepare_timing_change()
642 update = true; in tegra_emc_prepare_timing_change()
645 if (update) { in tegra_emc_prepare_timing_change()
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_cmn.h203 u16 index, u8 op, u8 update);
643 u8 update, u32 igu_addr) in bnx2x_igu_ack_sb_gen() argument
650 (update << IGU_REGULAR_BUPDATE_SHIFT) | in bnx2x_igu_ack_sb_gen()
663 u8 storm, u16 index, u8 op, u8 update) in bnx2x_hc_ack_sb() argument
673 (update << IGU_ACK_REGISTER_UPDATE_INDEX_SHIFT) | in bnx2x_hc_ack_sb()
684 u16 index, u8 op, u8 update) in bnx2x_ack_sb() argument
687 bnx2x_hc_ack_sb(bp, igu_sb_id, storm, index, op, update); in bnx2x_ack_sb()
699 bnx2x_igu_ack_sb(bp, igu_sb_id, segment, index, op, update); in bnx2x_ack_sb()
/linux-4.4.14/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.4.14/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.4.14/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.4.14/drivers/crypto/caam/
Dcaamhash.c131 int (*update)(struct ahash_request *req); member
141 int (*update)(struct ahash_request *req); member
1298 state->update = ahash_update_ctx; in ahash_update_no_ctx()
1497 state->update = ahash_update_ctx; in ahash_update_first()
1506 state->update = ahash_update_no_ctx; in ahash_update_first()
1530 state->update = ahash_update_first; in ahash_init()
1546 return state->update(req); in ahash_update()
1581 export->update = state->update; in ahash_export()
1597 state->update = export->update; in ahash_import()
1625 .update = ahash_update,
[all …]
/linux-4.4.14/kernel/rcu/
DMakefile1 obj-y += update.o sync.o
/linux-4.4.14/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.4.14/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.4.14/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.4.14/tools/power/cpupower/utils/
Dversion-gen.sh18 git update-index -q --refresh
/linux-4.4.14/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,
/linux-4.4.14/include/linux/platform_data/
Dkeypad-omap.h12 #warning Please update the board to use matrix-keypad driver
/linux-4.4.14/include/net/sctp/
Dchecksum.h66 .update = sctp_csum_update, in sctp_compute_cksum()
/linux-4.4.14/tools/perf/ui/tui/
Dprogress.c54 .update = tui_progress__update,
/linux-4.4.14/arch/tile/include/asm/
Dptrace.h65 unsigned long is_enabled:1, update:1, update_reg:6; member
/linux-4.4.14/arch/sparc/crypto/
Dsha512_glue.c150 .update = sha512_sparc64_update,
166 .update = sha512_sparc64_update,
Dsha256_glue.c162 .update = sha256_sparc64_update,
181 .update = sha256_sparc64_update,
Dcrc32c_glue.c126 .update = crc32c_sparc64_update,
/linux-4.4.14/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.4.14/include/net/netfilter/
Dnf_tables.h243 bool (*update)(struct nft_set *set, member
1025 bool update; member
1032 (((struct nft_trans_chain *)trans->data)->update)
1041 bool update; member
1046 (((struct nft_trans_table *)trans->data)->update)
/linux-4.4.14/drivers/gpu/drm/armada/
Darmada_gem.h22 void (*update)(void *); member
/linux-4.4.14/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.c1325 .update = omap_sham_update,
1348 .update = omap_sham_update,
1371 .update = omap_sham_update,
1396 .update = omap_sham_update,
1425 .update = omap_sham_update,
1447 .update = omap_sham_update,
1469 .update = omap_sham_update,
1493 .update = omap_sham_update,
1520 .update = omap_sham_update,
1542 .update = omap_sham_update,
[all …]
/linux-4.4.14/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.4.14/tools/perf/ui/gtk/
Dprogress.c52 .update = gtk_ui_progress__update,
/linux-4.4.14/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.4.14/arch/mips/cavium-octeon/crypto/
Docteon-sha512.c231 .update = octeon_sha512_update,
245 .update = octeon_sha512_update,
Docteon-sha256.c232 .update = octeon_sha256_update,
249 .update = octeon_sha256_update,
/linux-4.4.14/arch/powerpc/crypto/
Dsha256-spe-glue.c223 .update = ppc_spe_sha256_update,
240 .update = ppc_spe_sha256_update,
Dsha1.c126 .update = sha1_update,
/linux-4.4.14/fs/ncpfs/
Dfile.c59 goto update; in ncp_make_open()
82 update: in ncp_make_open()
/linux-4.4.14/fs/adfs/
Ddir.c78 if (!ops->update) { in adfs_dir_update()
88 ret = ops->update(&dir, obj); in adfs_dir_update()
/linux-4.4.14/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.4.14/include/xen/interface/io/
Dfbif.h71 struct xenfb_update update; member
/linux-4.4.14/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.4.14/arch/tile/include/gxio/
Ddma_queue.h159 int64_t completion_slot, int update);
/linux-4.4.14/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.4.14/arch/parisc/math-emu/
DREADME5 enough to update our copies with later changes from HP-UX -- it'll
/linux-4.4.14/Documentation/networking/
Dnetconsole.txt125 To update a target's parameters:
130 echo 10.0.0.4 > remote_ip # update some parameter
131 echo cb:a9:87:65:43:21 > remote_mac # update more parameters
134 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.4.14/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.4.14/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.4.14/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.4.14/Documentation/DocBook/
Dcrypto-API.xml.db65 API-crypto-hash-update
99 API-crypto-shash-update
Dgpu.xml.db110 API-drm-mode-connector-list-update
195 API-drm-mode-connector-update-edid-property
254 API-drm-atomic-helper-update-legacy-modeset-state
264 API-drm-atomic-helper-update-plane
359 API-drm-dp-update-payload-part1
360 API-drm-dp-update-payload-part2
468 API-drm-plane-helper-check-update
469 API-drm-primary-helper-update
473 API-drm-plane-helper-update
571 API-intel-psr-single-frame-update
[all …]
Dalsa-driver-api.xml.db166 API-snd-ac97-update
167 API-snd-ac97-update-bits
171 API-snd-ac97-update-power
274 API-snd-soc-component-update-bits
275 API-snd-soc-component-update-bits-async
278 API-snd-soc-update-bits
/linux-4.4.14/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()
877 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.4.14/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.4.14/fs/btrfs/
Ddelayed-ref.c459 struct btrfs_delayed_ref_node *update) in update_existing_head_ref() argument
466 ref = btrfs_delayed_node_to_head(update); in update_existing_head_ref()
484 existing->num_bytes = update->num_bytes; in update_existing_head_ref()
512 existing->ref_mod += update->ref_mod; in update_existing_head_ref()
513 existing_ref->total_ref_mod += update->ref_mod; in update_existing_head_ref()
/linux-4.4.14/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.4.14/include/uapi/linux/
Domap3isp.h408 __u16 update; member
629 __u32 update; member
/linux-4.4.14/drivers/of/unittest-data/
Dtestcases.dts5 prop-update = "hello";
/linux-4.4.14/Documentation/ko_KR/
Dstable_api_nonsense.txt11 try to update the original English file first.
/linux-4.4.14/Documentation/arm/
Dswp_emulation23 transaction monitoring block called a global monitor to maintain update
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/linux/
Dlinux-crypto-adler.c117 .update = adler32_update,
/linux-4.4.14/include/linux/mfd/
Daat2870.h148 int (*update)(struct aat2870_data *aat2870, u8 addr, u8 mask, u8 val); member
/linux-4.4.14/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.4.14/net/atm/
Dmpoa_caches.h72 void (*update)(eg_cache_entry *entry, uint16_t holding_time); member
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dcalib.h111 void ath9k_hw_start_nfcal(struct ath_hw *ah, bool update);
/linux-4.4.14/Documentation/devicetree/bindings/mfd/
Dda9150.txt58 dlg,update-interval = <10000>;
/linux-4.4.14/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.4.14/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.4.14/fs/nfs/
Ddelegation.c310 const struct nfs_delegation *update) in nfs_update_inplace_delegation() argument
312 if (nfs4_stateid_is_newer(&update->stateid, &delegation->stateid)) { in nfs_update_inplace_delegation()
313 delegation->stateid.seqid = update->stateid.seqid; in nfs_update_inplace_delegation()
315 delegation->type = update->type; in nfs_update_inplace_delegation()
/linux-4.4.14/samples/hidraw/
Dhid-example.c22 #warning Please have your distro update the userspace kernel headers
/linux-4.4.14/arch/arm/nwfpe/
Dentry.S108 str r5, [sp, #S_PC] @ update PC copy in regs
/linux-4.4.14/Documentation/zh_CN/arm/
DBooting3 If you have any comment or update to the content, please contact the
/linux-4.4.14/drivers/crypto/sunxi-ss/
Dsun4i-ss-core.c34 .update = sun4i_hash_update,
62 .update = sun4i_hash_update,
/linux-4.4.14/drivers/net/ethernet/sfc/
DKconfig22 (e.g. /dev/mtd1). This is required to update the firmware or
/linux-4.4.14/arch/unicore32/mm/
Dproc-ucv2.S104 movc p0.c2, r0, #0 @ update page table ptr

1234