/linux-6.12.1/include/uapi/linux/ |
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-6.12.1/Documentation/devicetree/bindings/sound/ |
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-6.12.1/drivers/hwtracing/stm/ |
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"
|
D | p_basic.c | 3 * Basic framing protocol for STM devices. 48 MODULE_DESCRIPTION("Basic STM framing protocol driver");
|
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-6.12.1/Documentation/ABI/testing/ |
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
|
/linux-6.12.1/drivers/nfc/ |
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 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/ |
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-6.12.1/Documentation/networking/caif/ |
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-6.12.1/include/linux/usb/ |
D | usbnet.h | 45 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/ |
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-6.12.1/drivers/net/usb/ |
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.
|
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-6.12.1/drivers/net/ethernet/qualcomm/ |
D | qca_7k_common.h | 7 /* Atheros Ethernet framing. Every Ethernet frame is surrounded by an atheros 47 /* QCA7K Framing. */
|
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx4/ |
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-6.12.1/drivers/atm/ |
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-6.12.1/drivers/tty/serial/ |
D | sh-sci.h | 76 #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/ |
D | serial.h | 178 #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/ |
D | rawmidi.h | 89 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/ |
D | cffrml.c | 3 * CAIF Framing Layer. 100 pr_err("Framing length error (%d)\n", len); in cffrml_receive()
|
/linux-6.12.1/drivers/net/wan/ |
D | farsync.h | 116 unsigned char framing; /* E1, T1 or J1 */ member 130 unsigned int framingErrorCount; /* framing errors */ 236 * Framing
|
/linux-6.12.1/drivers/ipack/devices/ |
D | ipoctal.h | 24 * @framing_err: Number of framing errors
|
/linux-6.12.1/arch/sparc/include/asm/ |
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-6.12.1/drivers/usb/serial/ |
D | keyspan_usa67msg.h | 81 FRAMING 0x08 87 messages, but the but the PARITY/FRAMING/BREAK bits
|
/linux-6.12.1/sound/core/ |
D | rawmidi.c | 713 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()
|