Searched refs:pispbe (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/media/platform/raspberrypi/pisp_be/ |
| H A D | pisp_be.c | 161 struct pispbe_dev *pispbe; member 207 struct pispbe_dev *pispbe; member 229 static u32 pispbe_rd(struct pispbe_dev *pispbe, unsigned int offset) in pispbe_rd() argument 231 return readl(pispbe->be_reg_base + offset); in pispbe_rd() 234 static void pispbe_wr(struct pispbe_dev *pispbe, unsigned int offset, u32 val) in pispbe_wr() argument 236 writel(val, pispbe->be_reg_base + offset); in pispbe_wr() 244 static void pispbe_queue_job(struct pispbe_dev *pispbe, in pispbe_queue_job() argument 249 if (pispbe_rd(pispbe, PISP_BE_STATUS_REG) & PISP_BE_STATUS_QUEUED) in pispbe_queue_job() 250 dev_err(pispbe->dev, "ERROR: not safe to queue new job!\n"); in pispbe_queue_job() 259 pispbe_wr(pispbe, PISP_BE_IO_ADDR_LOW(u), in pispbe_queue_job() [all …]
|
| /linux/Documentation/admin-guide/media/ |
| H A 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 …]
|
| H A 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/Documentation/userspace-api/media/v4l/ |
| H A D | metafmt-pisp-be.rst | 15 to the `pispbe-config` output video device node using the
|
| /linux/ |
| H A D | MAINTAINERS | 21784 F: Documentation/devicetree/bindings/media/raspberrypi,pispbe.yaml
|