| /linux/Documentation/admin-guide/media/ |
| H A D | qcom_camss.rst | 32 - 2 / 4 CSID (CSI Decoder) modules. They handle the Protocol and Application 33 layer of the CSI2 receivers. A CSID can decode data stream from any of the 34 CSIPHY. Each CSID also contains a TG (Test Generator) block which can generate 53 - Generation of test input data by the TG in CSID; 115 - 2 / 4 CSID sub-devices - each CSID is represented by a single sub-device; 117 equal to the number of CSID sub-devices; 123 - representing CSIPHY and CSID modules by a separate sub-device for each module 128 - representing ISPIF by a number of sub-devices equal to the number of CSID
|
| /linux/net/sctp/ |
| H A D | ulpqueue.c | 746 __u16 sid, csid, cssn; in sctp_ulpq_retrieve_ordered() local 756 csid = cevent->stream; in sctp_ulpq_retrieve_ordered() 760 if (csid > sid) in sctp_ulpq_retrieve_ordered() 764 if (csid < sid) in sctp_ulpq_retrieve_ordered() 786 __u16 sid, csid; in sctp_ulpq_store_ordered() local 799 csid = cevent->stream; in sctp_ulpq_store_ordered() 801 if (sid > csid) { in sctp_ulpq_store_ordered() 806 if ((sid == csid) && SSN_lt(cssn, ssn)) { in sctp_ulpq_store_ordered() 816 csid = cevent->stream; in sctp_ulpq_store_ordered() 819 if (csid > sid) in sctp_ulpq_store_ordered() [all …]
|
| H A D | stream_interleave.c | 1009 __u16 csid; in sctp_intl_reap_ordered() local 1015 csid = cevent->stream; in sctp_intl_reap_ordered() 1018 if (csid > sid) in sctp_intl_reap_ordered() 1021 if (csid < sid) in sctp_intl_reap_ordered() 1024 if (!MID_lt(cmid, sctp_mid_peek(stream, in, csid))) in sctp_intl_reap_ordered() 1036 csid = cevent->stream; in sctp_intl_reap_ordered() 1039 if (csid == sid && cmid == sctp_mid_peek(stream, in, csid)) { in sctp_intl_reap_ordered() 1040 sctp_mid_next(stream, in, csid); in sctp_intl_reap_ordered()
|
| /linux/drivers/media/platform/qcom/camss/ |
| H A D | camss-csid-gen1.h | 3 * camss-csid-gen1.h 5 * Qualcomm MSM Camera Subsystem - CSID (CSI Decoder) Module Generation 1
|
| H A D | camss-csid-gen2.h | 3 * camss-csid-gen1.h 5 * Qualcomm MSM Camera Subsystem - CSID (CSI Decoder) Module Generation 1
|
| /linux/drivers/spi/ |
| H A D | spi-cavium.h | 271 uint64_t csid:2; member 285 uint64_t csid:2; 311 uint64_t csid:1; member 325 uint64_t csid:1;
|
| H A D | spi-cavium.c | 81 mpi_tx.s.csid = spi_get_chipselect(spi, 0); in octeon_spi_do_transfer() 106 mpi_tx.s.csid = spi_get_chipselect(spi, 0); in octeon_spi_do_transfer()
|
| /linux/tools/perf/util/cs-etm-decoder/ |
| H A D | cs-etm-decoder.c | 637 u8 csid; in cs_etm_decoder__create_etm_decoder() local 642 csid = (t_params->etmv3.reg_idr & CORESIGHT_TRACE_ID_VAL_MASK); in cs_etm_decoder__create_etm_decoder() 650 csid = (t_params->etmv4.reg_traceidr & CORESIGHT_TRACE_ID_VAL_MASK); in cs_etm_decoder__create_etm_decoder() 656 csid = (t_params->ete.reg_traceidr & CORESIGHT_TRACE_ID_VAL_MASK); in cs_etm_decoder__create_etm_decoder() 674 trace_config, &csid)) in cs_etm_decoder__create_etm_decoder() 686 trace_config, &csid)) in cs_etm_decoder__create_etm_decoder() 689 if (ocsd_dt_set_pkt_protocol_printer(decoder->dcd_tree, csid, 0)) in cs_etm_decoder__create_etm_decoder()
|
| /linux/Documentation/devicetree/bindings/arm/tegra/ |
| H A D | nvidia,tegra186-pmc.yaml | 109 dsic, dsid, csic, csid, csie, dsif, spi, ufs, dmic-hv, edp, 119 pex-l1-rst, sdmmc4, pex-l5-rst, cam, csic, csid, csie, csif,
|
| /linux/tools/testing/selftests/net/ |
| H A D | srv6_end_x_next_csid_l3vpn_test.sh | 614 flavors next-csid lblen "${LCBLOCK_BLEN}" \ 635 oif "${oifname}" flavors next-csid lblen "${LCBLOCK_BLEN}" \ 1089 flavors next-csid ${layout} \ 1154 if ! ip route help 2>&1 | grep -qo "next-csid"; then
|
| H A D | srv6_end_next_csid_l3vpn_test.sh | 592 encap seg6local action End flavors next-csid \ 973 encap seg6local action End flavors next-csid ${layout} \ 1038 if ! ip route help 2>&1 | grep -qo "next-csid"; then
|
| /linux/drivers/net/ |
| H A D | macsec.c | 2996 u64 csid; in nla_put_secy() local 3003 csid = secy->xpn ? MACSEC_CIPHER_ID_GCM_AES_XPN_128 : MACSEC_DEFAULT_CIPHER_ID; in nla_put_secy() 3006 csid = secy->xpn ? MACSEC_CIPHER_ID_GCM_AES_XPN_256 : MACSEC_CIPHER_ID_GCM_AES_256; in nla_put_secy() 3015 csid, MACSEC_SECY_ATTR_PAD) || in nla_put_secy() 4326 u64 csid; in macsec_fill_info() local 4334 csid = secy->xpn ? MACSEC_CIPHER_ID_GCM_AES_XPN_128 : MACSEC_DEFAULT_CIPHER_ID; in macsec_fill_info() 4337 csid = secy->xpn ? MACSEC_CIPHER_ID_GCM_AES_XPN_256 : MACSEC_CIPHER_ID_GCM_AES_256; in macsec_fill_info() 4347 csid, IFLA_MACSEC_PAD) || in macsec_fill_info()
|
| /linux/drivers/soc/tegra/ |
| H A D | pmc.c | 3629 TEGRA_IO_PAD(TEGRA_IO_PAD_CSID, 11, 0x1c0, 0x1c4, UINT_MAX, "csid"), 3670 TEGRA_IO_PIN_DESC(TEGRA_IO_PAD_CSID, "csid"), 3779 TEGRA_IO_PAD(TEGRA_IO_PAD_CSID, 12, 0x7c, 0x80, UINT_MAX, "csid"), 3820 TEGRA_IO_PIN_DESC(TEGRA_IO_PAD_CSID, "csid"), 3985 TEGRA_IO_PAD(TEGRA_IO_PAD_CSID, 12, 0x7c, 0x80, UINT_MAX, "csid"), 4037 TEGRA_IO_PIN_DESC(TEGRA_IO_PAD_CSID, "csid"), 4140 TEGRA_IO_PAD(TEGRA_IO_PAD_CSID, 3, 0xe0c0, 0xe0c4, UINT_MAX, "csid"), 4158 TEGRA_IO_PIN_DESC(TEGRA_IO_PAD_CSID, "csid"),
|
| /linux/security/selinux/ |
| H A D | hooks.c | 2116 u32 csid = task_sid_obj(child); in selinux_ptrace_access_check() local 2119 return avc_has_perm(sid, csid, SECCLASS_FILE, FILE__READ, in selinux_ptrace_access_check() 2122 return avc_has_perm(sid, csid, SECCLASS_PROCESS, PROCESS__PTRACE, in selinux_ptrace_access_check()
|
| /linux/arch/arm64/boot/dts/qcom/ |
| H A D | sm8550.dtsi | 3532 "csid",
|
| H A D | lemans.dtsi | 4642 "csid",
|