Searched defs:update (Results 1 - 25 of 51) sorted by relevance

123

/drivers/gpu/drm/nouveau/
H A Dnv50_cursor.c37 nv50_cursor_show(struct nouveau_crtc *nv_crtc, bool update) argument
46 if (update && nv_crtc->cursor.visible)
49 ret = RING_SPACE(evo, (dev_priv->chipset != 0x50 ? 5 : 3) + update * 2);
63 if (update) {
72 nv50_cursor_hide(struct nouveau_crtc *nv_crtc, bool update) argument
81 if (update && !nv_crtc->cursor.visible)
84 ret = RING_SPACE(evo, (dev_priv->chipset != 0x50 ? 5 : 3) + update * 2);
97 if (update) {
H A Dnv04_cursor.c9 nv04_cursor_show(struct nouveau_crtc *nv_crtc, bool update) argument
15 nv04_cursor_hide(struct nouveau_crtc *nv_crtc, bool update) argument
H A Dnv50_crtc.c135 nv50_crtc_set_dither(struct nouveau_crtc *nv_crtc, bool update) argument
159 ret = RING_SPACE(evo, 2 + (update ? 2 : 0));
163 if (update) {
174 nv50_crtc_set_color_vibrance(struct nouveau_crtc *nv_crtc, bool update) argument
185 ret = RING_SPACE(evo, 2 + (update ? 2 : 0));
199 if (update) {
227 nv50_crtc_set_scale(struct nouveau_crtc *nv_crtc, bool update) argument
320 if (update) {
566 * now we update pointers to do that. (We don't pin; just
567 * assume we're already pinned and update th
[all...]
/drivers/pci/
H A Dhtirq.c29 ht_irq_update_t *update; member in struct:ht_irq_cfg
49 if (cfg->update)
50 cfg->update(cfg->dev, irq, msg);
83 * @update: Function to be called when changing the htirq message
87 int __ht_create_irq(struct pci_dev *dev, int idx, ht_irq_update_t *update) argument
116 cfg->update = update;
/drivers/staging/rtl8192u/ieee80211/
H A Ddigest.c27 static void update(struct crypto_tfm *tfm, function
97 ops->dit_update = update;
/drivers/media/video/omap3isp/
H A Disph3a_aewb.c36 * h3a_aewb_update_regs - Helper function to update h3a registers.
53 if (!aewb->update)
85 aewb->update = 0;
202 int update = 0; local
206 update = 1;
210 update = 1;
214 update = 1;
218 update = 1;
222 update = 1;
226 update
[all...]
H A Disph3a_af.c57 if (!af->update)
135 af->update = 0;
250 int update = 0; local
255 update = 1;
261 update = 1;
265 update = 1;
271 update = 1;
277 update = 1;
283 update = 1;
288 update
[all...]
H A Dispstat.h72 * stat->update is set to 1 if new configuration is different than
104 unsigned update:1; member in struct:ispstat
H A Dispccdc.h161 * @update: Bitmask of controls to update during the next interrupt
162 * @shadow_update: Controls update in progress by userspace
189 unsigned int update; member in struct:isp_ccdc_device
H A Disppreview.h127 * @update: Specifies which tables should be updated.
136 u32 update; member in struct:isptables_update
161 * @shadow_update: If set, update the hardware configured in the next interrupt
164 * @lock: Shadow update lock
165 * @update: Bitmask of the parameters to be updated
188 u32 update; member in struct:isp_prev_device
H A Dispccdc.c338 * Disables LSC, and defers enablement to shadow registers update time.
414 u16 update; local
417 update = config->update &
419 if (!update)
422 if (update != (OMAP3ISP_CCDC_CONFIG_LSC | OMAP3ISP_CCDC_TBL_LSC)) {
684 if (OMAP3ISP_CCDC_ALAW & ccdc_struct->update) {
686 ccdc->update |= OMAP3ISP_CCDC_ALAW;
689 if (OMAP3ISP_CCDC_LPF & ccdc_struct->update) {
691 ccdc->update |
[all...]
/drivers/usb/host/whci/
H A Dasl.c99 enum whc_update update = 0; local
119 /* A halted qTD always triggers an update
122 update |= WHC_UPDATE_UPDATED;
131 update |= qset_add_qtds(whc, qset);
140 update |= WHC_UPDATE_REMOVED;
142 return update;
168 * asl_update - request an ASL update and wait for the hardware to be synced
170 * @wusbcmd: WUSBCMD value to start the update.
173 * update must be skipped as the hardware may not respond to update
206 enum whc_update update = 0; local
[all...]
H A Dpzl.c105 enum whc_update update = 0; local
125 /* A halted qTD always triggers an update
128 update |= WHC_UPDATE_UPDATED;
137 update |= qset_add_qtds(whc, qset);
145 update |= WHC_UPDATE_REMOVED;
148 return update;
181 * pzl_update - request a PZL update and wait for the hardware to be synced
183 * @wusbcmd: WUSBCMD value to start the update.
186 * update must be skipped as the hardware may not respond to update
235 enum whc_update update = 0; local
[all...]
H A Dqset.c192 enum whc_update update = 0; local
239 update = WHC_UPDATE_UPDATED;
246 return update;
390 * urb_dequeue_work - executes asl/pzl update and gives back the urb to the system.
/drivers/net/wireless/ath/ath9k/
H A Dcalib.c219 void ath9k_hw_start_nfcal(struct ath_hw *ah, bool update) argument
227 if (update)
438 * the baseband update the internal NF value itself, similar to
/drivers/media/video/
H A Dmsp3400-kthreads.c421 int update = 0; local
473 update = 1;
480 update = 1;
485 return update;
1079 in order to get a quick stereo/SAP update */
H A Dmsp3400-driver.c384 /* Force an update of the volume/mute cluster */
447 int update = state->radio || state->v4l2_std != id; local
451 if (update)
/drivers/s390/char/
H A Dcon3270.c43 struct list_head update; /* list of lines to update. */ member in struct:con3270
44 int line_nr; /* line number for next update. */
64 #define CON_UPDATE_LIST 2 /* Update lines in tty3270->update. */
71 * Setup timeout for a device. On timeout trigger an update.
131 * Rebuild update list to print all lines.
140 * Throw away update list and create a new one,
143 list_for_each_entry_safe(s, n, &cp->update, update)
144 list_del_init(&s->update);
[all...]
H A Draw3270.h205 struct list_head update; member in struct:string
231 INIT_LIST_HEAD(&cs->update);
/drivers/media/video/ivtv/
H A Divtv-yuv.c173 /* If any filter is -1, then don't update it */
384 /* Only update the filter if we really need to */
656 /* Only update filter 1 if we really need to */
662 /* Only update filter 2 if we really need to */
972 yi->new_frame_info[draw].update = 0;
987 /* Preserve old update flag in case we're overwriting a queued frame */
988 int update = nf->update; local
1006 nf->update = 0;
1061 nf->update
[all...]
/drivers/mtd/nand/
H A Dnand_bbt.c1011 int i, j, chips, block, nrblocks, update; local
1037 update = 0;
1048 update = 1;
1053 * new ones have been marked, then we need to update the stored
1056 if (update && td->reserved_block_code)
1184 * nand_update_bbt - [NAND Interface] update bad block table(s)
/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_stats.c1221 int update = 0; local
1226 update = (bnx2x_hw_stats_update(bp) == 0);
1228 update |= (bnx2x_storm_stats_update(bp) == 0);
1230 if (update) {
/drivers/net/wireless/iwmc3200wifi/
H A Dcommands.c979 struct iwm_umac_pmkid_update update; local
982 memset(&update, 0, sizeof(struct iwm_umac_pmkid_update));
984 update.hdr.oid = UMAC_WIFI_IF_CMD_PMKID_UPDATE;
985 update.hdr.buf_size = cpu_to_le16(sizeof(struct iwm_umac_pmkid_update) -
988 update.command = cpu_to_le32(command);
990 memcpy(&update.bssid, pmksa->bssid, ETH_ALEN);
992 memcpy(&update.pmkid, pmksa->pmkid, WLAN_PMKID_LEN);
994 ret = iwm_send_wifi_if_cmd(iwm, &update,
997 IWM_ERR(iwm, "PMKID update command failed\n");
/drivers/pci/hotplug/
H A Dibmphp_hpc.c590 // update the slot structure
601 // DO NOT update the slot structure
606 // DO NOT update the slot structure
611 // DO NOT update the slot structure
625 // DO NOT update the slot structure
937 u8 update = 0; local
943 update = 1;
950 update = 1;
956 update = 1;
969 update
[all...]
/drivers/media/video/davinci/
H A Dvpif_capture.c414 * vpif_update_std_info() - update standard related info
417 * For a given standard selected by application, update values
579 * @update - update the values as per hardware requirement
581 * Check the application pixel format for S_FMT and update the input
587 int update)
603 if (!update) {
611 if (!update) {
620 if (!update) {
636 if (!update) {
585 vpif_check_format(struct channel_obj *ch, struct v4l2_pix_format *pixfmt, int update) argument
[all...]

Completed in 498 milliseconds

123