/Linux-v4.19/drivers/usb/host/ |
D | fhci-tds.c | 67 __be32 buf_ptr; member 87 out_be32(&ep->empty_td->buf_ptr, DUMMY_BD_BUFFER); in fhci_push_dummy_bd() 213 out_be32(&td->buf_ptr, 0); in fhci_create_ep() 296 buf = in_be32(&td->buf_ptr); in fhci_td_transaction_confirm() 309 out_be32(&td->buf_ptr, 0); in fhci_td_transaction_confirm() 405 out_be32(&td->buf_ptr, virt_to_phys(pkt->data)); in fhci_host_transaction() 479 buf = in_be32(&td->buf_ptr); in fhci_flush_bds() 486 else if (in_be32(&td->buf_ptr) == DUMMY_BD_BUFFER) in fhci_flush_bds() 487 out_be32(&td->buf_ptr, DUMMY2_BD_BUFFER); in fhci_flush_bds() 501 out_be32(&td->buf_ptr, 0); in fhci_flush_bds() [all …]
|
/Linux-v4.19/security/integrity/ima/ |
D | ima_template_lib.c | 39 u8 *buf, *buf_ptr; in ima_write_template_field_data() local 59 for (buf_ptr = buf; buf_ptr - buf < datalen; buf_ptr++) in ima_write_template_field_data() 60 if (*buf_ptr == ' ') in ima_write_template_field_data() 61 *buf_ptr = '_'; in ima_write_template_field_data() 74 u8 *buf_ptr = field_data->data; in ima_show_template_data_ascii() local 79 buf_ptr = strnchr(field_data->data, buflen, ':'); in ima_show_template_data_ascii() 80 if (buf_ptr != field_data->data) in ima_show_template_data_ascii() 84 buf_ptr += 2; in ima_show_template_data_ascii() 85 buflen -= buf_ptr - field_data->data; in ima_show_template_data_ascii() 90 ima_print_digest(m, buf_ptr, buflen); in ima_show_template_data_ascii() [all …]
|
/Linux-v4.19/drivers/media/usb/pvrusb2/ |
D | pvrusb2-debugifc.h | 26 char *buf_ptr, unsigned int buf_size); 32 char *buf_ptr,unsigned int buf_size); 36 const char *buf_ptr,unsigned int buf_size);
|
/Linux-v4.19/arch/mips/cavium-octeon/executive/ |
D | cvmx-pko.c | 79 uint64_t *buf_ptr; in __cvmx_pko_iport_config() local 103 buf_ptr = (uint64_t *)cvmx_cmd_queue_buffer( in __cvmx_pko_iport_config() 105 config.s.buf_ptr = cvmx_ptr_to_phys(buf_ptr) >> 7; in __cvmx_pko_iport_config() 309 config.s.buf_ptr = 0; in cvmx_pko_shutdown() 437 uint64_t *buf_ptr = NULL; in cvmx_pko_config_port() local 532 buf_ptr = in cvmx_pko_config_port() 536 config.s.buf_ptr = cvmx_ptr_to_phys(buf_ptr); in cvmx_pko_config_port() 538 config.s.buf_ptr = 0; in cvmx_pko_config_port()
|
/Linux-v4.19/drivers/hwtracing/coresight/ |
D | coresight-etb10.c | 197 u8 *buf_ptr; in etb_dump_hw() local 227 buf_ptr = drvdata->buf; in etb_dump_hw() 231 *(u32 *)buf_ptr = read_data; in etb_dump_hw() 232 buf_ptr += 4; in etb_dump_hw() 239 buf_ptr -= (frame_endoff * 4); in etb_dump_hw() 241 *buf_ptr++ = 0x0; in etb_dump_hw() 242 *buf_ptr++ = 0x0; in etb_dump_hw() 243 *buf_ptr++ = 0x0; in etb_dump_hw() 244 *buf_ptr++ = 0x0; in etb_dump_hw() 354 u8 *buf_ptr; in etb_update_buffer() local [all …]
|
D | coresight-tmc-etf.c | 388 u32 *buf_ptr; in tmc_update_etf_buffer() local 472 buf_ptr = buf->data_pages[cur] + offset; in tmc_update_etf_buffer() 473 *buf_ptr = readl_relaxed(drvdata->base + TMC_RRD); in tmc_update_etf_buffer() 476 *buf_ptr = *barrier; in tmc_update_etf_buffer()
|
/Linux-v4.19/drivers/staging/mt29f_spinand/ |
D | mt29f_spinand.c | 693 data = state->buf[state->buf_ptr]; in spinand_read_byte() 694 state->buf_ptr++; in spinand_read_byte() 731 memcpy(state->buf + state->buf_ptr, buf, len); in spinand_write_buf() 732 state->buf_ptr += len; in spinand_write_buf() 739 memcpy(buf, state->buf + state->buf_ptr, len); in spinand_read_buf() 740 state->buf_ptr += len; in spinand_read_buf() 775 state->buf_ptr = 0; in spinand_cmdfunc() 780 state->buf_ptr = 0; in spinand_cmdfunc() 784 state->buf_ptr = column; in spinand_cmdfunc() 787 state->buf_ptr = 0; in spinand_cmdfunc() [all …]
|
D | mt29f_spinand.h | 88 int buf_ptr; member
|
/Linux-v4.19/drivers/rtc/ |
D | rtc-sysfs.c | 165 const char *buf_ptr; in wakealarm_store() local 176 buf_ptr = buf; in wakealarm_store() 177 if (*buf_ptr == '+') { in wakealarm_store() 178 buf_ptr++; in wakealarm_store() 179 if (*buf_ptr == '=') { in wakealarm_store() 180 buf_ptr++; in wakealarm_store() 185 retval = kstrtos64(buf_ptr, 0, &alarm); in wakealarm_store()
|
/Linux-v4.19/drivers/usb/serial/ |
D | iuu_phoenix.c | 184 char *buf_ptr = port->write_urb->transfer_buffer; in iuu_reset() local 188 *buf_ptr++ = IUU_RST_SET; in iuu_reset() 189 *buf_ptr++ = IUU_DELAY_MS; in iuu_reset() 190 *buf_ptr++ = wt; in iuu_reset() 191 *buf_ptr = IUU_RST_CLEAR; in iuu_reset() 355 char *buf_ptr = port->write_urb->transfer_buffer; in iuu_led_activity_on() local 356 *buf_ptr++ = IUU_SET_LED; in iuu_led_activity_on() 358 get_random_bytes(buf_ptr, 6); in iuu_led_activity_on() 359 *(buf_ptr+7) = 1; in iuu_led_activity_on() 361 iuu_rgbf_fill_buffer(buf_ptr, 255, 255, 0, 0, 0, 0, 255); in iuu_led_activity_on() [all …]
|
/Linux-v4.19/drivers/crypto/cavium/cpt/ |
D | request_manager.h | 55 struct buf_ptr { struct 68 struct buf_ptr in[MAX_BUF_CNT]; argument 69 struct buf_ptr out[MAX_BUF_CNT];
|
/Linux-v4.19/drivers/scsi/bfa/ |
D | bfad_bsg.h | 250 u64 buf_ptr; member 294 u64 buf_ptr; member 408 u64 buf_ptr; member 529 u64 buf_ptr; member 538 u64 buf_ptr; member 569 u64 buf_ptr; member 673 u64 buf_ptr; member 682 u64 buf_ptr; member
|
/Linux-v4.19/drivers/staging/rtl8188eu/hal/ |
D | fw.c | 77 u8 *buf_ptr = buffer; in _rtl88e_write_fw() local 86 _rtl88e_fw_page_write(adapt, page, (buf_ptr + offset), in _rtl88e_write_fw() 93 _rtl88e_fw_page_write(adapt, page, (buf_ptr + offset), remain); in _rtl88e_write_fw()
|
/Linux-v4.19/arch/mips/fw/cfe/ |
D | cfe_api.c | 204 xiocb.plist.xiocb_buffer.buf_ptr = XPTR_FROM_NATIVE(name); in cfe_getdevinfo() 334 xiocb.plist.xiocb_buffer.buf_ptr = XPTR_FROM_NATIVE(buffer); in cfe_ioctl() 354 xiocb.plist.xiocb_buffer.buf_ptr = XPTR_FROM_NATIVE(name); in cfe_open() 379 xiocb.plist.xiocb_buffer.buf_ptr = XPTR_FROM_NATIVE(buffer); in cfe_readblk() 424 xiocb.plist.xiocb_buffer.buf_ptr = XPTR_FROM_NATIVE(buffer); in cfe_writeblk()
|
D | cfe_api_int.h | 60 cfe_xptr_t buf_ptr; /* pointer to a buffer */ member
|
/Linux-v4.19/drivers/net/ethernet/sfc/ |
D | selftest.h | 47 void efx_loopback_rx_packet(struct efx_nic *efx, const char *buf_ptr,
|
D | selftest.c | 287 const char *buf_ptr, int pkt_len) in efx_loopback_rx_packet() argument 293 BUG_ON(!buf_ptr); in efx_loopback_rx_packet() 301 received = (struct efx_loopback_payload *) buf_ptr; in efx_loopback_rx_packet() 368 buf_ptr, pkt_len, 0); in efx_loopback_rx_packet()
|
/Linux-v4.19/drivers/net/ethernet/sfc/falcon/ |
D | selftest.h | 47 void ef4_loopback_rx_packet(struct ef4_nic *efx, const char *buf_ptr,
|
D | selftest.c | 287 const char *buf_ptr, int pkt_len) in ef4_loopback_rx_packet() argument 293 BUG_ON(!buf_ptr); in ef4_loopback_rx_packet() 301 received = (struct ef4_loopback_payload *) buf_ptr; in ef4_loopback_rx_packet() 368 buf_ptr, pkt_len, 0); in ef4_loopback_rx_packet()
|
/Linux-v4.19/drivers/usb/host/whci/ |
D | debug.c | 67 (u32)(std->pl_virt[0].buf_ptr) : (u32)std->dma_addr); in qset_print() 71 (u32)(std->pl_virt[0].buf_ptr) : (u32)std->dma_addr); in qset_print()
|
/Linux-v4.19/drivers/media/i2c/ |
D | saa6588.c | 184 unsigned char __user *buf_ptr = a->buffer; in read_from_buf() local 220 if (copy_to_user(buf_ptr, buf, 3)) { in read_from_buf() 224 buf_ptr += 3; in read_from_buf()
|
/Linux-v4.19/drivers/media/usb/usbvision/ |
D | usbvision-i2c.c | 403 char *buf_ptr = buf; in usbvision_i2c_write() local 411 retval = usbvision_i2c_write_max4(usbvision, addr, buf_ptr, count); in usbvision_i2c_write() 414 buf_ptr += count; in usbvision_i2c_write()
|
/Linux-v4.19/samples/bpf/ |
D | xdp_router_ipv4_user.c | 80 char *buf_ptr; in recv_msg() local 82 buf_ptr = buf; in recv_msg() 84 len = recv(sock, buf_ptr, sizeof(buf) - nll, 0); in recv_msg() 88 nh = (struct nlmsghdr *)buf_ptr; in recv_msg() 92 buf_ptr += len; in recv_msg()
|
/Linux-v4.19/drivers/tee/optee/ |
D | optee_msg.h | 137 u64 buf_ptr; member
|
/Linux-v4.19/drivers/media/usb/cx231xx/ |
D | cx231xx-i2c.c | 94 u8 *buf_ptr = NULL; in cx231xx_i2c_send_bytes() local 146 buf_ptr = (u8 *) (msg->buf + 1); in cx231xx_i2c_send_bytes() 155 req_data.p_buffer = (u8 *) (buf_ptr + loop * 16); in cx231xx_i2c_send_bytes()
|