Searched full:pispbe (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/media/platform/raspberrypi/pisp_be/ |
D | pisp_be.c | 27 #define PISPBE_NAME "pispbe" 159 struct pispbe_dev *pispbe; member 172 /* For logging only, use the entity name with "pispbe" and separator removed */ 205 struct pispbe_dev *pispbe; member 225 static u32 pispbe_rd(struct pispbe_dev *pispbe, unsigned int offset) in pispbe_rd() argument 227 return readl(pispbe->be_reg_base + offset); in pispbe_rd() 230 static void pispbe_wr(struct pispbe_dev *pispbe, unsigned int offset, u32 val) in pispbe_wr() argument 232 writel(val, pispbe->be_reg_base + offset); in pispbe_wr() 240 static void pispbe_queue_job(struct pispbe_dev *pispbe, in pispbe_queue_job() argument 245 if (pispbe_rd(pispbe, PISP_BE_STATUS_REG) & PISP_BE_STATUS_QUEUED) in pispbe_queue_job() [all …]
|
/linux-6.12.1/Documentation/admin-guide/media/ |
D | raspberrypi-pisp-be.rst | 49 - pispbe-input: output device for images to be submitted to the ISP for 51 - pispbe-tdn_input: output device for temporal denoise. 52 - pispbe-stitch_input: output device for image stitching (HDR). 53 - pispbe-output0: first capture device for processed images. 54 - pispbe-output1: second capture device for processed images. 55 - pispbe-tdn_output: capture device for temporal denoise. 56 - pispbe-stitch_output: capture device for image stitching (HDR). 57 - pispbe-config: output device for ISP configuration parameters. 59 pispbe-input 62 Images to be processed by the ISP are queued to the `pispbe-input` output device [all …]
|
D | raspberrypi-pisp-be.dot | 3 …n00000001 [label="{{<port0> 0 | <port1> 1 | <port2> 2 | <port7> 7} | pispbe\n | {<port3> 3 | <port… 8 n0000000a [label="pispbe-input\n/dev/video0", shape=box, style=filled, fillcolor=yellow] 10 n00000010 [label="pispbe-tdn_input\n/dev/video1", shape=box, style=filled, fillcolor=yellow] 12 n00000016 [label="pispbe-stitch_input\n/dev/video2", shape=box, style=filled, fillcolor=yellow] 14 n0000001c [label="pispbe-output0\n/dev/video3", shape=box, style=filled, fillcolor=yellow] 15 n00000022 [label="pispbe-output1\n/dev/video4", shape=box, style=filled, fillcolor=yellow] 16 n00000028 [label="pispbe-tdn_output\n/dev/video5", shape=box, style=filled, fillcolor=yellow] 17 n0000002e [label="pispbe-stitch_output\n/dev/video6", shape=box, style=filled, fillcolor=yellow] 18 n00000034 [label="pispbe-config\n/dev/video7", shape=box, style=filled, fillcolor=yellow]
|
/linux-6.12.1/Documentation/devicetree/bindings/media/ |
D | raspberrypi,pispbe.yaml | 4 $id: http://devicetree.org/schemas/media/raspberrypi,pispbe.yaml# 25 - brcm,bcm2712-pispbe 26 - const: raspberrypi,pispbe 57 compatible = "brcm,bcm2712-pispbe", "raspberrypi,pispbe";
|
/linux-6.12.1/Documentation/userspace-api/media/v4l/ |
D | metafmt-pisp-be.rst | 14 to the `pispbe-config` output video device node using the
|
/linux-6.12.1/ |
D | MAINTAINERS | 19327 F: Documentation/devicetree/bindings/media/raspberrypi,pispbe.yaml
|