Home
last modified time | relevance | path

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

123

/Linux-v5.4/arch/arm64/kernel/probes/
Ddecode-insn.c136 enum probe_insn decoded; in arm_kprobe_decode_insn() local
157 decoded = arm_probe_decode_insn(insn, &asi->api); in arm_kprobe_decode_insn()
159 if (decoded != INSN_REJECTED && scan_end) in arm_kprobe_decode_insn()
163 return decoded; in arm_kprobe_decode_insn()
/Linux-v5.4/tools/testing/selftests/ir/
Dir_loopback.c172 bool decoded = true; in main() local
179 decoded = false; in main()
183 if (!decoded) in main()
/Linux-v5.4/Documentation/devicetree/bindings/spi/
Dspi-cadence.txt17 - is-decoded-cs : Flag to indicate whether decoder is used or not.
28 is-decoded-cs = <0>;
/Linux-v5.4/drivers/net/ethernet/intel/iavf/
Diavf_txrx.c947 struct iavf_rx_ptype_decoded decoded; in iavf_rx_checksum() local
959 decoded = decode_rx_desc_ptype(ptype); in iavf_rx_checksum()
974 if (!(decoded.known && decoded.outer_ip)) in iavf_rx_checksum()
977 ipv4 = (decoded.outer_ip == IAVF_RX_PTYPE_OUTER_IP) && in iavf_rx_checksum()
978 (decoded.outer_ip_ver == IAVF_RX_PTYPE_OUTER_IPV4); in iavf_rx_checksum()
979 ipv6 = (decoded.outer_ip == IAVF_RX_PTYPE_OUTER_IP) && in iavf_rx_checksum()
980 (decoded.outer_ip_ver == IAVF_RX_PTYPE_OUTER_IPV6); in iavf_rx_checksum()
1005 switch (decoded.inner_prot) { in iavf_rx_checksum()
1029 struct iavf_rx_ptype_decoded decoded = decode_rx_desc_ptype(ptype); in iavf_ptype_to_htype() local
1031 if (!decoded.known) in iavf_ptype_to_htype()
[all …]
/Linux-v5.4/Documentation/media/uapi/v4l/
Ddev-decoder.rst51 decoded frames; for encoders, the queue of buffers containing an encoded
76 the order in which frames are decoded; may differ from display order if the
90 Decoded Picture Buffer; an H.264/HEVC term for a buffer that stores a decoded
101 an encoded frame that does not reference frames decoded earlier, i.e.
102 can be decoded fully on its own.
362 initialization sequence completes and the frame is decoded.
391 No decoded frames are produced during this phase.
399 destination buffers parsed/decoded from the bytestream.
409 frame buffer resolution for the decoded frames.
412 pixel format for decoded frames.
[all …]
/Linux-v5.4/Documentation/media/uapi/dvb/
Dvideo-stop.rst64 - FALSE: Show last decoded frame.
75 or displaying the last decoded frame.
Dvideo-set-blank.rst59 - FALSE: Show last decoded frame.
Daudio-set-bypass-mode.rst60 that can’t be handled by the Digital TV system shall be decoded. Dolby
Daudio-set-id.rst53 This ioctl selects which sub-stream is to be decoded if a program or
Dvideo-get-pts.rst59 decoded frame or the last PTS extracted by the PES parser.
/Linux-v5.4/net/batman-adv/
Dnetwork-coding.c1177 if (BATADV_SKB_CB(skb_src)->decoded && in batadv_nc_code_packets()
1178 BATADV_SKB_CB(skb_dest)->decoded) { in batadv_nc_code_packets()
1184 } else if (!BATADV_SKB_CB(skb_src)->decoded && in batadv_nc_code_packets()
1185 !BATADV_SKB_CB(skb_dest)->decoded) { in batadv_nc_code_packets()
1191 } else if (BATADV_SKB_CB(skb_src)->decoded && in batadv_nc_code_packets()
1192 !BATADV_SKB_CB(skb_dest)->decoded) { in batadv_nc_code_packets()
1200 } else if (!BATADV_SKB_CB(skb_src)->decoded && in batadv_nc_code_packets()
1201 BATADV_SKB_CB(skb_dest)->decoded) { in batadv_nc_code_packets()
1252 if (BATADV_SKB_CB(skb)->decoded && !batadv_compare_eth(dst, src)) in batadv_nc_skb_coding_possible()
1857 BATADV_SKB_CB(skb)->decoded = true; in batadv_nc_recv_coded_packet()
/Linux-v5.4/Documentation/media/uapi/rc/
Dlirc-read.rst63 in this mode scancodes which are either decoded by software decoders, or
66 used for transmission, and ``scancode`` to the decoded scancode,
Dlirc-dev-intro.rst17 a bi-directional interface for transporting raw IR and decoded scancodes
21 decoded scancodes to and fro, the essential fops are read, write and ioctl.
95 (in ``CLOCK_MONOTONIC``) when the scancode was decoded.
161 value. When the program has decoded the scancode, it can be submitted using
/Linux-v5.4/Documentation/ABI/testing/
Dconfigfs-usb-gadget-uvc208 wHeight - height of decoded bitmap frame in px
209 wWidth - width of decoded bitmam frame in px
237 specify color in the decoded video
263 wHeight - height of decoded bitmap frame in px
264 wWidth - width of decoded bitmam frame in px
Dsysfs-driver-tegra-fuse8 as decoded from the fuse registers. Bits order/assignment
/Linux-v5.4/Documentation/devicetree/bindings/mtd/
Dcadence-quadspi.txt19 - cdns,is-decoded-cs : Flag to indicate whether decoder is used or not.
52 cdns,is-decoded-cs;
/Linux-v5.4/Documentation/devicetree/bindings/input/
Dgpio-decoder.txt5 - gpios: a spec of gpios (at least two) to be decoded to a number with
/Linux-v5.4/arch/arm/boot/dts/
Dzynq-zc770-xm011.dts53 is-decoded-cs = <0>;
Dzynq-zc770-xm012.dts59 is-decoded-cs = <0>;
Dzynq-zc770-xm013.dts64 is-decoded-cs = <0>;
Dzynq-zc770-xm010.dts70 is-decoded-cs = <0>;
/Linux-v5.4/drivers/net/ethernet/intel/i40e/
Di40e_txrx.c1636 struct i40e_rx_ptype_decoded decoded; in i40e_rx_checksum() local
1648 decoded = decode_rx_desc_ptype(ptype); in i40e_rx_checksum()
1663 if (!(decoded.known && decoded.outer_ip)) in i40e_rx_checksum()
1666 ipv4 = (decoded.outer_ip == I40E_RX_PTYPE_OUTER_IP) && in i40e_rx_checksum()
1667 (decoded.outer_ip_ver == I40E_RX_PTYPE_OUTER_IPV4); in i40e_rx_checksum()
1668 ipv6 = (decoded.outer_ip == I40E_RX_PTYPE_OUTER_IP) && in i40e_rx_checksum()
1669 (decoded.outer_ip_ver == I40E_RX_PTYPE_OUTER_IPV6); in i40e_rx_checksum()
1697 if (decoded.tunnel_type >= I40E_RX_PTYPE_TUNNEL_IP_GRENAT) in i40e_rx_checksum()
1701 switch (decoded.inner_prot) { in i40e_rx_checksum()
1725 struct i40e_rx_ptype_decoded decoded = decode_rx_desc_ptype(ptype); in i40e_ptype_to_htype() local
[all …]
/Linux-v5.4/drivers/net/ethernet/intel/ice/
Dice_txrx.c894 struct ice_rx_ptype_decoded decoded; in ice_rx_csum() local
901 decoded = ice_decode_rx_desc_ptype(ptype); in ice_rx_csum()
915 if (!(decoded.known && decoded.outer_ip)) in ice_rx_csum()
918 ipv4 = (decoded.outer_ip == ICE_RX_PTYPE_OUTER_IP) && in ice_rx_csum()
919 (decoded.outer_ip_ver == ICE_RX_PTYPE_OUTER_IPV4); in ice_rx_csum()
920 ipv6 = (decoded.outer_ip == ICE_RX_PTYPE_OUTER_IP) && in ice_rx_csum()
921 (decoded.outer_ip_ver == ICE_RX_PTYPE_OUTER_IPV6); in ice_rx_csum()
937 switch (decoded.inner_prot) { in ice_rx_csum()
/Linux-v5.4/drivers/gpu/vga/
DKconfig8 hard-decoded addresses as they did on ISA. When multiple PCI devices
/Linux-v5.4/Documentation/devicetree/bindings/bus/
Dnvidia,tegra20-gmi.txt37 The chip-select number is decoded from the child nodes second address cell of
39 then be decoded from the first cell of the 'reg' property.

123