/Linux-v6.6/net/netfilter/ipvs/ |
D | ip_vs_proto_sctp.c | 279 #define sSS IP_VS_SCTP_S_SHUTDOWN_SENT macro 288 /* sNO, sI1, sIN, sCS, sCR, sCW, sCO, sCE, sES, sSS, sSR, sSA, sRJ, sCL*/ 289 /* d */{sES, sI1, sIN, sCS, sCR, sCW, sCO, sCE, sES, sSS, sSR, sSA, sRJ, sCL}, 290 /* i */{sI1, sIN, sIN, sCS, sCR, sCW, sCO, sCE, sES, sSS, sSR, sSA, sIN, sIN}, 291 /* i_a */{sCW, sCW, sCW, sCS, sCR, sCO, sCO, sCE, sES, sSS, sSR, sSA, sRJ, sCL}, 292 /* c_e */{sCR, sIN, sIN, sCR, sCR, sCW, sCO, sCE, sES, sSS, sSR, sSA, sRJ, sCL}, 293 /* c_a */{sES, sI1, sIN, sCS, sCR, sCW, sCO, sES, sES, sSS, sSR, sSA, sRJ, sCL}, 294 /* s */{sSR, sI1, sIN, sCS, sCR, sCW, sCO, sCE, sSR, sSS, sSR, sSA, sRJ, sCL}, 296 /* s_c */{sCL, sCL, sCL, sCS, sCR, sCW, sCO, sCE, sES, sSS, sSR, sCL, sRJ, sCL}, 297 /* err */{sCL, sI1, sIN, sCS, sCR, sCW, sCO, sCL, sES, sSS, sSR, sSA, sRJ, sCL}, [all …]
|
D | ip_vs_proto_tcp.c | 411 #define sSS IP_VS_TCP_S_SYN_SENT macro 441 /* sNO, sES, sSS, sSR, sFW, sTW, sCL, sCW, sLA, sLI, sSA */ 443 /*fin*/ {{sCL, sCW, sSS, sTW, sTW, sTW, sCL, sCW, sLA, sLI, sTW }}, 444 /*ack*/ {{sES, sES, sSS, sES, sFW, sTW, sCL, sCW, sCL, sLI, sES }}, 448 /* sNO, sES, sSS, sSR, sFW, sTW, sCL, sCW, sLA, sLI, sSA */ 449 /*syn*/ {{sSS, sES, sSS, sSR, sSS, sSS, sSS, sSS, sSS, sLI, sSR }}, 450 /*fin*/ {{sTW, sFW, sSS, sTW, sFW, sTW, sCL, sTW, sLA, sLI, sTW }}, 451 /*ack*/ {{sES, sES, sSS, sES, sFW, sTW, sCL, sCW, sLA, sES, sES }}, 452 /*rst*/ {{sCL, sCL, sSS, sCL, sCL, sTW, sCL, sCL, sCL, sCL, sCL }}, 455 /* sNO, sES, sSS, sSR, sFW, sTW, sCL, sCW, sLA, sLI, sSA */ [all …]
|
/Linux-v6.6/sound/usb/usx2y/ |
D | usx2yhwdeppcm.h | 6 #define SSS (((MAXPACK*MAXBUFFERMS*MAXSTRIDE + 4096) / 4096) * 4096) macro 8 char playback[SSS]; 9 char capture0x8[SSS]; 10 char capture0xA[SSS];
|
D | usx2yhwdeppcm.c | 161 if (desc->offset + desc->length >= SSS) in usx2y_usbpcm_urb_capt_iso_advance() 162 desc->offset -= (SSS - desc->length); in usx2y_usbpcm_urb_capt_iso_advance()
|
/Linux-v6.6/net/netfilter/ |
D | nf_conntrack_proto_sctp.c | 65 #define sSS SCTP_CONNTRACK_SHUTDOWN_SENT macro 107 /* sNO, sCL, sCW, sCE, sES, sSS, sSR, sSA, sHS */ 109 /* init_ack */ {sCL, sCL, sCW, sCE, sES, sSS, sSR, sSA, sCL}, 111 /* shutdown */ {sCL, sCL, sCW, sCE, sSS, sSS, sSR, sSA, sCL}, 113 /* error */ {sCL, sCL, sCW, sCE, sES, sSS, sSR, sSA, sCL},/* Can't have Stale cookie*/ 114 /* cookie_echo */ {sCL, sCL, sCE, sCE, sES, sSS, sSR, sSA, sCL},/* 5.2.4 - Big TODO */ 115 /* cookie_ack */ {sCL, sCL, sCW, sES, sES, sSS, sSR, sSA, sCL},/* Can't come in orig dir */ 116 /* shutdown_comp*/ {sCL, sCL, sCW, sCE, sES, sSS, sSR, sCL, sCL}, 117 /* heartbeat */ {sHS, sCL, sCW, sCE, sES, sSS, sSR, sSA, sHS}, 118 /* heartbeat_ack*/ {sCL, sCL, sCW, sCE, sES, sSS, sSR, sSA, sHS}, [all …]
|
D | nf_conntrack_proto_tcp.c | 79 #define sSS TCP_CONNTRACK_SYN_SENT macro 137 /* sNO, sSS, sSR, sES, sFW, sCW, sLA, sTW, sCL, sS2 */ 138 /*syn*/ { sSS, sSS, sIG, sIG, sIG, sIG, sIG, sSS, sSS, sS2 }, 140 * sNO -> sSS Initialize a new connection 141 * sSS -> sSS Retransmitted SYN 151 * sTW -> sSS Reopened connection (RFC 1122). 152 * sCL -> sSS 154 /* sNO, sSS, sSR, sES, sFW, sCW, sLA, sTW, sCL, sS2 */ 158 * sSS -> sIV Client can't send SYN and then SYN/ACK 168 /* sNO, sSS, sSR, sES, sFW, sCW, sLA, sTW, sCL, sS2 */ [all …]
|
/Linux-v6.6/Documentation/devicetree/bindings/crypto/ |
D | samsung-sss.yaml | 4 $id: http://devicetree.org/schemas/crypto/samsung-sss.yaml# 7 title: Samsung Exynos SoC SSS (Security SubSystem) module 13 The SSS module in S5PV210 SoC supports the following: 21 The SSS module in Exynos4 (Exynos4210) and Exynos5 (Exynos5420 and Exynos5250)
|
D | samsung-slimsss.yaml | 21 - const: samsung,exynos5433-slim-sss
|
/Linux-v6.6/drivers/pinctrl/nxp/ |
D | pinctrl-s32cc.c | 400 /* GPIO pin means SSS = 0 */ in s32_pmx_gpio_request_enable() 741 unsigned int *pins, *sss; in s32_pinctrl_parse_groups() local 766 sss = devm_kcalloc(info->dev, npins, sizeof(*sss), GFP_KERNEL); in s32_pinctrl_parse_groups() 767 if (!pins || !sss) in s32_pinctrl_parse_groups() 773 sss[i] = get_pin_func(pinmux); in s32_pinctrl_parse_groups() 775 dev_dbg(info->dev, "pin: 0x%x, sss: 0x%x", pins[i], sss[i]); in s32_pinctrl_parse_groups() 780 grp->pin_sss = sss; in s32_pinctrl_parse_groups()
|
/Linux-v6.6/drivers/hwmon/ |
D | adcxx.c | 11 * ADC<bb><c>S<sss>, where 14 * * sss is the maximum conversion speed (021 for 200 kSPS, 051 for 500 kSPS 18 * http://www.national.com/ds/DC/ADC<bb><c>S<sss>.pdf
|
/Linux-v6.6/Documentation/devicetree/bindings/pinctrl/ |
D | nxp,s32g2-siul2-pinctrl.yaml | 76 selected signal source(SSS) as IOMUX setting, which is 77 calculated as: pinmux = (PIN_ID << 4 | SSS)
|
/Linux-v6.6/drivers/crypto/ |
D | s5p-sss.c | 233 * struct samsung_aes_variant - platform specific SSS driver data 234 * @aes_offset: AES register offset from SSS module's base. 235 * @hash_offset: HASH register offset from SSS module's base. 236 * @clk_names: names of clocks needed to run SSS IP 238 * Specifies platform specific configuration of SSS module. 293 * @xmit_buf: Buffer for current HASH request transfer into SSS block. 294 * @hash_req: Current request sending to SSS HASH block. 295 * @hash_sg_iter: Scatterlist transferred through DMA into SSS HASH block. 344 * @engine: Bits for selecting type of HASH in SSS block 417 .compatible = "samsung,exynos5433-slim-sss", [all …]
|
D | Makefile | 38 obj-$(CONFIG_CRYPTO_DEV_S5P) += s5p-sss.o
|
/Linux-v6.6/arch/arm/boot/dts/samsung/ |
D | exynos5.dtsi | 207 sss: sss@10830000 { label
|
D | exynos5410.dtsi | 367 &sss {
|
D | exynos4.dtsi | 990 sss: sss@10830000 { label
|
/Linux-v6.6/tools/testing/selftests/powerpc/nx-gzip/include/ |
D | nx_dbg.h | 82 fprintf(nx_gzip_log, "sss " fmt, ## __VA_ARGS__); \
|
/Linux-v6.6/drivers/dma/fsl-dpaa2-qdma/ |
D | dpaa2-qdma.h | 15 u32 sss:12; /* souce stride size */ member
|
/Linux-v6.6/Documentation/devicetree/bindings/clock/ |
D | samsung,exynos850-clock.yaml | 145 - description: SSS clock (from CMU_TOP)
|
D | samsung,exynos5433-clock.yaml | 67 # CMU_IMEM which generates clocks for SSS (Security SubSystem) and
|
/Linux-v6.6/arch/sh/kernel/cpu/sh4a/ |
D | clock-sh7734.c | 208 CLKDEV_CON_ID("sss", &mstp_clks[MSTP008]),
|
/Linux-v6.6/drivers/clk/samsung/ |
D | clk-exynos5410.c | 169 GATE(CLK_SSS, "sss", "aclk266", GATE_IP_G2D, 2, 0, 0),
|
/Linux-v6.6/drivers/ata/ |
D | acard-ahci.c | 418 printk(KERN_INFO "ahci: SSS flag set, parallel bus scan disabled\n"); in acard_ahci_init_one()
|
/Linux-v6.6/drivers/crypto/rockchip/ |
D | rk3288_crypto.c | 9 * Some ideas are from marvell-cesa.c and s5p-sss.c driver.
|
D | rk3288_crypto_ahash.c | 9 * Some ideas are from marvell/cesa.c and s5p-sss.c driver.
|