Searched defs:prev (Results 101 - 125 of 144) sorted by relevance

123456

/drivers/media/video/cx25821/
H A Dcx25821-video.c317 struct cx25821_buffer *buf, *prev; local
335 prev = NULL;
343 if (NULL == prev) {
349 } else if (prev->vb.width == buf->vb.width &&
350 prev->vb.height == buf->vb.height &&
351 prev->fmt == buf->fmt) {
355 prev->risc.jmp[1] = cpu_to_le32(buf->risc.dma);
356 prev->risc.jmp[2] = cpu_to_le32(0); /* Bits 63 - 32 */
360 prev = buf;
723 struct cx25821_buffer *prev; local
[all...]
/drivers/media/video/
H A Dfsl-viu.c329 struct viu_buf *buf, *prev; local
340 list_for_each_entry_safe(buf, prev, &vidq->active, vb.queue) {
349 prev = NULL;
354 if (prev == NULL) {
367 } else if (prev->vb.width == buf->vb.width &&
368 prev->vb.height == buf->vb.height &&
369 prev->fmt == buf->fmt) {
378 prev = buf;
537 struct viu_buf *prev; local
546 vidq->queued.prev);
[all...]
/drivers/media/video/omap3isp/
H A Disppreview.c164 preview_enable_invalaw(struct isp_prev_device *prev, u8 enable) argument
166 struct isp_device *isp = to_isp_device(prev);
178 * @prev -
185 preview_enable_drkframe_capture(struct isp_prev_device *prev, u8 enable) argument
187 struct isp_device *isp = to_isp_device(prev);
205 preview_enable_drkframe(struct isp_prev_device *prev, u8 enable) argument
207 struct isp_device *isp = to_isp_device(prev);
222 preview_config_drkf_shadcomp(struct isp_prev_device *prev, argument
225 struct isp_device *isp = to_isp_device(prev);
238 preview_enable_hmed(struct isp_prev_device *prev, u argument
256 preview_config_hmed(struct isp_prev_device *prev, const void *prev_hmed) argument
273 preview_config_noisefilter(struct isp_prev_device *prev, const void *prev_nf) argument
293 preview_config_dcor(struct isp_prev_device *prev, const void *prev_dcor) argument
317 preview_config_cfa(struct isp_prev_device *prev, const void *prev_cfa) argument
346 preview_config_gammacorrn(struct isp_prev_device *prev, const void *gtable) argument
376 preview_config_luma_enhancement(struct isp_prev_device *prev, const void *ytable) argument
397 preview_config_chroma_suppression(struct isp_prev_device *prev, const void *csup) argument
414 preview_enable_noisefilter(struct isp_prev_device *prev, u8 enable) argument
431 preview_enable_dcor(struct isp_prev_device *prev, u8 enable) argument
448 preview_enable_cfa(struct isp_prev_device *prev, u8 enable) argument
466 preview_enable_gammabypass(struct isp_prev_device *prev, u8 enable) argument
483 preview_enable_luma_enhancement(struct isp_prev_device *prev, u8 enable) argument
500 preview_enable_chroma_suppression(struct isp_prev_device *prev, u8 enable) argument
520 preview_config_whitebalance(struct isp_prev_device *prev, const void *prev_wbal) argument
560 preview_config_blkadj(struct isp_prev_device *prev, const void *prev_blkadj) argument
577 preview_config_rgb_blending(struct isp_prev_device *prev, const void *rgb2rgb) argument
616 preview_config_rgb_to_ycbcr(struct isp_prev_device *prev, const void *prev_csc) argument
650 preview_update_contrast(struct isp_prev_device *prev, u8 contrast) argument
667 preview_config_contrast(struct isp_prev_device *prev, const void *params) argument
682 preview_update_brightness(struct isp_prev_device *prev, u8 brightness) argument
697 preview_config_brightness(struct isp_prev_device *prev, const void *params) argument
711 preview_config_yc_range(struct isp_prev_device *prev, const void *yclimit) argument
885 preview_config(struct isp_prev_device *prev, struct omap3isp_prev_update_config *cfg) argument
940 preview_setup_hw(struct isp_prev_device *prev) argument
974 preview_config_ycpos(struct isp_prev_device *prev, enum v4l2_mbus_pixelcode pixelcode) argument
1000 preview_config_averager(struct isp_prev_device *prev, u8 average) argument
1027 preview_config_input_size(struct isp_prev_device *prev) argument
1072 preview_config_inlineoffset(struct isp_prev_device *prev, u32 offset) argument
1086 preview_set_inaddr(struct isp_prev_device *prev, u32 addr) argument
1099 preview_config_outlineoffset(struct isp_prev_device *prev, u32 offset) argument
1114 preview_set_outaddr(struct isp_prev_device *prev, u32 addr) argument
1121 preview_adjust_bandwidth(struct isp_prev_device *prev) argument
1174 omap3isp_preview_busy(struct isp_prev_device *prev) argument
1198 preview_print_status(struct isp_prev_device *prev) argument
1249 preview_init_params(struct isp_prev_device *prev) argument
1303 preview_max_out_width(struct isp_prev_device *prev) argument
1320 preview_configure(struct isp_prev_device *prev) argument
1369 preview_enable_oneshot(struct isp_prev_device *prev) argument
1385 omap3isp_preview_isr_frame_sync(struct isp_prev_device *prev) argument
1400 preview_isr_buffer(struct isp_prev_device *prev) argument
1448 omap3isp_preview_isr(struct isp_prev_device *prev) argument
1479 struct isp_prev_device *prev = &video->isp->isp_prev; local
1504 struct isp_prev_device *prev = local
1532 struct isp_prev_device *prev = v4l2_get_subdevdata(sd); local
1551 struct isp_prev_device *prev = v4l2_get_subdevdata(sd); local
1606 __preview_get_format(struct isp_prev_device *prev, struct v4l2_subdev_fh *fh, unsigned int pad, enum v4l2_subdev_format_whence which) argument
1616 __preview_get_crop(struct isp_prev_device *prev, struct v4l2_subdev_fh *fh, enum v4l2_subdev_format_whence which) argument
1649 preview_try_format(struct isp_prev_device *prev, struct v4l2_subdev_fh *fh, unsigned int pad, struct v4l2_mbus_framefmt *fmt, enum v4l2_subdev_format_whence which) argument
1732 preview_try_crop(struct isp_prev_device *prev, const struct v4l2_mbus_framefmt *sink, struct v4l2_rect *crop) argument
1798 struct isp_prev_device *prev = v4l2_get_subdevdata(sd); local
1835 struct isp_prev_device *prev = v4l2_get_subdevdata(sd); local
1856 struct isp_prev_device *prev = v4l2_get_subdevdata(sd); local
1888 struct isp_prev_device *prev = v4l2_get_subdevdata(sd); local
1909 struct isp_prev_device *prev = v4l2_get_subdevdata(sd); local
2015 struct isp_prev_device *prev = v4l2_get_subdevdata(sd); local
2081 omap3isp_preview_unregister_entities(struct isp_prev_device *prev) argument
2088 omap3isp_preview_register_entities(struct isp_prev_device *prev, struct v4l2_device *vdev) argument
2122 preview_init_entities(struct isp_prev_device *prev) argument
2210 struct isp_prev_device *prev = &isp->isp_prev; local
2221 struct isp_prev_device *prev = &isp->isp_prev; local
[all...]
/drivers/mtd/onenand/
H A Donenand_base.c1877 int prev = 0, prevlen = 0, prev_subpage = 0, first = 1; local
1973 onenand_update_bufferram(mtd, prev, !ret && !prev_subpage);
2039 prev = to;
/drivers/net/ethernet/i825xx/
H A Dlib82596.c1252 struct i596_cmd *prev = ptr; local
1256 DMA_WBACK_INV(dev, prev, sizeof(struct i596_cmd));
/drivers/net/ethernet/ti/
H A Dcpmac.c193 struct cpmac_desc *prev; member in struct:cpmac_desc
475 desc->prev->hw_next = (u32)0;
476 priv->rx_head->prev->hw_next = priv->rx_head->mapping;
487 (priv->rx_head->prev->dataflags & (CPMAC_OWN|CPMAC_EOQ))
493 priv->rx_head->prev->dataflags &= ~CPMAC_EOQ;
720 priv->rx_head->prev->hw_next = 0;
1012 desc->next->prev = desc;
1016 priv->rx_head->prev->hw_next = (u32)0;
/drivers/net/ethernet/toshiba/
H A Dps3_gelic_net.h261 struct gelic_descr *prev; member in struct:gelic_descr
H A Dspider_net.h402 struct spider_net_descr *prev; member in struct:spider_net_descr
/drivers/net/ethernet/via/
H A Dvia-velocity.c2517 int index, prev; local
2588 prev = index - 1;
2589 if (prev < 0)
2590 prev = vptr->options.numtx - 1;
2598 td_ptr = &(vptr->tx.rings[qnum][prev]);
/drivers/net/wan/
H A Dcosa.c1523 int i=0, id=0, prev=0, curr=0;
1545 for (i=0; i<COSA_MAX_ID_STRING-1; i++, prev=curr) {
1552 if (curr == 0x2e && prev == '\n')
1519 int i=0, id=0, prev=0, curr=0; local
/drivers/net/wireless/ath/ath9k/
H A Dxmit.c306 int prev = fi->retries; local
311 if (prev > 0)
1147 bf->bf_lastbf = list_entry(bf_q.prev, struct ath_buf, list);
1594 last_ac = list_entry(txq->axq_acq.prev, struct ath_atx_ac, list);
1597 last_tid = list_entry(ac->tid_q.prev, struct ath_atx_tid, list);
1662 bf_last = list_entry(head->prev, struct ath_buf, list);
2213 &txq->axq_q, lastbf->list.prev);
/drivers/net/wireless/bcmdhd/
H A Dbcmutils.c326 void *p, *prev; local
335 for (prev = NULL; p != q->tail; p = PKTLINK(p))
336 prev = p;
338 if (prev)
339 PKTSETLINK(prev, NULL);
343 q->tail = prev;
355 void *p, *prev = NULL; local
365 PKTSETLINK(prev, PKTLINK(p));
370 p = (head ? q->head : PKTLINK(prev));
372 prev
480 void *p, *prev; local
[all...]
/drivers/net/wireless/hostap/
H A Dhostap_ap.c1065 struct add_sta_proc_data *entry, *prev; local
1086 prev = entry;
1088 kfree(prev);
1955 struct wds_oper_data *entry, *prev; local
1973 prev = entry;
1975 kfree(prev);
/drivers/s390/net/
H A Dlcs.c666 int prev, next; local
669 prev = (index - 1) & (LCS_NUM_BUFFS - 1);
674 if (!(channel->ccws[prev].flags & CCW_FLAG_SUSPEND))
711 int index, prev, next; local
717 prev = (index - 1) & (LCS_NUM_BUFFS - 1);
723 if (channel->iob[prev].state == LCS_BUF_STATE_READY) {
730 __lcs_ready_buffer_bits(channel, prev);
/drivers/scsi/arm/
H A Dacornscsi.c512 unsigned long prev; local
522 prev = host->status[target][ptr].when;
541 time_diff = host->status[target][ptr].when - prev;
542 prev = host->status[target][ptr].when;
2888 unsigned int statptr, prev; local
2896 prev = host->status[devidx][statptr].when;
2904 (host->status[devidx][statptr].when - prev) < 100 ?
2905 (host->status[devidx][statptr].when - prev) : 99);
2906 prev = host->status[devidx][statptr].when;
/drivers/scsi/
H A Dmesh.c560 struct scsi_cmnd *cmd, *prev, *next; local
569 prev = NULL;
575 prev = cmd;
578 if (prev == NULL)
581 prev->host_scribble = (void *) next;
583 ms->request_qtail = prev;
861 int b, t, prev; local
899 prev = ms->conn_tgt;
964 dlog(ms, "resel prev tgt=%d", prev);
[all...]
/drivers/staging/comedi/drivers/
H A Dadv_pci_dio.c403 struct pci_dio_private *prev; /* previous private struct */ member in struct:pci_dio_private
1078 struct pci_dio_private *pr, *prev; local
1080 for (pr = pci_priv, prev = NULL; pr != NULL; prev = pr, pr = pr->next) {
1086 if (prev) {
1087 devpriv->prev = prev;
1088 prev->next = devpriv;
1282 if (devpriv->prev)
1283 devpriv->prev
[all...]
/drivers/staging/vme/bridges/
H A Dvme_tsi148.c1612 struct tsi148_dma_entry *entry, *prev; local
1738 if (entry->list.prev != &list->entries) {
1739 prev = list_entry(entry->list.prev, struct tsi148_dma_entry,
1743 reg_split(desc_ptr, &prev->descriptor.dnlau,
1744 &prev->descriptor.dnlal);
/drivers/usb/host/
H A Doxu210hp-hcd.c1111 if (stopped && qtd->qtd_list.prev != &qh->qtd_list) {
1112 last = list_entry(qtd->qtd_list.prev,
1593 list_splice(qtd_list, qh->qtd_list.prev);
1600 qtd = list_entry(qh->qtd_list.prev,
1706 struct ehci_qh *prev; local
1732 prev = oxu->async;
1733 while (prev->qh_next.qh != qh)
1734 prev = prev->qh_next.qh;
1736 prev
1946 union ehci_shadow *prev = &oxu->pshadow[i]; local
[all...]
H A Dxhci-mem.c69 * Make the prev segment point to the next segment.
71 * Change the last TRB in the prev segment to be a Link TRB which points to the
75 static void xhci_link_segments(struct xhci_hcd *xhci, struct xhci_segment *prev, argument
80 if (!prev || !next)
82 prev->next = next;
84 prev->trbs[TRBS_PER_SEGMENT-1].link.segment_ptr =
88 val = le32_to_cpu(prev->trbs[TRBS_PER_SEGMENT-1].link.control);
96 prev->trbs[TRBS_PER_SEGMENT-1].link.control = cpu_to_le32(val);
150 struct xhci_segment *prev; local
165 prev
[all...]
/drivers/edac/
H A Di7core_edac.c1348 static int i7core_get_onedevice(struct pci_dev **prev, argument
1361 dev_descr->dev_id, *prev);
1370 PCI_DEVICE_ID_INTEL_I7_NONCORE_ALT, *prev);
1375 *prev);
1378 if (*prev) {
1379 *prev = pdev;
1456 *prev = pdev;
/drivers/gpu/drm/r128/
H A Dr128_drv.h62 struct drm_r128_freelist *prev; member in struct:drm_r128_freelist
/drivers/gpu/drm/savage/
H A Dsavage_drv.h59 struct drm_savage_buf_priv *prev; member in struct:drm_savage_buf_priv
/drivers/infiniband/ulp/srpt/
H A Dib_srpt.c138 enum rdma_ch_state prev; local
141 prev = ch->state;
144 return prev;
157 enum rdma_ch_state prev; local
160 prev = ch->state;
161 if (prev == old)
164 return prev == old;
/drivers/isdn/gigaset/
H A Dgigaset.h520 struct cmdbuf_t *next, *prev; member in struct:cmdbuf_t

Completed in 483 milliseconds

123456