Home
last modified time | relevance | path

Searched full:framing (Results 1 – 25 of 203) sorted by relevance

123456789

/linux-6.12.1/include/uapi/linux/
Dsonet.h39 /* 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-6.12.1/Documentation/devicetree/bindings/sound/
Ddavinci-mcbsp.yaml70 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-6.12.1/drivers/hwtracing/stm/
DKconfig15 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"
Dp_basic.c3 * Basic framing protocol for STM devices.
48 MODULE_DESCRIPTION("Basic STM framing protocol driver");
Dp_sys-t.c3 * 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-6.12.1/Documentation/ABI/testing/
Dsysfs-class-net-qmi9 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
/linux-6.12.1/drivers/nfc/
Dtrf7970a.c93 * 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
445 int framing; member
785 if ((trf->framing == NFC_DIGITAL_FRAMING_NFCA_T2T) && (skb->len == 1) && in trf7970a_drain_fifo()
907 switch (trf->framing) { in trf7970a_irq()
1264 static int trf7970a_in_config_framing(struct trf7970a *trf, int framing) in trf7970a_in_config_framing() argument
1270 dev_dbg(trf->dev, "framing: %d\n", framing); in trf7970a_in_config_framing()
1272 switch (framing) { in trf7970a_in_config_framing()
1296 dev_dbg(trf->dev, "Unsupported Framing: %d\n", framing); in trf7970a_in_config_framing()
1300 trf->framing = framing; in trf7970a_in_config_framing()
[all …]
/linux-6.12.1/include/net/nfc/
Ddigital.h36 * 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-6.12.1/Documentation/networking/caif/
Dlinux_caif.rst86 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-6.12.1/include/linux/usb/
Dusbnet.h45 u32 hard_mtu; /* count any extra framing */
101 /* interface from the device/framing level "minidriver" to core */
106 /* framing is CDC Ethernet, not writing ZLPs (hw issues), or optionally: */
157 /* fixup rx packet (strip framing) */
160 /* fixup tx packet (add framing) */
187 * much everything except custom framing and chip-specific stuff.
/linux-6.12.1/net/nfc/
Ddigital_core.c313 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-6.12.1/drivers/net/usb/
Dcdc_subset.c20 * 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.
Dzaurus.c36 * - 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-6.12.1/drivers/net/ethernet/qualcomm/
Dqca_7k_common.h7 /* Atheros Ethernet framing. Every Ethernet frame is surrounded by an atheros
47 /* QCA7K Framing. */
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx4/
Den_port.h236 /* 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-6.12.1/drivers/atm/
Dsuni.c226 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-6.12.1/drivers/tty/serial/
Dsh-sci.h76 #define SCI_FER BIT(4) /* Framing Error */
93 #define SCIF_FER BIT(3) /* Framing Error */
99 #define SCIF_FERC 0x0f00 /* Number of Framing Errors */
/linux-6.12.1/include/linux/amba/
Dserial.h178 #define UART011_FEIM BIT(7) /* framing error interrupt mask */
190 #define UART011_FEIS BIT(7) /* framing error interrupt status */
202 #define UART011_FEIC BIT(7) /* framing error interrupt clear */
/linux-6.12.1/include/sound/
Drawmidi.h89 unsigned int framing; /* whether to frame input data */ member
90 unsigned int clock_type; /* clock source to use for input framing */
/linux-6.12.1/net/caif/
Dcffrml.c3 * CAIF Framing Layer.
100 pr_err("Framing length error (%d)\n", len); in cffrml_receive()
/linux-6.12.1/drivers/net/wan/
Dfarsync.h116 unsigned char framing; /* E1, T1 or J1 */ member
130 unsigned int framingErrorCount; /* framing errors */
236 * Framing
/linux-6.12.1/drivers/ipack/devices/
Dipoctal.h24 * @framing_err: Number of framing errors
/linux-6.12.1/arch/sparc/include/asm/
Dleon_amba.h30 #define LEON_REG_UART_STATUS_FE 0x00000040 /* RX Framing Error */
68 #define LEON_REG_PS2_STATUS_FE 0x00000004 /* Framing error */
/linux-6.12.1/drivers/usb/serial/
Dkeyspan_usa67msg.h81 FRAMING 0x08
87 messages, but the but the PARITY/FRAMING/BREAK bits
/linux-6.12.1/sound/core/
Drawmidi.c713 unsigned int framing = params->mode & SNDRV_RAWMIDI_MODE_FRAMING_MASK; in resize_runtime_buffer() local
717 if (framing == SNDRV_RAWMIDI_MODE_FRAMING_TSTAMP && (params->buffer_size & 0x1f) != 0) in resize_runtime_buffer()
761 unsigned int framing = params->mode & SNDRV_RAWMIDI_MODE_FRAMING_MASK; in snd_rawmidi_input_params() local
767 if (framing == SNDRV_RAWMIDI_MODE_FRAMING_NONE && clock_type != SNDRV_RAWMIDI_MODE_CLOCK_NONE) in snd_rawmidi_input_params()
771 else if (framing > SNDRV_RAWMIDI_MODE_FRAMING_TSTAMP) in snd_rawmidi_input_params()
777 substream->framing = framing; in snd_rawmidi_input_params()
1159 if (substream->framing == SNDRV_RAWMIDI_MODE_FRAMING_TSTAMP) { in snd_rawmidi_receive()
1764 if (substream->framing == SNDRV_RAWMIDI_MODE_FRAMING_TSTAMP) { in snd_rawmidi_proc_info_read()
1768 " Framing : tstamp\n" in snd_rawmidi_proc_info_read()

123456789