| /linux/drivers/greybus/ |
| H A D | gb-beagleplay.c | 317 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 D | Kconfig | 22 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 D | ctxt-info-v2.c | 537 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 D | iwl-context-info-v2.h | 339 const struct iwl_pnvm_image *payloads,
|
| /linux/Documentation/admin-guide/perf/ |
| H A D | hisi-pcie-pmu.rst | 138 - 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 D | msi.txt | 22 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 D | dc_ddc_types.h | 122 struct i2c_payload *payloads; member
|
| /linux/Documentation/gpu/dp-mst/ |
| H A D | topology-figure-2.dot | 2 /* Make sure our payloads are always drawn below the driver node */
|
| H A D | topology-figure-3.dot | 2 /* Make sure our payloads are always drawn below the driver node */
|
| H A D | topology-figure-1.dot | 2 /* Make sure our payloads are always drawn below the driver node */
|
| /linux/drivers/gpu/drm/amd/display/amdgpu_dm/ |
| H A D | amdgpu_dm_helpers.c | 254 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 D | legacy_dvb_decoder_api.rst | 41 compatible MPEG streams. The supported payloads may vary depending on the
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-coreboot | 13 and contains tagged data structures to be shared with payloads
|
| /linux/include/uapi/linux/raid/ |
| H A D | md_p.h | 398 struct r5l_payload_header payloads[]; 397 struct r5l_payload_header payloads[]; global() member
|
| /linux/drivers/misc/mei/ |
| H A D | Kconfig | 92 allowing the Intel Xe driver to load firmware payloads such as
|
| /linux/drivers/net/wireless/intel/iwlwifi/ |
| H A D | iwl-trans.c | 798 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 D | chromebook-boot-flow.rst | 69 .. _`FIT Image`: https://doc.coreboot.org/lib/payloads/fit.html
|
| /linux/drivers/gpu/drm/amd/display/dc/link/ |
| H A D | link_detection.c | 295 struct i2c_payload payloads[2] = { in i2c_read() local 308 .payloads = payloads, in i2c_read()
|
| /linux/drivers/bluetooth/ |
| H A D | hci_bcm4377.c | 443 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 D | uhid.rst | 39 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 D | Kconfig | 109 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 D | j1939.rst | 73 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 D | compress-offload.rst | 13 constant bitrates payloads such as IEC61937 in mind. Arguments and
|
| /linux/Documentation/trace/ |
| H A D | user_events.rst | 277 as payloads. In those cases writev() can be used, with the first vector being
|
| /linux/Documentation/driver-api/surface_aggregator/ |
| H A D | internal.rst | 68 packet payloads to higher-level layers. 71 around command-type packet payloads, i.e. requests (sent from host to EC),
|