/linux/drivers/media/platform/qcom/camss/ |
H A D | camss-csid.c | 3 * camss-csid.c 5 * Qualcomm MSM Camera Subsystem - CSID (CSI Decoder) Module 24 #include "camss-csid.h" 25 #include "camss-csid-gen1.h" 28 /* offset of CSID registers in VFE region for VFE 480 */ 528 * csid_set_clock_rates - Calculate and set clock rates on CSID module 529 * @csiphy: CSID device 531 static int csid_set_clock_rates(struct csid_device *csid) in csid_set_clock_rates() argument 533 struct device *dev = csid->camss->dev; in csid_set_clock_rates() 539 fmt = csid_get_fmt_entry(csid->res->formats->formats, csid->res->formats->nformats, in csid_set_clock_rates() [all …]
|
H A D | camss-csid-gen2.c | 3 * camss-csid-4-7.c 5 * Qualcomm MSM Camera Subsystem - CSID (CSI Decoder) Module 15 #include "camss-csid.h" 16 #include "camss-csid-gen2.h" 19 /* The CSID 2 IP-block is different from the others, 37 #define CSID_CSI2_RDIN_IRQ_STATUS(rdi) ((csid_is_lite(csid) ? 0x30 : 0x40) \ 39 #define CSID_CSI2_RDIN_IRQ_MASK(rdi) ((csid_is_lite(csid) ? 0x34 : 0x44) \ 41 #define CSID_CSI2_RDIN_IRQ_CLEAR(rdi) ((csid_is_lite(csid) ? 0x38 : 0x48) \ 43 #define CSID_CSI2_RDIN_IRQ_SET(rdi) ((csid_is_lite(csid) ? 0x3C : 0x4C) \ 75 #define CSID_RDI_CFG0(rdi) ((csid_is_lite(csid) ? 0x200 : 0x300) \ [all …]
|
H A D | camss-csid-4-7.c | 3 * camss-csid-4-7.c 5 * Qualcomm MSM Camera Subsystem - CSID (CSI Decoder) Module 15 #include "camss-csid.h" 16 #include "camss-csid-gen1.h" 47 static void csid_configure_stream(struct csid_device *csid, u8 enable) in csid_configure_stream() argument 49 struct csid_testgen_config *tg = &csid->testgen; in csid_configure_stream() 50 u32 sink_code = csid->fmt[MSM_CSID_PAD_SINK].code; in csid_configure_stream() 51 u32 src_code = csid->fmt[MSM_CSID_PAD_SRC].code; in csid_configure_stream() 65 input_format = &csid->fmt[MSM_CSID_PAD_SRC]; in csid_configure_stream() 66 format = csid_get_fmt_entry(csid->res->formats->formats, in csid_configure_stream() [all …]
|
H A D | camss-csid-4-1.c | 3 * camss-csid-4-1.c 5 * Qualcomm MSM Camera Subsystem - CSID (CSI Decoder) Module 16 #include "camss-csid.h" 17 #include "camss-csid-gen1.h" 48 static void csid_configure_stream(struct csid_device *csid, u8 enable) in csid_configure_stream() argument 50 struct csid_testgen_config *tg = &csid->testgen; in csid_configure_stream() 64 input_format = &csid->fmt[MSM_CSID_PAD_SRC]; in csid_configure_stream() 65 format = csid_get_fmt_entry(csid->res->formats->formats, in csid_configure_stream() 66 csid->res->formats->nformats, in csid_configure_stream() 75 writel_relaxed(val, csid->base + CAMSS_CSID_TG_VC_CFG); in csid_configure_stream() [all …]
|
H A D | camss-csid.h | 3 * camss-csid.h 5 * Qualcomm MSM Camera Subsystem - CSID (CSI Decoder) Module 27 /* CSID hardware can demultiplex up to 4 outputs */ 102 * configure_stream - Configures and starts CSID input stream 103 * @csid: CSID device 105 void (*configure_stream)(struct csid_device *csid, u8 enable); 110 * @csid: CSID device 112 int (*configure_testgen_pattern)(struct csid_device *csid, s32 val); 116 * @csid: CSID device 118 u32 (*hw_version)(struct csid_device *csid); [all …]
|
H A D | Makefile | 6 camss-csid.o \ 7 camss-csid-4-1.o \ 8 camss-csid-4-7.o \ 9 camss-csid-gen2.o \
|
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/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/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/Documentation/devicetree/bindings/arm/tegra/ |
H A D | nvidia,tegra186-pmc.yaml | 108 dsic, dsid, csic, csid, csie, dsif, spi, ufs, dmic-hv, edp, 118 pex-l1-rst, sdmmc4, pex-l5-rst, cam, csic, csid, csie, csif,
|
/linux/Documentation/devicetree/bindings/soc/tegra/ |
H A D | nvidia,tegra20-pmc.yaml | 279 audio, audio-hv, cam, csia, csib, csic, csid, csie, csif, dbg, 358 enum: [ audio, audio-hv, cam, csia, csib, csic, csid, csie,
|
/linux/drivers/net/ |
H A D | macsec.c | 3044 u64 csid; in nla_put_secy() local 3051 csid = secy->xpn ? MACSEC_CIPHER_ID_GCM_AES_XPN_128 : MACSEC_DEFAULT_CIPHER_ID; in nla_put_secy() 3054 csid = secy->xpn ? MACSEC_CIPHER_ID_GCM_AES_XPN_256 : MACSEC_CIPHER_ID_GCM_AES_256; in nla_put_secy() 3063 csid, MACSEC_SECY_ATTR_PAD) || in nla_put_secy() 4276 u64 csid = MACSEC_DEFAULT_CIPHER_ID; in macsec_validate_attr() local 4285 csid = nla_get_u64(data[IFLA_MACSEC_CIPHER_SUITE]); in macsec_validate_attr() 4302 switch (csid) { in macsec_validate_attr() 4390 u64 csid; in macsec_fill_info() local 4398 csid = secy->xpn ? MACSEC_CIPHER_ID_GCM_AES_XPN_128 : MACSEC_DEFAULT_CIPHER_ID; in macsec_fill_info() 4401 csid = secy->xpn ? MACSEC_CIPHER_ID_GCM_AES_XPN_256 : MACSEC_CIPHER_ID_GCM_AES_256; in macsec_fill_info() [all …]
|
/linux/tools/testing/selftests/net/ |
H A D | srv6_end_next_csid_l3vpn_test.sh | 628 encap seg6local action End flavors next-csid \ 1014 encap seg6local action End flavors next-csid ${layout} \ 1079 if ! ip route help 2>&1 | grep -qo "next-csid"; then
|
H A D | srv6_end_x_next_csid_l3vpn_test.sh | 644 flavors next-csid lblen "${LCBLOCK_BLEN}" \ 1082 flavors next-csid ${layout} \ 1147 if ! ip route help 2>&1 | grep -qo "next-csid"; then
|
/linux/drivers/soc/tegra/ |
H A D | pmc.c | 3610 TEGRA_IO_PAD(TEGRA_IO_PAD_CSID, 11, 0x1c0, 0x1c4, UINT_MAX, "csid"), 3651 TEGRA_IO_PIN_DESC(TEGRA_IO_PAD_CSID, "csid"), 3760 TEGRA_IO_PAD(TEGRA_IO_PAD_CSID, 12, 0x7c, 0x80, UINT_MAX, "csid"), 3801 TEGRA_IO_PIN_DESC(TEGRA_IO_PAD_CSID, "csid"), 3968 TEGRA_IO_PAD(TEGRA_IO_PAD_CSID, 12, 0x7c, 0x80, UINT_MAX, "csid"), 4020 TEGRA_IO_PIN_DESC(TEGRA_IO_PAD_CSID, "csid"), 4123 TEGRA_IO_PAD(TEGRA_IO_PAD_CSID, 3, 0xe0c0, 0xe0c4, UINT_MAX, "csid"), 4141 TEGRA_IO_PIN_DESC(TEGRA_IO_PAD_CSID, "csid"),
|
/linux/security/selinux/ |
H A D | hooks.c | 2099 u32 csid = task_sid_obj(child); in selinux_ptrace_access_check() local 2102 return avc_has_perm(sid, csid, SECCLASS_FILE, FILE__READ, in selinux_ptrace_access_check() 2105 return avc_has_perm(sid, csid, SECCLASS_PROCESS, PROCESS__PTRACE, in selinux_ptrace_access_check()
|