Home
last modified time | relevance | path

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

12

/linux/drivers/greybus/
H A Dgb-beagleplay.c317 const struct hdlc_payload payloads[], size_t count) in hdlc_tx_frames() argument
328 hdlc_append_tx_buf(bg, payloads[i].buf, payloads[i].len); in hdlc_tx_frames()
596 struct hdlc_payload payloads[3]; in gb_message_send() local
605 payloads[0].buf = &cport_id; in gb_message_send()
606 payloads[0].len = sizeof(cport_id); in gb_message_send()
607 payloads[1].buf = msg->header; in gb_message_send()
608 payloads[1].len = sizeof(*msg->header); in gb_message_send()
609 payloads[2].buf = msg->payload; in gb_message_send()
610 payloads[2].len = msg->payload_size; in gb_message_send()
612 hdlc_tx_frames(bg, ADDRESS_GREYBUS, 0x03, payloads, 3); in gb_message_send()
/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/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/drivers/gpu/drm/amd/display/dc/
H A Ddc_ddc_types.h122 struct i2c_payload *payloads; member
/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/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_helpers.c254 list_for_each_entry(pos, &mst_state->payloads, next) { in dm_helpers_construct_old_payload()
626 msgs[i].flags = cmd->payloads[i].write ? 0 : I2C_M_RD; in dm_helpers_submit_i2c()
627 msgs[i].addr = cmd->payloads[i].address; in dm_helpers_submit_i2c()
628 msgs[i].len = cmd->payloads[i].length; in dm_helpers_submit_i2c()
629 msgs[i].buf = cmd->payloads[i].data; in dm_helpers_submit_i2c()
/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/include/uapi/linux/raid/
H A Dmd_p.h398 struct r5l_payload_header payloads[];
397 struct r5l_payload_header payloads[]; global() member
/linux/drivers/misc/mei/
H A DKconfig92 allowing the Intel Xe driver to load firmware payloads such as
/linux/drivers/net/wireless/intel/iwlwifi/
H A Diwl-trans.c798 const struct iwl_pnvm_image *payloads, in iwl_trans_load_reduce_power() argument
801 return iwl_trans_pcie_ctx_info_v2_load_reduce_power(trans, payloads, in iwl_trans_load_reduce_power()
/linux/Documentation/arch/arm/google/
H A Dchromebook-boot-flow.rst69 .. _`FIT Image`: https://doc.coreboot.org/lib/payloads/fit.html
/linux/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_detection.c295 struct i2c_payload payloads[2] = { in i2c_read() local
308 .payloads = payloads, in i2c_read()
/linux/drivers/bluetooth/
H A Dhci_bcm4377.c443 void *payloads; member
683 payload = ring->payloads + msgid * ring->mapped_payload_size; in bcm4377_handle_event()
935 payload = ring->payloads + msgid * ring->mapped_payload_size; in bcm4377_enqueue()
1569 ring->payloads = dmam_alloc_coherent( in bcm4377_alloc_transfer_ring()
1573 if (!ring->payloads) in bcm4377_alloc_transfer_ring()
/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/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),

12