/kernel/linux/linux-5.10/drivers/staging/media/rkisp1/ |
H A D | rkisp1-resizer.c | 184 unsigned int pad, u32 which) in rkisp1_rsz_get_pad_fmt() 187 return v4l2_subdev_get_try_format(&rsz->sd, cfg, pad); in rkisp1_rsz_get_pad_fmt() 189 return v4l2_subdev_get_try_format(&rsz->sd, rsz->pad_cfg, pad); in rkisp1_rsz_get_pad_fmt() 195 unsigned int pad, u32 which) in rkisp1_rsz_get_pad_crop() 198 return v4l2_subdev_get_try_crop(&rsz->sd, cfg, pad); in rkisp1_rsz_get_pad_crop() 200 return v4l2_subdev_get_try_crop(&rsz->sd, rsz->pad_cfg, pad); in rkisp1_rsz_get_pad_crop() 427 * streams should be set according to the media bus format in the src pad. in rkisp1_rsz_config() 450 * Subdev pad operations 460 u32 pad = code->pad; in rkisp1_rsz_enum_mbus_code() local 182 rkisp1_rsz_get_pad_fmt(struct rkisp1_resizer *rsz, struct v4l2_subdev_pad_config *cfg, unsigned int pad, u32 which) rkisp1_rsz_get_pad_fmt() argument 193 rkisp1_rsz_get_pad_crop(struct rkisp1_resizer *rsz, struct v4l2_subdev_pad_config *cfg, unsigned int pad, u32 which) rkisp1_rsz_get_pad_crop() argument [all...] |
/kernel/linux/linux-5.10/arch/x86/include/uapi/asm/ |
H A D | kvm_para.h | 64 __u32 pad[11]; member 76 __u32 pad[9]; member 102 __u32 pad; member 130 __u8 pad[56]; member
|
/kernel/linux/linux-6.6/arch/x86/include/uapi/asm/ |
H A D | kvm_para.h | 68 __u32 pad[11]; member 80 __u32 pad[9]; member 116 __u32 pad; member 144 __u8 pad[56]; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-x86/asm/ |
H A D | kvm_para.h | 58 __u32 pad[11]; member 68 __u32 pad[9]; member 84 __u32 pad; member 103 __u8 pad[56]; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/ |
H A D | kvm_para.h | 58 __u32 pad[11]; member 68 __u32 pad[9]; member 84 __u32 pad; member 103 __u8 pad[56]; member
|
/third_party/node/test/parallel/ |
H A D | test-crypto-padding.js | 62 function enc(plain, pad) { 64 encrypt.setAutoPadding(pad); 70 function dec(encd, pad) { 72 decrypt.setAutoPadding(pad); 123 // No-pad encrypted string should return the same:
|
/third_party/musl/src/time/ |
H A D | wcsftime.c | 15 int pad, plus; in __wcsftime_l() local 27 pad = 0; in __wcsftime_l() 28 if (*f == '-' || *f == '_' || *f == '0') pad = *f++; in __wcsftime_l() 38 t_mb = __strftime_fmt_1(&buf, &k, *f, tm, loc, pad); in __wcsftime_l()
|
/third_party/node/deps/icu-small/source/tools/genrb/ |
H A D | rbutil.c | 74 itostr(char * buffer, int32_t i, uint32_t radix, int32_t pad) in itostr() argument 95 while (length < pad){ in itostr() 109 num= (pad>=length) ? pad :length; in itostr()
|
/third_party/libinput/src/ |
H A D | evdev-tablet-pad.h | 95 pad_libinput_context(const struct pad_dispatch *pad) in pad_libinput_context() argument 97 return evdev_libinput_context(pad->device); in pad_libinput_context() 101 pad_init_leds(struct pad_dispatch *pad, struct evdev_device *device); 103 pad_destroy_leds(struct pad_dispatch *pad);
|
/kernel/linux/linux-5.10/drivers/media/platform/vsp1/ |
H A D | vsp1_histo.c | 178 if (code->pad == HISTO_PAD_SOURCE) { in histo_enum_mbus_code() 191 if (fse->pad != HISTO_PAD_SINK) in histo_enum_frame_size() 209 if (sel->pad != HISTO_PAD_SINK) in histo_get_selection() 245 sel->pad, sel->target); in histo_get_selection() 278 sel->pad, V4L2_SEL_TGT_CROP); in histo_set_crop() 282 sel->pad, in histo_set_crop() 306 crop = vsp1_entity_get_pad_selection(&histo->entity, config, sel->pad, in histo_set_compose() 333 sel->pad, in histo_set_compose() 348 if (sel->pad != HISTO_PAD_SINK) in histo_set_selection() 375 if (fmt->pad in histo_get_format() [all...] |
/kernel/linux/linux-6.6/drivers/staging/media/omap4iss/ |
H A D | iss_ipipeif.c | 360 struct v4l2_subdev_state *sd_state, unsigned int pad, in __ipipeif_get_format() 365 pad); in __ipipeif_get_format() 366 return &ipipeif->formats[pad]; in __ipipeif_get_format() 370 * ipipeif_try_format - Try video format on a pad 372 * @cfg: V4L2 subdev pad config 373 * @pad: Pad number 378 struct v4l2_subdev_state *sd_state, unsigned int pad, in ipipeif_try_format() 387 switch (pad) { in ipipeif_try_format() 389 /* TODO: If the IPIPEIF output formatter pad is connected in ipipeif_try_format() 443 * @cfg : V4L2 subdev pad confi 359 __ipipeif_get_format(struct iss_ipipeif_device *ipipeif, struct v4l2_subdev_state *sd_state, unsigned int pad, enum v4l2_subdev_format_whence which) __ipipeif_get_format() argument 377 ipipeif_try_format(struct iss_ipipeif_device *ipipeif, struct v4l2_subdev_state *sd_state, unsigned int pad, struct v4l2_mbus_framefmt *fmt, enum v4l2_subdev_format_whence which) ipipeif_try_format() argument [all...] |
H A D | iss_resizer.c | 419 struct v4l2_subdev_state *sd_state, unsigned int pad, in __resizer_get_format() 424 pad); in __resizer_get_format() 425 return &resizer->formats[pad]; in __resizer_get_format() 429 * resizer_try_format - Try video format on a pad 431 * @cfg: V4L2 subdev pad config 432 * @pad: Pad number 437 struct v4l2_subdev_state *sd_state, unsigned int pad, in resizer_try_format() 447 switch (pad) { in resizer_try_format() 492 * @cfg: V4L2 subdev pad config 503 switch (code->pad) { in resizer_enum_mbus_code() 418 __resizer_get_format(struct iss_resizer_device *resizer, struct v4l2_subdev_state *sd_state, unsigned int pad, enum v4l2_subdev_format_whence which) __resizer_get_format() argument 436 resizer_try_format(struct iss_resizer_device *resizer, struct v4l2_subdev_state *sd_state, 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/qcom/camss/ |
H A D | camss-csiphy.c | 315 * @cfg: V4L2 subdev pad configuration 316 * @pad: pad from which format is requested 324 unsigned int pad, in __csiphy_get_format() 329 pad); in __csiphy_get_format() 331 return &csiphy->fmt[pad]; in __csiphy_get_format() 335 * csiphy_try_format - Handle try format by pad subdev method 337 * @cfg: V4L2 subdev pad configuration 338 * @pad: pad o 322 __csiphy_get_format(struct csiphy_device *csiphy, struct v4l2_subdev_state *sd_state, unsigned int pad, enum v4l2_subdev_format_whence which) __csiphy_get_format() argument 342 csiphy_try_format(struct csiphy_device *csiphy, struct v4l2_subdev_state *sd_state, unsigned int pad, struct v4l2_mbus_framefmt *fmt, enum v4l2_subdev_format_whence which) csiphy_try_format() argument [all...] |
/kernel/linux/linux-6.6/drivers/media/platform/renesas/vsp1/ |
H A D | vsp1_histo.c | 178 if (code->pad == HISTO_PAD_SOURCE) { in histo_enum_mbus_code() 192 if (fse->pad != HISTO_PAD_SINK) in histo_enum_frame_size() 211 if (sel->pad != HISTO_PAD_SINK) in histo_get_selection() 248 sel->pad, sel->target); in histo_get_selection() 281 sel->pad, V4L2_SEL_TGT_CROP); in histo_set_crop() 285 sel->pad, in histo_set_crop() 310 sel->pad, in histo_set_compose() 337 sel->pad, in histo_set_compose() 352 if (sel->pad != HISTO_PAD_SINK) in histo_set_selection() 380 if (fmt->pad in histo_get_format() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/ |
H A D | eap_eke_common.c | 406 size_t pad = dh->prime_len - len; in eap_eke_shared_secret() local 407 os_memmove(modexp + pad, modexp, len); in eap_eke_shared_secret() 408 os_memset(modexp, 0, pad); in eap_eke_shared_secret() 587 size_t block_size, icv_len, pad; in eap_eke_prot() local 602 pad = data_len % block_size; in eap_eke_prot() 603 if (pad) in eap_eke_prot() 604 pad = block_size - pad; in eap_eke_prot() 606 if (*prot_len < block_size + data_len + pad + icv_len) { in eap_eke_prot() 621 if (pad) { in eap_eke_prot() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/ |
H A D | eap_eke_common.c | 406 size_t pad = dh->prime_len - len; in eap_eke_shared_secret() local 407 os_memmove(modexp + pad, modexp, len); in eap_eke_shared_secret() 408 os_memset(modexp, 0, pad); in eap_eke_shared_secret() 587 size_t block_size, icv_len, pad; in eap_eke_prot() local 602 pad = data_len % block_size; in eap_eke_prot() 603 if (pad) in eap_eke_prot() 604 pad = block_size - pad; in eap_eke_prot() 606 if (*prot_len < block_size + data_len + pad + icv_len) { in eap_eke_prot() 621 if (pad) { in eap_eke_prot() [all...] |
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | st-mipid02.c | 87 struct media_pad pad[MIPID02_PAD_NB]; member 653 switch (code->pad) { in mipid02_enum_mbus_code() 682 dev_dbg(&client->dev, "%s probe %d", __func__, format->pad); in mipid02_get_fmt() 684 if (format->pad >= MIPID02_PAD_NB) in mipid02_get_fmt() 686 /* second CSI-2 pad not yet supported */ in mipid02_get_fmt() 687 if (format->pad == MIPID02_SINK_1) in mipid02_get_fmt() 691 fmt = v4l2_subdev_get_try_format(&bridge->sd, cfg, format->pad); in mipid02_get_fmt() 699 if (format->pad == MIPID02_SOURCE) in mipid02_get_fmt() 713 /* source pad mirror active sink pad */ in mipid02_set_fmt_source() [all...] |
/kernel/linux/linux-5.10/drivers/media/platform/omap3isp/ |
H A D | ispccp2.c | 353 struct media_pad *pad; in ccp2_if_configure() local 360 pad = media_entity_remote_pad(&ccp2->pads[CCP2_PAD_SINK]); in ccp2_if_configure() 361 sensor = media_entity_to_v4l2_subdev(pad->entity); in ccp2_if_configure() 615 * @cfg: V4L2 subdev pad configuration 616 * @pad : pad number 622 unsigned int pad, enum v4l2_subdev_format_whence which) in __ccp2_get_format() 625 return v4l2_subdev_get_try_format(&ccp2->subdev, cfg, pad); in __ccp2_get_format() 627 return &ccp2->formats[pad]; in __ccp2_get_format() 631 * ccp2_try_format - Handle try format by pad subde 621 __ccp2_get_format(struct isp_ccp2_device *ccp2, struct v4l2_subdev_pad_config *cfg, unsigned int pad, enum v4l2_subdev_format_whence which) __ccp2_get_format() argument 638 ccp2_try_format(struct isp_ccp2_device *ccp2, struct v4l2_subdev_pad_config *cfg, unsigned int pad, struct v4l2_mbus_framefmt *fmt, enum v4l2_subdev_format_whence which) ccp2_try_format() argument [all...] |
/kernel/linux/linux-5.10/drivers/staging/media/imx/ |
H A D | imx-media-capture.c | 89 .pad = priv->src_sd_pad, in capture_enum_framesizes() 100 ret = v4l2_subdev_call(priv->src_sd, pad, enum_frame_size, NULL, &fse); in capture_enum_framesizes() 129 .pad = priv->src_sd_pad, in capture_enum_frameintervals() 142 ret = v4l2_subdev_call(priv->src_sd, pad, enum_frame_interval, in capture_enum_frameintervals() 162 fmt_src.pad = priv->src_sd_pad; in capture_enum_fmt_vid_cap() 164 ret = v4l2_subdev_call(priv->src_sd, pad, get_fmt, NULL, &fmt_src); in capture_enum_fmt_vid_cap() 274 fmt_src.pad = priv->src_sd_pad; in capture_try_fmt_vid_cap() 276 ret = v4l2_subdev_call(priv->src_sd, pad, get_fmt, NULL, &fmt_src); in capture_try_fmt_vid_cap() 295 fmt_src.pad = priv->src_sd_pad; in capture_s_fmt_vid_cap() 297 ret = v4l2_subdev_call(priv->src_sd, pad, get_fm in capture_s_fmt_vid_cap() 831 imx_media_capture_device_init(struct device *dev, struct v4l2_subdev *src_sd, int pad) imx_media_capture_device_init() argument [all...] |
/kernel/linux/linux-6.6/drivers/staging/media/imx/ |
H A D | imx-media-capture.c | 35 struct media_pad vdev_pad; /* Video device pad */ 38 int src_sd_pad; /* Source subdev pad */ 286 .pad = priv->src_sd_pad, in capture_legacy_enum_framesizes() 297 ret = v4l2_subdev_call(priv->src_sd, pad, enum_frame_size, NULL, &fse); in capture_legacy_enum_framesizes() 326 .pad = priv->src_sd_pad, in capture_legacy_enum_frameintervals() 339 ret = v4l2_subdev_call(priv->src_sd, pad, enum_frame_interval, in capture_legacy_enum_frameintervals() 356 .pad = priv->src_sd_pad, in capture_legacy_enum_fmt_vid_cap() 362 ret = v4l2_subdev_call(priv->src_sd, pad, get_fmt, NULL, &fmt_src); in capture_legacy_enum_fmt_vid_cap() 430 .pad = priv->src_sd_pad, in capture_legacy_try_fmt_vid_cap() 435 ret = v4l2_subdev_call(priv->src_sd, pad, get_fm in capture_legacy_try_fmt_vid_cap() 962 imx_media_capture_device_init(struct device *dev, struct v4l2_subdev *src_sd, int pad, bool legacy_api) imx_media_capture_device_init() argument [all...] |
/kernel/linux/linux-6.6/include/uapi/drm/ |
H A D | habanalabs_accel.h | 972 __u32 pad; member 977 __u32 pad; member 1025 __u32 pad; member 1056 __u8 pad[6]; member 1165 __u8 pad[5]; member 1200 * @pad: size padding for u64 granularity. 1205 __u16 pad[3]; member 1220 * @pad: size padding for u64 granularity. 1226 __u32 pad; member 1287 __u8 pad[ member 1348 __u32 pad; global() member 1394 __u32 pad; global() member 1502 __u32 pad[10]; global() member 1666 __u8 pad[4]; global() member 1702 __u16 pad[3]; global() member 1777 __u8 pad[7]; global() member 1831 __u32 pad; global() member 2012 __u32 pad; global() member 2040 __u32 pad; global() member 2052 __u32 pad; global() member [all...] |
/kernel/linux/linux-5.10/drivers/media/test-drivers/vimc/ |
H A D | vimc-common.c | 238 static int vimc_get_pix_format(struct media_pad *pad, in vimc_get_pix_format() argument 241 if (is_media_entity_v4l2_subdev(pad->entity)) { in vimc_get_pix_format() 243 media_entity_to_v4l2_subdev(pad->entity); in vimc_get_pix_format() 249 sd_fmt.pad = pad->index; in vimc_get_pix_format() 251 ret = v4l2_subdev_call(sd, pad, get_fmt, NULL, &sd_fmt); in vimc_get_pix_format() 258 } else if (is_media_entity_v4l2_video_device(pad->entity)) { in vimc_get_pix_format() 259 struct video_device *vdev = container_of(pad->entity, in vimc_get_pix_format()
|
/kernel/linux/linux-6.6/drivers/media/test-drivers/vimc/ |
H A D | vimc-common.c | 238 static int vimc_get_pix_format(struct media_pad *pad, in vimc_get_pix_format() argument 241 if (is_media_entity_v4l2_subdev(pad->entity)) { in vimc_get_pix_format() 243 media_entity_to_v4l2_subdev(pad->entity); in vimc_get_pix_format() 246 .pad = pad->index, in vimc_get_pix_format() 251 ret = v4l2_subdev_call(sd, pad, get_fmt, NULL, &sd_fmt); in vimc_get_pix_format() 258 } else if (is_media_entity_v4l2_video_device(pad->entity)) { in vimc_get_pix_format() 259 struct video_device *vdev = container_of(pad->entity, in vimc_get_pix_format()
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | s5k6a3.c | 48 * @pad: subdev media source pad 52 * @format: media bus format at the sensor's source pad 60 struct media_pad pad; member 127 u32 pad, enum v4l2_subdev_format_whence which) in __s5k6a3_get_format() 131 sd_state, pad) : NULL; in __s5k6a3_get_format() 145 mf = __s5k6a3_get_format(sensor, sd_state, fmt->pad, fmt->which); in s5k6a3_set_fmt() 161 mf = __s5k6a3_get_format(sensor, sd_state, fmt->pad, fmt->which); in s5k6a3_get_fmt() 280 .pad = &s5k6a3_pad_ops, 331 sensor->pad in s5k6a3_probe() 125 __s5k6a3_get_format( struct s5k6a3 *sensor, struct v4l2_subdev_state *sd_state, u32 pad, enum v4l2_subdev_format_whence which) __s5k6a3_get_format() argument [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | f_streamselect.c | 163 AVFilterPad pad = { 0 }; in parse_definition() local 165 pad.type = is_audio ? AVMEDIA_TYPE_AUDIO : AVMEDIA_TYPE_VIDEO; in parse_definition() 167 pad.name = av_asprintf("%sput%d", padtype, i); in parse_definition() 168 if (!pad.name) in parse_definition() 171 av_log(ctx, AV_LOG_DEBUG, "Add %s pad %s\n", padtype, pad.name); in parse_definition() 174 ret = ff_append_inpad_free_name(ctx, &pad); in parse_definition() 176 pad.config_props = config_output; in parse_definition() 177 ret = ff_append_outpad_free_name(ctx, &pad); in parse_definition()
|