/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | v4l2-subdev.h | 45 * @pad: pad number, as reported by the media API 50 __u32 pad; member 58 * @pad: pad number, as reported by the media API 59 * @rect: pad crop rectangle boundaries 63 __u32 pad; member 76 * @pad: pad number, as reported by the media API 83 __u32 pad; member 100 __u32 pad; global() member 116 __u32 pad; global() member 133 __u32 pad; global() member 159 __u32 pad; global() member [all...] |
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | v4l2-subdev.h | 33 * @pad: pad number, as reported by the media API 40 __u32 pad; member 49 * @pad: pad number, as reported by the media API 50 * @rect: pad crop rectangle boundaries 56 __u32 pad; member 70 * @pad: pad number, as reported by the media API 79 __u32 pad; member 103 __u32 pad; global() member 122 __u32 pad; global() member 142 __u32 pad; global() member 170 __u32 pad; global() member [all...] |
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | v4l2-subdev.h | 31 __u32 pad; member 38 __u32 pad; member 49 __u32 pad; member 59 __u32 pad; member 70 __u32 pad; member 77 __u32 pad; member 88 __u32 pad; member 116 * @sink_pad: the sink pad index 118 * @source_pad: the source pad index
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | v4l2-subdev.h | 18 __u32 pad; member 24 __u32 pad; member 29 __u32 pad; member 37 __u32 pad; member 47 __u32 pad; member 53 __u32 pad; member 63 __u32 pad; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | v4l2-subdev.h | 31 __u32 pad; member 37 __u32 pad; member 47 __u32 pad; member 56 __u32 pad; member 66 __u32 pad; member 72 __u32 pad; member 82 __u32 pad; member
|
/kernel/linux/linux-6.6/arch/s390/boot/ |
H A D | pgm_check_info.c | 16 static char *as_hex(char *dst, unsigned long val, int pad) in as_hex() argument 18 char *p, *end = p = dst + max(pad, (int)__fls(val | 1) / 4 + 1); in as_hex() 87 unsigned long pad; in decompressor_printk() local 97 pad = isdigit(*++fmt) ? simple_strtol(fmt, (char **)&fmt, 10) : 0; in decompressor_printk() 108 if (*++fmt != 'x' || end - p <= max(sizeof(long) * 2, pad)) in decompressor_printk() 110 p = as_hex(p, va_arg(args, unsigned long), pad); in decompressor_printk() 113 if (end - p <= max(sizeof(int) * 2, pad)) in decompressor_printk() 115 p = as_hex(p, va_arg(args, unsigned int), pad); in decompressor_printk()
|
/kernel/linux/linux-5.10/fs/reiserfs/ |
H A D | hashes.c | 50 u32 pad; in keyed_hash() local 55 pad = (u32) len | ((u32) len << 8); in keyed_hash() 56 pad |= pad << 16; in keyed_hash() 85 d = pad; in keyed_hash() 96 c = d = pad; in keyed_hash() 105 b = c = d = pad; in keyed_hash() 111 a = b = c = d = pad; in keyed_hash()
|
/kernel/linux/linux-6.6/fs/reiserfs/ |
H A D | hashes.c | 50 u32 pad; in keyed_hash() local 55 pad = (u32) len | ((u32) len << 8); in keyed_hash() 56 pad |= pad << 16; in keyed_hash() 85 d = pad; in keyed_hash() 96 c = d = pad; in keyed_hash() 105 b = c = d = pad; in keyed_hash() 111 a = b = c = d = pad; in keyed_hash()
|
/third_party/icu/icu4c/source/samples/cal/ |
H A D | cal.c | 428 int32_t width, pad, i, day; in print_month() local 462 pad = width - u_strlen(s); in print_month() 463 indent(pad / 2, stdout); in print_month() 506 pad = lens[current] - u_strlen(s); in print_month() 507 indent(pad, stdout); in print_month() 546 int32_t width, pad, i, j; in print_year() local 588 pad = 2 * width + MARGIN_WIDTH - u_strlen(s); in print_year() 589 indent(pad / 2, stdout); in print_year() 605 pad = width - u_strlen(months[i]); in print_year() 606 indent(pad / in print_year() [all...] |
/third_party/skia/third_party/externals/icu/source/samples/cal/ |
H A D | cal.c | 428 int32_t width, pad, i, day; in print_month() local 462 pad = width - u_strlen(s); in print_month() 463 indent(pad / 2, stdout); in print_month() 506 pad = lens[current] - u_strlen(s); in print_month() 507 indent(pad, stdout); in print_month() 546 int32_t width, pad, i, j; in print_year() local 588 pad = 2 * width + MARGIN_WIDTH - u_strlen(s); in print_year() 589 indent(pad / 2, stdout); in print_year() 605 pad = width - u_strlen(months[i]); in print_year() 606 indent(pad / in print_year() [all...] |
/kernel/linux/linux-6.6/drivers/media/platform/xilinx/ |
H A D | xilinx-dma.c | 43 xvip_dma_remote_subdev(struct media_pad *local, u32 *pad) in xvip_dma_remote_subdev() argument 51 if (pad) in xvip_dma_remote_subdev() 52 *pad = remote->index; in xvip_dma_remote_subdev() 65 subdev = xvip_dma_remote_subdev(&dma->pad, &fmt.pad); in xvip_dma_verify_format() 69 ret = v4l2_subdev_call(subdev, pad, get_fmt, NULL, &fmt); in xvip_dma_verify_format() 101 struct media_pad *pad; in xvip_pipeline_start_stop() local 107 pad = &entity->pads[0]; in xvip_pipeline_start_stop() 108 if (!(pad->flags & MEDIA_PAD_FL_SINK)) in xvip_pipeline_start_stop() 111 pad in xvip_pipeline_start_stop() 180 struct media_pad *pad; xvip_pipeline_validate() local [all...] |
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | callthunks.c | 187 u8 *pad = dest - tsize; in patch_dest() local 190 if (!bcmp(pad, skl_call_thunk_template, tsize)) in patch_dest() 191 return pad; in patch_dest() 194 if (bcmp(pad, nops, tsize)) { in patch_dest() 200 memcpy(pad, skl_call_thunk_template, tsize); in patch_dest() 202 text_poke_copy_locked(pad, skl_call_thunk_template, tsize, true); in patch_dest() 203 return pad; in patch_dest() 208 void *pad, *dest; in patch_call() local 221 pad = patch_dest(dest, within_coretext(ct, dest)); in patch_call() 222 if (!pad) in patch_call() [all...] |
/third_party/toybox/toys/posix/ |
H A D | od.c | 54 int throw = 0, pad = 0; in od_out_t() local 59 pad += 4; in od_out_t() 83 pad += (throw = 8)+7; in od_out_t() 86 pad += (throw = 17)+8; in od_out_t() 89 pad += (throw = 21)+9; in od_out_t() 121 pad += throw+1; in od_out_t() 124 return pad; in od_out_t() 132 int i, j, len, pad; in od_outline() local 161 // Find largest "pad" of the output types. in od_outline() 162 for (i = pad in od_outline() [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/ |
H A D | 11n_aggr.c | 48 struct sk_buff *skb_src, int *pad) in mwifiex_11n_form_amsdu_pkt() 87 *pad = (4 - ((unsigned long)skb_aggr->tail & 0x3)) % 4; in mwifiex_11n_form_amsdu_pkt() 89 return skb_aggr->len + *pad; in mwifiex_11n_form_amsdu_pkt() 164 int pad = 0, aggr_num = 0, ret; variable 210 mwifiex_11n_form_amsdu_pkt(skb_aggr, skb_src, &pad); 221 if (skb_tailroom(skb_aggr) < pad) { 222 pad = 0; 225 skb_put(skb_aggr, pad); 234 skb_trim(skb_aggr, skb_aggr->len - pad); 47 mwifiex_11n_form_amsdu_pkt(struct sk_buff *skb_aggr, struct sk_buff *skb_src, int *pad) mwifiex_11n_form_amsdu_pkt() argument
|
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/ |
H A D | 11n_aggr.c | 36 struct sk_buff *skb_src, int *pad) in mwifiex_11n_form_amsdu_pkt() 75 *pad = (4 - ((unsigned long)skb_aggr->tail & 0x3)) % 4; in mwifiex_11n_form_amsdu_pkt() 77 return skb_aggr->len + *pad; in mwifiex_11n_form_amsdu_pkt() 152 int pad = 0, aggr_num = 0, ret; variable 198 mwifiex_11n_form_amsdu_pkt(skb_aggr, skb_src, &pad); 209 if (skb_tailroom(skb_aggr) < pad) { 210 pad = 0; 213 skb_put(skb_aggr, pad); 222 skb_trim(skb_aggr, skb_aggr->len - pad); 35 mwifiex_11n_form_amsdu_pkt(struct sk_buff *skb_aggr, struct sk_buff *skb_src, int *pad) mwifiex_11n_form_amsdu_pkt() argument
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | rsautl.c | 82 unsigned char *rsa_in = NULL, *rsa_out = NULL, pad = RSA_PKCS1_PADDING; in rsautl_main() local 120 pad = RSA_NO_PADDING; in rsautl_main() 123 pad = RSA_PKCS1_OAEP_PADDING; in rsautl_main() 126 pad = RSA_PKCS1_PADDING; in rsautl_main() 129 pad = RSA_X931_PADDING; in rsautl_main() 247 && EVP_PKEY_CTX_set_rsa_padding(ctx, pad) > 0 in rsautl_main() 253 && EVP_PKEY_CTX_set_rsa_padding(ctx, pad) > 0 in rsautl_main() 258 && EVP_PKEY_CTX_set_rsa_padding(ctx, pad) > 0 in rsautl_main() 263 && EVP_PKEY_CTX_set_rsa_padding(ctx, pad) > 0 in rsautl_main()
|
/third_party/openssl/apps/ |
H A D | rsautl.c | 82 unsigned char *rsa_in = NULL, *rsa_out = NULL, pad = RSA_PKCS1_PADDING; in rsautl_main() local 120 pad = RSA_NO_PADDING; in rsautl_main() 123 pad = RSA_PKCS1_OAEP_PADDING; in rsautl_main() 126 pad = RSA_PKCS1_PADDING; in rsautl_main() 129 pad = RSA_X931_PADDING; in rsautl_main() 247 && EVP_PKEY_CTX_set_rsa_padding(ctx, pad) > 0 in rsautl_main() 253 && EVP_PKEY_CTX_set_rsa_padding(ctx, pad) > 0 in rsautl_main() 258 && EVP_PKEY_CTX_set_rsa_padding(ctx, pad) > 0 in rsautl_main() 263 && EVP_PKEY_CTX_set_rsa_padding(ctx, pad) > 0 in rsautl_main()
|
/kernel/linux/linux-5.10/drivers/input/mouse/ |
H A D | sentelic.c | 331 /* Enable on-pad command tag output */ 364 struct fsp_data *pad = psmouse->private; in fsp_onpad_vscr() local 370 pad->vscroll = enable; in fsp_onpad_vscr() 385 struct fsp_data *pad = psmouse->private; in fsp_onpad_hscr() local 394 pad->hscroll = enable; in fsp_onpad_hscr() 452 struct fsp_data *pad = psmouse->private; in fsp_attr_show_getreg() local 454 return sprintf(buf, "%02x%02x\n", pad->last_reg, pad->last_val); in fsp_attr_show_getreg() 465 struct fsp_data *pad = psmouse->private; in fsp_attr_set_getreg() local 479 pad in fsp_attr_set_getreg() 524 struct fsp_data *pad = psmouse->private; fsp_attr_show_vscroll() local 553 struct fsp_data *pad = psmouse->private; fsp_attr_show_hscroll() local 582 struct fsp_data *pad = psmouse->private; fsp_attr_show_flags() local 591 struct fsp_data *pad = psmouse->private; fsp_attr_set_flags() local 840 struct fsp_data *pad = psmouse->private; fsp_activate_protocol() local 923 struct fsp_data *pad = psmouse->private; fsp_set_input_params() local [all...] |
/kernel/linux/linux-5.10/drivers/staging/media/omap4iss/ |
H A D | iss.c | 139 fmt.pad = link->source->index; in omap4iss_get_external_info() 142 pad, get_fmt, NULL, &fmt); in omap4iss_get_external_info() 387 struct media_pad *pad; in iss_pipeline_disable() local 394 pad = &entity->pads[0]; in iss_pipeline_disable() 395 if (!(pad->flags & MEDIA_PAD_FL_SINK)) in iss_pipeline_disable() 398 pad = media_entity_remote_pad(pad); in iss_pipeline_disable() 399 if (!pad || !is_media_entity_v4l2_subdev(pad->entity)) in iss_pipeline_disable() 402 entity = pad in iss_pipeline_disable() 439 struct media_pad *pad; iss_pipeline_enable() local 544 struct media_pad *pad; iss_pipeline_is_last() local 1029 unsigned int pad; iss_register_entities() local [all...] |
H A D | iss_ipipe.c | 25 unsigned int pad, 179 unsigned int pad, in __ipipe_get_format() 183 return v4l2_subdev_get_try_format(&ipipe->subdev, cfg, pad); in __ipipe_get_format() 185 return &ipipe->formats[pad]; in __ipipe_get_format() 189 * ipipe_try_format - Try video format on a pad 191 * @cfg: V4L2 subdev pad config 192 * @pad: Pad number 198 unsigned int pad, in ipipe_try_format() 207 switch (pad) { in ipipe_try_format() 241 * @cfg : V4L2 subdev pad confi 177 __ipipe_get_format(struct iss_ipipe_device *ipipe, struct v4l2_subdev_pad_config *cfg, unsigned int pad, enum v4l2_subdev_format_whence which) __ipipe_get_format() argument 196 ipipe_try_format(struct iss_ipipe_device *ipipe, struct v4l2_subdev_pad_config *cfg, unsigned int pad, struct v4l2_mbus_framefmt *fmt, enum v4l2_subdev_format_whence which) ipipe_try_format() argument [all...] |
/kernel/linux/linux-6.6/drivers/staging/media/omap4iss/ |
H A D | iss.c | 139 fmt.pad = link->source->index; in omap4iss_get_external_info() 142 pad, get_fmt, NULL, &fmt); in omap4iss_get_external_info() 387 struct media_pad *pad; in iss_pipeline_disable() local 394 pad = &entity->pads[0]; in iss_pipeline_disable() 395 if (!(pad->flags & MEDIA_PAD_FL_SINK)) in iss_pipeline_disable() 398 pad = media_pad_remote_pad_first(pad); in iss_pipeline_disable() 399 if (!pad || !is_media_entity_v4l2_subdev(pad->entity)) in iss_pipeline_disable() 402 entity = pad in iss_pipeline_disable() 439 struct media_pad *pad; iss_pipeline_enable() local 549 struct media_pad *pad; iss_pipeline_is_last() local 1032 unsigned int pad; iss_register_entities() local [all...] |
/kernel/linux/linux-6.6/drivers/input/mouse/ |
H A D | sentelic.c | 331 /* Enable on-pad command tag output */ 364 struct fsp_data *pad = psmouse->private; in fsp_onpad_vscr() local 370 pad->vscroll = enable; in fsp_onpad_vscr() 385 struct fsp_data *pad = psmouse->private; in fsp_onpad_hscr() local 394 pad->hscroll = enable; in fsp_onpad_hscr() 452 struct fsp_data *pad = psmouse->private; in fsp_attr_show_getreg() local 454 return sprintf(buf, "%02x%02x\n", pad->last_reg, pad->last_val); in fsp_attr_show_getreg() 465 struct fsp_data *pad = psmouse->private; in fsp_attr_set_getreg() local 479 pad in fsp_attr_set_getreg() 524 struct fsp_data *pad = psmouse->private; fsp_attr_show_vscroll() local 553 struct fsp_data *pad = psmouse->private; fsp_attr_show_hscroll() local 582 struct fsp_data *pad = psmouse->private; fsp_attr_show_flags() local 591 struct fsp_data *pad = psmouse->private; fsp_attr_set_flags() local 840 struct fsp_data *pad = psmouse->private; fsp_activate_protocol() local 923 struct fsp_data *pad = psmouse->private; fsp_set_input_params() local [all...] |
/kernel/linux/linux-5.10/drivers/media/platform/ |
H A D | video-mux.c | 61 * The mux state is determined by the enabled sink pad link. in video_mux_link_setup() 62 * Enabling or disabling the source pad link has no effect. in video_mux_link_setup() 114 struct media_pad *pad; in video_mux_s_stream() local 121 pad = media_entity_remote_pad(&sd->entity.pads[vmux->active]); in video_mux_s_stream() 122 if (!pad) { in video_mux_s_stream() 123 dev_err(sd->dev, "Failed to find remote source pad\n"); in video_mux_s_stream() 127 if (!is_media_entity_v4l2_subdev(pad->entity)) { in video_mux_s_stream() 132 upstream_sd = media_entity_to_v4l2_subdev(pad->entity); in video_mux_s_stream() 144 unsigned int pad, u32 which) in __video_mux_get_pad_format() 150 return v4l2_subdev_get_try_format(sd, cfg, pad); in __video_mux_get_pad_format() 142 __video_mux_get_pad_format(struct v4l2_subdev *sd, struct v4l2_subdev_pad_config *cfg, unsigned int pad, u32 which) __video_mux_get_pad_format() argument 180 struct media_pad *pad = &vmux->pads[sdformat->pad]; video_mux_set_format() local [all...] |
/kernel/linux/linux-6.6/drivers/media/platform/nxp/imx8-isi/ |
H A D | imx8-isi-crossbar.c | 47 ret = v4l2_subdev_call(remote_sd, pad, get_frame_desc, remote_pad, &fd); in mxc_isi_crossbar_gasket_enable() 134 struct media_pad *pad; in mxc_isi_crossbar_xlate_streams() local 139 * Translate the source pad and streams to the sink side. The routing in mxc_isi_crossbar_xlate_streams() 141 * routing table are guaranteed to have the same sink pad. in mxc_isi_crossbar_xlate_streams() 162 pad = media_pad_remote_pad_first(&xbar->pads[sink_pad]); in mxc_isi_crossbar_xlate_streams() 163 sd = media_entity_to_v4l2_subdev(pad->entity); in mxc_isi_crossbar_xlate_streams() 173 *remote_pad = pad->index; in mxc_isi_crossbar_xlate_streams() 220 if (code->pad >= xbar->num_sinks) { in mxc_isi_crossbar_enum_mbus_code() 225 * connected sink pad. in mxc_isi_crossbar_enum_mbus_code() 231 code->pad, in mxc_isi_crossbar_enum_mbus_code() 321 mxc_isi_crossbar_enable_streams(struct v4l2_subdev *sd, struct v4l2_subdev_state *state, u32 pad, u64 streams_mask) mxc_isi_crossbar_enable_streams() argument 368 mxc_isi_crossbar_disable_streams(struct v4l2_subdev *sd, struct v4l2_subdev_state *state, u32 pad, u64 streams_mask) mxc_isi_crossbar_disable_streams() argument [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | graphparser.c | 261 int pad, ret; in link_filter_inouts() local 263 for (pad = 0; pad < filt_ctx->nb_inputs; pad++) { in link_filter_inouts() 273 ret = link_filter(p->filter_ctx, p->pad_idx, filt_ctx, pad, log_ctx); in link_filter_inouts() 280 p->pad_idx = pad; in link_filter_inouts() 292 pad = filt_ctx->nb_outputs; in link_filter_inouts() 293 while (pad--) { in link_filter_inouts() 298 currlinkn->pad_idx = pad; in link_filter_inouts() 309 int pad in parse_inputs() local 352 int ret, pad = 0; parse_outputs() local [all...] |