Home
last modified time | relevance | path

Searched refs:buf_pos (Results 1 – 8 of 8) sorted by relevance

/drivers/base/regmap/
A Dregmap-debugfs.c219 size_t buf_pos = 0; in regmap_read_debugfs() local
251 snprintf(buf + buf_pos, count - buf_pos, "%.*x: ", in regmap_read_debugfs()
258 snprintf(buf + buf_pos, count - buf_pos, in regmap_read_debugfs()
261 memset(buf + buf_pos, 'X', in regmap_read_debugfs()
265 buf[buf_pos++] = '\n'; in regmap_read_debugfs()
270 ret = buf_pos; in regmap_read_debugfs()
277 *ppos += buf_pos; in regmap_read_debugfs()
367 size_t buf_pos = 0; in regmap_reg_ranges_read_file() local
408 buf_pos += entry_len; in regmap_reg_ranges_read_file()
415 ret = buf_pos; in regmap_reg_ranges_read_file()
[all …]
/drivers/gpu/drm/amd/display/modules/hdcp/
A Dhdcp_log.c40 uint32_t buf_pos = 0; in mod_hdcp_dump_binary_message() local
46 buf[buf_pos++] = '\n'; in mod_hdcp_dump_binary_message()
47 sprintf(&buf[buf_pos], "%02X ", msg[i]); in mod_hdcp_dump_binary_message()
48 buf_pos += byte_size; in mod_hdcp_dump_binary_message()
50 buf[buf_pos++] = '\0'; in mod_hdcp_dump_binary_message()
/drivers/media/pci/mantis/
A Dmantis_dma.c140 u32 buf_pos = 0; in mantis_risc_program() local
161 RISC_INSTR(risc_pos, mantis->buf_dma + buf_pos); in mantis_risc_program()
162 buf_pos += MANTIS_DMA_TR_BYTES; in mantis_risc_program()
/drivers/media/pci/bt8xx/
A Dbt878.c145 u32 buf_pos = 0; in bt878_risc_program() local
156 if (!(buf_pos % bt->block_bytes)) in bt878_risc_program()
159 RISC_STATUS(((buf_pos / in bt878_risc_program()
168 RISC_INSTR(bt->buf_dma + buf_pos); in bt878_risc_program()
169 buf_pos += bt->line_bytes; in bt878_risc_program()
/drivers/crypto/
A Dhifn_795x.c1036 u8 *buf_pos = buf; in hifn_setup_base_command() local
1060 u8 *buf_pos = buf; in hifn_setup_crypto_command() local
1082 memcpy(buf_pos, key, keylen); in hifn_setup_crypto_command()
1083 buf_pos += keylen; in hifn_setup_crypto_command()
1086 memcpy(buf_pos, iv, ivsize); in hifn_setup_crypto_command()
1087 buf_pos += ivsize; in hifn_setup_crypto_command()
1090 cmd_len = buf_pos - buf; in hifn_setup_crypto_command()
1101 u8 *buf, *buf_pos; in hifn_setup_cmd_desc() local
1122 buf_pos += hifn_setup_base_command(dev, buf_pos, nbytes, in hifn_setup_cmd_desc()
1183 buf_pos += hifn_setup_crypto_command(dev, buf_pos, in hifn_setup_cmd_desc()
[all …]
/drivers/net/wireless/ath/ath12k/
A Dtestmode.c97 u8 const *buf_pos; in ath12k_tm_process_event() local
122 buf_pos = ftm_msg->data; in ath12k_tm_process_event()
138 memcpy(&ab->ftm_event_obj.eventdata[data_pos], buf_pos, datalen); in ath12k_tm_process_event()
/drivers/net/wireless/ath/ath11k/
A Dtestmode.c103 u8 const *buf_pos; in ath11k_tm_process_event() local
132 buf_pos = ftm_msg->data; in ath11k_tm_process_event()
150 memcpy(&ab->testmode.eventdata[data_pos], buf_pos, datalen); in ath11k_tm_process_event()
/drivers/usb/dwc2/
A Dgadget.c509 int buf_pos = hs_req->req.actual; in dwc2_hsotg_write_fifo() local
516 to_write -= (buf_pos - hs_ep->last_load); in dwc2_hsotg_write_fifo()
641 to_write, hs_req->req.length, can_write, buf_pos); in dwc2_hsotg_write_fifo()
646 hs_req->req.actual = buf_pos + to_write; in dwc2_hsotg_write_fifo()
653 data = hs_req->req.buf + buf_pos; in dwc2_hsotg_write_fifo()

Completed in 23 milliseconds