Home
last modified time | relevance | path

Searched refs:memcpy_and_pad (Results 1 – 16 of 16) sorted by relevance

/openbmc/linux/include/linux/
H A Dstring.h301 void memcpy_and_pad(void *dest, size_t dest_len, const void *src, size_t count,
324 memcpy_and_pad(dest, _dest_len, src, \
/openbmc/linux/drivers/nvme/target/
H A Ddiscovery.c271 memcpy_and_pad(id->mn, sizeof(id->mn), ctrl->subsys->model_number, in nvmet_execute_disc_identify()
273 memcpy_and_pad(id->fr, sizeof(id->fr), in nvmet_execute_disc_identify()
H A Dadmin-cmd.c375 memcpy_and_pad(id->mn, sizeof(id->mn), subsys->model_number, in nvmet_execute_identify_ctrl()
377 memcpy_and_pad(id->fr, sizeof(id->fr), in nvmet_execute_identify_ctrl()
H A Dconfigfs.c1148 memcpy_and_pad(subsys->serial, NVMET_SN_MAX_SIZE, page, len, ' '); in nvmet_subsys_attr_serial_store_locked()
/openbmc/linux/lib/
H A Dstring_helpers.c1024 void memcpy_and_pad(void *dest, size_t dest_len, const void *src, size_t count, in memcpy_and_pad() function
1034 EXPORT_SYMBOL(memcpy_and_pad);
/openbmc/linux/drivers/platform/x86/hp/hp-bioscfg/
H A Dbiosattr-interface.c178 memcpy_and_pad(buffer, outsize, obj->buffer.pointer + sizeof(*bios_return), in hp_wmi_perform_query()
/openbmc/linux/drivers/scsi/
H A Daha1740.c274 memcpy_and_pad(SCtmp->sense_buffer, in aha1740_intr_handle()
H A Dips.c3345 memcpy_and_pad(scb->scsi_cmd->sense_buffer, in ips_map_status()
3350 memcpy_and_pad(scb->scsi_cmd->sense_buffer, in ips_map_status()
/openbmc/linux/drivers/usb/early/
H A Dxhci-dbc.c502 memcpy_and_pad(xdbc.out_buf, XDBC_MAX_PACKET, data, size, 0); in xdbc_bulk_transfer()
/openbmc/linux/net/bluetooth/
H A Dhci_sock.c491 memcpy_and_pad(ni->name, sizeof(ni->name), hdev->name, in create_monitor_event()
/openbmc/linux/drivers/usb/gadget/
H A Dconfigfs.c1091 memcpy_and_pad(gi->landing_page, sizeof(gi->landing_page), page, l, 0); in webusb_landingPage_store()
/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Dwmi.c1980 memcpy_and_pad(cmd->peer_eht_cap_mac, sizeof(cmd->peer_eht_cap_mac), in ath12k_wmi_send_peer_assoc_cmd()
1983 memcpy_and_pad(cmd->peer_eht_cap_phy, sizeof(cmd->peer_eht_cap_phy), in ath12k_wmi_send_peer_assoc_cmd()
1986 memcpy_and_pad(&cmd->peer_eht_ppet, sizeof(cmd->peer_eht_ppet), in ath12k_wmi_send_peer_assoc_cmd()
/openbmc/linux/drivers/usb/typec/tcpm/
H A Dtcpm.c6116 memcpy_and_pad(caps.pdo, sizeof(caps.pdo), port->src_pdo, in tcpm_port_register_pd()
6130 memcpy_and_pad(caps.pdo, sizeof(caps.pdo), port->snk_pdo, in tcpm_port_register_pd()
/openbmc/linux/drivers/net/wireless/ath/wcn36xx/
H A Dsmd.c478 memcpy_and_pad(send_buf, msg_body.header.len, \
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dmac.c2323 memcpy_and_pad(&arg->peer_he_cap_macinfo, in ath11k_peer_assoc_h_he()
2328 memcpy_and_pad(&arg->peer_he_cap_phyinfo, in ath11k_peer_assoc_h_he()
/openbmc/linux/drivers/scsi/arcmsr/
H A Darcmsr_hba.c1331 memcpy_and_pad(pcmd->sense_buffer, in arcmsr_report_sense_info()