/openbmc/linux/sound/soc/codecs/ |
H A D | rt715-sdw.c | 375 int hda_to_sdw(unsigned int nid, unsigned int verb, unsigned int payload, in hda_to_sdw() argument 392 *sdw_data_h = payload; /* 7 bits payload */ in hda_to_sdw() 403 *sdw_data_h = (payload >> 8); /* 16 bits payload [15:8] */ in hda_to_sdw() 406 *sdw_data_l = payload & 0xff; in hda_to_sdw()
|
/openbmc/linux/drivers/media/firewire/ |
H A D | firedtv-fw.c | 197 unsigned long long offset, void *payload, size_t length, in handle_fcp() argument 205 if (length < 2 || (((u8 *)payload)[0] & 0xf0) != 0) in handle_fcp() 208 su = ((u8 *)payload)[1] & 0x7; in handle_fcp() 228 avc_recv(fdtv, payload, length); in handle_fcp()
|
/openbmc/linux/drivers/platform/chrome/ |
H A D | cros_usbpd_logger.c | 121 meas = (struct usb_chg_measures *)r->payload; in cros_usbpd_print_log_entry() 141 minfo = (struct mcdp_info *)r->payload; in cros_usbpd_print_log_entry() 155 len += append_str(buf, len, "%02x ", r->payload[i]); in cros_usbpd_print_log_entry()
|
H A D | cros_ec_vbc.c | 28 const size_t payload = max(para_sz, resp_sz); in vboot_context_read() local 30 msg = kmalloc(sizeof(*msg) + payload, GFP_KERNEL); in vboot_context_read()
|
/openbmc/linux/drivers/hid/surface-hid/ |
H A D | surface_hid.c | 65 rqst.payload = buffer; in ssam_hid_get_descriptor() 130 rqst.payload = buf; in ssam_hid_set_raw_report() 148 rqst.payload = &rprt_id; in ssam_hid_get_raw_report()
|
/openbmc/linux/fs/ecryptfs/ |
H A D | ecryptfs_kernel.h | 80 struct encrypted_key_payload *payload; in ecryptfs_get_encrypted_key_payload_data() local 85 payload = key->payload.data[0]; in ecryptfs_get_encrypted_key_payload_data() 86 if (!payload) in ecryptfs_get_encrypted_key_payload_data() 89 return (struct ecryptfs_auth_tok *)payload->payload_data; in ecryptfs_get_encrypted_key_payload_data()
|
/openbmc/linux/Documentation/crypto/ |
H A D | asymmetric-keys.rst | 166 payload. The payload format is entirely at the whim of the subtype. 183 void (*destroy)(void *payload); 192 Asymmetric keys point to this with their payload[asym_subtype] member. 285 void *payload[4]; 298 the key and attach it to ->description, ->payload[asym_subtype] should be 299 set to point to the subtype to be used, ->payload[asym_crypto] should be 301 ->payload[asym_key_ids] should point to one or more hex fingerprints and 305 When clearing up, the data attached to ->payload[asym_key_ids] and 307 ->payload[asm_crypto] will be passed to the subtype's ->destroy() method 309 ->payload[asym_subtype] will be put.
|
/openbmc/linux/drivers/staging/rtl8192e/ |
H A D | rtllib.h | 686 u8 payload[]; member 693 u8 payload[]; member 701 u8 payload[]; member 711 u8 payload[]; member 722 u8 payload[]; member 733 u8 payload[]; member 745 u8 payload[]; member 1789 return ((struct rtllib_hdr_1addr *)hdr)->payload; in rtllib_get_payload() 1791 return ((struct rtllib_hdr_2addr *)hdr)->payload; in rtllib_get_payload() 1793 return ((struct rtllib_hdr_3addr *)hdr)->payload; in rtllib_get_payload() [all …]
|
/openbmc/linux/net/ncsi/ |
H A D | ncsi-rsp.c | 36 unsigned short payload) in ncsi_validate_rsp_pkt() argument 53 if (ntohs(h->common.length) != payload) { in ncsi_validate_rsp_pkt() 72 pchecksum = (__be32 *)((void *)(h + 1) + ALIGN(payload, 4) - 4); in ncsi_validate_rsp_pkt() 77 sizeof(*h) + payload - 4); in ncsi_validate_rsp_pkt() 1127 int payload; member 1174 int payload, i, ret; in ncsi_rcv_rsp() local 1222 payload = nrh->payload; in ncsi_rcv_rsp() 1223 if (payload < 0) in ncsi_rcv_rsp() 1224 payload = ntohs(hdr->length); in ncsi_rcv_rsp() 1225 ret = ncsi_validate_rsp_pkt(nr, payload); in ncsi_rcv_rsp()
|
/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm_mst_types.c | 55 struct aux_payload payload; in dm_dp_aux_transfer() local 63 payload.address = msg->address; in dm_dp_aux_transfer() 64 payload.data = msg->buffer; in dm_dp_aux_transfer() 65 payload.length = msg->size; in dm_dp_aux_transfer() 66 payload.reply = &msg->reply; in dm_dp_aux_transfer() 67 payload.i2c_over_aux = (msg->request & DP_AUX_NATIVE_WRITE) == 0; in dm_dp_aux_transfer() 68 payload.write = (msg->request & DP_AUX_I2C_READ) == 0; in dm_dp_aux_transfer() 69 payload.mot = (msg->request & DP_AUX_I2C_MOT) != 0; in dm_dp_aux_transfer() 70 payload.write_status_update = in dm_dp_aux_transfer() 72 payload.defer_delay = 0; in dm_dp_aux_transfer() [all …]
|
/openbmc/linux/drivers/gpu/host1x/hw/ |
H A D | debug_hw_1x06.c | 72 u32 payload = INVALID_PAYLOAD; in host1x_debug_show_channel_fifo() local 120 data_count = show_channel_command(o, val, &payload); in host1x_debug_show_channel_fifo()
|
/openbmc/linux/fs/nfs/ |
H A D | nfs4idmap.c | 311 const struct user_key_payload *payload; in nfs_idmap_get_key() local 330 payload = user_key_payload_rcu(rkey); in nfs_idmap_get_key() 331 if (IS_ERR_OR_NULL(payload)) { in nfs_idmap_get_key() 332 ret = PTR_ERR(payload); in nfs_idmap_get_key() 336 ret = payload->datalen; in nfs_idmap_get_key() 338 memcpy(data, payload->data, ret); in nfs_idmap_get_key()
|
/openbmc/linux/sound/firewire/ |
H A D | isight.c | 169 const struct audio_payload *payload; in isight_packet() local 176 payload = isight->buffer.packets[index].buffer; in isight_packet() 180 payload->signature == cpu_to_be32(0x73676874/*"sght"*/))) { in isight_packet() 181 count = be32_to_cpu(payload->sample_count); in isight_packet() 183 total = be32_to_cpu(payload->sample_total); in isight_packet() 191 isight_samples(isight, payload->samples, count); in isight_packet()
|
/openbmc/openbmc-test-automation/redfish/managers/ |
H A D | test_certificate.robot | 129 ${payload}= Create Dictionary CertificateString=${file_data} 133 ... body=${payload} valid_status_codes=[${HTTP_OK}, ${HTTP_NO_CONTENT}] 287 ${payload}= Create Dictionary City=Austin CertificateCollection=${certificate_dict} 293 … Run Keyword If '${key_pair_algorithm}' == 'EC' Remove From Dictionary ${payload} KeyBitLength 294 ... ELSE IF '${key_pair_algorithm}' == 'RSA' Remove From Dictionary ${payload} KeyCurveId 299 ... body=${payload} valid_status_codes=[${expected_resp}]
|
/openbmc/qemu/docs/interop/ |
H A D | pr-helper.rst | 70 - 4 bytes for the payload size (nonzero only for PERSISTENT RESERVE IN 75 - if the size is nonzero, the payload follows 80 The payload size is always less than or equal to the allocation length
|
/openbmc/linux/Documentation/virt/kvm/arm/ |
H A D | hyp-abi.rst | 53 x2 = x0's value when entering the next payload (arm64) 54 x3 = x1's value when entering the next payload (arm64) 55 x4 = x2's value when entering the next payload (arm64)
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-class-net-cdc_ncm | 32 (the packet index table) after the payload. The NCM 110 Divisor used for IN NTB Datagram payload alignment 117 Remainder used to align input datagram payload within 148 Remainder used to align output datagram payload
|
H A D | configfs-stp-policy-p_sys-t | 17 Include payload length in the MIPI SyS-T header, boolean. 18 If enabled, the SyS-T protocol encoder will include payload
|
/openbmc/linux/drivers/net/fddi/skfp/h/ |
H A D | smt.h | 798 struct smt_p_320f payload ; /* current SBA payload */ member 815 struct smt_p_320f payload ; /* current SBA payload */ member 831 struct smt_p_320f payload ; /* current SBA payload */ member 853 struct smt_p_320f payload ; /* current SBA payload */ member
|
/openbmc/qemu/io/ |
H A D | trace-events | 59 …ed char opcode, unsigned char has_mask) "Websocket header decoded ioc=%p payload-len=%zu fin=0x%x … 60 …yloadlen, uint32_t mask) "Websocket header decoded ioc=%p header-len=%zu payload-len=%zu mask=0x%x" 61 …8_t opcode, size_t payload_remain) "Websocket header decoded ioc=%p opcode=0x%x payload-remain=%zu" 62 …payloadlen, size_t headerlen) "Websocket encoded ioc=%p opcode=0x%x header-len=%zu payload-len=%zu"
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 210.out | 53 payload offset: 2068480 106 payload offset: 528384 162 payload offset: 2068480 233 payload offset: 2068480
|
/openbmc/linux/Documentation/userspace-api/media/dvb/ |
H A D | dmx-querybuf.rst | 49 ``bytesused`` the number of bytes occupied by data in the buffer (payload). 57 (payload).
|
/openbmc/ipmitool/include/ipmitool/ |
H A D | ipmi.h | 142 } payload; member 233 } payload; member
|
/openbmc/openbmc/poky/meta/recipes-bsp/opensbi/ |
H A D | opensbi_1.6.bb | 22 # If RISCV_SBI_PAYLOAD is set then include it as a payload 26 # Required if specifying a custom payload
|
/openbmc/u-boot/board/efi/efi-x86_payload/ |
H A D | Makefile | 5 obj-y += start.o payload.o
|