Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dstring.h393 void memcpy_and_pad(void *dest, size_t dest_len, const void *src, size_t count,
419 memcpy_and_pad(dest, _dest_len, src, \
/linux/drivers/nvme/target/
H A Ddiscovery.c274 memcpy_and_pad(id->mn, sizeof(id->mn), ctrl->subsys->model_number, in nvmet_execute_disc_identify()
276 memcpy_and_pad(id->fr, sizeof(id->fr), in nvmet_execute_disc_identify()
H A Dadmin-cmd.c672 memcpy_and_pad(id->mn, sizeof(id->mn), subsys->model_number, in nvmet_execute_identify_ctrl()
674 memcpy_and_pad(id->fr, sizeof(id->fr), in nvmet_execute_identify_ctrl()
H A Dconfigfs.c1324 memcpy_and_pad(subsys->serial, NVMET_SN_MAX_SIZE, page, len, ' '); in nvmet_subsys_attr_serial_store_locked()
/linux/lib/
H A Dstring_helpers.c1004 void memcpy_and_pad(void *dest, size_t dest_len, const void *src, size_t count, in memcpy_and_pad() function
1014 EXPORT_SYMBOL(memcpy_and_pad);
/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()
/linux/drivers/hwmon/
H A Dgigabyte_waterforce.c117 memcpy_and_pad(priv->buffer, MAX_REPORT_LENGTH, cmd, cmd_length, 0x00); in waterforce_write_expanded()
H A Dnzxt-kraken3.c191 memcpy_and_pad(priv->buffer, MAX_REPORT_LENGTH, cmd, cmd_length, 0x00); in kraken3_write_expanded()
H A Ddell-smm-hwmon.c250 memcpy_and_pad(&value, sizeof(value), buffer + sizeof(reg_size), reg_size, 0); in wmi_parse_register()
/linux/drivers/tty/
H A Dehv_bytechan.c151 memcpy_and_pad(buffer, sizeof(buffer), p, c, 0); in local_ev_byte_channel_send()
/linux/drivers/scsi/
H A Dscsi_devinfo.c298 memcpy_and_pad(to, to_length, from, from_length, ' '); in scsi_strcpy_devinfo()
H A Dips.c3328 memcpy_and_pad(scb->scsi_cmd->sense_buffer, in ips_map_status()
3333 memcpy_and_pad(scb->scsi_cmd->sense_buffer, in ips_map_status()
/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()
/linux/net/bluetooth/
H A Dhci_sock.c498 memcpy_and_pad(ni->name, sizeof(ni->name), hdev->name, in create_monitor_event()
/linux/drivers/usb/gadget/
H A Dconfigfs.c1096 memcpy_and_pad(gi->landing_page, sizeof(gi->landing_page), page, l, 0); in webusb_landingPage_store()
/linux/drivers/net/can/m_can/
H A Dm_can.c1946 memcpy_and_pad(fifo_element.data, CANFD_MAX_DLEN, &cf->data, in m_can_tx_handler()
/linux/drivers/usb/typec/tcpm/
H A Dtcpm.c7422 memcpy_and_pad(port->src_pdo, sizeof(u32) * PDO_MAX_OBJECTS, in tcpm_fw_get_caps()
7458 memcpy_and_pad(port->snk_pdo, sizeof(u32) * PDO_MAX_OBJECTS, in tcpm_fw_get_caps()
/linux/drivers/net/wireless/ath/wcn36xx/
H A Dsmd.c478 memcpy_and_pad(send_buf, msg_body.header.len, \
/linux/drivers/net/wireless/ath/ath12k/
H A Dwmi.c2244 memcpy_and_pad(cmd->peer_eht_cap_mac, sizeof(cmd->peer_eht_cap_mac), in ath12k_wmi_send_peer_assoc_cmd()
2247 memcpy_and_pad(cmd->peer_eht_cap_phy, sizeof(cmd->peer_eht_cap_phy), in ath12k_wmi_send_peer_assoc_cmd()
2250 memcpy_and_pad(&cmd->peer_eht_ppet, sizeof(cmd->peer_eht_ppet), in ath12k_wmi_send_peer_assoc_cmd()
/linux/drivers/char/ipmi/
H A Dipmi_msghandler.c5527 memcpy_and_pad(data+5, 11, p, size, '\0'); in send_panic_events()
/linux/drivers/net/wireless/ath/ath11k/
H A Dmac.c2418 memcpy_and_pad(&arg->peer_he_cap_macinfo, in ath11k_peer_assoc_h_he()
2423 memcpy_and_pad(&arg->peer_he_cap_phyinfo, in ath11k_peer_assoc_h_he()