Home
last modified time | relevance | path

Searched refs:pad (Results 101 – 125 of 1482) sorted by relevance

12345678910>>...60

/openbmc/linux/include/linux/avf/
H A Dvirtchnl.h348 u32 pad; member
414 u16 pad; member
462 u8 pad; member
618 u8 pad[2]; member
662 u8 pad[3]; member
696 u8 pad[2]; member
723 u8 pad[4]; member
840 u8 pad[6]; member
918 u32 pad; member
926 u32 pad; member
[all …]
/openbmc/linux/drivers/staging/media/tegra-video/
H A Dvi.c166 struct media_pad *pad; in tegra_channel_get_remote_csi_subdev() local
168 pad = media_pad_remote_pad_first(&chan->pad); in tegra_channel_get_remote_csi_subdev()
169 if (!pad) in tegra_channel_get_remote_csi_subdev()
181 struct media_pad *pad; in tegra_channel_get_remote_source_subdev() local
191 pad = media_pad_remote_pad_first(pad); in tegra_channel_get_remote_source_subdev()
192 if (!pad || !is_media_entity_v4l2_subdev(pad->entity)) in tegra_channel_get_remote_source_subdev()
194 entity = pad->entity; in tegra_channel_get_remote_source_subdev()
195 pad = &entity->pads[0]; in tegra_channel_get_remote_source_subdev()
469 fmt.pad = 0; in __tegra_channel_try_format()
546 fmt.pad = 0; in tegra_channel_set_format()
[all …]
/openbmc/linux/arch/alpha/boot/tools/
H A Dobjstrip.c55 size_t nwritten, tocopy, n, mem_size, fil_size, pad = 0; in main() local
76 pad = BLOCK_SIZE; in main()
259 if (pad) { in main()
260 mem_size = ((mem_size + pad - 1) / pad) * pad; in main()
267 prog_name, pad, (unsigned long) tocopy); in main()
/openbmc/u-boot/tools/binman/test/
H A D055_sections.dts10 pad-byte = <0x26>;
15 pad-byte = <0x21>;
22 pad-byte = <0x61>;
H A D056_name_prefix.dts10 pad-byte = <0x26>;
16 pad-byte = <0x21>;
24 pad-byte = <0x61>;
H A D060_fdt_update.dts9 pad-byte = <0x26>;
15 pad-byte = <0x21>;
23 pad-byte = <0x61>;
H A D061_fdt_update_bad.dts9 pad-byte = <0x26>;
15 pad-byte = <0x21>;
23 pad-byte = <0x61>;
/openbmc/linux/Documentation/admin-guide/media/
H A Drkisp1.rst77 YUV4:2:2 -> YUV4:2:0). They also have cropping capability on the sink pad.
86 This is the isp entity. It is connected to the sensor on sink pad 0 and
88 the CSI-2 protocol. It has a cropping capability on sink pad 0 that is
90 Cropping on sink pad 0 defines the image region from the sensor.
91 Cropping on source pad 2 defines the region for the Image Stabilizer (IS).
126 In the following example, the sensor connected to pad 0 of 'rkisp1_isp' is
161 `SRGGB10_1X10/1640x1232`. The rkisp1_isp:0 pad should be configured to the
168 the isp source pad: `(0,0)/1500x1100`.
189 Conversion API (CSC) for subdevices on source pad 2 of the
190 isp (`rkisp1_isp:2`). The quantization configured on this pad is the
[all …]
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/sdis/sdis_1.0/
H A Dia_css_sdis.host.c137 hor_num_isp = dvs_binary->dis.coef.pad.width; in ia_css_get_isp_dis_coefficients()
138 ver_num_isp = dvs_binary->dis.coef.pad.height; in ia_css_get_isp_dis_coefficients()
161 return sizeof(short) * IA_CSS_DVS_NUM_COEF_TYPES * binary->dis.coef.pad.width; in ia_css_sdis_hor_coef_tbl_bytes()
163 return sizeof(short) * IA_CSS_DVS2_NUM_COEF_TYPES * binary->dis.coef.pad.width; in ia_css_sdis_hor_coef_tbl_bytes()
171 binary->dis.coef.pad.height; in ia_css_sdis_ver_coef_tbl_bytes()
194 dis->grid.pad.width = in ia_css_sdis_init_info()
196 dis->grid.pad.height = in ia_css_sdis_init_info()
205 dis->coef.pad.width = in ia_css_sdis_init_info()
207 dis->coef.pad.height = in ia_css_sdis_init_info()
222 dis->proj.pad.width = in ia_css_sdis_init_info()
[all …]
/openbmc/linux/drivers/staging/media/imx/
H A Dimx-media-csi.c933 switch (fi->pad) { in csi_s_frame_interval()
1233 switch (code->pad) { in csi_enum_mbus_code()
1430 switch (sdformat->pad) { in csi_try_fmt()
1538 int pad; in csi_set_fmt() local
1541 for (pad = CSI_SINK_PAD + 1; pad < CSI_NUM_PADS; pad++) { in csi_set_fmt()
1546 format.pad = pad; in csi_set_fmt()
1557 priv->cc[pad] = outcc; in csi_set_fmt()
1641 int pad, ret; in csi_set_selection() local
1716 for (pad = CSI_SINK_PAD + 1; pad < CSI_NUM_PADS; pad++) { in csi_set_selection()
1885 .pad = &csi_pad_ops,
[all …]
H A Dimx-media-dev-common.c98 struct media_pad *pad = &entity->pads[i]; in imx_media_add_vdev_to_pad() local
100 if (!(pad->flags & MEDIA_PAD_FL_SINK)) in imx_media_add_vdev_to_pad()
104 if (link->sink != pad) in imx_media_add_vdev_to_pad()
218 struct media_pad *pad, *spad = &entity->pads[i]; in imx_media_inherit_controls() local
223 pad = media_pad_remote_pad_first(spad); in imx_media_inherit_controls()
224 if (!pad || !is_media_entity_v4l2_subdev(pad->entity)) in imx_media_inherit_controls()
227 ret = imx_media_inherit_controls(imxmd, vfd, pad->entity); in imx_media_inherit_controls()
312 struct media_pad *pad = &entity->pads[i]; in imx_media_notify() local
316 pad_vdev_list = to_pad_vdev_list(sd, pad->index); in imx_media_notify()
H A Dimx6-mipi-csi2.c41 struct media_pad pad[CSI2_NUM_PADS]; member
535 if (sdformat->pad >= CSI2_NUM_PADS) in csi2_set_fmt()
546 if (sdformat->pad != CSI2_SINK_PAD) in csi2_set_fmt()
630 .pad = &csi2_pad_ops,
643 int pad; in csi2_notify_bound() local
647 if (pad < 0) { in csi2_notify_bound()
649 return pad; in csi2_notify_bound()
653 csi2->remote_pad = pad; in csi2_notify_bound()
655 dev_dbg(csi2->dev, "Bound %s pad: %d\n", sd->name, pad); in csi2_notify_bound()
743 csi2->pad[i].flags = (i == CSI2_SINK_PAD) ? in csi2_probe()
[all …]
/openbmc/qemu/include/standard-headers/asm-x86/
H A Dkvm_para.h68 uint32_t pad[11]; member
80 uint32_t pad[9]; member
116 uint32_t pad; member
144 uint8_t pad[56]; member
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dkvm_para.h68 __u32 pad[11]; member
80 __u32 pad[9]; member
116 __u32 pad; member
144 __u8 pad[56]; member
/openbmc/linux/drivers/media/platform/ti/omap3isp/
H A Dispvideo.c214 if (pad) in isp_video_remote_subdev()
215 *pad = remote->index; in isp_video_remote_subdev()
275 u32 pad; in __isp_video_get_format() local
282 fmt.pad = pad; in __isp_video_get_format()
739 u32 pad; in isp_video_try_format() local
751 fmt.pad = pad; in isp_video_try_format()
772 u32 pad; in isp_video_get_selection() local
798 sdsel.pad = pad; in isp_video_get_selection()
805 format.pad = pad; in isp_video_get_selection()
829 u32 pad; in isp_video_set_selection() local
[all …]
/openbmc/u-boot/tools/
H A Dmtk_image.h22 uint8_t pad[0x200]; member
142 uint32_t pad; member
152 uint8_t pad[0x20c]; member
159 uint16_t pad; member
168 __le32 pad; member
/openbmc/linux/include/uapi/drm/
H A Detnaviv_drm.h109 __u32 pad; member
175 __u8 pad; member
211 __u32 pad; member
226 __u32 pad; member
243 __u32 pad; member
262 __u8 pad; member
H A Dtegra_drm.h67 __u32 pad; member
114 __u32 pad; member
169 __u32 pad; member
300 __u32 pad; member
353 __u32 pad; member
550 __u32 pad; member
585 __u32 pad; member
H A Dhabanalabs_accel.h972 __u32 pad; member
977 __u32 pad; member
1025 __u32 pad; member
1056 __u8 pad[6]; member
1165 __u8 pad[5]; member
1226 __u32 pad; member
1287 __u8 pad[6]; member
1348 __u32 pad; member
1831 __u32 pad; member
2040 __u32 pad; member
[all …]
/openbmc/linux/Documentation/devicetree/bindings/phy/
H A Dfsl,imx8-pcie-phy.yaml43 fsl,refclk-pad-mode:
45 Specifies the mode of the refclk pad used. It can be UNUSED(PHY
47 is provided externally via the refclk pad) or OUTPUT(PHY refclock
48 is derived from SoC internal source and provided on the refclk pad).
79 - fsl,refclk-pad-mode
99 fsl,refclk-pad-mode = <IMX8_PCIE_REFCLK_PAD_INPUT>;
/openbmc/u-boot/arch/arm/mach-imx/imx8/
H A Diomux.c16 void imx8_iomux_setup_pad(iomux_cfg_t pad) in imx8_iomux_setup_pad() argument
18 sc_pad_t pin_id = pad & PIN_ID_MASK; in imx8_iomux_setup_pad()
21 u32 val = (u32)((pad & MUX_PAD_CTRL_MASK) >> MUX_PAD_CTRL_SHIFT); in imx8_iomux_setup_pad()
/openbmc/linux/drivers/mtd/parsers/
H A Dafs.c233 int pad = 0; in afs_parse_v2_partition() local
265 pad = 1; in afs_parse_v2_partition()
271 pad = 2; in afs_parse_v2_partition()
278 entrypoint = imginfo[pad]; in afs_parse_v2_partition()
279 attributes = imginfo[pad+1]; in afs_parse_v2_partition()
280 region_count = imginfo[pad+2]; in afs_parse_v2_partition()
290 u32 region_load_addr = imginfo[pad + 3 + i*4]; in afs_parse_v2_partition()
291 u32 region_size = imginfo[pad + 4 + i*4]; in afs_parse_v2_partition()
292 u32 region_offset = imginfo[pad + 5 + i*4]; in afs_parse_v2_partition()
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-subdev-enum-frame-size.rst35 supported by a sub-device on the specified pad
43 Each pair of ``pad`` and ``code`` correspond to a separate enumeration.
47 Therefore, to enumerate frame sizes allowed on the specified pad
49 ``pad``, ``which``, and ``code`` fields to desired values,
87 - Index of the frame size in the enumeration belonging to the given pad
90 - ``pad``
131 ``pad`` references a non-existing pad, the ``code`` is invalid for
132 the given pad or the ``index`` field is out of bounds.
/openbmc/linux/drivers/ata/
H A Dpata_falcon.c74 unsigned char pad[2] = { }; in pata_falcon_data_xfer() local
81 raw_insw_swapw(data_addr, (u16 *)pad, 1); in pata_falcon_data_xfer()
83 raw_insw(data_addr, (u16 *)pad, 1); in pata_falcon_data_xfer()
84 *buf = pad[0]; in pata_falcon_data_xfer()
86 pad[0] = *buf; in pata_falcon_data_xfer()
88 raw_outsw_swapw(data_addr, (u16 *)pad, 1); in pata_falcon_data_xfer()
90 raw_outsw(data_addr, (u16 *)pad, 1); in pata_falcon_data_xfer()
/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/
H A D0001-ENGR00312515-get-caps-from-src-pad-when-query-caps.patch4 Subject: [PATCH] ENGR00312515: get caps from src pad when query caps
23 @@ -1796,6 +1796,19 @@ gst_tag_demux_pad_query (GstPad * pad, GstObject * parent, GstQuery * query)
35 + res = gst_pad_query_default (pad, parent, query);
41 res = gst_pad_query_default (pad, parent, query);

12345678910>>...60