/Linux-v6.6/tools/net/ynl/lib/ |
D | ynl.py | 149 decoded = self.raw[offset:offset+m['len']] 153 [ decoded ] = format.unpack_from(self.raw, offset) 156 decoded = self.formatted_string(decoded, m.display_hint) 157 value[m.name] = decoded 492 decoded = attr.as_struct(members) 495 decoded[m.name] = self._decode_enum(decoded[m.name], m) 497 decoded = attr.as_c_array(attr_spec.sub_type) 499 decoded = attr.as_bin() 501 decoded = NlAttr.formatted_string(decoded, attr_spec.display_hint) 502 return decoded [all …]
|
/Linux-v6.6/drivers/net/ethernet/intel/ice/ |
D | ice_txrx_lib.c | 51 struct ice_rx_ptype_decoded decoded = ice_decode_rx_desc_ptype(ptype); in ice_ptype_to_htype() local 53 if (!decoded.known) in ice_ptype_to_htype() 55 if (decoded.payload_layer == ICE_RX_PTYPE_PAYLOAD_LAYER_PAY4) in ice_ptype_to_htype() 57 if (decoded.payload_layer == ICE_RX_PTYPE_PAYLOAD_LAYER_PAY3) in ice_ptype_to_htype() 59 if (decoded.outer_ip == ICE_RX_PTYPE_OUTER_L2) in ice_ptype_to_htype() 103 struct ice_rx_ptype_decoded decoded; in ice_rx_csum() local 110 decoded = ice_decode_rx_desc_ptype(ptype); in ice_rx_csum() 124 if (!(decoded.known && decoded.outer_ip)) in ice_rx_csum() 127 ipv4 = (decoded.outer_ip == ICE_RX_PTYPE_OUTER_IP) && in ice_rx_csum() 128 (decoded.outer_ip_ver == ICE_RX_PTYPE_OUTER_IPV4); in ice_rx_csum() [all …]
|
/Linux-v6.6/arch/arm64/kernel/probes/ |
D | decode-insn.c | 139 enum probe_insn decoded; in arm_kprobe_decode_insn() local 160 decoded = arm_probe_decode_insn(insn, &asi->api); in arm_kprobe_decode_insn() 162 if (decoded != INSN_REJECTED && scan_end) in arm_kprobe_decode_insn() 166 return decoded; in arm_kprobe_decode_insn()
|
/Linux-v6.6/Documentation/userspace-api/media/v4l/ |
D | dev-stateless-decoder.rst | 10 between processed frames. This means that each frame is decoded independently 15 has to do is to provide the raw encoded stream and dequeue decoded frames in 29 Depending on the encoded formats supported by the decoder, a single decoded 100 destination buffers parsed/decoded from the bytestream. 110 frame buffer resolution for the decoded frames. 113 pixel format for decoded frames. 162 frame buffer resolution of the decoded stream; typically unchanged from 201 for the stream to be properly decoded (taking e.g. reference frames 239 controls relevant to the format being decoded. 246 If there is a possibility that the decoded frame will require one or more [all …]
|
D | dev-decoder.rst | 51 decoded frames; for encoders, the queue of buffers containing an encoded 82 the order in which frames are decoded; may differ from display order if the 96 Decoded Picture Buffer; an H.264/HEVC term for a buffer that stores a decoded 107 an encoded frame that does not reference frames decoded earlier, i.e. 108 can be decoded fully on its own. 369 initialization sequence completes and the frame is decoded. 398 No decoded frames are produced during this phase. 406 destination buffers parsed/decoded from the bytestream. 416 frame buffer resolution for the decoded frames. 419 pixel format for decoded frames. [all …]
|
D | vidioc-decoder-cmd.rst | 120 the last frame was decoded. 171 data from its internal buffers was decoded. 197 dequeueing the capture buffer containing the last decoded frame. 198 So this command can be used to explicitly flush that final decoded
|
/Linux-v6.6/tools/testing/selftests/ir/ |
D | ir_loopback.c | 181 bool decoded = true; in main() local 188 decoded = false; in main() 192 if (!decoded) in main()
|
/Linux-v6.6/drivers/staging/media/av7110/ |
D | video-stop.rst | 57 - FALSE: Show last decoded frame. 67 or displaying the last decoded frame.
|
D | video-set-blank.rst | 52 - FALSE: Show last decoded frame.
|
D | audio-set-bypass-mode.rst | 53 that can't be handled by the Digital TV system shall be decoded. Dolby
|
D | audio-set-id.rst | 46 This ioctl selects which sub-stream is to be decoded if a program or
|
/Linux-v6.6/drivers/net/ethernet/intel/iavf/ |
D | iavf_txrx.c | 984 struct iavf_rx_ptype_decoded decoded; in iavf_rx_checksum() local 996 decoded = decode_rx_desc_ptype(ptype); in iavf_rx_checksum() 1011 if (!(decoded.known && decoded.outer_ip)) in iavf_rx_checksum() 1014 ipv4 = (decoded.outer_ip == IAVF_RX_PTYPE_OUTER_IP) && in iavf_rx_checksum() 1015 (decoded.outer_ip_ver == IAVF_RX_PTYPE_OUTER_IPV4); in iavf_rx_checksum() 1016 ipv6 = (decoded.outer_ip == IAVF_RX_PTYPE_OUTER_IP) && in iavf_rx_checksum() 1017 (decoded.outer_ip_ver == IAVF_RX_PTYPE_OUTER_IPV6); in iavf_rx_checksum() 1042 switch (decoded.inner_prot) { in iavf_rx_checksum() 1066 struct iavf_rx_ptype_decoded decoded = decode_rx_desc_ptype(ptype); in iavf_ptype_to_htype() local 1068 if (!decoded.known) in iavf_ptype_to_htype() [all …]
|
/Linux-v6.6/net/batman-adv/ |
D | network-coding.c | 1169 if (BATADV_SKB_CB(skb_src)->decoded && in batadv_nc_code_packets() 1170 BATADV_SKB_CB(skb_dest)->decoded) { in batadv_nc_code_packets() 1176 } else if (!BATADV_SKB_CB(skb_src)->decoded && in batadv_nc_code_packets() 1177 !BATADV_SKB_CB(skb_dest)->decoded) { in batadv_nc_code_packets() 1183 } else if (BATADV_SKB_CB(skb_src)->decoded && in batadv_nc_code_packets() 1184 !BATADV_SKB_CB(skb_dest)->decoded) { in batadv_nc_code_packets() 1192 } else if (!BATADV_SKB_CB(skb_src)->decoded && in batadv_nc_code_packets() 1193 BATADV_SKB_CB(skb_dest)->decoded) { in batadv_nc_code_packets() 1240 if (BATADV_SKB_CB(skb)->decoded && !batadv_compare_eth(dst, src)) in batadv_nc_skb_coding_possible() 1845 BATADV_SKB_CB(skb)->decoded = true; in batadv_nc_recv_coded_packet()
|
/Linux-v6.6/Documentation/userspace-api/media/rc/ |
D | lirc-read.rst | 53 in this mode scancodes which are either decoded by software decoders, or 56 used for transmission, and ``scancode`` to the decoded scancode,
|
D | lirc-dev-intro.rst | 10 a bi-directional interface for transporting raw IR and decoded scancodes 14 decoded scancodes to and fro, the essential fops are read, write and ioctl. 88 (in ``CLOCK_MONOTONIC``) when the scancode was decoded. 166 value. When the program has decoded the scancode, it can be submitted using
|
/Linux-v6.6/Documentation/devicetree/bindings/input/ |
D | gpio-decoder.txt | 5 - gpios: a spec of gpios (at least two) to be decoded to a number with
|
/Linux-v6.6/Documentation/ABI/testing/ |
D | sysfs-driver-tegra-fuse | 8 as decoded from the fuse registers. Bits order/assignment
|
D | configfs-usb-gadget-uvc | 280 wHeight height of decoded bitmap frame in px 281 wWidth width of decoded bitmam frame in px 311 specify color in the decoded video 339 wHeight height of decoded bitmap frame in px 340 wWidth width of decoded bitmam frame in px
|
/Linux-v6.6/arch/arm/boot/dts/xilinx/ |
D | zynq-zc770-xm011.dts | 53 is-decoded-cs = <0>;
|
D | zynq-zc770-xm012.dts | 59 is-decoded-cs = <0>;
|
D | zynq-zc770-xm013.dts | 64 is-decoded-cs = <0>;
|
D | zynq-zc770-xm010.dts | 70 is-decoded-cs = <0>;
|
/Linux-v6.6/drivers/net/ipa/ |
D | ipa_qmi.c | 182 const void *decoded) in ipa_server_indication_register() argument 211 const void *decoded) in ipa_server_driver_init_complete() argument 258 struct qmi_txn *txn, const void *decoded) in ipa_client_init_driver() argument
|
/Linux-v6.6/drivers/net/ethernet/intel/i40e/ |
D | i40e_txrx.c | 1761 struct i40e_rx_ptype_decoded decoded; in i40e_rx_checksum() local 1773 decoded = decode_rx_desc_ptype(ptype); in i40e_rx_checksum() 1788 if (!(decoded.known && decoded.outer_ip)) in i40e_rx_checksum() 1791 ipv4 = (decoded.outer_ip == I40E_RX_PTYPE_OUTER_IP) && in i40e_rx_checksum() 1792 (decoded.outer_ip_ver == I40E_RX_PTYPE_OUTER_IPV4); in i40e_rx_checksum() 1793 ipv6 = (decoded.outer_ip == I40E_RX_PTYPE_OUTER_IP) && in i40e_rx_checksum() 1794 (decoded.outer_ip_ver == I40E_RX_PTYPE_OUTER_IPV6); in i40e_rx_checksum() 1822 if (decoded.tunnel_type >= I40E_RX_PTYPE_TUNNEL_IP_GRENAT) in i40e_rx_checksum() 1826 switch (decoded.inner_prot) { in i40e_rx_checksum() 1850 struct i40e_rx_ptype_decoded decoded = decode_rx_desc_ptype(ptype); in i40e_ptype_to_htype() local [all …]
|
/Linux-v6.6/Documentation/wmi/devices/ |
D | wmi-bmof.rst | 11 describe the details of their ACPI WMI interfaces. The data can be decoded
|