Home
last modified time | relevance | path

Searched refs:update (Results 1 – 25 of 410) sorted by relevance

12345678910>>...17

/linux-2.6.39/drivers/media/video/omap3isp/
Disph3a_aewb.c53 if (!aewb->update) in h3a_aewb_setup_regs()
85 aewb->update = 0; in h3a_aewb_setup_regs()
202 int update = 0; in h3a_aewb_set_params() local
206 update = 1; in h3a_aewb_set_params()
210 update = 1; in h3a_aewb_set_params()
214 update = 1; in h3a_aewb_set_params()
218 update = 1; in h3a_aewb_set_params()
222 update = 1; in h3a_aewb_set_params()
226 update = 1; in h3a_aewb_set_params()
230 update = 1; in h3a_aewb_set_params()
[all …]
Disph3a_af.c57 if (!af->update) in h3a_af_setup_regs()
135 af->update = 0; in h3a_af_setup_regs()
250 int update = 0; in h3a_af_set_params() local
255 update = 1; in h3a_af_set_params()
261 update = 1; in h3a_af_set_params()
265 update = 1; in h3a_af_set_params()
271 update = 1; in h3a_af_set_params()
277 update = 1; in h3a_af_set_params()
283 update = 1; in h3a_af_set_params()
288 update = 1; in h3a_af_set_params()
[all …]
Dispccdc.c413 u16 update; in ccdc_lsc_config() local
416 update = config->update & in ccdc_lsc_config()
418 if (!update) in ccdc_lsc_config()
421 if (update != (OMAP3ISP_CCDC_CONFIG_LSC | OMAP3ISP_CCDC_TBL_LSC)) { in ccdc_lsc_config()
683 if (OMAP3ISP_CCDC_ALAW & ccdc_struct->update) { in ccdc_config()
685 ccdc->update |= OMAP3ISP_CCDC_ALAW; in ccdc_config()
688 if (OMAP3ISP_CCDC_LPF & ccdc_struct->update) { in ccdc_config()
690 ccdc->update |= OMAP3ISP_CCDC_LPF; in ccdc_config()
693 if (OMAP3ISP_CCDC_BLCLAMP & ccdc_struct->update) { in ccdc_config()
701 ccdc->update |= OMAP3ISP_CCDC_BLCLAMP; in ccdc_config()
[all …]
/linux-2.6.39/drivers/gpu/drm/nouveau/
Dnv50_cursor.c37 nv50_cursor_show(struct nouveau_crtc *nv_crtc, bool update) in nv50_cursor_show() argument
46 if (update && nv_crtc->cursor.visible) in nv50_cursor_show()
49 ret = RING_SPACE(evo, (dev_priv->chipset != 0x50 ? 5 : 3) + update * 2); in nv50_cursor_show()
63 if (update) { in nv50_cursor_show()
72 nv50_cursor_hide(struct nouveau_crtc *nv_crtc, bool update) in nv50_cursor_hide() argument
81 if (update && !nv_crtc->cursor.visible) in nv50_cursor_hide()
84 ret = RING_SPACE(evo, (dev_priv->chipset != 0x50 ? 5 : 3) + update * 2); in nv50_cursor_hide()
97 if (update) { in nv50_cursor_hide()
Dnouveau_crtc.h58 void (*hide)(struct nouveau_crtc *, bool update);
59 void (*show)(struct nouveau_crtc *, bool update);
70 int (*set_dither)(struct nouveau_crtc *crtc, bool on, bool update);
71 int (*set_scale)(struct nouveau_crtc *crtc, int mode, bool update);
/linux-2.6.39/drivers/s390/char/
Dcon3270.c43 struct list_head update; /* list of lines to update. */ member
143 list_for_each_entry_safe(s, n, &cp->update, update) in con3270_rebuild_update()
144 list_del_init(&s->update); in con3270_rebuild_update()
148 list_add(&s->update, &cp->update); in con3270_rebuild_update()
169 if (!list_empty(&s->update)) in con3270_alloc_string()
170 list_del(&s->update); in con3270_alloc_string()
252 list_for_each_entry_safe(s, n, &cp->update, update) { in con3270_update()
258 list_del_init(&s->update); in con3270_update()
262 if (list_empty(&cp->update)) in con3270_update()
438 if (list_empty(&cp->cline->update)) { in con3270_cline_insert()
[all …]
/linux-2.6.39/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-2.6.39/drivers/pci/
Dhtirq.c28 ht_irq_update_t *update; member
48 if (cfg->update) in write_ht_irq_msg()
49 cfg->update(cfg->dev, irq, msg); in write_ht_irq_msg()
86 int __ht_create_irq(struct pci_dev *dev, int idx, ht_irq_update_t *update) in __ht_create_irq() argument
115 cfg->update = update; in __ht_create_irq()
/linux-2.6.39/fs/sysfs/
Dgroup.c30 const struct attribute_group *grp, int update) in create_files() argument
41 if (update) in create_files()
59 static int internal_create_group(struct kobject *kobj, int update, in internal_create_group() argument
65 BUG_ON(!kobj || (!update && !kobj->sd)); in internal_create_group()
68 if (unlikely(update && !kobj->sd)) in internal_create_group()
78 error = create_files(sd, kobj, grp, update); in internal_create_group()
/linux-2.6.39/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 …]
Dkeys-trusted-encrypted.txt26 keyctl update key "update [options]"
59 keyctl update keyid "update key-type:master-key-name"
105 $ keyctl update 268728824 "update pcrinfo=`cat pcr.blob`"
/linux-2.6.39/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-2.6.39/arch/arm/kernel/
Dsched_clock.c27 void __init init_sched_clock(struct clock_data *cd, void (*update)(void), in init_sched_clock()
34 sched_clock_update_fn = update; in init_sched_clock()
63 update(); in init_sched_clock()
/linux-2.6.39/sound/synth/emux/
Demux_synth.c48 static void update_voice(struct snd_emux *emu, struct snd_emux_voice *vp, int update);
250 if (snd_BUG_ON(!emu || !emu->ops.update)) in snd_emux_key_press()
270 snd_emux_update_channel(struct snd_emux_port *port, struct snd_midi_channel *chan, int update) in snd_emux_update_channel() argument
277 if (! update) in snd_emux_update_channel()
281 if (snd_BUG_ON(!emu || !emu->ops.update)) in snd_emux_update_channel()
288 update_voice(emu, vp, update); in snd_emux_update_channel()
297 snd_emux_update_port(struct snd_emux_port *port, int update) in snd_emux_update_port() argument
304 if (! update) in snd_emux_update_port()
308 if (snd_BUG_ON(!emu || !emu->ops.update)) in snd_emux_update_port()
315 update_voice(emu, vp, update); in snd_emux_update_port()
[all …]
/linux-2.6.39/fs/afs/
Dvlocation.c183 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()
651 struct afs_vlocation, update); in afs_vlocation_updater()
654 list_del_init(&vl->update); in afs_vlocation_updater()
666 list_del_init(&vl->update); in afs_vlocation_updater()
705 struct afs_vlocation, update); in afs_vlocation_updater()
709 struct afs_vlocation, update); in afs_vlocation_updater()
[all …]
/linux-2.6.39/sound/isa/sb/
Demu8000_callback.c33 static void update_voice(struct snd_emux_voice *vp, int update);
70 .update = update_voice,
123 update_voice(struct snd_emux_voice *vp, int update) in update_voice() argument
128 if (update & SNDRV_EMUX_UPDATE_VOLUME) in update_voice()
130 if (update & SNDRV_EMUX_UPDATE_PITCH) in update_voice()
132 if ((update & SNDRV_EMUX_UPDATE_PAN) && in update_voice()
135 if (update & SNDRV_EMUX_UPDATE_FMMOD) in update_voice()
137 if (update & SNDRV_EMUX_UPDATE_TREMFREQ) in update_voice()
139 if (update & SNDRV_EMUX_UPDATE_FM2FRQ2) in update_voice()
141 if (update & SNDRV_EMUX_UPDATE_Q) in update_voice()
/linux-2.6.39/sound/soc/
Dsoc-dapm.c1022 struct snd_soc_dapm_update *update = dapm->update; in dapm_widget_update() local
1026 if (!update) in dapm_widget_update()
1029 w = update->widget; in dapm_widget_update()
1033 ret = w->event(w, update->kcontrol, SND_SOC_DAPM_PRE_REG); in dapm_widget_update()
1039 ret = snd_soc_update_bits(w->codec, update->reg, update->mask, in dapm_widget_update()
1040 update->val); in dapm_widget_update()
1046 ret = w->event(w, update->kcontrol, SND_SOC_DAPM_POST_REG); in dapm_widget_update()
1856 struct snd_soc_dapm_update update; in snd_soc_dapm_put_volsw() local
1877 update.kcontrol = kcontrol; in snd_soc_dapm_put_volsw()
1878 update.widget = widget; in snd_soc_dapm_put_volsw()
[all …]
/linux-2.6.39/sound/pci/emu10k1/
Demu10k1_callback.c45 static void update_voice(struct snd_emux_voice *vp, int update);
69 .update = update_voice,
193 update_voice(struct snd_emux_voice *vp, int update) in update_voice() argument
198 if (update & SNDRV_EMUX_UPDATE_VOLUME) in update_voice()
200 if (update & SNDRV_EMUX_UPDATE_PITCH) in update_voice()
202 if (update & SNDRV_EMUX_UPDATE_PAN) { in update_voice()
206 if (update & SNDRV_EMUX_UPDATE_FMMOD) in update_voice()
208 if (update & SNDRV_EMUX_UPDATE_TREMFREQ) in update_voice()
210 if (update & SNDRV_EMUX_UPDATE_FM2FRQ2) in update_voice()
212 if (update & SNDRV_EMUX_UPDATE_Q) in update_voice()
/linux-2.6.39/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-2.6.39/arch/tile/kernel/
Dsingle_step.c176 state->update = 1; in rewrite_load_store_unaligned()
378 state->update = 0; in single_step_once()
421 state->update = 1; in single_step_once()
438 state->update = 1; in single_step_once()
451 state->update = 1; in single_step_once()
549 if (state->update) { in single_step_once()
629 if (state->update) { in single_step_once()
642 state->update = 0; in single_step_once()
/linux-2.6.39/Documentation/nfc/
Dnfc-pn544.txt23 modes are the normal (HCI) mode and the firmware update mode.
33 In the normal (HCI) mode and in the firmware update mode read and
44 checksum. Firmware update messages have the length in the second (MSB)
56 and it should test that PN544 can be put into the firmware update
96 * Put the device into the FW update mode
/linux-2.6.39/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-2.6.39/arch/arm/include/asm/
Dsched_clock.h107 void (*update)(void), unsigned int bits, unsigned long rate, in init_fixed_sched_clock()
110 init_sched_clock(cd, update, bits, rate); in init_fixed_sched_clock()
/linux-2.6.39/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()
1004 debug ("%s - Exit rc[%d] disable[%x] update[%x]\n", __func__, rc, disable, update); in process_changeinstatus()

12345678910>>...17