| /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-v2.c | 360 IWL_DEBUG_FW(trans, "expected 2 payloads, got %d.\n", in iwl_pcie_load_payloads_contig() 368 IWL_DEBUG_FW(trans, "sizes of payloads overflow.\n"); in iwl_pcie_load_payloads_contig() 431 /* fill desc with the DRAM payloads addresses */ in iwl_pcie_load_payloads_segments() 463 IWL_DEBUG_FW(trans, "no payloads\n"); in iwl_trans_pcie_ctx_info_v2_load_pnvm() 467 /* save payloads in several DRAM sections */ in iwl_trans_pcie_ctx_info_v2_load_pnvm() 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() 557 IWL_DEBUG_FW(trans, "no payloads\n"); in iwl_trans_pcie_ctx_info_v2_load_reduce_power() 561 /* save payloads in several DRAM sections */ in iwl_trans_pcie_ctx_info_v2_load_reduce_power() 565 payloads); in iwl_trans_pcie_ctx_info_v2_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/drivers/firmware/cirrus/test/ |
| H A D | cs_dsp_test_wmfw.c | 111 /* payloads must be a multiple of 4 bytes and a whole number of DSP registers */ in wmfw_write_one_payload() 151 /* Write several smallest possible payloads for the given memory type */ 165 /* payloads must be a multiple of 4 bytes and a whole number of DSP registers */ in wmfw_write_multiple_oneblock_payloads() 186 /* Add multiple payloads of one block each */ in wmfw_write_multiple_oneblock_payloads() 216 * Write several smallest possible payloads of the given memory type 232 /* payloads must be a multiple of 4 bytes and a whole number of DSP registers */ in wmfw_write_multiple_oneblock_payloads_reverse() 253 /* Add multiple payloads of one block each */ in wmfw_write_multiple_oneblock_payloads_reverse() 283 * Write multiple payloads of length param->num_blocks. 284 * The payloads are not in address order and collectively do not patch 310 /* payloads must be a multiple of 4 bytes and a whole number of DSP registers */ in wmfw_write_multiple_payloads_sparse_unordered() [all …]
|
| /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/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
|
| H A D | mei_lb.c | 23 * payloads to be securely delivered and applied at runtime, rather than 37 * All payloads are signed and verified by the authentication firmware.
|
| /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/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/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/drivers/gpu/drm/display/ |
| H A D | drm_dp_mst_topology.c | 1406 * active payloads. Topology refcount increments are indicated by solid 1710 list_for_each_entry(payload, &state->payloads, next) in drm_atomic_get_mst_payload_state() 3085 * payloads, where the branch device which owned the payload may no longer be 3399 * Updates the starting time slots of all other payloads which would have been shifted towards 3412 list_for_each_entry(pos, &mst_state->payloads, next) { in drm_dp_remove_payload_part2() 3442 /* Skip failed payloads */ in drm_dp_add_payload_part2() 4419 * atomic state is added whenever the state of payloads in the topology changes. 4490 list_add(&payload->next, &topology_state->payloads); in drm_dp_atomic_find_time_slots() 4510 * atomic state whenever a new state would modify the state of payloads on the 4662 list_for_each_entry(old_payload, &old_mst_state->payloads, next) { in drm_dp_mst_atomic_wait_for_dependencies() [all …]
|
| /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() 309 /* mst_mgr->->payloads are VC payload notify MST branch using DPCD or in dm_helpers_dp_mst_write_payload_allocation_table() 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/net/netlabel/ |
| H A D | netlabel_cipso_v4.h | 22 * The following NetLabel payloads are supported by the CIPSO subsystem.
|