/kernel/linux/linux-5.10/drivers/media/platform/omap3isp/ |
H A D | ispccdc.c | 33 unsigned int pad, enum v4l2_subdev_format_whence which); 1124 struct media_pad *pad; in ccdc_configure() local 1136 pad = media_entity_remote_pad(&ccdc->pads[CCDC_PAD_SINK]); in ccdc_configure() 1137 sensor = media_entity_to_v4l2_subdev(pad->entity); in ccdc_configure() 1152 fmt_src.pad = pad->index; in ccdc_configure() 1154 if (!v4l2_subdev_call(sensor, pad, get_fmt, NULL, &fmt_src)) { in ccdc_configure() 1272 * explicitly as the driver reports 1X16 instead of 2X8 at the OF pad in ccdc_configure() 1941 unsigned int pad, enum v4l2_subdev_format_whence which) in __ccdc_get_format() 1944 return v4l2_subdev_get_try_format(&ccdc->subdev, cfg, pad); in __ccdc_get_format() 1940 __ccdc_get_format(struct isp_ccdc_device *ccdc, struct v4l2_subdev_pad_config *cfg, unsigned int pad, enum v4l2_subdev_format_whence which) __ccdc_get_format() argument 1967 ccdc_try_format(struct isp_ccdc_device *ccdc, struct v4l2_subdev_pad_config *cfg, unsigned int pad, struct v4l2_mbus_framefmt *fmt, enum v4l2_subdev_format_whence which) ccdc_try_format() argument [all...] |
H A D | isp.c | 675 struct media_pad *pad; in isp_pipeline_enable() local 696 pad = &entity->pads[0]; in isp_pipeline_enable() 697 if (!(pad->flags & MEDIA_PAD_FL_SINK)) in isp_pipeline_enable() 700 pad = media_entity_remote_pad(pad); in isp_pipeline_enable() 701 if (!pad || !is_media_entity_v4l2_subdev(pad->entity)) in isp_pipeline_enable() 704 entity = pad->entity; in isp_pipeline_enable() 778 struct media_pad *pad; in isp_pipeline_disable() local 789 pad in isp_pipeline_disable() 931 struct media_pad *pad; isp_pipeline_is_last() local 1614 unsigned int pad; isp_link_entity() local [all...] |
H A D | ispresizer.c | 111 * @pad : pad number 112 * @cfg: V4L2 subdev pad configuration 118 unsigned int pad, enum v4l2_subdev_format_whence which) in __resizer_get_format() 121 return v4l2_subdev_get_try_format(&res->subdev, cfg, pad); in __resizer_get_format() 123 return &res->formats[pad]; in __resizer_get_format() 129 * @cfg: V4L2 subdev pad configuration 904 * @input : format on sink pad 905 * @output : format on source pad 1213 * resizer_get_selection - Retrieve a selection rectangle on a pad 117 __resizer_get_format(struct isp_res_device *res, struct v4l2_subdev_pad_config *cfg, unsigned int pad, enum v4l2_subdev_format_whence which) __resizer_get_format() argument 1373 resizer_try_format(struct isp_res_device *res, struct v4l2_subdev_pad_config *cfg, unsigned int pad, struct v4l2_mbus_framefmt *fmt, enum v4l2_subdev_format_whence which) resizer_try_format() argument [all...] |
/kernel/linux/linux-6.6/drivers/media/platform/ti/omap3isp/ |
H A D | isp.c | 676 struct media_pad *pad; in isp_pipeline_enable() local 699 pad = &entity->pads[0]; in isp_pipeline_enable() 700 if (!(pad->flags & MEDIA_PAD_FL_SINK)) in isp_pipeline_enable() 703 pad = media_pad_remote_pad_first(pad); in isp_pipeline_enable() 704 if (!pad || !is_media_entity_v4l2_subdev(pad->entity)) in isp_pipeline_enable() 707 entity = pad->entity; in isp_pipeline_enable() 785 struct media_pad *pad; in isp_pipeline_disable() local 796 pad in isp_pipeline_disable() 938 struct media_pad *pad; isp_pipeline_is_last() local 1619 unsigned int pad; isp_link_entity() local [all...] |
H A D | ispcsi2.c | 553 struct media_pad *pad; in csi2_configure() local 564 pad = media_pad_remote_pad_first(&csi2->pads[CSI2_PAD_SINK]); in csi2_configure() 565 sensor = media_entity_to_v4l2_subdev(pad->entity); in csi2_configure() 834 unsigned int pad, enum v4l2_subdev_format_whence which) in __csi2_get_format() 838 pad); in __csi2_get_format() 840 return &csi2->formats[pad]; in __csi2_get_format() 846 unsigned int pad, struct v4l2_mbus_framefmt *fmt, in csi2_try_format() 854 switch (pad) { in csi2_try_format() 897 * @cfg: V4L2 subdev pad configuration 909 if (code->pad in csi2_enum_mbus_code() 832 __csi2_get_format(struct isp_csi2_device *csi2, struct v4l2_subdev_state *sd_state, unsigned int pad, enum v4l2_subdev_format_whence which) __csi2_get_format() argument 844 csi2_try_format(struct isp_csi2_device *csi2, struct v4l2_subdev_state *sd_state, unsigned int pad, struct v4l2_mbus_framefmt *fmt, enum v4l2_subdev_format_whence which) csi2_try_format() argument [all...] |
H A D | ispccdc.c | 34 unsigned int pad, enum v4l2_subdev_format_whence which); 1126 struct media_pad *pad; in ccdc_configure() local 1138 pad = media_pad_remote_pad_first(&ccdc->pads[CCDC_PAD_SINK]); in ccdc_configure() 1139 sensor = media_entity_to_v4l2_subdev(pad->entity); in ccdc_configure() 1159 fmt_src.pad = pad->index; in ccdc_configure() 1160 if (!v4l2_subdev_call(sensor, pad, get_fmt, NULL, &fmt_src)) { in ccdc_configure() 1278 * explicitly as the driver reports 1X16 instead of 2X8 at the OF pad in ccdc_configure() 1948 unsigned int pad, enum v4l2_subdev_format_whence which) in __ccdc_get_format() 1952 pad); in __ccdc_get_format() 1946 __ccdc_get_format(struct isp_ccdc_device *ccdc, struct v4l2_subdev_state *sd_state, unsigned int pad, enum v4l2_subdev_format_whence which) __ccdc_get_format() argument 1977 ccdc_try_format(struct isp_ccdc_device *ccdc, struct v4l2_subdev_state *sd_state, unsigned int pad, struct v4l2_mbus_framefmt *fmt, enum v4l2_subdev_format_whence which) ccdc_try_format() argument [all...] |
/kernel/linux/linux-6.6/drivers/staging/media/ipu3/ |
H A D | ipu3-v4l2.c | 129 u32 pad = fmt->pad; in imgu_subdev_get_fmt() local 137 fmt->format = imgu_pipe->nodes[pad].pad_fmt; in imgu_subdev_get_fmt() 139 mf = v4l2_subdev_get_try_format(sd, sd_state, pad); in imgu_subdev_get_fmt() 156 u32 pad = fmt->pad; in imgu_subdev_set_fmt() local 159 dev_dbg(&imgu->pci_dev->dev, "set subdev %u pad %u fmt to [%ux%u]", in imgu_subdev_set_fmt() 160 pipe, pad, fmt->format.width, fmt->format.height); in imgu_subdev_set_fmt() 164 mf = v4l2_subdev_get_try_format(sd, sd_state, pad); in imgu_subdev_set_fmt() 166 mf = &imgu_pipe->nodes[pad] in imgu_subdev_set_fmt() 192 imgu_subdev_get_crop(struct imgu_v4l2_subdev *sd, struct v4l2_subdev_state *sd_state, unsigned int pad, enum v4l2_subdev_format_whence which) imgu_subdev_get_crop() argument 203 imgu_subdev_get_compose(struct imgu_v4l2_subdev *sd, struct v4l2_subdev_state *sd_state, unsigned int pad, enum v4l2_subdev_format_whence which) imgu_subdev_get_compose() argument 285 u32 pad = local->index; imgu_link_setup() local [all...] |
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | mt9p031.c | 123 struct media_pad pad; member 505 if (code->pad || code->index) in mt9p031_enum_mbus_code() 532 unsigned int pad, u32 which) in __mt9p031_get_pad_format() 536 return v4l2_subdev_get_try_format(&mt9p031->subdev, cfg, pad); in __mt9p031_get_pad_format() 546 unsigned int pad, u32 which) in __mt9p031_get_pad_crop() 550 return v4l2_subdev_get_try_crop(&mt9p031->subdev, cfg, pad); in __mt9p031_get_pad_crop() 564 fmt->format = *__mt9p031_get_pad_format(mt9p031, cfg, fmt->pad, in mt9p031_get_format() 581 __crop = __mt9p031_get_pad_crop(mt9p031, cfg, format->pad, in mt9p031_set_format() 597 __format = __mt9p031_get_pad_format(mt9p031, cfg, format->pad, in mt9p031_set_format() 616 sel->r = *__mt9p031_get_pad_crop(mt9p031, cfg, sel->pad, se in mt9p031_get_selection() 531 __mt9p031_get_pad_format(struct mt9p031 *mt9p031, struct v4l2_subdev_pad_config *cfg, unsigned int pad, u32 which) __mt9p031_get_pad_format() argument 545 __mt9p031_get_pad_crop(struct mt9p031 *mt9p031, struct v4l2_subdev_pad_config *cfg, unsigned int pad, u32 which) __mt9p031_get_pad_crop() argument [all...] |
H A D | imx214.c | 42 struct media_pad pad; member 538 unsigned int pad, in __imx214_get_pad_format() 543 return v4l2_subdev_get_try_format(&imx214->sd, cfg, pad); in __imx214_get_pad_format() 558 format->format = *__imx214_get_pad_format(imx214, cfg, format->pad, in imx214_get_format() 567 unsigned int pad, enum v4l2_subdev_format_whence which) in __imx214_get_pad_crop() 571 return v4l2_subdev_get_try_crop(&imx214->sd, cfg, pad); in __imx214_get_pad_crop() 590 __crop = __imx214_get_pad_crop(imx214, cfg, format->pad, format->which); in imx214_set_format() 600 __format = __imx214_get_pad_format(imx214, cfg, format->pad, in imx214_set_format() 629 sel->r = *__imx214_get_pad_crop(imx214, cfg, sel->pad, in imx214_get_selection() 853 .pad 536 __imx214_get_pad_format(struct imx214 *imx214, struct v4l2_subdev_pad_config *cfg, unsigned int pad, enum v4l2_subdev_format_whence which) __imx214_get_pad_format() argument 566 __imx214_get_pad_crop(struct imx214 *imx214, struct v4l2_subdev_pad_config *cfg, unsigned int pad, enum v4l2_subdev_format_whence which) __imx214_get_pad_crop() argument [all...] |
/kernel/linux/linux-6.6/drivers/staging/media/omap4iss/ |
H A D | iss_csi2.c | 530 struct media_pad *pad; in csi2_configure() local 541 pad = media_pad_remote_pad_first(&csi2->pads[CSI2_PAD_SINK]); in csi2_configure() 542 sensor = media_entity_to_v4l2_subdev(pad->entity); in csi2_configure() 829 unsigned int pad, in __csi2_get_format() 834 pad); in __csi2_get_format() 836 return &csi2->formats[pad]; in __csi2_get_format() 842 unsigned int pad, in csi2_try_format() 851 switch (pad) { in csi2_try_format() 894 * @cfg : V4L2 subdev pad config 906 if (code->pad in csi2_enum_mbus_code() 827 __csi2_get_format(struct iss_csi2_device *csi2, struct v4l2_subdev_state *sd_state, unsigned int pad, enum v4l2_subdev_format_whence which) __csi2_get_format() argument 840 csi2_try_format(struct iss_csi2_device *csi2, struct v4l2_subdev_state *sd_state, unsigned int pad, struct v4l2_mbus_framefmt *fmt, enum v4l2_subdev_format_whence which) csi2_try_format() argument [all...] |
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | e_aes_cbc_hmac_sha256.c | 373 unsigned int len = (i == (x4 - 1) ? last : frag), pad, j; in tls1_1_multi_block_encrypt() local 393 /* pad */ in tls1_1_multi_block_encrypt() 394 pad = 15 - len % 16; in tls1_1_multi_block_encrypt() 395 for (j = 0; j <= pad; j++) in tls1_1_multi_block_encrypt() 396 *(out++) = pad; in tls1_1_multi_block_encrypt() 397 len += pad + 1; in tls1_1_multi_block_encrypt() 497 /* pad the payload|hmac */ in aesni_cbc_hmac_sha256_cipher() 523 unsigned int res, maxpad, pad, bitlen; in aesni_cbc_hmac_sha256_cipher() local 542 pad = out[len - 1]; in aesni_cbc_hmac_sha256_cipher() 547 mask = constant_time_ge(maxpad, pad); in aesni_cbc_hmac_sha256_cipher() [all...] |
H A D | e_aes_cbc_hmac_sha1.c | 362 unsigned int len = (i == (x4 - 1) ? last : frag), pad, j; in tls1_1_multi_block_encrypt() local 379 /* pad */ in tls1_1_multi_block_encrypt() 380 pad = 15 - len % 16; in tls1_1_multi_block_encrypt() 381 for (j = 0; j <= pad; j++) in tls1_1_multi_block_encrypt() 382 *(out++) = pad; in tls1_1_multi_block_encrypt() 383 len += pad + 1; in tls1_1_multi_block_encrypt() 468 /* pad the payload|hmac */ in aesni_cbc_hmac_sha1_cipher() 490 unsigned int res, maxpad, pad, bitlen; in aesni_cbc_hmac_sha1_cipher() local 531 pad = out[len - 1]; in aesni_cbc_hmac_sha1_cipher() 536 mask = constant_time_ge(maxpad, pad); in aesni_cbc_hmac_sha1_cipher() [all...] |
/third_party/openssl/crypto/evp/ |
H A D | e_aes_cbc_hmac_sha256.c | 373 unsigned int len = (i == (x4 - 1) ? last : frag), pad, j; in tls1_1_multi_block_encrypt() local 393 /* pad */ in tls1_1_multi_block_encrypt() 394 pad = 15 - len % 16; in tls1_1_multi_block_encrypt() 395 for (j = 0; j <= pad; j++) in tls1_1_multi_block_encrypt() 396 *(out++) = pad; in tls1_1_multi_block_encrypt() 397 len += pad + 1; in tls1_1_multi_block_encrypt() 497 /* pad the payload|hmac */ in aesni_cbc_hmac_sha256_cipher() 523 unsigned int res, maxpad, pad, bitlen; in aesni_cbc_hmac_sha256_cipher() local 542 pad = out[len - 1]; in aesni_cbc_hmac_sha256_cipher() 547 mask = constant_time_ge(maxpad, pad); in aesni_cbc_hmac_sha256_cipher() [all...] |
H A D | e_aes_cbc_hmac_sha1.c | 362 unsigned int len = (i == (x4 - 1) ? last : frag), pad, j; in tls1_1_multi_block_encrypt() local 379 /* pad */ in tls1_1_multi_block_encrypt() 380 pad = 15 - len % 16; in tls1_1_multi_block_encrypt() 381 for (j = 0; j <= pad; j++) in tls1_1_multi_block_encrypt() 382 *(out++) = pad; in tls1_1_multi_block_encrypt() 383 len += pad + 1; in tls1_1_multi_block_encrypt() 468 /* pad the payload|hmac */ in aesni_cbc_hmac_sha1_cipher() 490 unsigned int res, maxpad, pad, bitlen; in aesni_cbc_hmac_sha1_cipher() local 531 pad = out[len - 1]; in aesni_cbc_hmac_sha1_cipher() 536 mask = constant_time_ge(maxpad, pad); in aesni_cbc_hmac_sha1_cipher() [all...] |
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | rpl.h | 28 pad:4, member 33 pad:4, member
|
H A D | sync_file.h | 24 * @pad: padding for 64-bit alignment, should always be zero 31 __u32 pad; member 56 * @pad: padding for 64-bit alignment, should always be zero 65 __u32 pad; member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | sync_file.h | 24 * @pad: padding for 64-bit alignment, should always be zero 35 __u32 pad; member 60 * @pad: padding for 64-bit alignment, should always be zero 74 __u32 pad; member
|
H A D | rpl.h | 28 pad:4, member 33 pad:4, member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | rpl.h | 30 __u32 cmpre : 4, cmpri : 4, reserved : 4, pad : 4, reserved1 : 16; member 32 __u32 reserved : 20, pad : 4, cmpri : 4, cmpre : 4; member
|
H A D | sync_file.h | 28 __u32 pad; member 42 __u32 pad; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | sync_file.h | 15 __u32 pad; member 29 __u32 pad; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | sync_file.h | 28 __u32 pad; member 42 __u32 pad; member
|
H A D | rpl.h | 30 __u32 cmpre : 4, cmpri : 4, reserved : 4, pad : 4, reserved1 : 16; member 32 __u32 reserved : 20, pad : 4, cmpri : 4, cmpre : 4; member
|
/kernel/linux/linux-5.10/drivers/staging/media/ipu3/ |
H A D | ipu3-v4l2.c | 39 v4l2_subdev_get_try_format(sd, fh->pad, i); in imgu_subdev_open() 47 *v4l2_subdev_get_try_crop(sd, fh->pad, IMGU_NODE_IN) = try_crop; in imgu_subdev_open() 48 *v4l2_subdev_get_try_compose(sd, fh->pad, IMGU_NODE_IN) = try_crop; in imgu_subdev_open() 129 u32 pad = fmt->pad; in imgu_subdev_get_fmt() local 137 fmt->format = imgu_pipe->nodes[pad].pad_fmt; in imgu_subdev_get_fmt() 139 mf = v4l2_subdev_get_try_format(sd, cfg, pad); in imgu_subdev_get_fmt() 156 u32 pad = fmt->pad; in imgu_subdev_set_fmt() local 159 dev_dbg(&imgu->pci_dev->dev, "set subdev %u pad in imgu_subdev_set_fmt() 277 u32 pad = local->index; imgu_link_setup() local [all...] |
/kernel/linux/linux-5.10/drivers/media/mc/ |
H A D | mc-device.c | 164 struct media_pad_desc pad; in media_device_enum_links() local 166 memset(&pad, 0, sizeof(pad)); in media_device_enum_links() 167 media_device_kpad_to_upad(&entity->pads[p], &pad); in media_device_enum_links() 168 if (copy_to_user(&links->pads[p], &pad, sizeof(pad))) in media_device_enum_links() 235 struct media_pad *pad; in media_device_get_topology() local 313 media_device_for_each_pad(pad, mdev) { in media_device_get_topology() 325 /* Copy pad fields to userspace struct */ in media_device_get_topology() 326 kpad.id = pad in media_device_get_topology() [all...] |