| /linux/include/linux/ |
| H A D | string.h | 393 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/lib/ |
| H A D | string_helpers.c | 1003 void memcpy_and_pad(void *dest, size_t dest_len, const void *src, size_t count, in memcpy_and_pad() function 1013 EXPORT_SYMBOL(memcpy_and_pad);
|
| /linux/drivers/platform/x86/hp/hp-bioscfg/ |
| H A D | biosattr-interface.c | 178 memcpy_and_pad(buffer, outsize, obj->buffer.pointer + sizeof(*bios_return), in hp_wmi_perform_query()
|
| /linux/drivers/hwmon/ |
| H A D | gigabyte_waterforce.c | 117 memcpy_and_pad(priv->buffer, MAX_REPORT_LENGTH, cmd, cmd_length, 0x00); in waterforce_write_expanded()
|
| H A D | nzxt-kraken3.c | 191 memcpy_and_pad(priv->buffer, MAX_REPORT_LENGTH, cmd, cmd_length, 0x00); in kraken3_write_expanded()
|
| H A D | dell-smm-hwmon.c | 250 memcpy_and_pad(&value, sizeof(value), buffer + sizeof(reg_size), reg_size, 0); in wmi_parse_register()
|
| /linux/drivers/tty/ |
| H A D | ehv_bytechan.c | 151 memcpy_and_pad(buffer, sizeof(buffer), p, c, 0); in local_ev_byte_channel_send()
|
| /linux/drivers/scsi/ |
| H A D | scsi_devinfo.c | 298 memcpy_and_pad(to, to_length, from, from_length, ' '); in scsi_strcpy_devinfo()
|
| /linux/drivers/nvme/target/ |
| H A D | admin-cmd.c | 673 memcpy_and_pad(id->mn, sizeof(id->mn), subsys->model_number, in nvmet_execute_identify_ctrl() 675 memcpy_and_pad(id->fr, sizeof(id->fr), in nvmet_execute_identify_ctrl()
|
| H A D | configfs.c | 1324 memcpy_and_pad(subsys->serial, NVMET_SN_MAX_SIZE, page, len, ' '); in nvmet_subsys_attr_serial_store_locked()
|
| /linux/drivers/usb/early/ |
| H A D | xhci-dbc.c | 502 memcpy_and_pad(xdbc.out_buf, XDBC_MAX_PACKET, data, size, 0); in xdbc_bulk_transfer()
|
| /linux/net/bluetooth/ |
| H A D | hci_sock.c | 498 memcpy_and_pad(ni->name, sizeof(ni->name), hdev->name, in create_monitor_event()
|
| /linux/drivers/net/can/m_can/ |
| H A D | m_can.c | 1946 memcpy_and_pad(fifo_element.data, CANFD_MAX_DLEN, &cf->data, in m_can_tx_handler()
|
| /linux/drivers/usb/typec/tcpm/ |
| H A D | tcpm.c | 7422 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/ath12k/ |
| H A D | wmi.c | 2327 memcpy_and_pad(cmd->peer_eht_cap_mac, sizeof(cmd->peer_eht_cap_mac), in ath12k_wmi_send_peer_assoc_cmd() 2330 memcpy_and_pad(cmd->peer_eht_cap_phy, sizeof(cmd->peer_eht_cap_phy), in ath12k_wmi_send_peer_assoc_cmd() 2333 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 D | ipmi_msghandler.c | 5480 memcpy_and_pad(data+5, 11, p, size, '\0'); in send_panic_events()
|
| /linux/drivers/net/wireless/ath/ath11k/ |
| H A D | mac.c | 2418 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()
|