Home
last modified time | relevance | path

Searched refs:decoded (Results 1 – 25 of 73) sorted by relevance

123

/linux-6.3-rc2/drivers/net/ethernet/intel/ice/
A Dice_txrx_lib.c53 if (!decoded.known) 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()
129 ipv6 = (decoded.outer_ip == ICE_RX_PTYPE_OUTER_IP) && in ice_rx_csum()
130 (decoded.outer_ip_ver == ICE_RX_PTYPE_OUTER_IPV6); in ice_rx_csum()
154 if (decoded.tunnel_type >= ICE_RX_PTYPE_TUNNEL_IP_GRENAT) in ice_rx_csum()
[all …]
/linux-6.3-rc2/arch/arm64/kernel/probes/
A Ddecode-insn.c139 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-6.3-rc2/tools/net/ynl/lib/
A Dynl.py371 decoded = subdict
373 decoded = attr.as_u8()
375 decoded = attr.as_u32()
377 decoded = attr.as_u64()
379 decoded = attr.as_strz()
381 decoded = attr.as_bin()
383 decoded = True
388 rsp[attr_spec['name']] = decoded
390 rsp[attr_spec.name].append(decoded)
392 rsp[attr_spec.name] = [decoded]
/linux-6.3-rc2/Documentation/userspace-api/media/v4l/
A Ddev-stateless-decoder.rst10 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.
239 controls relevant to the format being decoded.
253 A typical frame would thus be decoded using the following sequence:
272 to produce a fully decoded frame, then
330 error, then all following decoded frames that refer to it also have the
[all …]
A Ddev-decoder.rst107 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.
768 corruption of decoded frames.
872 buffers containing decoded frames.
959 contain a decoded frame.
[all …]
A Dvidioc-decoder-cmd.rst120 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-6.3-rc2/tools/testing/selftests/ir/
A Dir_loopback.c181 bool decoded = true; in main() local
188 decoded = false; in main()
192 if (!decoded) in main()
/linux-6.3-rc2/drivers/staging/media/av7110/
A Dvideo-stop.rst57 - FALSE: Show last decoded frame.
67 or displaying the last decoded frame.
A Dvideo-set-blank.rst52 - FALSE: Show last decoded frame.
A Daudio-set-bypass-mode.rst53 that can't be handled by the Digital TV system shall be decoded. Dolby
A Dvideo-get-pts.rst52 decoded frame or the last PTS extracted by the PES parser.
/linux-6.3-rc2/Documentation/devicetree/bindings/spi/
A Dspi-cadence.yaml45 is-decoded-cs:
70 is-decoded-cs = <0>;
/linux-6.3-rc2/drivers/net/ethernet/intel/iavf/
A Diavf_txrx.c985 struct iavf_rx_ptype_decoded decoded; in iavf_rx_checksum() local
997 decoded = decode_rx_desc_ptype(ptype); in iavf_rx_checksum()
1012 if (!(decoded.known && decoded.outer_ip)) in iavf_rx_checksum()
1015 ipv4 = (decoded.outer_ip == IAVF_RX_PTYPE_OUTER_IP) && in iavf_rx_checksum()
1016 (decoded.outer_ip_ver == IAVF_RX_PTYPE_OUTER_IPV4); in iavf_rx_checksum()
1017 ipv6 = (decoded.outer_ip == IAVF_RX_PTYPE_OUTER_IP) && in iavf_rx_checksum()
1018 (decoded.outer_ip_ver == IAVF_RX_PTYPE_OUTER_IPV6); in iavf_rx_checksum()
1043 switch (decoded.inner_prot) { in iavf_rx_checksum()
1069 if (!decoded.known) in iavf_ptype_to_htype()
1072 if (decoded.outer_ip == IAVF_RX_PTYPE_OUTER_IP && in iavf_ptype_to_htype()
[all …]
/linux-6.3-rc2/net/batman-adv/
A Dnetwork-coding.c1169 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-6.3-rc2/Documentation/userspace-api/media/rc/
A Dlirc-read.rst53 in this mode scancodes which are either decoded by software decoders, or
56 used for transmission, and ``scancode`` to the decoded scancode,
A Dlirc-dev-intro.rst10 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-6.3-rc2/drivers/net/ethernet/intel/i40e/
A Di40e_txrx.c1764 struct i40e_rx_ptype_decoded decoded; in i40e_rx_checksum() local
1776 decoded = decode_rx_desc_ptype(ptype); in i40e_rx_checksum()
1791 if (!(decoded.known && decoded.outer_ip)) in i40e_rx_checksum()
1794 ipv4 = (decoded.outer_ip == I40E_RX_PTYPE_OUTER_IP) && in i40e_rx_checksum()
1795 (decoded.outer_ip_ver == I40E_RX_PTYPE_OUTER_IPV4); in i40e_rx_checksum()
1796 ipv6 = (decoded.outer_ip == I40E_RX_PTYPE_OUTER_IP) && in i40e_rx_checksum()
1797 (decoded.outer_ip_ver == I40E_RX_PTYPE_OUTER_IPV6); in i40e_rx_checksum()
1829 switch (decoded.inner_prot) { in i40e_rx_checksum()
1855 if (!decoded.known) in i40e_ptype_to_htype()
1858 if (decoded.outer_ip == I40E_RX_PTYPE_OUTER_IP && in i40e_ptype_to_htype()
[all …]
/linux-6.3-rc2/Documentation/devicetree/bindings/input/
A Dgpio-decoder.txt5 - gpios: a spec of gpios (at least two) to be decoded to a number with
/linux-6.3-rc2/Documentation/ABI/testing/
A Dconfigfs-usb-gadget-uvc280 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
A Dsysfs-driver-tegra-fuse8 as decoded from the fuse registers. Bits order/assignment
/linux-6.3-rc2/arch/arm/boot/dts/
A Dzynq-zc770-xm011.dts53 is-decoded-cs = <0>;
A Dzynq-zc770-xm012.dts59 is-decoded-cs = <0>;
A Dzynq-zc770-xm013.dts64 is-decoded-cs = <0>;
A Dzynq-zc770-xm010.dts70 is-decoded-cs = <0>;
/linux-6.3-rc2/drivers/net/ipa/
A Dipa_qmi.c182 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

Completed in 49 milliseconds

123