/linux/drivers/gpu/drm/amd/display/dc/link/protocols/ |
H A D | link_ddc.c | 51 struct vector payloads; member 56 struct i2c_payloads *payloads, in i2c_payloads_create() argument 60 &payloads->payloads, ctx, count, sizeof(struct i2c_payload))) in i2c_payloads_create() 68 return (struct i2c_payload *)p->payloads.container; in i2c_payloads_get() 73 return p->payloads.count; in i2c_payloads_get_count() 81 dal_vector_destruct(&p->payloads); in i2c_payloads_destroy() 87 struct i2c_payloads *payloads, in i2c_payloads_add() argument 102 dal_vector_append(&payloads->payloads, &payload); in i2c_payloads_add() 349 * if there are pending read payloads in link_query_ddc_data() 371 struct i2c_payloads payloads; in link_query_ddc_data() local [all …]
|
/linux/drivers/net/wireless/intel/iwlwifi/pcie/ |
H A D | ctxt-info-gen3.c | 321 IWL_DEBUG_FW(trans, "expected 2 payloads, got %d.\n", in iwl_pcie_load_payloads_continuously() 329 IWL_DEBUG_FW(trans, "sizes of payloads overflow.\n"); in iwl_pcie_load_payloads_continuously() 392 /* fill desc with the DRAM payloads addresses */ in iwl_pcie_load_payloads_segments() 424 IWL_DEBUG_FW(trans, "no payloads\n"); in iwl_trans_pcie_ctx_info_gen3_load_pnvm() 428 /* save payloads in several DRAM sections */ in iwl_trans_pcie_ctx_info_gen3_load_pnvm() 500 const struct iwl_pnvm_image *payloads, in iwl_trans_pcie_ctx_info_gen3_load_reduce_power() argument 519 if (!payloads->n_chunks) { in iwl_trans_pcie_ctx_info_gen3_load_reduce_power() 520 IWL_DEBUG_FW(trans, "no payloads\n"); in iwl_trans_pcie_ctx_info_gen3_load_reduce_power() 524 /* save payloads in several DRAM sections */ in iwl_trans_pcie_ctx_info_gen3_load_reduce_power() 528 payloads); in iwl_trans_pcie_ctx_info_gen3_load_reduce_power() [all …]
|
/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
|
H A D | intel.h | 143 /* Root device command payloads */
|
/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/Documentation/networking/ |
H A D | devmem.rst | 39 Packet payloads go directly from the NIC to device memory. 244 Devmem payloads are inaccessible to the kernel processing the packets. This 245 results in a few quirks for payloads of devmem skbs: 252 - TCP Dump and bpf can't access devmem packet 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/net/sunrpc/xprtrdma/ |
H A D | svc_rdma_pcl.c | 253 * This mechanism must ignore not only result payloads that were already 254 * sent via RDMA Write, but also XDR padding for those payloads that 276 /* No result payloads were generated */ in pcl_process_nonpayloads()
|
/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.
|
H A D | msi-controller.yaml | 23 and will not encode doorbells or payloads as these can be
|
/linux/include/drm/display/ |
H A D | drm_dp_mst_helper.h | 554 * should cache this value themselves after changing payloads. 608 /** @payloads: The list of payloads being created/destroyed in this state */ 609 struct list_head payloads; member 657 * @max_payloads: maximum number of payloads the GPU can generate. 703 * @payload_count: The number of currently active payloads in hardware. This value is only 710 * @next_start_slot: The starting timeslot to use for new VC payloads. This value is used
|
/linux/drivers/net/usb/ |
H A D | cdc_eem.c | 159 * may have received multiple EEM payloads, or command payloads. in eem_rx_fixup() 164 * all payloads (the last or only message was a command, or a in eem_rx_fixup()
|
/linux/tools/perf/pmu-events/arch/powerpc/power10/ |
H A D | translation.json | 10 …uded (pteupdate, snoop tlbie complete, store atomics, miso, load atomic payloads, tlbie, tlbsync, …
|
/linux/drivers/misc/mei/ |
H A D | hw-txe-regs.h | 47 * New commands and payloads should not be written by the Host 223 * New commands and payloads should not be written by SeC until this
|
/linux/net/ipv4/netfilter/ |
H A D | Kconfig | 102 SNMP payloads. In conjunction with NAT, it allows a network 105 inside SNMP payloads to match IP-layer NAT mapping.
|
/linux/include/linux/ |
H A D | bsg-lib.h | 51 /* DMA payloads for the request/response */
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-coreboot | 13 and contains tagged data structures to be shared with payloads
|
/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-1.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 */
|
/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/drivers/gpu/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm_helpers.c | 240 list_for_each_entry(pos, &mst_state->payloads, next) { in dm_helpers_construct_old_payload() 295 /* mst_mgr->->payloads are VC payload notify MST branch using DPCD or in dm_helpers_dp_mst_write_payload_allocation_table() 612 msgs[i].flags = cmd->payloads[i].write ? 0 : I2C_M_RD; in dm_helpers_submit_i2c() 613 msgs[i].addr = cmd->payloads[i].address; in dm_helpers_submit_i2c() 614 msgs[i].len = cmd->payloads[i].length; in dm_helpers_submit_i2c() 615 msgs[i].buf = cmd->payloads[i].data; in dm_helpers_submit_i2c()
|
/linux/drivers/bluetooth/ |
H A D | hci_bcm4377.c | 199 * footer_size: Number of 32 bit words reserved for payloads after the entry 249 * footer_size: Number of 32 bit words reserved for payloads after the entry 398 * available from the device. If the payloads fit inside the footers 419 * payloads: payload buffer for mapped_payload_size payloads 443 void *payloads; member 456 * only contains empty DMA buffers to be used for the payloads. 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/include/keys/ |
H A D | rxrpc-type.h | 47 * structure of raw payloads passed to add_key() or instantiate key
|