Home
last modified time | relevance | path

Searched refs:payloads (Results 1 – 25 of 29) sorted by relevance

12

/linux/drivers/greybus/
H A Dgb-beagleplay.c322 static size_t hdlc_encoded_length(const struct hdlc_payload payloads[], in hdlc_encoded_length() argument
328 payload_len += payloads[i].len; in hdlc_encoded_length()
358 const struct hdlc_payload payloads[], size_t count) in hdlc_tx_frames() argument
360 size_t needed = hdlc_encoded_length(payloads, count); in hdlc_tx_frames()
405 hdlc_append_tx_buf(bg, payloads[i].buf, payloads[i].len); in hdlc_tx_frames()
691 struct hdlc_payload payloads[3]; in gb_message_send() local
701 payloads[0].buf = &cport_id; in gb_message_send()
702 payloads[0].len = sizeof(cport_id); in gb_message_send()
703 payloads[1].buf = msg->header; in gb_message_send()
704 payloads[1].len = sizeof(*msg->header); in gb_message_send()
[all …]
/linux/drivers/acpi/nfit/
H A DKconfig22 other security features. The payloads for the commands that
24 security material. Disable debug of those command payloads
/linux/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dctxt-info-v2.c537 const struct iwl_pnvm_image *payloads, in iwl_trans_pcie_ctx_info_v2_load_reduce_power() argument
556 if (!payloads->n_chunks) { in iwl_trans_pcie_ctx_info_v2_load_reduce_power()
565 payloads); in iwl_trans_pcie_ctx_info_v2_load_reduce_power()
570 ret = iwl_pcie_load_payloads_contig(trans, payloads, in iwl_trans_pcie_ctx_info_v2_load_reduce_power()
H A Diwl-context-info-v2.h339 const struct iwl_pnvm_image *payloads,
/linux/Documentation/admin-guide/perf/
H A Dhisi-pcie-pmu.rst138 - 2'b01: Bandwidth of TLP payloads
140 - 2'b11: Bandwidth of both TLP payloads and headers
144 headers and payloads. Default value if not specified is 2'b11.
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_ddc_types.h122 struct i2c_payload *payloads; member
/linux/Documentation/devicetree/bindings/interrupt-controller/
H A Dmsi.txt22 MSI controllers may have restrictions on permitted payloads.
48 not encode doorbells or payloads as these can be configured dynamically.
/linux/Documentation/gpu/dp-mst/
H A Dtopology-figure-2.dot2 /* Make sure our payloads are always drawn below the driver node */
H A Dtopology-figure-3.dot2 /* Make sure our payloads are always drawn below the driver node */
H A Dtopology-figure-1.dot2 /* Make sure our payloads are always drawn below the driver node */
/linux/Documentation/userspace-api/media/dvb/
H A Dlegacy_dvb_decoder_api.rst41 compatible MPEG streams. The supported payloads may vary depending on the
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-coreboot13 and contains tagged data structures to be shared with payloads
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_helpers.c330 list_for_each_entry(pos, &mst_state->payloads, next) { in dm_helpers_construct_old_payload()
716 msgs[i].flags = cmd->payloads[i].write ? 0 : I2C_M_RD; in dm_helpers_submit_i2c()
717 msgs[i].addr = cmd->payloads[i].address; in dm_helpers_submit_i2c()
718 msgs[i].len = cmd->payloads[i].length; in dm_helpers_submit_i2c()
719 msgs[i].buf = cmd->payloads[i].data; in dm_helpers_submit_i2c()
/linux/drivers/gpu/drm/display/
H A Ddrm_dp_mst_topology.c1712 list_for_each_entry(payload, &state->payloads, next) in drm_atomic_get_mst_payload_state()
3414 list_for_each_entry(pos, &mst_state->payloads, next) { in drm_dp_remove_payload_part2()
4494 list_add(&payload->next, &topology_state->payloads); in drm_dp_atomic_find_time_slots()
4666 list_for_each_entry(old_payload, &old_mst_state->payloads, next) { in drm_dp_mst_atomic_wait_for_dependencies()
4944 list_for_each_entry(payload, &state->payloads, next) { in drm_dp_mst_dump_topology()
5139 INIT_LIST_HEAD(&state->payloads); in drm_dp_mst_duplicate_state()
5144 list_for_each_entry(pos, &old_state->payloads, next) { in drm_dp_mst_duplicate_state()
5154 list_add(&payload->next, &state->payloads); in drm_dp_mst_duplicate_state()
5160 list_for_each_entry_safe(pos, payload, &state->payloads, next) { in drm_dp_mst_duplicate_state()
5177 list_for_each_entry_safe(pos, tmp, &mst_state->payloads, next) { in drm_dp_mst_destroy_state()
[all …]
/linux/drivers/misc/mei/
H A DKconfig104 allowing the Intel Xe driver to load firmware payloads such as
/linux/Documentation/arch/arm/google/
H A Dchromebook-boot-flow.rst69 .. _`FIT Image`: https://doc.coreboot.org/lib/payloads/fit.html
/linux/Documentation/hid/
H A Duhid.rst39 payloads are sent. You must not split a single event across multiple read()'s or
45 payload-structure available in the union "u" (except for empty payloads). This
/linux/net/ipv4/netfilter/
H A DKconfig109 SNMP payloads. In conjunction with NAT, it allows a network
112 inside SNMP payloads to match IP-layer NAT mapping.
/linux/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_detection.c292 struct i2c_payload payloads[2] = { in i2c_read() local
305 .payloads = payloads, in i2c_read()
/linux/Documentation/networking/
H A Dj1939.rst73 themselves. Instead, they are payloads that the J1939 stack converts into
108 - ETP transfers are used for larger payloads and are split into multiple CAN
150 and reassembly of large payloads and ensures that the correct CAN frames are
685 In J1939, all payloads provided by user space, regardless of size, are
860 payloads like TP and ETP.
/linux/Documentation/sound/designs/
H A Dcompress-offload.rst13 constant bitrates payloads such as IEC61937 in mind. Arguments and
/linux/Documentation/trace/
H A Duser_events.rst277 as payloads. In those cases writev() can be used, with the first vector being
/linux/Documentation/driver-api/surface_aggregator/
H A Dinternal.rst68 packet payloads to higher-level layers.
71 around command-type packet payloads, i.e. requests (sent from host to EC),
H A Dssh.rst246 Command-type payloads are used by the host to send commands and requests to
/linux/Documentation/filesystems/
H A Dorangefs.rst389 Readdir and I/O ops are atypical with respect to their payloads.

12