Home
last modified time | relevance | path

Searched full:isi (Results 1 – 25 of 49) sorted by relevance

12

/linux/fs/iomap/
H A Dswapfile.c27 static int iomap_swapfile_add_extent(struct iomap_swapfile_info *isi) in iomap_swapfile_add_extent() argument
29 struct iomap *iomap = &isi->iomap; in iomap_swapfile_add_extent()
37 if (unlikely(isi->nr_pages >= isi->sis->max)) in iomap_swapfile_add_extent()
39 max_pages = isi->sis->max - isi->nr_pages; in iomap_swapfile_add_extent()
63 if (isi->lowest_ppage > first_ppage_reported) in iomap_swapfile_add_extent()
64 isi->lowest_ppage = first_ppage_reported; in iomap_swapfile_add_extent()
65 if (isi->highest_ppage < (next_ppage - 1)) in iomap_swapfile_add_extent()
66 isi->highest_ppage = next_ppage - 1; in iomap_swapfile_add_extent()
69 error = add_swap_extent(isi->sis, isi->nr_pages, nr_pages, first_ppage); in iomap_swapfile_add_extent()
72 isi->nr_extents += error; in iomap_swapfile_add_extent()
[all …]
/linux/drivers/media/platform/nxp/imx8-isi/
H A DMakefile3 imx8-isi-y := imx8-isi-core.o imx8-isi-crossbar.o imx8-isi-gasket.o \
4 imx8-isi-hw.o imx8-isi-pipe.o imx8-isi-video.o
5 imx8-isi-$(CONFIG_DEBUG_FS) += imx8-isi-debug.o
6 imx8-isi-$(CONFIG_VIDEO_IMX8_ISI_M2M) += imx8-isi-m2m.o
8 obj-$(CONFIG_VIDEO_IMX8_ISI) += imx8-isi.o
H A Dimx8-isi-debug.c14 #include "imx8-isi-core.h"
15 #include "imx8-isi-regs.h"
85 if (!pm_runtime_get_if_in_use(pipe->isi->dev)) in mxc_isi_debug_dump_regs_show()
88 seq_printf(m, "--- ISI pipe %u registers ---\n", pipe->id); in mxc_isi_debug_dump_regs_show()
95 if (pipe->isi->pdata->has_36bit_dma) { in mxc_isi_debug_dump_regs_show()
105 pm_runtime_put(pipe->isi->dev); in mxc_isi_debug_dump_regs_show()
111 void mxc_isi_debug_init(struct mxc_isi_dev *isi) in mxc_isi_debug_init() argument
115 isi->debugfs_root = debugfs_create_dir(dev_name(isi->dev), NULL); in mxc_isi_debug_init()
117 for (i = 0; i < isi->pdata->num_channels; ++i) { in mxc_isi_debug_init()
118 struct mxc_isi_pipe *pipe = &isi->pipes[i]; in mxc_isi_debug_init()
[all …]
H A Dimx8-isi-gasket.c10 #include "imx8-isi-core.h"
27 static void mxc_imx8_gasket_enable(struct mxc_isi_dev *isi, in mxc_imx8_gasket_enable() argument
34 regmap_write(isi->gasket, GASKET_BASE(port) + GASKET_HSIZE, fmt->width); in mxc_imx8_gasket_enable()
35 regmap_write(isi->gasket, GASKET_BASE(port) + GASKET_VSIZE, fmt->height); in mxc_imx8_gasket_enable()
42 regmap_write(isi->gasket, GASKET_BASE(port) + GASKET_CTRL, val); in mxc_imx8_gasket_enable()
45 static void mxc_imx8_gasket_disable(struct mxc_isi_dev *isi, in mxc_imx8_gasket_disable() argument
48 regmap_write(isi->gasket, GASKET_BASE(port) + GASKET_CTRL, 0); in mxc_imx8_gasket_disable()
64 static void mxc_imx93_gasket_enable(struct mxc_isi_dev *isi, in mxc_imx93_gasket_enable() argument
73 regmap_write(isi->gasket, DISP_MIX_CAMERA_MUX, val); in mxc_imx93_gasket_enable()
76 static void mxc_imx93_gasket_disable(struct mxc_isi_dev *isi, in mxc_imx93_gasket_disable() argument
[all …]
H A DKconfig4 tristate "i.MX8 Image Sensor Interface (ISI) driver"
14 V4L2 driver for the Image Sensor Interface (ISI) found in various
18 bool "i.MX8 Image Sensor Interface (ISI) memory-to-memory support"
22 in the ISI driver.
/linux/drivers/parisc/
H A Diosapic.c105 ** intr_pin = iosapic_xlate_pin(isi,pcidev):
106 ** intr_line = find IRT entry(isi, PCI_SLOT(pcidev), intr_pin)
113 ** o locate vector_info (needs: isi, intr_line)
381 irt_find_irqline(struct iosapic_info *isi, u8 slot, u8 intr_pin) in irt_find_irqline() argument
413 if (!COMPARE_IRTE_ADDR(i, isi->isi_hpa)) in irt_find_irqline()
431 isi->isi_hpa, slot, intr_pin); in irt_find_irqline()
451 iosapic_xlate_pin(struct iosapic_info *isi, struct pci_dev *pcidev) in iosapic_xlate_pin() argument
514 return irt_find_irqline(isi, intr_slot, intr_pin); in iosapic_xlate_pin()
699 struct iosapic_info *isi = isi_obj; in iosapic_fixup_irq() local
704 if (!isi) { in iosapic_fixup_irq()
[all …]
/linux/Documentation/devicetree/bindings/media/
H A Datmel-isi.txt1 Atmel Image Sensor Interface (ISI)
4 Required properties for ISI:
5 - compatible: must be "atmel,at91sam9g45-isi" or "microchip,sam9x60-isi".
7 - interrupts: should contain IRQ line for the ISI.
13 ISI supports a single port node with parallel bus. It shall contain one
28 isi: isi@f0034000 {
29 compatible = "atmel,at91sam9g45-isi";
/linux/arch/arm/boot/dts/microchip/
H A Dat91sam9x5_isi.dtsi16 isi {
17 pinctrl_isi_data_0_7: isi-0-data-0-7 {
32 pinctrl_isi_data_8_9: isi-0-data-8-9 {
38 pinctrl_isi_data_10_11: isi-0-data-10-11 {
46 isi: isi@f8048000 { label
47 compatible = "atmel,at91sam9g45-isi";
H A Dsama5d3xmb.dtsi41 * i2c0 conflicts with ISI:
42 * disable it to allow the use of ISI
84 isi: isi@f0034000 { label
H A Dsama5d3xmb_cmp.dtsi40 * i2c0 conflicts with ISI:
41 * disable it to allow the use of ISI
83 isi: isi@f0034000 { label
H A Dsama5d35ek.dts36 isi: isi@f0034000 { label
H A Dsama5d3.dtsi248 isi: isi@f0034000 { label
249 compatible = "atmel,at91sam9g45-isi";
675 isi {
676 pinctrl_isi_data_0_7: isi-0-data-0-7 {
691 pinctrl_isi_data_8_9: isi-0-data-8-9 {
697 pinctrl_isi_data_10_11: isi-0-data-10-11 {
H A Dat91sam9g45.dtsi270 isi {
271 pinctrl_isi_data_0_7: isi-0-data-0-7 {
286 pinctrl_isi_data_8_9: isi-0-data-8-9 {
292 pinctrl_isi_data_10_11: isi-0-data-10-11 {
831 isi@fffb4000 {
832 compatible = "atmel,at91sam9g45-isi";
/linux/arch/arm64/boot/dts/freescale/
H A Dimx8qm-ss-img.dtsi6 &isi {
7 compatible = "fsl,imx8qm-isi";
H A Dimx8qxp-ss-img.dtsi31 &isi {
32 compatible = "fsl,imx8qxp-isi";
H A Dimx8qxp-mek-ov5640-csi.dtso46 &isi {
H A Dimx8qm-mek-ov5640-csi1.dtso47 &isi {
H A Dimx8qm-mek-ov5640-csi0.dtso47 &isi {
/linux/Documentation/devicetree/bindings/soc/imx/
H A Dfsl,imx8mn-disp-blk-ctrl.yaml36 - const: isi
80 power-domain-names = "bus", "isi", "lcdif", "mipi-dsi",
H A Dfsl,imx8mp-media-blk-ctrl.yaml44 - const: isi
117 power-domain-names = "bus", "mipi-dsi1", "mipi-csi1", "lcdif1", "isi",
/linux/drivers/media/pci/ddbridge/
H A Dddbridge-sx8.c354 u32 ts_config = SX8_TSCONFIG_MODE_NORMAL, iq_mode = 0, isi; in set_parameters() local
359 isi = p->stream_id; in set_parameters()
360 if (isi != NO_STREAM_ID_FILTER) in set_parameters()
361 iq_mode = (isi & 0x30000000) >> 28; in set_parameters()
/linux/Documentation/admin-guide/media/
H A Dplatform-cardlist.rst20 atmel-isi ATMEL Image Sensor Interface (ISI)
/linux/drivers/media/platform/atmel/
H A DMakefile3 obj-$(CONFIG_VIDEO_ATMEL_ISI) += atmel-isi.o
H A DKconfig6 tristate "ATMEL Image Sensor Interface (ISI) support"
/linux/drivers/media/platform/nxp/
H A DMakefile5 obj-y += imx8-isi/

12