| /drivers/usb/host/ |
| A D | fhci-tds.c | 67 __be32 buf_ptr; member 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() 477 in_be32(&td->buf_ptr); in fhci_flush_bds() 499 out_be32(&td->buf_ptr, 0); in fhci_flush_bds() 505 out_be32(&td->buf_ptr, 0); in fhci_flush_bds() 526 u32 buf_ptr; in fhci_flush_actual_frame() local 537 buf_ptr = in_be32(&td->buf_ptr); in fhci_flush_actual_frame() 543 out_be32(&td->buf_ptr, 0); in fhci_flush_actual_frame() [all …]
|
| /drivers/media/usb/pvrusb2/ |
| A D | pvrusb2-debugifc.h | 16 char *buf_ptr, unsigned int buf_size); 22 char *buf_ptr,unsigned int buf_size); 26 const char *buf_ptr,unsigned int buf_size);
|
| /drivers/rtc/ |
| A D | sysfs.c | 156 const char *buf_ptr; in wakealarm_store() local 167 buf_ptr = buf; in wakealarm_store() 168 if (*buf_ptr == '+') { in wakealarm_store() 169 buf_ptr++; in wakealarm_store() 170 if (*buf_ptr == '=') { in wakealarm_store() 171 buf_ptr++; in wakealarm_store() 177 retval = kstrtos64(buf_ptr, 0, &alarm); in wakealarm_store()
|
| /drivers/hwtracing/coresight/ |
| A D | coresight-etb10.c | 286 u8 *buf_ptr; in etb_dump_hw() local 317 buf_ptr = drvdata->buf; in etb_dump_hw() 321 *(u32 *)buf_ptr = read_data; in etb_dump_hw() 322 buf_ptr += 4; in etb_dump_hw() 331 *buf_ptr++ = 0x0; in etb_dump_hw() 332 *buf_ptr++ = 0x0; in etb_dump_hw() 333 *buf_ptr++ = 0x0; in etb_dump_hw() 334 *buf_ptr++ = 0x0; in etb_dump_hw() 433 u8 *buf_ptr; in etb_update_buffer() local 542 *(u32 *)buf_ptr = read_data; in etb_update_buffer() [all …]
|
| A D | coresight-tmc-etf.c | 479 u32 *buf_ptr; in tmc_update_etf_buffer() local 559 buf_ptr = buf->data_pages[cur] + offset; in tmc_update_etf_buffer() 560 *buf_ptr = readl_relaxed(drvdata->base + TMC_RRD); in tmc_update_etf_buffer() 563 *buf_ptr = *barrier; in tmc_update_etf_buffer()
|
| /drivers/usb/serial/ |
| A D | iuu_phoenix.c | 185 *buf_ptr++ = IUU_RST_SET; in iuu_reset() 186 *buf_ptr++ = IUU_DELAY_MS; in iuu_reset() 187 *buf_ptr++ = wt; in iuu_reset() 188 *buf_ptr = IUU_RST_CLEAR; in iuu_reset() 353 buf_ptr[0] = IUU_SET_LED; in iuu_led_activity_on() 354 get_random_bytes(buf_ptr + 1, 6); in iuu_led_activity_on() 355 buf_ptr[7] = 1; in iuu_led_activity_on() 607 *buf_ptr++ = IUU_UART_ESC; in iuu_bulk_write() 608 *buf_ptr++ = IUU_UART_TX; in iuu_bulk_write() 609 *buf_ptr++ = priv->writelen; in iuu_bulk_write() [all …]
|
| /drivers/crypto/cavium/cpt/ |
| A D | request_manager.h | 52 struct buf_ptr { struct 67 struct buf_ptr in[MAX_BUF_CNT]; argument 68 struct buf_ptr out[MAX_BUF_CNT];
|
| /drivers/scsi/bfa/ |
| A D | bfad_bsg.h | 242 u64 buf_ptr; member 286 u64 buf_ptr; member 400 u64 buf_ptr; member 521 u64 buf_ptr; member 530 u64 buf_ptr; member 561 u64 buf_ptr; member 665 u64 buf_ptr; member 674 u64 buf_ptr; member
|
| /drivers/acpi/ |
| A D | pfr_update.c | 473 char *buf_ptr; in pfru_write() local 491 buf_ptr = memremap(phy_addr, buf_info.buf_size, MEMREMAP_WB); in pfru_write() 492 if (!buf_ptr) { in pfru_write() 497 if (!copy_from_iter_full(buf_ptr, len, &iter)) { in pfru_write() 509 if (!applicable_image(buf_ptr, &cap, pfru_dev)) in pfru_write() 513 memunmap(buf_ptr); in pfru_write()
|
| /drivers/media/i2c/ |
| A D | saa6588.c | 172 unsigned char __user *buf_ptr = a->buffer; in read_from_buf() local 208 if (copy_to_user(buf_ptr, buf, 3)) { in read_from_buf() 212 buf_ptr += 3; in read_from_buf()
|
| /drivers/staging/media/atomisp/pci/ |
| A D | sh_css_params.c | 3715 u8 *buf_ptr; in sh_css_store_sp_group_to_ddr() local 3723 buf_ptr = write_buf; in sh_css_store_sp_group_to_ddr() 3725 memcpy(buf_ptr, &sh_css_sp_group.config, 3); in sh_css_store_sp_group_to_ddr() 3726 buf_ptr += 3; in sh_css_store_sp_group_to_ddr() 3729 memset(buf_ptr, 0, 3); in sh_css_store_sp_group_to_ddr() 3733 buf_ptr += sizeof(sh_css_sp_group.config); in sh_css_store_sp_group_to_ddr() 3737 buf_ptr += sizeof(sh_css_sp_group.pipe); in sh_css_store_sp_group_to_ddr() 3741 buf_ptr += sizeof(sh_css_sp_group.pipe_io); in sh_css_store_sp_group_to_ddr() 3742 memcpy(buf_ptr, &sh_css_sp_group.pipe_io_status, in sh_css_store_sp_group_to_ddr() 3748 buf_ptr += sizeof(sh_css_sp_group.debug); in sh_css_store_sp_group_to_ddr() [all …]
|
| /drivers/net/ethernet/sfc/falcon/ |
| A D | selftest.h | 44 void ef4_loopback_rx_packet(struct ef4_nic *efx, const char *buf_ptr,
|
| A D | selftest.c | 289 const char *buf_ptr, int pkt_len) in ef4_loopback_rx_packet() argument 295 BUG_ON(!buf_ptr); in ef4_loopback_rx_packet() 303 memcpy(&received.packet, buf_ptr, in ef4_loopback_rx_packet() 371 buf_ptr, pkt_len, 0); in ef4_loopback_rx_packet()
|
| /drivers/net/ethernet/sfc/ |
| A D | selftest.h | 44 void efx_loopback_rx_packet(struct efx_nic *efx, const char *buf_ptr,
|
| A D | selftest.c | 286 const char *buf_ptr, int pkt_len) in efx_loopback_rx_packet() argument 292 BUG_ON(!buf_ptr); in efx_loopback_rx_packet() 300 memcpy(&received.packet, buf_ptr, in efx_loopback_rx_packet() 368 buf_ptr, pkt_len, 0); in efx_loopback_rx_packet()
|
| /drivers/net/ethernet/sfc/siena/ |
| A D | selftest.h | 44 void efx_siena_loopback_rx_packet(struct efx_nic *efx, const char *buf_ptr,
|
| A D | selftest.c | 287 const char *buf_ptr, int pkt_len) in efx_siena_loopback_rx_packet() argument 293 BUG_ON(!buf_ptr); in efx_siena_loopback_rx_packet() 301 memcpy(&received.packet, buf_ptr, in efx_siena_loopback_rx_packet() 369 buf_ptr, pkt_len, 0); in efx_siena_loopback_rx_packet()
|
| /drivers/net/ethernet/marvell/ |
| A D | mv643xx_eth.c | 195 u32 buf_ptr; /* Descriptor buffer pointer */ member 203 u32 buf_ptr; /* pointer to buffer for this descriptor*/ member 210 u32 buf_ptr; /* Descriptor buffer pointer */ member 218 u32 buf_ptr; /* pointer to buffer for this descriptor*/ member 748 desc->buf_ptr = txq->tso_hdrs_dma in txq_put_data_tso() 753 desc->buf_ptr = dma_map_single(dev->dev.parent, data, in txq_put_data_tso() 756 desc->buf_ptr))) { in txq_put_data_tso() 800 desc->buf_ptr = txq->tso_hdrs_dma + in txq_put_hdr_tso() 1091 if (!IS_TSO_HEADER(txq, desc->buf_ptr)) { in txq_reclaim() 1095 desc->buf_ptr, in txq_reclaim() [all …]
|
| A D | pxa168_eth.c | 179 u32 buf_ptr; /* Descriptor buffer pointer */ member 187 u32 buf_ptr; /* pointer to buffer for this descriptor */ member 323 p_used_rx_desc->buf_ptr = dma_map_single(&pep->pdev->dev, in rxq_refill() 724 addr = desc->buf_ptr; in txq_reclaim() 797 dma_unmap_single(&pep->pdev->dev, rx_desc->buf_ptr, in rxq_process() 1264 desc->buf_ptr = dma_map_single(&pep->pdev->dev, skb->data, length, in pxa168_eth_start_xmit()
|
| /drivers/net/wireless/ath/ath12k/ |
| A D | wmi.c | 3137 u8 *buf_ptr; in ath12k_wmi_set_bios_sar_cmd() local 3193 u8 *buf_ptr; in ath12k_wmi_set_bios_geo_cmd() local 10440 ns = buf_ptr; in ath12k_wmi_fill_ns_offload() 10482 tlv = buf_ptr; in ath12k_wmi_fill_arp_offload() 10515 void *buf_ptr; in ath12k_wmi_arp_ns_offload() local 10538 cmd = buf_ptr; in ath12k_wmi_arp_ns_offload() 10875 void *buf_ptr; in ath12k_wmi_send_mlo_link_set_active_cmd() local 10928 tlv = buf_ptr; in ath12k_wmi_send_mlo_link_set_active_cmd() 10963 tlv = buf_ptr; in ath12k_wmi_send_mlo_link_set_active_cmd() 11006 tlv = buf_ptr; in ath12k_wmi_send_mlo_link_set_active_cmd() [all …]
|
| /drivers/net/ethernet/ti/ |
| A D | netcp_core.c | 583 void *buf_ptr; in netcp_free_rx_desc_chain() local 598 buf_ptr = (void *)GET_SW_DATA0(ndesc); in netcp_free_rx_desc_chain() 601 __free_page(buf_ptr); in netcp_free_rx_desc_chain() 607 buf_ptr = (void *)GET_SW_DATA0(desc); in netcp_free_rx_desc_chain() 610 if (buf_ptr) in netcp_free_rx_desc_chain() 611 netcp_frag_free(buf_len <= PAGE_SIZE, buf_ptr); in netcp_free_rx_desc_chain() 793 void *buf_ptr; in netcp_free_rx_buf() local 807 buf_ptr = (void *)GET_SW_DATA0(desc); in netcp_free_rx_buf() 815 if (unlikely(!buf_ptr)) { in netcp_free_rx_buf() 824 netcp_frag_free((buf_len <= PAGE_SIZE), buf_ptr); in netcp_free_rx_buf() [all …]
|
| /drivers/media/usb/cx231xx/ |
| A D | cx231xx-i2c.c | 82 u8 *buf_ptr = NULL; in cx231xx_i2c_send_bytes() local 134 buf_ptr = (u8 *) (msg->buf + 1); in cx231xx_i2c_send_bytes() 143 req_data.p_buffer = (u8 *) (buf_ptr + loop * 16); in cx231xx_i2c_send_bytes()
|
| /drivers/firewire/ |
| A D | net.c | 753 __be32 *buf_ptr; in fwnet_receive_broadcast() local 766 buf_ptr = dev->broadcast_rcv_buffer_ptrs[dev->broadcast_rcv_next_ptr++]; in fwnet_receive_broadcast() 773 gasp_specifier_id(buf_ptr) == IANA_SPECIFIER_ID && in fwnet_receive_broadcast() 774 (gasp_version(buf_ptr) == RFC2734_SW_VERSION in fwnet_receive_broadcast() 776 || gasp_version(buf_ptr) == RFC3146_SW_VERSION in fwnet_receive_broadcast() 779 fwnet_incoming_packet(dev, buf_ptr + 2, in fwnet_receive_broadcast() 781 gasp_source_id(buf_ptr), in fwnet_receive_broadcast()
|
| /drivers/iio/pressure/ |
| A D | icp10100.c | 127 uint8_t *buf_ptr = (uint8_t *)buf; in icp10100_send_cmd() local 187 *buf_ptr++ = ptr[0]; in icp10100_send_cmd() 188 *buf_ptr++ = ptr[1]; in icp10100_send_cmd()
|
| /drivers/tee/optee/ |
| A D | smc_abi.c | 104 p->u.memref.shm_offs = mp->u.tmem.buf_ptr - pa; in from_msg_param_tmp_mem() 193 mp->u.tmem.buf_ptr = 0; in to_msg_param_tmp_mem() 201 mp->u.tmem.buf_ptr = pa; in to_msg_param_tmp_mem() 508 msg_arg->params->u.tmem.buf_ptr = virt_to_phys(pages_list) | in optee_shm_register() 744 arg->params[0].u.tmem.buf_ptr = virt_to_phys(pages_list) | in handle_rpc_func_cmd_shm_alloc() 759 arg->params[0].u.tmem.buf_ptr = pa; in handle_rpc_func_cmd_shm_alloc()
|