Searched refs:bytes_to_copy (Results 1 – 12 of 12) sorted by relevance
| /drivers/media/usb/cx231xx/ |
| A D | cx231xx-vbi.c | 493 u32 bytes_to_copy; in cx231xx_copy_vbi_line() local 511 bytes_to_copy = dma_q->bytes_left_in_line; in cx231xx_copy_vbi_line() 512 if (bytes_to_copy > length) in cx231xx_copy_vbi_line() 513 bytes_to_copy = length; in cx231xx_copy_vbi_line() 516 dma_q->bytes_left_in_line -= bytes_to_copy; in cx231xx_copy_vbi_line() 527 dma_q->bytes_left_in_line -= bytes_to_copy; in cx231xx_copy_vbi_line() 530 return bytes_to_copy; in cx231xx_copy_vbi_line() 536 dma_q->pos += bytes_to_copy; in cx231xx_copy_vbi_line() 537 dma_q->bytes_left_in_line -= bytes_to_copy; in cx231xx_copy_vbi_line() 555 return bytes_to_copy; in cx231xx_copy_vbi_line() [all …]
|
| A D | cx231xx-video.c | 546 u32 bytes_to_copy; in cx231xx_copy_video_line() local 562 bytes_to_copy = dma_q->bytes_left_in_line; in cx231xx_copy_video_line() 563 if (bytes_to_copy > length) in cx231xx_copy_video_line() 564 bytes_to_copy = length; in cx231xx_copy_video_line() 567 dma_q->bytes_left_in_line -= bytes_to_copy; in cx231xx_copy_video_line() 578 dma_q->bytes_left_in_line -= bytes_to_copy; in cx231xx_copy_video_line() 581 return bytes_to_copy; in cx231xx_copy_video_line() 587 dma_q->pos += bytes_to_copy; in cx231xx_copy_video_line() 588 dma_q->bytes_left_in_line -= bytes_to_copy; in cx231xx_copy_video_line() 604 return bytes_to_copy; in cx231xx_copy_video_line() [all …]
|
| A D | cx231xx-vbi.h | 48 u8 *p_buffer, u32 bytes_to_copy);
|
| A D | cx231xx.h | 807 u8 *p_buffer, u32 bytes_to_copy);
|
| /drivers/net/ethernet/brocade/bna/ |
| A D | bfa_msgq.c | 59 cmdq->bytes_to_copy = 0; in cmdq_sm_stopped_entry() 258 if (cmdq->bytes_to_copy) in bfa_msgq_cmdq_copy_next() 270 cmdq->bytes_to_copy = ntohs(req->len); in bfa_msgq_cmdq_copy_req() 285 copied = (cmdq->bytes_to_copy >= BFI_CMD_COPY_SZ) ? BFI_CMD_COPY_SZ : in bfa_msgq_cmdq_copy_rsp() 286 cmdq->bytes_to_copy; in bfa_msgq_cmdq_copy_rsp() 292 cmdq->bytes_to_copy -= copied; in bfa_msgq_cmdq_copy_rsp()
|
| A D | bfa_msgq.h | 72 int bytes_to_copy; member
|
| /drivers/gpu/drm/vmwgfx/ |
| A D | vmwgfx_blit.c | 362 u32 bytes_to_copy) in vmw_bo_cpu_blit_line() argument 366 while (bytes_to_copy) { in vmw_bo_cpu_blit_line() 367 u32 copy_size = bytes_to_copy; in vmw_bo_cpu_blit_line() 417 bytes_to_copy -= copy_size; in vmw_bo_cpu_blit_line()
|
| /drivers/gpu/drm/i915/gt/uc/ |
| A D | intel_guc_log.c | 376 unsigned int buffer_size, read_offset, write_offset, bytes_to_copy, full_cnt; in _guc_log_copy_debuglogs_for_relay() local 462 bytes_to_copy = buffer_size - read_offset; in _guc_log_copy_debuglogs_for_relay() 464 bytes_to_copy = write_offset - read_offset; in _guc_log_copy_debuglogs_for_relay() 467 src_data + read_offset, bytes_to_copy); in _guc_log_copy_debuglogs_for_relay()
|
| /drivers/net/wireless/marvell/mwifiex/ |
| A D | scan.c | 1194 u8 bytes_to_copy; in mwifiex_update_bss_desc_with_ie() local 1318 bytes_to_copy = in mwifiex_update_bss_desc_with_ie() 1322 bytes_to_copy = element_len; in mwifiex_update_bss_desc_with_ie() 1326 memcpy(rate, current_ptr + 2, bytes_to_copy); in mwifiex_update_bss_desc_with_ie() 1330 memcpy(rate, current_ptr + 2, bytes_to_copy); in mwifiex_update_bss_desc_with_ie()
|
| /drivers/net/ethernet/qlogic/qed/ |
| A D | qed_mcp.c | 3062 u32 bytes_left = len, offset = 0, bytes_to_copy, read_len = 0; in qed_mcp_nvm_read() local 3073 bytes_to_copy = min_t(u32, bytes_left, MCP_DRV_NVM_BUF_LEN); in qed_mcp_nvm_read() 3078 (bytes_to_copy << in qed_mcp_nvm_read() 3201 u32 bytes_left, bytes_to_copy, buf_size, nvm_offset = 0; in qed_mcp_phy_sfp_read() local 3214 bytes_to_copy = min_t(u32, bytes_left, in qed_mcp_phy_sfp_read() 3221 nvm_offset |= (bytes_to_copy << in qed_mcp_phy_sfp_read()
|
| A D | qed_debug.c | 1882 u32 ret_mcp_resp, ret_mcp_param, ret_read_size, bytes_to_copy; in qed_nvram_read() local 1892 bytes_to_copy = in qed_nvram_read() 1900 SET_MFW_FIELD(param, DRV_MB_PARAM_NVM_LEN, bytes_to_copy); in qed_nvram_read()
|
| /drivers/scsi/ |
| A D | ipr.c | 3056 u32 max_dump_size, bytes_to_copy, bytes_copied, rc; in ipr_get_ioa_dump() local 3125 bytes_to_copy = offsetof(struct ipr_sdt, entry) + in ipr_get_ioa_dump() 3128 bytes_to_copy / sizeof(__be32)); in ipr_get_ioa_dump() 3165 bytes_to_copy = be32_to_cpu(sdt->entry[i].end_token); in ipr_get_ioa_dump() 3171 bytes_to_copy = end_off - start_off; in ipr_get_ioa_dump() 3176 if (bytes_to_copy > max_dump_size) { in ipr_get_ioa_dump() 3183 bytes_to_copy); in ipr_get_ioa_dump() 3187 if (bytes_copied != bytes_to_copy) { in ipr_get_ioa_dump()
|
Completed in 58 milliseconds