Home
last modified time | relevance | path

Searched refs:encoding (Results 1 – 131 of 131) sorted by relevance

/linux-4.1.27/drivers/pci/pcie/
Daspm.c253 static u32 calc_l0s_latency(u32 encoding) in calc_l0s_latency() argument
255 if (encoding == 0x7) in calc_l0s_latency()
257 return (64 << encoding); in calc_l0s_latency()
261 static u32 calc_l0s_acceptable(u32 encoding) in calc_l0s_acceptable() argument
263 if (encoding == 0x7) in calc_l0s_acceptable()
265 return (64 << encoding); in calc_l0s_acceptable()
269 static u32 calc_l1_latency(u32 encoding) in calc_l1_latency() argument
271 if (encoding == 0x7) in calc_l1_latency()
273 return (1000 << encoding); in calc_l1_latency()
277 static u32 calc_l1_acceptable(u32 encoding) in calc_l1_acceptable() argument
[all …]
/linux-4.1.27/drivers/net/wan/
Dhdlc_raw.c70 if (new_settings.encoding == ENCODING_DEFAULT) in raw_ioctl()
71 new_settings.encoding = ENCODING_NRZ; in raw_ioctl()
76 result = hdlc->attach(dev, new_settings.encoding, in raw_ioctl()
Dhdlc_raw_eth.c85 if (new_settings.encoding == ENCODING_DEFAULT) in raw_eth_ioctl()
86 new_settings.encoding = ENCODING_NRZ; in raw_eth_ioctl()
91 result = hdlc->attach(dev, new_settings.encoding, in raw_eth_ioctl()
Dhd64572.c431 switch(port->encoding) { in sca_open()
495 static int sca_attach(struct net_device *dev, unsigned short encoding, in sca_attach() argument
498 if (encoding != ENCODING_NRZ && in sca_attach()
499 encoding != ENCODING_NRZI && in sca_attach()
500 encoding != ENCODING_FM_MARK && in sca_attach()
501 encoding != ENCODING_FM_SPACE && in sca_attach()
502 encoding != ENCODING_MANCHESTER) in sca_attach()
512 dev_to_port(dev)->encoding = encoding; in sca_attach()
Dhd64570.c467 switch(port->encoding) { in sca_open()
542 static int sca_attach(struct net_device *dev, unsigned short encoding, in sca_attach() argument
545 if (encoding != ENCODING_NRZ && in sca_attach()
546 encoding != ENCODING_NRZI && in sca_attach()
547 encoding != ENCODING_FM_MARK && in sca_attach()
548 encoding != ENCODING_FM_SPACE && in sca_attach()
549 encoding != ENCODING_MANCHESTER) in sca_attach()
559 dev_to_port(dev)->encoding = encoding; in sca_attach()
Ddscc4.c235 unsigned short encoding; member
940 dpriv->encoding = ENCODING_NRZ; in dscc4_found1()
1399 static const struct thingie encoding[] = { in dscc4_encoding_setting() local
1409 i = dscc4_match(encoding, dpriv->encoding); in dscc4_encoding_setting()
1411 scc_patchl(EncodingMask, encoding[i].bits, dpriv, dev, CCR0); in dscc4_encoding_setting()
2005 static int dscc4_hdlc_attach(struct net_device *dev, unsigned short encoding, in dscc4_hdlc_attach() argument
2010 if (encoding != ENCODING_NRZ && in dscc4_hdlc_attach()
2011 encoding != ENCODING_NRZI && in dscc4_hdlc_attach()
2012 encoding != ENCODING_FM_MARK && in dscc4_hdlc_attach()
2013 encoding != ENCODING_FM_SPACE && in dscc4_hdlc_attach()
[all …]
Dhostess_sv11.c168 static int hostess_attach(struct net_device *dev, unsigned short encoding, in hostess_attach() argument
171 if (encoding == ENCODING_NRZ && parity == PARITY_CRC16_PR1_CCITT) in hostess_attach()
Dwanxl.c319 static int wanxl_attach(struct net_device *dev, unsigned short encoding, in wanxl_attach() argument
324 if (encoding != ENCODING_NRZ && in wanxl_attach()
325 encoding != ENCODING_NRZI) in wanxl_attach()
335 get_status(port)->encoding = encoding; in wanxl_attach()
Dsealevel.c166 static int sealevel_attach(struct net_device *dev, unsigned short encoding, in sealevel_attach() argument
169 if (encoding == ENCODING_NRZ && parity == PARITY_CRC16_PR1_CCITT) in sealevel_attach()
Dwanxl.h147 u32 encoding; member
Dc101.c66 unsigned short encoding; member
Dpci200syn.c74 unsigned short encoding; member
Dpc300too.c86 unsigned short encoding; member
Dn2.c104 unsigned short encoding; member
Dcosa.c280 static int cosa_net_attach(struct net_device *dev, unsigned short encoding,
627 static int cosa_net_attach(struct net_device *dev, unsigned short encoding, in cosa_net_attach() argument
630 if (encoding == ENCODING_NRZ && parity == PARITY_CRC16_PR1_CCITT) in cosa_net_attach()
Dixp4xx_hss.c1166 static int hss_hdlc_attach(struct net_device *dev, unsigned short encoding, in hss_hdlc_attach() argument
1171 if (encoding != ENCODING_NRZ) in hss_hdlc_attach()
Dfarsync.c2237 fst_attach(struct net_device *dev, unsigned short encoding, unsigned short parity) in fst_attach() argument
2242 if (encoding != ENCODING_NRZ || parity != PARITY_CRC16_PR1_CCITT) in fst_attach()
/linux-4.1.27/arch/sh/kernel/
Ddwarf.c227 char encoding) in dwarf_read_encoded_value() argument
232 switch (encoding & 0x70) { in dwarf_read_encoded_value()
239 pr_debug("encoding=0x%x\n", (encoding & 0x70)); in dwarf_read_encoded_value()
243 if ((encoding & 0x07) == 0x00) in dwarf_read_encoded_value()
244 encoding |= DW_EH_PE_udata4; in dwarf_read_encoded_value()
246 switch (encoding & 0x0f) { in dwarf_read_encoded_value()
254 pr_debug("encoding=0x%x\n", encoding); in dwarf_read_encoded_value()
811 cie->encoding = *(char *)p++; in dwarf_parse_cie()
894 if (cie->encoding) in dwarf_parse_fde()
896 cie->encoding); in dwarf_parse_fde()
[all …]
/linux-4.1.27/drivers/net/wireless/ipw2x00/
Dlibipw_wx.c314 struct iw_point *erq = &(wrqu->encoding); in libipw_wx_set_encode()
480 struct iw_point *erq = &(wrqu->encoding); in libipw_wx_get_encode()
523 struct iw_point *encoding = &wrqu->encoding; in libipw_wx_set_encodeext() local
535 idx = encoding->flags & IW_ENCODE_INDEX; in libipw_wx_set_encodeext()
557 if ((encoding->flags & IW_ENCODE_DISABLED) || in libipw_wx_set_encodeext()
683 struct iw_point *encoding = &wrqu->encoding; in libipw_wx_get_encodeext() local
688 max_key_len = encoding->length - sizeof(*ext); in libipw_wx_get_encodeext()
692 idx = encoding->flags & IW_ENCODE_INDEX; in libipw_wx_get_encodeext()
705 encoding->flags = idx + 1; in libipw_wx_get_encodeext()
711 encoding->flags |= IW_ENCODE_DISABLED; in libipw_wx_get_encodeext()
[all …]
Dipw2200.c9868 .encoding = { in ipw_wx_sw_reset()
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/
Dieee80211_wx.c294 struct iw_point *erq = &(wrqu->encoding); in ieee80211_wx_set_encode()
469 struct iw_point *erq = &(wrqu->encoding); in ieee80211_wx_get_encode()
514 struct iw_point *encoding = &wrqu->encoding; in ieee80211_wx_set_encode_ext() local
526 idx = encoding->flags & IW_ENCODE_INDEX; in ieee80211_wx_set_encode_ext()
553 if ((encoding->flags & IW_ENCODE_DISABLED) || in ieee80211_wx_set_encode_ext()
687 struct iw_point *encoding = &wrqu->encoding; in ieee80211_wx_get_encode_ext() local
692 max_key_len = encoding->length - sizeof(*ext); in ieee80211_wx_get_encode_ext()
696 idx = encoding->flags & IW_ENCODE_INDEX; in ieee80211_wx_get_encode_ext()
710 encoding->flags = idx + 1; in ieee80211_wx_get_encode_ext()
716 encoding->flags |= IW_ENCODE_DISABLED; in ieee80211_wx_get_encode_ext()
[all …]
/linux-4.1.27/drivers/staging/rtl8192e/
Drtllib_wx.c306 struct iw_point *erq = &(wrqu->encoding); in rtllib_wx_set_encode()
484 struct iw_point *erq = &(wrqu->encoding); in rtllib_wx_get_encode()
530 struct iw_point *encoding = &wrqu->encoding; in rtllib_wx_set_encode_ext() local
541 idx = encoding->flags & IW_ENCODE_INDEX; in rtllib_wx_set_encode_ext()
563 if ((encoding->flags & IW_ENCODE_DISABLED) || in rtllib_wx_set_encode_ext()
687 struct iw_point *encoding = &wrqu->encoding; in rtllib_wx_get_encode_ext() local
692 max_key_len = encoding->length - sizeof(*ext); in rtllib_wx_get_encode_ext()
696 idx = encoding->flags & IW_ENCODE_INDEX; in rtllib_wx_get_encode_ext()
711 encoding->flags = idx + 1; in rtllib_wx_get_encode_ext()
717 encoding->flags |= IW_ENCODE_DISABLED; in rtllib_wx_get_encode_ext()
[all …]
/linux-4.1.27/drivers/staging/rtl8192u/
Dr8192U_wx.c543 if (wrqu->encoding.length != 0) { in r8192_wx_set_enc()
547 if (i == 1 && (4*i+1) == wrqu->encoding.length) in r8192_wx_set_enc()
549 if (i == 3 && (4*i+1) == wrqu->encoding.length) in r8192_wx_set_enc()
559 switch (wrqu->encoding.flags & IW_ENCODE_INDEX) { in r8192_wx_set_enc()
579 if (wrqu->encoding.length == 0x5) { in r8192_wx_set_enc()
593 else if (wrqu->encoding.length == 0xd) { in r8192_wx_set_enc()
755 struct iw_point *encoding = &wrqu->encoding; in r8192_wx_set_enc_ext() local
758 if ((encoding->flags & IW_ENCODE_DISABLED) || ext->alg == IW_ENCODE_ALG_NONE) in r8192_wx_set_enc_ext()
764 idx = encoding->flags & IW_ENCODE_INDEX; in r8192_wx_set_enc_ext()
/linux-4.1.27/Documentation/video4linux/
DREADME.ivtv6 The cx23415 can do both encoding and decoding, the cx23416 can only do MPEG
7 encoding. Currently the only card featuring full decoding support is the
82 /dev/video0 is listed as the 'base' encoding capture device so we have:
84 /dev/video0 is the encoding capture device for the first card (card 0)
85 /dev/video1 is the encoding capture device for the second card (card 1)
86 /dev/video2 is the encoding capture device for the third card (card 2)
98 The encoding capture device(s).
Dvivid.txt643 Y'CbCr Encoding: selects which Y'CbCr encoding should be used when generating
648 Changing the Y'CbCr encoding will result in the V4L2_EVENT_SOURCE_CHANGE
652 encoding when generating the test pattern. This only applies if the CSC
Dv4l2-framework.txt17 do audio/video muxing/encoding/decoding makes it more complex than most.
211 encoding or decoding. For webcams common sub-devices are sensors and camera
/linux-4.1.27/drivers/staging/wlan-ng/
Dp80211conv.h90 unsigned int encoding; /* P80211ENUM_encoding_* */ member
120 u32 encoding; member
Dhfa384x_usb.c3604 caphdr->encoding = htonl(1); /* cck */ in hfa384x_int_rxmonitor()
/linux-4.1.27/Documentation/
Dlzo.txt33 The first byte of the block follows a different encoding from other bytes, it
41 around 255:1). The variable length encoding using #bits is always the same :
74 an implementation design choice independant on the algorithm or encoding.
78 First byte encoding :
80 0..17 : follow regular instruction encoding, see below. It is worth
94 Instruction encoding :
99 encoding will be a copy of 4 or more literal, and must be interpreted
Dunicode.txt87 for the "Star Trek" television series. This encoding was later
92 This encoding has been endorsed by the Klingon Language Institute.
172 interoperability. For Klingon, CSUR has adopted the Linux encoding.
175 and so the above encoding remains official.
Demail-clients.txt34 Email clients should not modify the character set encoding of the text.
35 Emailed patches should be in ASCII or UTF-8 encoding only.
36 If you configure your email client to send emails with UTF-8 encoding,
138 as inlined text will make them tricky to extract from their 7-bit encoding.
Dxz.txt58 when encoding files that are supposed to be decoded by the kernel. With
60 when encoding. With the xz command line tool, use --check=none or
Dphy.txt11 such as serialization, de-serialization, encoding, decoding and is responsible
Dkasan.txt130 We use the following encoding for each shadow byte: 0 means that all 8 bytes
/linux-4.1.27/tools/perf/util/
Dunwind-libunwind.c104 u8 encoding) in __dw_read_encoded_value() argument
109 switch (encoding) { in __dw_read_encoded_value()
120 switch (encoding & DW_EH_PE_APPL_MASK) { in __dw_read_encoded_value()
130 if ((encoding & 0x07) == 0x00) in __dw_read_encoded_value()
131 encoding |= DW_EH_PE_udata4; in __dw_read_encoded_value()
133 switch (encoding & DW_EH_PE_FORMAT_MASK) { in __dw_read_encoded_value()
/linux-4.1.27/drivers/net/wireless/orinoco/
Dwext.c725 struct iw_point *encoding = &wrqu->encoding; in orinoco_ioctl_set_encodeext() local
735 idx = encoding->flags & IW_ENCODE_INDEX; in orinoco_ioctl_set_encodeext()
743 if (encoding->flags & IW_ENCODE_DISABLED) in orinoco_ioctl_set_encodeext()
819 struct iw_point *encoding = &wrqu->encoding; in orinoco_ioctl_get_encodeext() local
829 max_key_len = encoding->length - sizeof(*ext); in orinoco_ioctl_get_encodeext()
833 idx = encoding->flags & IW_ENCODE_INDEX; in orinoco_ioctl_get_encodeext()
841 encoding->flags = idx + 1; in orinoco_ioctl_get_encodeext()
848 encoding->flags |= IW_ENCODE_DISABLED; in orinoco_ioctl_get_encodeext()
854 encoding->flags |= IW_ENCODE_ENABLED; in orinoco_ioctl_get_encodeext()
860 encoding->flags |= IW_ENCODE_ENABLED; in orinoco_ioctl_get_encodeext()
/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/
Drtl_wx.c777 if (wrqu->encoding.flags & IW_ENCODE_DISABLED) { in r8192_wx_set_enc()
784 if (wrqu->encoding.length != 0) { in r8192_wx_set_enc()
788 if (i == 1 && (4 * i + 1) == wrqu->encoding.length) in r8192_wx_set_enc()
790 if (i == 3 && (4 * i + 1) == wrqu->encoding.length) in r8192_wx_set_enc()
800 switch (wrqu->encoding.flags & IW_ENCODE_INDEX) { in r8192_wx_set_enc()
819 if (wrqu->encoding.length == 0x5) { in r8192_wx_set_enc()
824 else if (wrqu->encoding.length == 0xd) { in r8192_wx_set_enc()
994 struct iw_point *encoding = &wrqu->encoding; in r8192_wx_set_enc_ext() local
997 if ((encoding->flags & IW_ENCODE_DISABLED) || in r8192_wx_set_enc_ext()
1008 idx = encoding->flags & IW_ENCODE_INDEX; in r8192_wx_set_enc_ext()
/linux-4.1.27/Documentation/input/
Diforce-protocol.txt14 All values are hexadecimal with big-endian encoding (msb on the left). Beware,
80 03-04 Duration of effect (little endian encoding, in ms)
92 0c-0d Delay before execution of effect (little endian encoding, in ms)
101 02-03 Duration of attack (little endian encoding, in ms)
119 05-06 Period (little endian encoding, in ms)
132 The encoding is a bit funny here: For coeffs, these are signed values. The
Dalps.txt61 command with optional data. This encoding differs slightly between the v3 and
68 using the same encoding used for addresses.
/linux-4.1.27/include/linux/
Dsynclink.h23 unsigned char encoding; member
Dhdlc.h41 unsigned short encoding, unsigned short parity);
/linux-4.1.27/include/uapi/linux/hdlc/
Dioctl.h53 unsigned short encoding; member
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/
Dmpc5121-psc.txt20 encoding of the sense and level information for the interrupt.
38 encoding of the sense and level information for the interrupt.
/linux-4.1.27/drivers/net/wireless/prism54/
Dislpci_eth.h62 __be32 encoding; member
Disl_ioctl.c1543 struct iw_point *encoding = &wrqu->encoding; in prism54_set_encodeext() local
1554 idx = (encoding->flags & IW_ENCODE_INDEX) - 1; in prism54_set_encodeext()
1565 if (encoding->flags & IW_ENCODE_DISABLED) in prism54_set_encodeext()
1614 if (encoding->flags & IW_ENCODE_DISABLED) { in prism54_set_encodeext()
1620 if (encoding->flags & IW_ENCODE_OPEN) { in prism54_set_encodeext()
1624 if (encoding->flags & IW_ENCODE_RESTRICTED) { in prism54_set_encodeext()
1632 if (encoding->flags & IW_ENCODE_MODE) { in prism54_set_encodeext()
1652 struct iw_point *encoding = &wrqu->encoding; in prism54_get_encodeext() local
1672 max_key_len = encoding->length - sizeof(*ext); in prism54_get_encodeext()
1676 idx = (encoding->flags & IW_ENCODE_INDEX) - 1; in prism54_get_encodeext()
[all …]
Dislpci_eth.c297 avs->encoding = cpu_to_be32(0); /*unknown */ in islpci_monitor_rx()
/linux-4.1.27/Documentation/video4linux/cx2341x/
Dfw-encoder-api.txt16 Commences the capture of video, audio and/or VBI data. All encoding
92 Select video stream encoding resolution.
136 Sets the encoding aspect ratio. Changes in the aspect ratio take effect
280 Set audio stream properties, may be called while encoding is in progress.
554 0=Pause encoding
555 1=Continue encoding
686 1=set initial SCR value when starting encoding (works).
Dfw-memory.txt83 buffer area used for encoding, have to shift them by <<1 first.
/linux-4.1.27/Documentation/devicetree/bindings/i2c/
Di2c-sunxi-p2wi.txt18 A P2WI may contain one child node encoding a P2WI slave device.
Di2c-mpc.txt14 field that represents an encoding of the sense and level
/linux-4.1.27/Documentation/devicetree/bindings/arm/bcm/
Dbrcm,bcm11351-cpu-method.txt15 formed by encoding the target CPU id into the low bits of the
/linux-4.1.27/Documentation/sound/alsa/
Dcompress_offload.txt134 refilled or the delay due to decoding/encoding/io on the DSP.
143 - Addition of AMR/AMR-WB encoding modes (missing in OpenMAX AL)
145 - Addition of encoding options when required (derived from OpenMAX IL)
155 Also, there might be low-intensity noises due to encoding. Perfect gapless is
212 - multichannel IEC encoding. Unclear if this is required.
DMIXART.txt15 The mainboard has a PowerPC that offers onboard mpeg encoding and
DAudiophile-Usb.txt108 In this mode, the device uses Big Endian byte-encoding so that
/linux-4.1.27/Documentation/devicetree/bindings/drm/atmel/
Dhlcdc-dc.txt14 Children nodes are encoding available output ports and their connections
/linux-4.1.27/drivers/tty/
Dn_gsm.c224 int encoding; member
578 switch (gsm->encoding) { in gsm_send()
690 if (gsm->encoding != 0) { in gsm_data_kick()
739 if (gsm->encoding == 0) { in __gsm_data_queue()
1752 if (gsm->encoding == 0) { in gsm_queue()
2098 if (gsm->encoding == 0) in gsm_activate_mux()
2190 gsm->encoding = 1; in gsm_alloc_mux()
2385 gsm->encoding = 1; in gsmld_open()
2524 if (c->encapsulation != gsm->encoding) in gsmld_config()
2555 gsm->encoding = c->encapsulation; in gsmld_config()
[all …]
Dsynclink_gt.c361 .encoding = HDLC_ENCODING_NRZI_SPACE,
1152 tmp_params.encoding = info->params.encoding; in get_params32()
1182 info->params.encoding = tmp_params.encoding; in set_params32()
1444 static int hdlcdev_attach(struct net_device *dev, unsigned short encoding, in hdlcdev_attach() argument
1457 switch (encoding) in hdlcdev_attach()
1475 info->params.encoding = new_encoding; in hdlcdev_attach()
4314 switch(info->params.encoding) in sync_mode()
4387 switch(info->params.encoding) in sync_mode()
4448 switch(info->params.encoding) in sync_mode()
Dsynclink.c4759 switch ( info->params.encoding ) { in usc_set_sdlc_mode()
4834 switch ( info->params.encoding ) { in usc_set_sdlc_mode()
5010 switch ( info->params.encoding ) { in usc_set_sdlc_mode()
7656 static int hdlcdev_attach(struct net_device *dev, unsigned short encoding, in hdlcdev_attach() argument
7667 switch (encoding) in hdlcdev_attach()
7685 info->params.encoding = new_encoding; in hdlcdev_attach()
Dsynclinkmp.c1560 static int hdlcdev_attach(struct net_device *dev, unsigned short encoding, in hdlcdev_attach() argument
1571 switch (encoding) in hdlcdev_attach()
1589 info->params.encoding = new_encoding; in hdlcdev_attach()
4579 switch(info->params.encoding) { in hdlc_mode()
/linux-4.1.27/Documentation/devicetree/bindings/net/
Dphy.txt6 field that represents an encoding of the sense and level
/linux-4.1.27/Documentation/devicetree/bindings/arm/freescale/
Dfsl,vf610-mscm-ir.txt20 encoding as documented by the GIC bindings.
/linux-4.1.27/arch/arm/kernel/
Dhead.S97 THUMB( it eq ) @ force fixup-able long branch encoding
104 THUMB( it lo ) @ force fixup-able long branch encoding
375 THUMB( it eq ) @ force fixup-able long branch encoding
/linux-4.1.27/Documentation/devicetree/bindings/bus/
Dmvebu-mbus.txt19 - address-cells: Must be '2'. The first cell for the MBus ID encoding,
85 following encoding is used:
104 Following the above encoding, for each ranges entry for a MBus valid window
/linux-4.1.27/Documentation/devicetree/bindings/media/
Ds5p-mfc.txt4 supports high resolution decoding and encoding functionalities.
/linux-4.1.27/arch/arm/mm/
Dproc-macros.S75 and \tmp, \tmp, #0xf @ cache line size encoding
86 and \tmp, \tmp, #0xf @ cache line size encoding
/linux-4.1.27/tools/perf/Documentation/
Dperf-list.txt64 For instance For x86 CPUs NNN represents the raw register encoding with the
85 raw encoding of 0x1A8 can be used:
DMakefile292 $(DOCBOOK2X_TEXI) $(OUTPUT)user-manual.xml --encoding=UTF-8 --to-stdout >$@++ && \
304 ($(foreach xml,$(MAN_XML),$(DOCBOOK2X_TEXI) --encoding=UTF-8 \
Dperf-annotate.txt78 Show raw instruction encoding of assembly instructions.
Dperf-top.txt158 Show raw instruction encoding of assembly instructions.
Dperf-report.txt259 Show raw instruction encoding of assembly instructions.
/linux-4.1.27/drivers/block/drbd/
Ddrbd_protocol.h291 u8 encoding; member
Ddrbd_main.c1067 p->encoding = (p->encoding & ~0xf) | code; in dcbp_set_code()
1072 p->encoding = (p->encoding & ~0x80) | (set ? 0x80 : 0); in dcbp_set_start()
1078 p->encoding = (p->encoding & (~0x7 << 4)) | (n << 4); in dcbp_set_pad_bits()
Ddrbd_receiver.c4282 return (enum drbd_bitmap_code)(p->encoding & 0x0f); in dcbp_get_code()
4287 return (p->encoding & 0x80) != 0; in dcbp_get_start()
4292 return (p->encoding >> 4) & 0x7; in dcbp_get_pad_bits()
4383 drbd_err(peer_device, "receive_bitmap_c: unknown encoding %u\n", p->encoding); in decode_bitmap_c()
/linux-4.1.27/Documentation/devicetree/bindings/spi/
Dfsl-spi.txt11 field that represents an encoding of the sense and level
/linux-4.1.27/include/uapi/linux/
Dsynclink.h155 unsigned char encoding; /* NRZ, NRZI, etc. */ member
Dwireless.h930 struct iw_point encoding; /* Encoding stuff : tokens */ member
/linux-4.1.27/drivers/gpu/drm/tegra/
Ddpaux.c505 int tegra_dpaux_prepare(struct tegra_dpaux *dpaux, u8 encoding) in tegra_dpaux_prepare() argument
510 encoding); in tegra_dpaux_prepare()
Ddrm.h249 int tegra_dpaux_prepare(struct tegra_dpaux *dpaux, u8 encoding);
/linux-4.1.27/arch/sh/include/asm/
Ddwarf.h242 unsigned char encoding; member
/linux-4.1.27/Documentation/device-mapper/
Dverity.txt59 The hexadecimal encoding of the cryptographic hash of the root hash block
64 The hexadecimal encoding of the salt value.
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-pps46 mode of the X-th source in hexadecimal encoding.
Dsysfs-bus-rbd52 A hexadecimal encoding of the feature bits for this image.
Ddev-kmsg72 are escaped by "\x00" C-style hex encoding.
Dconfigfs-usb-gadget-uvc220 stream-encoding format
/linux-4.1.27/Documentation/devicetree/bindings/usb/
Dfsl-usb.txt32 field that represents an encoding of the sense and level
/linux-4.1.27/net/sctp/
DKconfig63 prompt "Default SCTP cookie HMAC encoding"
/linux-4.1.27/arch/m68k/fpsp040/
Dx_fline.S63 cmpib #0x17,%d1 |check if it is an FMOVECR encoding
/linux-4.1.27/Documentation/serial/
Dn_gsm.txt50 /* we are initiator and need encoding 0 (basic) */
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/cpm_qe/qe/
Ducc.txt10 field that represents an encoding of the sense and level
/linux-4.1.27/arch/sparc/kernel/
Dperf_event.c122 u16 encoding; member
132 return ((unsigned long) pmap->encoding << 16) | pmap->pic_mask; in perf_event_encode()
1203 if (pmap->encoding == CACHE_OP_UNSUPPORTED) in sparc_map_cache_event()
1206 if (pmap->encoding == CACHE_OP_NONSENSE) in sparc_map_cache_event()
/linux-4.1.27/Documentation/hwmon/
Dlm7592 Both chips are simply not compatible, value encoding differs.
/linux-4.1.27/drivers/net/wireless/
Datmel.c1852 struct iw_point *encoding = &wrqu->encoding; in atmel_set_encodeext() local
1857 idx = encoding->flags & IW_ENCODE_INDEX; in atmel_set_encodeext()
1865 if (encoding->flags & IW_ENCODE_DISABLED) in atmel_set_encodeext()
1912 struct iw_point *encoding = &wrqu->encoding; in atmel_get_encodeext() local
1916 max_key_len = encoding->length - sizeof(*ext); in atmel_get_encodeext()
1920 idx = encoding->flags & IW_ENCODE_INDEX; in atmel_get_encodeext()
1928 encoding->flags = idx + 1; in atmel_get_encodeext()
1934 encoding->flags |= IW_ENCODE_DISABLED; in atmel_get_encodeext()
1943 encoding->flags |= IW_ENCODE_ENABLED; in atmel_get_encodeext()
Dairo.c6470 struct iw_point *encoding = &wrqu->encoding; in airo_set_encodeext() local
6472 int perm = ( encoding->flags & IW_ENCODE_TEMP ? 0 : 1 ); in airo_set_encodeext()
6483 idx = encoding->flags & IW_ENCODE_INDEX; in airo_set_encodeext()
6494 if (encoding->flags & IW_ENCODE_DISABLED) in airo_set_encodeext()
6552 if(encoding->flags & IW_ENCODE_DISABLED) in airo_set_encodeext()
6554 if(encoding->flags & IW_ENCODE_RESTRICTED) in airo_set_encodeext()
6556 if(encoding->flags & IW_ENCODE_OPEN) in airo_set_encodeext()
6576 struct iw_point *encoding = &wrqu->encoding; in airo_get_encodeext() local
6586 max_key_len = encoding->length - sizeof(*ext); in airo_get_encodeext()
6590 idx = encoding->flags & IW_ENCODE_INDEX; in airo_get_encodeext()
[all …]
Dwl3501_cs.c1764 wrqu->encoding.flags = IW_ENCODE_DISABLED; in wl3501_get_encode()
1771 wrqu->encoding.flags = restricted ? IW_ENCODE_RESTRICTED : in wl3501_get_encode()
1781 tocopy = min_t(u16, len_keys, wrqu->encoding.length); in wl3501_get_encode()
1783 wrqu->encoding.length = tocopy; in wl3501_get_encode()
/linux-4.1.27/Documentation/devicetree/bindings/sound/
Dfsl,ssi.txt16 field that represents an encoding of the sense and
/linux-4.1.27/Documentation/networking/
Dgeneric-hdlc.txt69 * hdlc-eth - Ethernet device emulation using HDLC. Parity and encoding
Dieee802154.txt140 It deprecates HC1 and HC2 compression and defines IPHC encoding format which is
Dfilter.txt813 has room for new instructions. Some of them may use 16/24/32 byte encoding. New
838 eBPF opcode encoding
841 eBPF is reusing most of the opcode encoding from classic to simplify conversion
Dz8530drv.txt256 mode nrzi # HDLC encoding mode
/linux-4.1.27/Documentation/vm/
Dpagemap.txt25 encoding of the swap file number and the page's offset into the
/linux-4.1.27/Documentation/isdn/
DINTERFACE.CAPI227 CAPI encoding (length + content). It may also be NULL, which will
240 messages between their transport encoding described in the CAPI 2.0 standard
/linux-4.1.27/drivers/net/ethernet/toshiba/
Dps3_gelic_wireless.c1021 struct iw_point *enc = &data->encoding; in gelic_wl_set_encode()
1095 struct iw_point *enc = &data->encoding; in gelic_wl_get_encode()
1206 struct iw_point *enc = &data->encoding; in gelic_wl_set_encodeext()
1296 struct iw_point *enc = &data->encoding; in gelic_wl_get_encodeext()
/linux-4.1.27/Documentation/filesystems/
Dvfat.txt46 encoding is used for user visible filename and 16 bit
264 legally fits within the old 8.3 encoding scheme does not have extra
Dxfs-delayed-logging-design.txt46 direct encoding of the location in the log of the transaction.
/linux-4.1.27/tools/perf/
Ddesign.txt79 specified by the remaining 63 bits of event_config. The encoding is
83 this is, with the following encoding:
/linux-4.1.27/Documentation/scsi/
Dosd.txt72 OSD commands encoding, execution, and decoding of results:
/linux-4.1.27/Documentation/spi/
Dspidev98 the less common LSB-first encoding. In both cases the specified value
/linux-4.1.27/drivers/char/pcmcia/
Dsynclink_cs.c3117 switch (info->params.encoding) in hdlc_mode()
3168 if (info->params.encoding == HDLC_ENCODING_NRZB) in hdlc_mode()
3912 static int hdlcdev_attach(struct net_device *dev, unsigned short encoding, in hdlcdev_attach() argument
3924 switch (encoding) in hdlcdev_attach()
3942 info->params.encoding = new_encoding; in hdlcdev_attach()
/linux-4.1.27/drivers/net/wireless/hostap/
Dhostap_wlan.h59 __be32 encoding; member
Dhostap_80211_rx.c172 hdr->encoding = htonl(1); /* cck */ in prism2_rx_80211()
/linux-4.1.27/drivers/cpufreq/
DKconfig.x86188 Use built-in tables for Banias CPUs if ACPI encoding
/linux-4.1.27/drivers/staging/rtl8712/
Drtl871x_ioctl_linux.c1531 struct iw_point *erq = &(wrqu->encoding); in r8711_wx_set_enc()
1625 struct iw_point *erq = &(wrqu->encoding); in r8711_wx_get_enc()
1788 struct iw_point *pencoding = &wrqu->encoding; in r871x_wx_set_enc_ext()
/linux-4.1.27/drivers/scsi/bfa/
Dbfa_defs.h852 u8 encoding; /* 11: Encoding */ member
/linux-4.1.27/drivers/net/wan/lmc/
Dlmc_main.c800 static int lmc_attach(struct net_device *dev, unsigned short encoding, in lmc_attach() argument
803 if (encoding == ENCODING_NRZ && parity == PARITY_CRC16_PR1_CCITT) in lmc_attach()
/linux-4.1.27/lib/
DKconfig303 improving encoding and decoding performance up to 2x for
/linux-4.1.27/Documentation/dvb/
Davermedia.txt26 known as composite video) is an analogue encoding of a
/linux-4.1.27/drivers/media/rc/
DKconfig24 encoding for IR transmitting (aka "blasting").
/linux-4.1.27/drivers/staging/rtl8188eu/os_dep/
Dioctl_linux.c1613 struct iw_point *erq = &(wrqu->encoding); in rtw_wx_set_enc()
1726 struct iw_point *erq = &(wrqu->encoding); in rtw_wx_get_enc()
1896 struct iw_point *pencoding = &wrqu->encoding; in rtw_wx_set_enc_ext()
/linux-4.1.27/Documentation/sysctl/
Dkernel.txt137 version. The reason for this encoding is that this used to match the
138 type_of_loader field in the kernel header; the encoding is kept for
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_main.c69 static void qlcnic_idc_debug_info(struct qlcnic_adapter *adapter, u8 encoding);
3225 qlcnic_idc_debug_info(struct qlcnic_adapter *adapter, u8 encoding) in qlcnic_idc_debug_info() argument
3230 val |= encoding << 7; in qlcnic_idc_debug_info()
/linux-4.1.27/Documentation/filesystems/caching/
Dcachefiles.txt289 object filenames indicate the encoding:
/linux-4.1.27/Documentation/crypto/
Ddescore-readme.txt161 the table size. in fairness though he might be encoding something particular
/linux-4.1.27/Documentation/netlabel/
Ddraft-ietf-cipso-ipsecurity-01.txt268 minimal encoding SHOULD be used resulting in no trailing zero octets in the
/linux-4.1.27/fs/nls/
DKconfig616 input/output character sets. Say Y here for the UTF-8 encoding of
/linux-4.1.27/Documentation/virtual/kvm/
Dtimekeeping.txt121 PIT commands, issued to port 0x43, using the following bit encoding:
Dapi.txt2243 __u32 slb_enc; /* SLB encoding for BookS */
2251 The "slb_enc" field provides the encoding to use in the SLB for the
2258 corresponding encoding in the hash PTE. Similarly, the array is
/linux-4.1.27/Documentation/security/
DSmack.txt560 in fact an encoding of the Smack label. The level used is 250 by default. The
/linux-4.1.27/scripts/dtc/
Ddtc-parser.tab.c_shipped2355 * the remaining characters as an escape encoding. If the first
/linux-4.1.27/init/
DKconfig192 LZ4 is an LZ77-type compressor with a fixed, byte-oriented encoding.
/linux-4.1.27/Documentation/devicetree/
Dbooting-without-of.txt1275 The encoding of an interrupt specifier is determined by the
/linux-4.1.27/Documentation/sound/oss/
DREADME.OSS59 Mika Liljeberg uLaw encoding and decoding routines