/Linux-v4.19/arch/arm64/kernel/probes/ |
D | decode-insn.c | 144 enum probe_insn decoded; in arm_kprobe_decode_insn() local 165 decoded = arm_probe_decode_insn(insn, &asi->api); in arm_kprobe_decode_insn() 167 if (decoded != INSN_REJECTED && scan_end) in arm_kprobe_decode_insn() 171 return decoded; in arm_kprobe_decode_insn()
|
/Linux-v4.19/Documentation/devicetree/bindings/spi/ |
D | spi-cadence.txt | 17 - is-decoded-cs : Flag to indicate whether decoder is used or not. 28 is-decoded-cs = <0>;
|
/Linux-v4.19/Documentation/media/uapi/dvb/ |
D | video-stop.rst | 57 - FALSE: Show last decoded frame. 68 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 Digial 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
|
D | video-get-pts.rst | 52 decoded frame or the last PTS extracted by the PES parser.
|
/Linux-v4.19/drivers/net/ethernet/intel/i40evf/ |
D | i40e_txrx.c | 948 struct i40e_rx_ptype_decoded decoded; in i40e_rx_checksum() local 960 decoded = decode_rx_desc_ptype(ptype); in i40e_rx_checksum() 975 if (!(decoded.known && decoded.outer_ip)) in i40e_rx_checksum() 978 ipv4 = (decoded.outer_ip == I40E_RX_PTYPE_OUTER_IP) && in i40e_rx_checksum() 979 (decoded.outer_ip_ver == I40E_RX_PTYPE_OUTER_IPV4); in i40e_rx_checksum() 980 ipv6 = (decoded.outer_ip == I40E_RX_PTYPE_OUTER_IP) && in i40e_rx_checksum() 981 (decoded.outer_ip_ver == I40E_RX_PTYPE_OUTER_IPV6); in i40e_rx_checksum() 1006 switch (decoded.inner_prot) { in i40e_rx_checksum() 1030 struct i40e_rx_ptype_decoded decoded = decode_rx_desc_ptype(ptype); in i40e_ptype_to_htype() local 1032 if (!decoded.known) in i40e_ptype_to_htype() [all …]
|
/Linux-v4.19/Documentation/media/uapi/rc/ |
D | lirc-read.rst | 56 in this mode scancodes which are either decoded by software decoders, or 58 protocol 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. 74 (in ``CLOCK_MONOTONIC``) when the scancode was decoded.
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | configfs-usb-gadget-uvc | 192 wHeight - height of decoded bitmap frame in px 193 wWidth - width of decoded bitmam frame in px 217 specify color in the decoded video 239 wHeight - height of decoded bitmap frame in px 240 wWidth - width of decoded bitmam frame in px
|
D | sysfs-driver-tegra-fuse | 8 as decoded from the fuse registers. Bits order/assignment
|
/Linux-v4.19/drivers/net/ethernet/intel/ice/ |
D | ice_txrx.c | 847 struct ice_rx_ptype_decoded decoded; in ice_rx_csum() local 854 decoded = ice_decode_rx_desc_ptype(ptype); in ice_rx_csum() 868 if (!(decoded.known && decoded.outer_ip)) in ice_rx_csum() 871 ipv4 = (decoded.outer_ip == ICE_RX_PTYPE_OUTER_IP) && in ice_rx_csum() 872 (decoded.outer_ip_ver == ICE_RX_PTYPE_OUTER_IPV4); in ice_rx_csum() 873 ipv6 = (decoded.outer_ip == ICE_RX_PTYPE_OUTER_IP) && in ice_rx_csum() 874 (decoded.outer_ip_ver == ICE_RX_PTYPE_OUTER_IPV6); in ice_rx_csum() 890 switch (decoded.inner_prot) { in ice_rx_csum()
|
/Linux-v4.19/net/batman-adv/ |
D | network-coding.c | 1189 if (BATADV_SKB_CB(skb_src)->decoded && in batadv_nc_code_packets() 1190 BATADV_SKB_CB(skb_dest)->decoded) { in batadv_nc_code_packets() 1196 } else if (!BATADV_SKB_CB(skb_src)->decoded && in batadv_nc_code_packets() 1197 !BATADV_SKB_CB(skb_dest)->decoded) { in batadv_nc_code_packets() 1203 } else if (BATADV_SKB_CB(skb_src)->decoded && in batadv_nc_code_packets() 1204 !BATADV_SKB_CB(skb_dest)->decoded) { in batadv_nc_code_packets() 1212 } else if (!BATADV_SKB_CB(skb_src)->decoded && in batadv_nc_code_packets() 1213 BATADV_SKB_CB(skb_dest)->decoded) { in batadv_nc_code_packets() 1264 if (BATADV_SKB_CB(skb)->decoded && !batadv_compare_eth(dst, src)) in batadv_nc_skb_coding_possible() 1869 BATADV_SKB_CB(skb)->decoded = true; in batadv_nc_recv_coded_packet()
|
/Linux-v4.19/Documentation/devicetree/bindings/mtd/ |
D | cadence-quadspi.txt | 18 - cdns,is-decoded-cs : Flag to indicate whether decoder is used or not. 48 cdns,is-decoded-cs;
|
/Linux-v4.19/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-v4.19/arch/arm/boot/dts/ |
D | zynq-zc770-xm012.dts | 59 is-decoded-cs = <0>;
|
D | zynq-zc770-xm011.dts | 53 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-v4.19/drivers/net/ethernet/intel/i40e/ |
D | i40e_txrx.c | 1666 struct i40e_rx_ptype_decoded decoded; in i40e_rx_checksum() local 1678 decoded = decode_rx_desc_ptype(ptype); in i40e_rx_checksum() 1693 if (!(decoded.known && decoded.outer_ip)) in i40e_rx_checksum() 1696 ipv4 = (decoded.outer_ip == I40E_RX_PTYPE_OUTER_IP) && in i40e_rx_checksum() 1697 (decoded.outer_ip_ver == I40E_RX_PTYPE_OUTER_IPV4); in i40e_rx_checksum() 1698 ipv6 = (decoded.outer_ip == I40E_RX_PTYPE_OUTER_IP) && in i40e_rx_checksum() 1699 (decoded.outer_ip_ver == I40E_RX_PTYPE_OUTER_IPV6); in i40e_rx_checksum() 1727 if (decoded.tunnel_type >= I40E_RX_PTYPE_TUNNEL_IP_GRENAT) in i40e_rx_checksum() 1731 switch (decoded.inner_prot) { in i40e_rx_checksum() 1755 struct i40e_rx_ptype_decoded decoded = decode_rx_desc_ptype(ptype); in i40e_ptype_to_htype() local [all …]
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | vidioc-decoder-cmd.rst | 130 the last frame was decoded. 171 last frame has been decoded and all frames are ready to be 182 data from its internal buffers was decoded.
|
/Linux-v4.19/drivers/gpu/vga/ |
D | Kconfig | 7 hard-decoded addresses as they did on ISA. When multiple PCI devices
|
/Linux-v4.19/Documentation/devicetree/bindings/bus/ |
D | nvidia,tegra20-gmi.txt | 37 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.
|
/Linux-v4.19/include/linux/soc/qcom/ |
D | qmi.h | 195 struct qmi_txn *txn, const void *decoded);
|