| /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() 371 struct i2c_payloads payloads; in link_query_ddc_data() local 373 if (!i2c_payloads_create(ddc->ctx, &payloads, payloads_num)) in link_query_ddc_data() [all …]
|
| /linux/drivers/greybus/ |
| H A D | gb-beagleplay.c | 322 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 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/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/drivers/gpu/drm/amd/display/amdgpu_dm/ |
| H A D | amdgpu_dm_helpers.c | 293 list_for_each_entry(pos, &mst_state->payloads, next) { in dm_helpers_construct_old_payload() 665 msgs[i].flags = cmd->payloads[i].write ? 0 : I2C_M_RD; in dm_helpers_submit_i2c() 666 msgs[i].addr = cmd->payloads[i].address; in dm_helpers_submit_i2c() 667 msgs[i].len = cmd->payloads[i].length; in dm_helpers_submit_i2c() 668 msgs[i].buf = cmd->payloads[i].data; in dm_helpers_submit_i2c()
|
| /linux/drivers/misc/mei/ |
| H A D | Kconfig | 104 allowing the Intel Xe driver to load firmware payloads such as
|
| /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 | 290 struct i2c_payload payloads[2] = { in i2c_read() local 303 .payloads = payloads, in i2c_read()
|
| /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),
|
| H A D | ssh.rst | 246 Command-type payloads are used by the host to send commands and requests to
|
| /linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/ |
| H A D | dcn401_hwseq.c | 2929 payload_idx = write_idx % ARRAY_SIZE(cs->offload_streams[stream_idx].payloads); in dcn401_update_cursor_offload_pipe() 2931 p = &cs->offload_streams[stream_idx].payloads[payload_idx].pipe_data[pipe->pipe_idx].dcn401; in dcn401_update_cursor_offload_pipe() 2968 cs->offload_streams[stream_idx].payloads[payload_idx].pipe_mask |= (1u << pipe->pipe_idx); in dcn401_update_cursor_offload_pipe()
|