/linux/include/uapi/linux/ |
H A D | sonet.h | 39 /* set framing mode (SONET/SDH) */ 41 /* get framing mode */ 43 unsigned char[SONET_FRSENSE_SIZE]) /* get framing sense information */ 54 #define SONET_FRAME_SONET 0 /* SONET STS-3 framing */ 55 #define SONET_FRAME_SDH 1 /* SDH STM-1 framing */
|
/linux/Documentation/devicetree/bindings/sound/ |
H A D | davinci-mcbsp.yaml | 70 ti,T1-framing-tx: 75 data bit. This can be used to interface to T1-framing devices. 77 ti,T1-framing-rx: 81 McBSP will discard the bit preceding the data stream (called framing bit). 82 This can be used to interface to T1-framing devices.
|
/linux/drivers/hwtracing/stm/ |
H A D | Kconfig | 15 tristate "Basic STM framing protocol driver" 18 This is a simple framing protocol for sending data over STM 30 tristate "MIPI SyS-T STM framing protocol driver"
|
H A D | p_sys-t.c | 3 * MIPI SyS-T framing protocol for STM devices. 395 * STP framing rules for SyS-T frames: in sys_t_write() 460 MODULE_DESCRIPTION("MIPI SyS-T STM framing protocol driver");
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-class-net-qmi | 9 framing from '802.3' to 'raw-ip'. 11 The netdev will change to reflect the link framing 22 link framing mode, changing this setting to 'Y' if the
|
H A D | debugfs-dwc-pcie | 112 16) Framing Error 114 18) Framing Error In L0
|
/linux/include/net/nfc/ |
H A D | digital.h | 36 * Framing configuration passed as param argument to in_configure_hw and 95 * framing in initiator mode. This is a synchronous function. 96 * @in_send_cmd: Initiator mode data exchange using RF technology and framing 104 * framing in target mode. This is a synchronous function. 105 * @tg_send_cmd: Target mode data exchange using RF technology and framing
|
/linux/Documentation/networking/caif/ |
H A D | linux_caif.rst | 86 to the called function (except for framing layers' receive function) 123 - CFFRML CAIF Framing layer. Handles Framing i.e. Frame length 150 | Framing | | Framing |
|
/linux/drivers/nfc/ |
H A D | trf7970a.c | 93 * messes up the data returned so it is only enabled when the framing is 96 * when the framing is 'NFC_DIGITAL_FRAMING_NFCA_T2T'. This is done by 451 int framing; member 828 if ((trf->framing == NFC_DIGITAL_FRAMING_NFCA_T2T) && (skb->len == 1) && in trf7970a_drain_fifo() 950 switch (trf->framing) { in trf7970a_irq() 1311 static int trf7970a_in_config_framing(struct trf7970a *trf, int framing) in trf7970a_in_config_framing() argument 1317 dev_dbg(trf->dev, "framing: %d\n", framing); in trf7970a_in_config_framing() 1319 switch (framing) { in trf7970a_in_config_framing() 1343 dev_dbg(trf->dev, "Unsupported Framing: %d\n", framing); in trf7970a_in_config_framing() 1347 trf->framing = framing; in trf7970a_in_config_framing() [all …]
|
/linux/net/nfc/ |
H A D | digital_core.c | 313 u8 framing; in digital_target_found() local 323 framing = NFC_DIGITAL_FRAMING_NFCA_T1T; in digital_target_found() 329 framing = NFC_DIGITAL_FRAMING_NFCA_T2T; in digital_target_found() 335 framing = NFC_DIGITAL_FRAMING_NFCF_T3T; in digital_target_found() 342 framing = NFC_DIGITAL_FRAMING_NFCA_NFC_DEP; in digital_target_found() 346 framing = NFC_DIGITAL_FRAMING_NFCF_NFC_DEP; in digital_target_found() 353 framing = NFC_DIGITAL_FRAMING_ISO15693_T5T; in digital_target_found() 359 framing = NFC_DIGITAL_FRAMING_NFCA_T4T; in digital_target_found() 365 framing = NFC_DIGITAL_FRAMING_NFCB_T4T; in digital_target_found() 387 rc = digital_in_configure_hw(ddev, NFC_DIGITAL_CONFIG_FRAMING, framing); in digital_target_found()
|
/linux/drivers/net/usb/ |
H A D | cdc_subset.c | 20 * framing or hardware control operations. The protocol used here is a 35 * - There is no additional framing data for USB. Packets are written 45 * with this "cdc_subset" framing, that doesn't mean there may not be a 49 * framing to be used rather than this "cdc_subset" model. 193 * network using minimal USB framing data. 291 * The sa-1100 "usb-eth" driver handles the basic framing.
|
H A D | zaurus.c | 36 * - Framing appends a CRC, which the spec says drivers "must not" do; 75 /* Belcarra's funky framing has other options; mostly in zaurus_bind() 195 * - 0x01 -- Zaurus framing (add CRC) in blan_mdlm_bind() 204 * but framing is minidriver-coupled for now. in blan_mdlm_bind() 215 /* same extra framing as for non-BLAN mode */ in blan_mdlm_bind()
|
/linux/drivers/net/ethernet/qualcomm/ |
H A D | qca_7k_common.h | 7 /* Atheros Ethernet framing. Every Ethernet frame is surrounded by an atheros 47 /* QCA7K Framing. */
|
/linux/drivers/net/ethernet/mellanox/mlx4/ |
H A D | en_port.h | 236 /* Count of total octets of received frames, includes framing characters */ 238 /* Count of total octets of received frames, not including framing 477 /* total octets of transmitted frames, including framing characters */ 479 /* total octets of transmitted frames, not including framing characters */
|
/linux/drivers/atm/ |
H A D | suni.c | 226 int framing; in get_framing() local 232 framing = SONET_FRAME_SONET; in get_framing() 234 framing = SONET_FRAME_SDH; in get_framing() 236 return put_user(framing, (int __user *) arg) ? -EFAULT : 0; in get_framing()
|
/linux/drivers/tty/serial/ |
H A D | sh-sci.h | 74 #define SCI_FER BIT(4) /* Framing Error */ 91 #define SCIF_FER BIT(3) /* Framing Error */ 97 #define SCIF_FERC 0x0f00 /* Number of Framing Errors */
|
H A D | rsci.c | 35 #define RDR_FFER BIT(12) /* FIFO Framing Error */ 80 #define CSR_FER BIT(28) /* Framing Error */ 84 #define CSR_DFER BIT(18) /* Data Compare Match Framing Error */
|
/linux/net/caif/ |
H A D | cffrml.c | 3 * CAIF Framing Layer. 100 pr_err("Framing length error (%d)\n", len); in cffrml_receive()
|
/linux/drivers/net/wan/ |
H A D | farsync.h | 116 unsigned char framing; /* E1, T1 or J1 */ member 130 unsigned int framingErrorCount; /* framing errors */ 236 * Framing
|
/linux/drivers/ipack/devices/ |
H A D | ipoctal.h | 24 * @framing_err: Number of framing errors
|
/linux/arch/sparc/include/asm/ |
H A D | leon_amba.h | 30 #define LEON_REG_UART_STATUS_FE 0x00000040 /* RX Framing Error */ 68 #define LEON_REG_PS2_STATUS_FE 0x00000004 /* Framing error */
|
/linux/drivers/usb/serial/ |
H A D | keyspan_usa67msg.h | 81 FRAMING 0x08 87 messages, but the but the PARITY/FRAMING/BREAK bits
|
H A D | keyspan_usa26msg.h | 77 FRAMING 0x08 83 messages, but the but the PARITY/FRAMING/BREAK bits
|
/linux/sound/core/ |
H A D | rawmidi.c | 716 unsigned int framing = params->mode & SNDRV_RAWMIDI_MODE_FRAMING_MASK; in resize_runtime_buffer() local 720 if (framing == SNDRV_RAWMIDI_MODE_FRAMING_TSTAMP && (params->buffer_size & 0x1f) != 0) in resize_runtime_buffer() 766 unsigned int framing = params->mode & SNDRV_RAWMIDI_MODE_FRAMING_MASK; in snd_rawmidi_input_params() local 772 if (framing == SNDRV_RAWMIDI_MODE_FRAMING_NONE && clock_type != SNDRV_RAWMIDI_MODE_CLOCK_NONE) in snd_rawmidi_input_params() 776 else if (framing > SNDRV_RAWMIDI_MODE_FRAMING_TSTAMP) in snd_rawmidi_input_params() 782 substream->framing = framing; in snd_rawmidi_input_params() 1164 if (substream->framing == SNDRV_RAWMIDI_MODE_FRAMING_TSTAMP) { in snd_rawmidi_receive() 1769 if (substream->framing == SNDRV_RAWMIDI_MODE_FRAMING_TSTAMP) { in snd_rawmidi_proc_info_read() 1773 " Framing : tstamp\n" in snd_rawmidi_proc_info_read()
|
/linux/Documentation/networking/ |
H A D | x25.rst | 12 framing, bit-stuffing and checksumming. These both need to be handled by the
|