Searched defs:filled (Results 1 - 7 of 7) sorted by relevance

/drivers/usb/serial/
H A Dkobil_sct.c126 int filled; /* index of the last char in buf */ member in struct:kobil_private
146 priv->filled = 0;
410 if (count > (KOBIL_BUF_LENGTH - priv->filled)) {
416 memcpy(priv->buf + priv->filled, buf, count);
418 priv->buf + priv->filled);
419 priv->filled = priv->filled + count;
423 if (((priv->device_type != KOBIL_ADAPTER_B_PRODUCT_ID) && (priv->filled > 2) && (priv->filled >= (priv->buf[1] + 3))) ||
424 ((priv->device_type == KOBIL_ADAPTER_B_PRODUCT_ID) && (priv->filled >
[all...]
/drivers/media/video/pwc/
H A Dpwc.h206 nala, only the first 3 bytes is filled) */
216 int filled; /* number of bytes filled */ member in struct:pwc_frame_buf
262 * Frame currently being filled, this only gets touched by the
/drivers/net/wireless/ath/ath9k/
H A Dmain.c170 survey->filled |= SURVEY_INFO_NOISE_DBM;
197 survey->filled |= SURVEY_INFO_CHANNEL_TIME |
1636 sc->cur_survey->filled &= ~SURVEY_INFO_IN_USE;
1641 sc->cur_survey->filled |= SURVEY_INFO_IN_USE;
1642 } else if (!(sc->survey[pos].filled & SURVEY_INFO_IN_USE)) {
2323 u32 filled = 0; local
2331 filled |= BIT(i);
2336 return filled;
/drivers/parisc/
H A Dccio-dma.c552 * The virtual index field is filled with the results of the LCI
905 int coalesced, filled = 0; local
952 filled = iommu_fill_pdir(ioc, sglist, nents, hint, ccio_io_pdir_entry);
956 BUG_ON(coalesced != filled);
958 DBG_RUN_SG("%s() DONE %d mappings\n", __func__, filled);
960 for (i = 0; i < filled; i++)
965 return filled;
H A Dsba_iommu.c939 int coalesced, filled = 0; local
987 filled = iommu_fill_pdir(ioc, sglist, nents, 0, sba_io_pdir_entry);
1003 DBG_RUN_SG("%s() DONE %d mappings\n", __func__, filled);
1005 return filled;
/drivers/atm/
H A Dambassador.h522 This is the structure in the host filled in by the adapter by
554 unsigned int filled; member in struct:__anon122
563 unsigned int filled; member in struct:__anon123
/drivers/net/ethernet/via/
H A Dvia-velocity.h1465 u32 filled; member in struct:velocity_info::rx_info

Completed in 2693 milliseconds