| /linux/drivers/media/platform/raspberrypi/rp1-cfe/ |
| H A D | cfe.c | 54 #define cfe_dbg(cfe, fmt, arg...) dev_dbg(&(cfe)->pdev->dev, fmt, ##arg) argument 55 #define cfe_info(cfe, fmt, arg...) dev_info(&(cfe)->pdev->dev, fmt, ##arg) argument 56 #define cfe_err(cfe, fmt, arg...) dev_err(&(cfe)->pdev->dev, fmt, ##arg) argument 261 struct cfe_device *cfe; member 311 static inline bool is_fe_enabled(struct cfe_device *cfe) in is_fe_enabled() argument 313 return cfe->fe_csi2_channel != -1; in is_fe_enabled() 321 static inline u32 cfg_reg_read(struct cfe_device *cfe, u32 offset) in cfg_reg_read() argument 323 return readl(cfe->mipi_cfg_base + offset); in cfg_reg_read() 326 static inline void cfg_reg_write(struct cfe_device *cfe, u32 offset, u32 val) in cfg_reg_write() argument 328 writel(val, cfe->mipi_cfg_base + offset); in cfg_reg_write() [all …]
|
| H A D | Makefile | 5 rp1-cfe-objs := cfe.o csi2.o pisp-fe.o dphy.o 6 obj-$(CONFIG_VIDEO_RP1_CFE) += rp1-cfe.o
|
| H A D | cfe-trace.h | 8 #define TRACE_SYSTEM cfe 201 #define TRACE_INCLUDE_FILE ../../drivers/media/platform/raspberrypi/rp1-cfe/cfe-trace
|
| H A D | Kconfig | 15 called rp1-cfe.
|
| /linux/Documentation/admin-guide/media/ |
| H A D | raspberrypi-rp1-cfe.rst | 4 Raspberry Pi PiSP Camera Front End (rp1-cfe) 25 The rp1-cfe driver 28 The Raspberry Pi PiSP Camera Front End (rp1-cfe) driver is located under 29 drivers/media/platform/raspberrypi/rp1-cfe. It uses the `V4L2 API` to register 34 The media topology registered by the `rp1-cfe` driver, in this particular 37 .. _rp1-cfe-topology: 39 .. kernel-figure:: raspberrypi-rp1-cfe.dot 45 - rp1-cfe-csi2-ch0: capture device for the first CSI-2 stream 46 - rp1-cfe-csi2-ch1: capture device for the second CSI-2 stream 47 - rp1-cfe-csi2-ch2: capture device for the third CSI-2 stream [all …]
|
| H A D | raspberrypi-rp1-cfe.dot | 18 n00000011 [label="rp1-cfe-csi2-ch0\n/dev/video0", shape=box, style=filled, fillcolor=yellow] 19 n00000015 [label="rp1-cfe-csi2-ch1\n/dev/video1", shape=box, style=filled, fillcolor=yellow] 20 n00000019 [label="rp1-cfe-csi2-ch2\n/dev/video2", shape=box, style=filled, fillcolor=yellow] 21 n0000001d [label="rp1-cfe-csi2-ch3\n/dev/video3", shape=box, style=filled, fillcolor=yellow] 22 n00000021 [label="rp1-cfe-fe-image0\n/dev/video4", shape=box, style=filled, fillcolor=yellow] 23 n00000025 [label="rp1-cfe-fe-image1\n/dev/video5", shape=box, style=filled, fillcolor=yellow] 24 n00000029 [label="rp1-cfe-fe-stats\n/dev/video6", shape=box, style=filled, fillcolor=yellow] 25 n0000002d [label="rp1-cfe-fe-config\n/dev/video7", shape=box, style=filled, fillcolor=yellow]
|
| H A D | v4l-drivers.rst | 31 raspberrypi-rp1-cfe
|
| /linux/arch/mips/bcm63xx/boards/ |
| H A D | board_bcm963xx.c | 731 u8 *boot_addr, *cfe; in board_prom_init() local 749 cfe = boot_addr + BCM963XX_CFE_VERSION_OFFSET; in board_prom_init() 750 if (strstarts(cfe, "cfe-")) { in board_prom_init() 751 if(cfe[4] == 'v') { in board_prom_init() 752 if(cfe[5] == 'd') in board_prom_init() 754 (char *) &cfe[5]); in board_prom_init() 755 else if (cfe[10] > 0) in board_prom_init() 757 "%u.%u.%u-%u.%u-%u", cfe[5], cfe[6], in board_prom_init() 758 cfe[7], cfe[8], cfe[9], cfe[10]); in board_prom_init() 761 "%u.%u.%u-%u.%u", cfe[5], cfe[6], in board_prom_init() [all …]
|
| /linux/Documentation/devicetree/bindings/mtd/partitions/ |
| H A D | brcm,bcm963xx-cfe-nor-partitions.txt | 12 - compatible : must be "brcm,bcm963xx-cfe-nor-partitions" 22 compatible = "brcm,bcm963xx-cfe-nor-partitions";
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | metafmt-pisp-fe.rst | 15 `rp1-cfe-fe-config` output video device node using the 33 by writing to a buffer provided via the `rp1-cfe-fe-stats` capture video device
|
| /linux/drivers/media/platform/raspberrypi/ |
| H A D | Makefile | 4 obj-y += rp1-cfe/
|
| H A D | Kconfig | 6 source "drivers/media/platform/raspberrypi/rp1-cfe/Kconfig"
|
| /linux/arch/mips/sibyte/common/ |
| H A D | Makefile | 2 obj-y := cfe.o
|
| /linux/arch/arm/boot/dts/broadcom/ |
| H A D | bcm5301x-nand-cs0.dtsi | 17 compatible = "brcm,bcm947xx-cfe-partitions";
|
| H A D | bcm5301x.dtsi | 132 compatible = "brcm,bcm947xx-cfe-partitions";
|
| /linux/arch/mips/boot/dts/brcm/ |
| H A D | bcm97358svmb.dts | 95 flash0.cfe@0 {
|
| H A D | bcm97360svmb.dts | 98 flash0.cfe@0 {
|
| H A D | bcm97425svmb.dts | 133 flash0.cfe@0 {
|
| /linux/Documentation/driver-api/crypto/iaa/ |
| H A D | iaa-crypto.rst | 533 lspci -d:0cfe 535 lspci -d:0cfe | wc -l 540 iaa_dev_id="0cfe" 687 lspci -d:0cfe 689 lspci -d:0cfe | wc -l 694 iaa_dev_id="0cfe"
|
| /linux/tools/perf/util/ |
| H A D | event.h | 241 u32 cfe; member
|
| H A D | intel-pt.c | 2611 struct perf_synth_intel_evt cfe; in intel_pt_synth_events_sample() member 2625 raw.cfe.type = ptq->state->cfe_type; in intel_pt_synth_events_sample() 2626 raw.cfe.reserved = 0; in intel_pt_synth_events_sample() 2627 raw.cfe.ip = !!(ptq->state->flags & INTEL_PT_FUP_IP); in intel_pt_synth_events_sample() 2628 raw.cfe.vector = ptq->state->cfe_vector; in intel_pt_synth_events_sample() 2629 raw.cfe.evd_cnt = ptq->state->evd_cnt; in intel_pt_synth_events_sample()
|
| /linux/arch/mips/ |
| H A D | Makefile | 261 libs-$(CONFIG_FW_CFE) += arch/mips/fw/cfe/
|
| /linux/arch/arm64/boot/dts/broadcom/bcmbca/ |
| H A D | bcm4908.dtsi | 76 cfe-stub@0 {
|
| /linux/tools/perf/ |
| H A D | builtin-script.c | 1959 const char *cfe[32] = {NULL, "INTR", "IRET", "SMI", "RSM", "SIPI", in perf_sample__fprintf_synth_evt() local 1969 s = cfe[data->type]; in perf_sample__fprintf_synth_evt()
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-intel-pt.txt | 1771 evt: hw int (t) cfe: INTR IP: 1 vector: 3 PFA: 0x8877665544332211
|