Home
last modified time | relevance | path

Searched full:pisp (Results 1 – 23 of 23) sorted by relevance

/linux/Documentation/admin-guide/media/
H A Draspberrypi-pisp-be.rst4 Raspberry Pi PiSP Back End Memory-to-Memory ISP (pisp-be)
7 The PiSP Back End
10 The PiSP Back End is a memory-to-memory Image Signal Processor (ISP) which reads
16 Image Signal Processor (PiSP) Specification document`_
18 The PiSP Back End ISP processes images in tiles. The handling of image
25 in DRAM memory and processing them in the PiSP Back End to obtain images usable
29 The pisp-be driver
32 The Raspberry Pi PiSP Back End (pisp-be) driver is located under
33 drivers/media/platform/raspberrypi/pisp-be. It uses the `V4L2 API` to register
38 The media topology registered by the `pisp-be` driver is represented below:
[all …]
/linux/Documentation/userspace-api/media/v4l/
H A Dmetafmt-pisp-be.rst10 Raspberry Pi PiSP Back End configuration format
13 The Raspberry Pi PiSP Back End memory-to-memory image signal processor is
18 The PiSP Back End processes images in tiles, and its configuration requires
22 The `Raspberry Pi PiSP technical specification
49 Raspberry Pi PiSP Back End uAPI data types
53 PiSP Back End. The section is informative only, for a detailed description of
54 each field refer to the `Raspberry Pi PiSP technical specification
H A Dpixfmt-srggb8-pisp-comp.rst4 .. _v4l2-pix-fmt-pisp-comp1-rggb:
5 .. _v4l2-pix-fmt-pisp-comp1-grbg:
6 .. _v4l2-pix-fmt-pisp-comp1-gbrg:
7 .. _v4l2-pix-fmt-pisp-comp1-bggr:
8 .. _v4l2-pix-fmt-pisp-comp1-mono:
9 .. _v4l2-pix-fmt-pisp-comp2-rggb:
10 .. _v4l2-pix-fmt-pisp-comp2-grbg:
11 .. _v4l2-pix-fmt-pisp-comp2-gbrg:
12 .. _v4l2-pix-fmt-pisp-comp2-bggr:
13 .. _v4l2-pix-fmt-pisp-comp2-mono:
[all …]
H A Dmetafmt-pisp-fe.rst10 Raspberry Pi PiSP Front End configuration format
13 The Raspberry Pi PiSP Front End image signal processor is configured by
18 The `Raspberry Pi PiSP technical specification
29 Raspberry Pi PiSP Front End statistics format
32 The Raspberry Pi PiSP Front End image signal processor provides statistics data
37 The `Raspberry Pi PiSP technical specification
H A Dpixfmt-bayer.rst25 pixfmt-srggb8-pisp-comp
/linux/drivers/media/platform/raspberrypi/pisp_be/
H A DMakefile3 # Makefile for Raspberry Pi PiSP Backend driver
5 pisp-be-objs := pisp_be.o
6 obj-$(CONFIG_VIDEO_RASPBERRYPI_PISP_BE) += pisp-be.o
H A Dpisp_be_formats.h3 * PiSP Back End driver image format definitions.
446 /* Bayer formats - 16-bit PiSP Compressed */
H A Dpisp_be.c3 * PiSP Back End driver.
57 * This maps our nodes onto the inputs/outputs of the actual PiSP Back End.
151 * input or output queue to the PiSP Back End device.
202 * Structure representing the entire PiSP Back End device, comprising several
1392 * to represent one of the PiSP Back End's input or output streams.
1793 MODULE_DESCRIPTION("PiSP Back End driver");
/linux/Documentation/devicetree/bindings/media/
H A Draspberrypi,pispbe.yaml7 title: Raspberry Pi PiSP Image Signal Processor (ISP) Back End
14 The Raspberry Pi PiSP Image Signal Processor (ISP) Back End is an image
/linux/include/uapi/linux/media/raspberrypi/
H A Dpisp_common.h3 * RP1 PiSP common definitions.
43 * throughout the PiSP.
/linux/drivers/media/v4l2-core/
H A Dv4l2-ioctl.c1481 case V4L2_META_FMT_RPI_BE_CFG: descr = "RPi PiSP BE Config format"; break; in v4l_fill_fmtdesc()
1482 case V4L2_META_FMT_RPI_FE_CFG: descr = "RPi PiSP FE Config format"; break; in v4l_fill_fmtdesc()
1483 case V4L2_META_FMT_RPI_FE_STATS: descr = "RPi PiSP FE Statistics format"; break; in v4l_fill_fmtdesc()
1551 case V4L2_PIX_FMT_PISP_COMP1_RGGB: descr = "PiSP 8b RGRG/GBGB mode1 compr"; break; in v4l_fill_fmtdesc()
1552 case V4L2_PIX_FMT_PISP_COMP1_GRBG: descr = "PiSP 8b GRGR/BGBG mode1 compr"; break; in v4l_fill_fmtdesc()
1553 case V4L2_PIX_FMT_PISP_COMP1_GBRG: descr = "PiSP 8b GBGB/RGRG mode1 compr"; break; in v4l_fill_fmtdesc()
1554 case V4L2_PIX_FMT_PISP_COMP1_BGGR: descr = "PiSP 8b BGBG/GRGR mode1 compr"; break; in v4l_fill_fmtdesc()
1555 case V4L2_PIX_FMT_PISP_COMP1_MONO: descr = "PiSP 8b monochrome mode1 compr"; break; in v4l_fill_fmtdesc()
1556 case V4L2_PIX_FMT_PISP_COMP2_RGGB: descr = "PiSP 8b RGRG/GBGB mode2 compr"; break; in v4l_fill_fmtdesc()
1557 case V4L2_PIX_FMT_PISP_COMP2_GRBG: descr = "PiSP 8b GRGR/BGBG mode2 compr"; break; in v4l_fill_fmtdesc()
[all …]
/linux/net/rxrpc/
H A Dpeer_object.c341 _enter("{%pISp}", &srx->transport); in rxrpc_lookup_peer()
462 pr_err("Leaked peer %x {%u} %pISp\n", in rxrpc_destroy_all_peers()
H A Dpeer_event.c285 _debug("%02x peer %u t=%d {%pISp}", in rxrpc_peer_keepalive_dispatch()
H A Dlocal_object.c256 _enter("{%d,%d,%pISp}", in rxrpc_lookup_local()
H A Daf_rxrpc.c123 _debug("INET: %pISp", &srx->transport); in rxrpc_validate_address()
/linux/fs/afs/
H A Drxrpc.c346 _enter(",{%pISp+%u},", rxrpc_kernel_remote_addr(call->peer), call->service_id); in afs_make_call()
507 pr_notice("kAFS: Peer reported %s failure on %s [%pISp]\n", in afs_log_error()
H A Drotate.c633 _debug("address [%u] %u/%u %pISp", in afs_select_fileserver()
/linux/drivers/infiniband/sw/siw/
H A Dsiw_cm.c1440 siw_dbg_qp(qp, "pd_len %d, laddr %pISp, raddr %pISp\n", pd_len, laddr, in siw_connect()
1929 siw_dbg(id->device, "Listen at laddr %pISp\n", &id->local_addr); in siw_create_listen()
/linux/drivers/media/platform/raspberrypi/rp1-cfe/
H A Dcfe.c46 #include "pisp-fe.h"
2316 dev_err(&pdev->dev, "Failed to get pisp fe io block\n"); in cfe_probe()
2392 cfe_err(cfe, "Failed to init pisp fe (%d)\n", ret); in cfe_probe()
/linux/drivers/infiniband/ulp/iser/
H A Diser_verbs.c758 sprintf(iser_conn->name, "%pISp", dst_addr); in iser_connect()
/linux/include/trace/events/
H A Drxrpc.h2052 TP_printk("c=%08x u=%p %08x:%08x dst=%pISp",
2187 TP_printk("P=%08x o=%u t=%u c=%u i=%u d=%u e=%d %pISp",
/linux/drivers/nvme/host/
H A Dtcp.c3009 dev_info(ctrl->ctrl.device, "new ctrl: NQN \"%s\", addr %pISp, hostnqn: %s\n", in nvme_tcp_create_ctrl()
/linux/
H A DMAINTAINERS22265 RASPBERRY PI PISP BACK END
22274 RASPBERRY PI PISP CAMERA FRONT END