/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | imx319.c | 1794 u8 data_buf[4] = { 0 }; in imx319_read_reg() local 1811 msgs[1].buf = &data_buf[4 - len]; in imx319_read_reg() 1817 *val = get_unaligned_be32(data_buf); in imx319_read_reg()
|
H A D | ov8856.c | 1630 u8 data_buf[4] = {0}; in ov8856_read_reg() local 1644 msgs[1].buf = &data_buf[4 - len]; in ov8856_read_reg() 1650 *val = get_unaligned_be32(data_buf); in ov8856_read_reg()
|
H A D | hi847.c | 2206 u8 data_buf[4] = {0}; in hi847_read_reg() local 2220 msgs[1].buf = &data_buf[4 - len]; in hi847_read_reg() 2226 *val = get_unaligned_be32(data_buf); in hi847_read_reg()
|
/kernel/linux/linux-6.6/drivers/hwmon/pmbus/ |
H A D | pmbus_core.c | 449 char *data_buf) in pmbus_read_block_data() 457 return i2c_smbus_read_block_data(client, reg, data_buf); in pmbus_read_block_data() 603 char data_buf[I2C_SMBUS_BLOCK_MAX + 2]; in pmbus_check_block_register() local 605 rv = pmbus_read_block_data(client, page, reg, data_buf); in pmbus_check_block_register() 448 pmbus_read_block_data(struct i2c_client *client, int page, u8 reg, char *data_buf) pmbus_read_block_data() argument
|
/kernel/linux/linux-5.10/drivers/scsi/pm8001/ |
H A D | pm8001_sas.h | 160 } data_buf; member
|
/kernel/linux/linux-6.6/drivers/scsi/pm8001/ |
H A D | pm8001_sas.h | 159 } data_buf; member
|
/kernel/linux/linux-5.10/drivers/target/iscsi/cxgbit/ |
H A D | cxgbit_target.c | 534 const void *data_buf, u32 data_buf_len) in cxgbit_xmit_nondatain_pdu() 549 skb_store_bits(skb, ISCSI_HDR_LEN, data_buf, data_buf_len); in cxgbit_xmit_nondatain_pdu() 533 cxgbit_xmit_nondatain_pdu(struct iscsi_conn *conn, struct iscsi_cmd *cmd, const void *data_buf, u32 data_buf_len) cxgbit_xmit_nondatain_pdu() argument
|
/kernel/linux/linux-6.6/drivers/target/iscsi/cxgbit/ |
H A D | cxgbit_target.c | 534 const void *data_buf, u32 data_buf_len) in cxgbit_xmit_nondatain_pdu() 549 skb_store_bits(skb, ISCSI_HDR_LEN, data_buf, data_buf_len); in cxgbit_xmit_nondatain_pdu() 533 cxgbit_xmit_nondatain_pdu(struct iscsit_conn *conn, struct iscsit_cmd *cmd, const void *data_buf, u32 data_buf_len) cxgbit_xmit_nondatain_pdu() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | ieee802_11.c | 2977 u8 *data_buf = NULL; in handle_auth_pasn_resp() local 3067 data_buf = os_zalloc(rsn_ie[1] + 2 + rsnxe_ie[1] + 2); in handle_auth_pasn_resp() 3068 if (!data_buf) in handle_auth_pasn_resp() 3071 os_memcpy(data_buf, rsn_ie, rsn_ie[1] + 2); in handle_auth_pasn_resp() 3072 os_memcpy(data_buf + rsn_ie[1] + 2, rsnxe_ie, rsnxe_ie[1] + 2); in handle_auth_pasn_resp() 3074 data = data_buf; in handle_auth_pasn_resp() 3082 os_free(data_buf); in handle_auth_pasn_resp()
|
/kernel/liteos_a/net/lwip-2.1/enhancement/src/ |
H A D | api_shell.c | 1639 char *data_buf = NULL; local 1669 data_buf = (char *)iecho + sizeof(struct icmp_echo_hdr) + PING_ZERO_DATA_LEN; 1671 *(data_buf + i) = i + 0x10;
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | e_aes.c | 110 unsigned char data_buf[16]; /* Store partial data blocks */ member 3910 buf = octx->data_buf; in aes_ocb_cipher() 3994 if (!CRYPTO_ocb128_encrypt(&octx->ocb, octx->data_buf, out, in aes_ocb_cipher() 3998 if (!CRYPTO_ocb128_decrypt(&octx->ocb, octx->data_buf, out, in aes_ocb_cipher()
|
/third_party/openssl/crypto/evp/ |
H A D | e_aes.c | 110 unsigned char data_buf[16]; /* Store partial data blocks */ member 3916 buf = octx->data_buf; in aes_ocb_cipher() 4000 if (!CRYPTO_ocb128_encrypt(&octx->ocb, octx->data_buf, out, in aes_ocb_cipher() 4004 if (!CRYPTO_ocb128_decrypt(&octx->ocb, octx->data_buf, out, in aes_ocb_cipher()
|
/kernel/linux/linux-5.10/drivers/scsi/isci/ |
H A D | request.c | 1409 u8 *data_buf, u32 len) in sci_stp_request_pio_data_in_copy_data_buffer() 1421 src_addr = data_buf; in sci_stp_request_pio_data_in_copy_data_buffer() 1408 sci_stp_request_pio_data_in_copy_data_buffer(struct isci_stp_request *stp_req, u8 *data_buf, u32 len) sci_stp_request_pio_data_in_copy_data_buffer() argument
|
/kernel/linux/linux-6.6/drivers/scsi/isci/ |
H A D | request.c | 1397 * @data_buf: The buffer of data to be copied. 1405 u8 *data_buf, u32 len) in sci_stp_request_pio_data_in_copy_data_buffer() 1417 src_addr = data_buf; in sci_stp_request_pio_data_in_copy_data_buffer() 1404 sci_stp_request_pio_data_in_copy_data_buffer(struct isci_stp_request *stp_req, u8 *data_buf, u32 len) sci_stp_request_pio_data_in_copy_data_buffer() argument
|
/kernel/linux/linux-5.10/drivers/scsi/esas2r/ |
H A D | esas2r_init.c | 1243 ci = (struct atto_vda_cfg_init *)rq->data_buf; in esas2r_format_init_msg()
|
/kernel/linux/linux-6.6/drivers/scsi/esas2r/ |
H A D | esas2r_init.c | 1220 ci = (struct atto_vda_cfg_init *)rq->data_buf; in esas2r_format_init_msg()
|
/third_party/mesa3d/src/imgui/ |
H A D | imgui_widgets.cpp | 2627 char data_buf[32]; 2629 DataTypeFormatString(data_buf, IM_ARRAYSIZE(data_buf), data_type, data_ptr, format); 2630 ImStrTrimBlanks(data_buf); 2632 bool value_changed = InputTextEx(label, data_buf, IM_ARRAYSIZE(data_buf), bb.GetSize(), flags); 2640 return DataTypeApplyOpFromText(data_buf, g.InputTextState.InitialText.Data, data_type, data_ptr, NULL);
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui_widgets.cpp | 3382 char data_buf[32]; 3384 DataTypeFormatString(data_buf, IM_ARRAYSIZE(data_buf), data_type, p_data, format); 3385 ImStrTrimBlanks(data_buf); 3390 if (TempInputText(bb, id, label, data_buf, IM_ARRAYSIZE(data_buf), flags)) 3398 DataTypeApplyOpFromText(data_buf, g.InputTextState.InitialTextA.Data, data_type, p_data, NULL);
|
/kernel/linux/linux-5.10/drivers/net/ethernet/neterion/ |
H A D | s2io.c | 5745 * @data_buf : user defined value to be written into Eeprom. 5748 * buffer 'data_buf' and returns these to the caller (ethtool.) 5754 struct ethtool_eeprom *eeprom, u8 * data_buf) in s2io_ethtool_geeprom() 5771 memcpy((data_buf + i), &valid, 4); in s2io_ethtool_geeprom() 5781 * @data_buf : user defined value to be written into Eeprom. 5791 u8 *data_buf) in s2io_ethtool_seeprom() 5807 data = (u32)data_buf[cnt] & 0x000000FF; in s2io_ethtool_seeprom() 5753 s2io_ethtool_geeprom(struct net_device *dev, struct ethtool_eeprom *eeprom, u8 * data_buf) s2io_ethtool_geeprom() argument 5789 s2io_ethtool_seeprom(struct net_device *dev, struct ethtool_eeprom *eeprom, u8 *data_buf) s2io_ethtool_seeprom() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/neterion/ |
H A D | s2io.c | 5752 * @data_buf : user defined value to be written into Eeprom. 5755 * buffer 'data_buf' and returns these to the caller (ethtool.) 5761 struct ethtool_eeprom *eeprom, u8 * data_buf) in s2io_ethtool_geeprom() 5778 memcpy((data_buf + i), &valid, 4); in s2io_ethtool_geeprom() 5788 * @data_buf : user defined value to be written into Eeprom. 5798 u8 *data_buf) in s2io_ethtool_seeprom() 5814 data = (u32)data_buf[cnt] & 0x000000FF; in s2io_ethtool_seeprom() 5760 s2io_ethtool_geeprom(struct net_device *dev, struct ethtool_eeprom *eeprom, u8 * data_buf) s2io_ethtool_geeprom() argument 5796 s2io_ethtool_seeprom(struct net_device *dev, struct ethtool_eeprom *eeprom, u8 *data_buf) s2io_ethtool_seeprom() argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/emulex/benet/ |
H A D | be_cmds.h | 1446 u8 data_buf[32768]; member
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | blkdev.h | 1686 void *data_buf; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/emulex/benet/ |
H A D | be_cmds.h | 1446 u8 data_buf[32768]; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/ |
H A D | bnx2.c | 4526 bnx2_nvram_write(struct bnx2 *bp, u32 offset, u8 *data_buf, in bnx2_nvram_write() argument 4534 buf = data_buf; in bnx2_nvram_write() 4565 memcpy(align_buf + align_start, data_buf, buf_size); in bnx2_nvram_write()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/ |
H A D | bnx2.c | 4510 bnx2_nvram_write(struct bnx2 *bp, u32 offset, u8 *data_buf, in bnx2_nvram_write() argument 4518 buf = data_buf; in bnx2_nvram_write() 4549 memcpy(align_buf + align_start, data_buf, buf_size); in bnx2_nvram_write()
|