Searched refs:cpy_len (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/drivers/spi/ |
D | spi-s3c64xx.c | 492 u32 cpy_len; in s3c64xx_wait_for_pio() local 526 cpy_len = s3c64xx_spi_wait_for_timeout(sdd, in s3c64xx_wait_for_pio() 532 buf, cpy_len / 4); in s3c64xx_wait_for_pio() 536 buf, cpy_len / 2); in s3c64xx_wait_for_pio() 540 buf, cpy_len); in s3c64xx_wait_for_pio() 544 buf = buf + cpy_len; in s3c64xx_wait_for_pio()
|
/Linux-v5.4/net/wireless/ |
D | scan.c | 1715 u8 cpy_len; in cfg80211_update_notlisted_nontrans() local 1757 cpy_len = nontrans_ssid[1] + 2; in cfg80211_update_notlisted_nontrans() 1758 memcpy(pos, nontrans_ssid, cpy_len); in cfg80211_update_notlisted_nontrans() 1759 pos += cpy_len; in cfg80211_update_notlisted_nontrans() 1761 cpy_len = trans_ssid[1] + 2; in cfg80211_update_notlisted_nontrans() 1762 memcpy(pos, (trans_ssid + cpy_len), (mbssid - (trans_ssid + cpy_len))); in cfg80211_update_notlisted_nontrans() 1763 pos += (mbssid - (trans_ssid + cpy_len)); in cfg80211_update_notlisted_nontrans() 1765 cpy_len = mbssid[1] + 2; in cfg80211_update_notlisted_nontrans() 1766 memcpy(pos, mbssid + cpy_len, ((ie + ielen) - (mbssid + cpy_len))); in cfg80211_update_notlisted_nontrans()
|
/Linux-v5.4/drivers/infiniband/hw/ocrdma/ |
D | ocrdma_stats.c | 53 int cpy_len = 0; in ocrdma_add_stat() local 56 cpy_len = strlen(buff); in ocrdma_add_stat() 58 if (pcur + cpy_len > start + OCRDMA_MAX_DBGFS_MEM) { in ocrdma_add_stat() 63 memcpy(pcur, buff, cpy_len); in ocrdma_add_stat() 64 return cpy_len; in ocrdma_add_stat()
|
/Linux-v5.4/drivers/net/ethernet/cavium/liquidio/ |
D | octeon_droq.c | 662 int cpy_len, idx = droq->read_idx; in octeon_droq_fast_process_packets() local 664 cpy_len = ((pkt_len + droq->buffer_size) in octeon_droq_fast_process_packets() 672 cpy_len, in octeon_droq_fast_process_packets() 683 pkt_len += cpy_len; in octeon_droq_fast_process_packets()
|