/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/crypto/ |
H A D | cryp_rsa.c | 524 static hi_s32 rsa_padding_add_pkcs1_type(mbedtls_rsa_context *rsa, rsa_padding_pack *pad) in rsa_padding_add_pkcs1_type() argument 532 crypto_unused(pad->out_len); in rsa_padding_add_pkcs1_type() 534 if (pad->in_len > pad->klen - RSA_PKCS1_TYPE_MIN_PAD_LEN) { in rsa_padding_add_pkcs1_type() 539 peb = pad->out; in rsa_padding_add_pkcs1_type() 545 *(peb++) = pad->bt; in rsa_padding_add_pkcs1_type() 551 plen = pad->klen - CRYPTO_NUM_3 - pad->in_len; in rsa_padding_add_pkcs1_type() 553 ret = rsa_pkcs1_block_padding(pad->bt, peb, plen); in rsa_padding_add_pkcs1_type() 566 if (memcpy_s(peb, pad in rsa_padding_add_pkcs1_type() 586 rsa_pkcs1_chk_block_padding(hi_u8 *peb, hi_u32 *idx, rsa_padding_pack *pad) rsa_pkcs1_chk_block_padding() argument 636 rsa_padding_check_pkcs1_type(mbedtls_rsa_context *rsa, rsa_padding_pack *pad) rsa_padding_check_pkcs1_type() argument 710 ext_rsa_encrypt(hi_cipher_rsa_encrypt_scheme scheme, mbedtls_rsa_context *rsa, rsa_padding_pack *pad) ext_rsa_encrypt() argument 761 rsa_padding_pack pad; cryp_rsa_encrypt() local 811 ext_rsa_decrypt(hi_cipher_rsa_encrypt_scheme scheme, mbedtls_rsa_context *rsa, rsa_padding_pack *pad) ext_rsa_decrypt() argument 867 rsa_padding_pack pad; cryp_rsa_decrypt() local [all...] |
/device/soc/rockchip/rk3588/kernel/include/trace/hooks/ |
H A D | v4l2core.h | 31 TP_PROTO(struct v4l2_subdev *sd, struct v4l2_subdev_pad_config *pad, 33 TP_ARGS(sd, pad, sel, ret)); 37 TP_PROTO(struct v4l2_subdev *sd, struct v4l2_subdev_pad_config *pad, 39 TP_ARGS(sd, pad, format, ret)); 48 TP_PROTO(struct v4l2_subdev *sd, struct v4l2_subdev_pad_config *pad, 50 TP_ARGS(sd, pad, sel, ret), 1); 53 TP_PROTO(struct v4l2_subdev *sd, struct v4l2_subdev_pad_config *pad, 55 TP_ARGS(sd, pad, format, ret), 1);
|
/device/board/hihope/rk3568/wifi/bcmdhd_wifi6/hdfadapt/ |
H A D | hdf_wl_interface.h | 70 static inline int bdh6_hdf_vxx_lock(struct wireless_dev *vxx, int pad)
73 pad = 0;
in __acquires() 76 return pad;
in __acquires() 79 static inline int bdh6_hdf_vxx_unlock(struct wireless_dev *vxx, int pad)
82 pad = 1;
in __releases() 85 return pad;
in __releases()
|
/device/soc/rockchip/rk3588/kernel/include/uapi/gpu/arm/bifrost/ |
H A D | mali_kbase_hwcnt_reader.h | 182 * @pad: Padding bytes. 192 __u8 pad[2]; member 201 * @pad: Padding bytes. 206 __u16 pad; member 241 * @pad: Padding bytes. 248 __u8 pad[7]; member 261 * @pad: Padding bytes. 268 __u8 pad[6]; member 285 * @pad: Padding bytes. 289 __u8 pad[ member 343 __u32 pad; global() member 359 __u32 pad; global() member 453 __u16 pad[3]; global() member [all...] |
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/ispp/ |
H A D | ispp.c | 120 if (fmt->pad != RKISPP_PAD_SINK && fmt->pad != RKISPP_PAD_SOURCE) { in rkispp_sd_get_fmt() 129 mf = v4l2_subdev_get_try_format(sd, cfg, fmt->pad); in rkispp_sd_get_fmt() 133 if (fmt->pad == RKISPP_PAD_SINK && ispp_sdev->dev->inp == INP_ISP) { in rkispp_sd_get_fmt() 134 ret = v4l2_subdev_call(ispp_sdev->remote_sd, pad, get_fmt, cfg, fmt); in rkispp_sd_get_fmt() 143 } else if (fmt->pad == RKISPP_PAD_SOURCE) { in rkispp_sd_get_fmt() 163 if (fmt->pad == RKISPP_PAD_SINK && ispp_sdev->dev->inp == INP_ISP) { in rkispp_sd_set_fmt() 172 mf = v4l2_subdev_get_try_format(sd, cfg, fmt->pad); in rkispp_sd_set_fmt() 175 if (fmt->pad == RKISPP_PAD_SINK) { in rkispp_sd_set_fmt() 195 if (sel->pad ! in rkispp_sd_get_selection() [all...] |
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/ispp/ |
H A D | ispp.c | 123 if (fmt->pad != RKISPP_PAD_SINK && in rkispp_sd_get_fmt() 124 fmt->pad != RKISPP_PAD_SOURCE) in rkispp_sd_get_fmt() 131 mf = v4l2_subdev_get_try_format(sd, cfg, fmt->pad); in rkispp_sd_get_fmt() 135 if (fmt->pad == RKISPP_PAD_SINK && ispp_sdev->dev->inp == INP_ISP) { in rkispp_sd_get_fmt() 137 pad, get_fmt, cfg, fmt); in rkispp_sd_get_fmt() 145 } else if (fmt->pad == RKISPP_PAD_SOURCE) { in rkispp_sd_get_fmt() 166 if (fmt->pad == RKISPP_PAD_SINK && ispp_sdev->dev->inp == INP_ISP) in rkispp_sd_set_fmt() 173 mf = v4l2_subdev_get_try_format(sd, cfg, fmt->pad); in rkispp_sd_set_fmt() 176 if (fmt->pad == RKISPP_PAD_SINK) { in rkispp_sd_set_fmt() 196 if (sel->pad ! in rkispp_sd_get_selection() [all...] |
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/ |
H A D | dev.c | 144 struct media_pad *pad = NULL; in isp_pipeline_prepare() local 146 /* Find remote source pad */ in isp_pipeline_prepare() 153 pad = rkisp_media_entity_remote_pad(spad); in isp_pipeline_prepare() 154 if (pad) { in isp_pipeline_prepare() 159 if (!pad) { in isp_pipeline_prepare() 164 sd = media_entity_to_v4l2_subdev(pad->entity); in isp_pipeline_prepare() 358 unsigned int s, pad; in rkisp_create_links() local 367 for (pad = 0; pad < sensor->sd->entity.num_pads; pad in rkisp_create_links() [all...] |
H A D | rkisp.c | 233 sel.pad = 0;
in rkisp_align_sensor_resolution() 237 ret = v4l2_subdev_call(sensor, pad, get_selection, NULL, &sel);
in rkisp_align_sensor_resolution() 249 ret = v4l2_subdev_call(sensor, pad, get_selection, NULL, &sel);
in rkisp_align_sensor_resolution() 307 struct media_pad *rkisp_media_entity_remote_pad(struct media_pad *pad)
in rkisp_media_entity_remote_pad() argument 311 list_for_each_entry(link, &pad->entity->links, list)
in rkisp_media_entity_remote_pad() 318 if (link->source == pad) {
in rkisp_media_entity_remote_pad() 321 if (link->sink == pad) {
in rkisp_media_entity_remote_pad() 343 ret = v4l2_subdev_call(sensor->sd, pad, get_mbus_config, 0, &sensor->mbus);
in rkisp_update_sensor_info() 348 sensor->fmt[0].pad = 0;
in rkisp_update_sensor_info() 350 ret = v4l2_subdev_call(sensor->sd, pad, get_fm in rkisp_update_sensor_info() 2301 rkisp_isp_sd_try_crop(struct v4l2_subdev *sd, struct v4l2_rect *crop, u32 pad) rkisp_isp_sd_try_crop() argument [all...] |
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/ |
H A D | dev.c | 133 struct media_pad *pad = NULL; in __isp_pipeline_prepare() local 135 /* Find remote source pad */ in __isp_pipeline_prepare() 141 pad = rkisp_media_entity_remote_pad(spad); in __isp_pipeline_prepare() 142 if (pad) in __isp_pipeline_prepare() 146 if (!pad) in __isp_pipeline_prepare() 149 sd = media_entity_to_v4l2_subdev(pad->entity); in __isp_pipeline_prepare() 323 unsigned int s, pad; in rkisp_create_links() local 332 for (pad = 0; pad < sensor->sd->entity.num_pads; pad in rkisp_create_links() [all...] |
H A D | rkisp.c | 245 sel.pad = 0; in rkisp_align_sensor_resolution() 249 ret = v4l2_subdev_call(sensor, pad, get_selection, NULL, &sel); in rkisp_align_sensor_resolution() 263 ret = v4l2_subdev_call(sensor, pad, get_selection, NULL, &sel); in rkisp_align_sensor_resolution() 325 struct media_pad *rkisp_media_entity_remote_pad(struct media_pad *pad) in rkisp_media_entity_remote_pad() argument 329 list_for_each_entry(link, &pad->entity->links, list) { in rkisp_media_entity_remote_pad() 338 if (link->source == pad) in rkisp_media_entity_remote_pad() 340 if (link->sink == pad) in rkisp_media_entity_remote_pad() 360 ret = v4l2_subdev_call(sensor->sd, pad, get_mbus_config, in rkisp_update_sensor_info() 365 sensor->fmt[0].pad = 0; in rkisp_update_sensor_info() 367 ret = v4l2_subdev_call(sensor->sd, pad, get_fm in rkisp_update_sensor_info() 2311 rkisp_isp_sd_try_crop(struct v4l2_subdev *sd, struct v4l2_rect *crop, u32 pad) rkisp_isp_sd_try_crop() argument [all...] |
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/cif/ |
H A D | mipi-csi2.c | 85 ret = v4l2_subdev_call(sensor->sd, pad, get_mbus_config, 0, &mbus);
in csi2_update_sensor_info() 325 csi2->pad[i].flags = (i == CSI2_SINK_PAD) ? MEDIA_PAD_FL_SINK : MEDIA_PAD_FL_SOURCE;
in csi2_media_init() 328 csi2->pad[RK_CSI2X_PAD_SOURCE0].flags = MEDIA_PAD_FL_SOURCE | MEDIA_PAD_FL_MUST_CONNECT;
in csi2_media_init() 329 csi2->pad[RK_CSI2_PAD_SINK].flags = MEDIA_PAD_FL_SINK | MEDIA_PAD_FL_MUST_CONNECT;
in csi2_media_init() 341 return media_entity_pads_init(&sd->entity, num_pads, csi2->pad);
in csi2_media_init() 355 ret = v4l2_subdev_call(sensor, pad, get_fmt, NULL, fmt);
in csi2_get_set_fmt() 386 if (sel->pad > RK_CSI2X_PAD_SOURCE3) {
in csi2_get_selection() 387 v4l2_dbg(1, csi2_debug, &csi2->sd, "pad[%d] isn't matched\n", sel->pad);
in csi2_get_selection() 394 sel->pad in csi2_get_selection() 554 unsigned int pad, ret; csi2_notifier_bound() local [all...] |
H A D | dev.c | 692 struct media_pad *pad = NULL;
in cif_pipeline_prepare() local 694 /* Find remote source pad */
in cif_pipeline_prepare() 701 pad = media_entity_remote_pad(spad);
in cif_pipeline_prepare() 702 if (pad) {
in cif_pipeline_prepare() 707 if (!pad) {
in cif_pipeline_prepare() 712 sd = media_entity_to_v4l2_subdev(pad->entity);
in cif_pipeline_prepare() 946 u32 flags, pad, id;
in rkcif_create_link() local 961 for (pad = 0; pad < linked_sensor.sd->entity.num_pads; pad in rkcif_create_link() [all...] |
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/cif/ |
H A D | mipi-csi2.c | 78 ret = v4l2_subdev_call(sensor->sd, pad, get_mbus_config, 0, &mbus); in csi2_update_sensor_info() 319 csi2->pad[i].flags = (i == CSI2_SINK_PAD) ? in csi2_media_init() 323 csi2->pad[RK_CSI2X_PAD_SOURCE0].flags = in csi2_media_init() 325 csi2->pad[RK_CSI2_PAD_SINK].flags = in csi2_media_init() 338 return media_entity_pads_init(&sd->entity, num_pads, csi2->pad); in csi2_media_init() 354 ret = v4l2_subdev_call(sensor, pad, get_fmt, NULL, fmt); in csi2_get_set_fmt() 385 if (sel->pad > RK_CSI2X_PAD_SOURCE3) { in csi2_get_selection() 386 v4l2_dbg(1, csi2_debug, &csi2->sd, "pad[%d] isn't matched\n", sel->pad); in csi2_get_selection() 393 sel->pad in csi2_get_selection() 561 unsigned int pad, ret; csi2_notifier_bound() local [all...] |
H A D | dev.c | 754 struct media_pad *pad = NULL; in __cif_pipeline_prepare() local 756 /* Find remote source pad */ in __cif_pipeline_prepare() 762 pad = media_entity_remote_pad(spad); in __cif_pipeline_prepare() 763 if (pad) in __cif_pipeline_prepare() 767 if (!pad) in __cif_pipeline_prepare() 770 sd = media_entity_to_v4l2_subdev(pad->entity); in __cif_pipeline_prepare() 1002 u32 flags, pad, id; in rkcif_create_link() local 1019 for (pad = 0; pad < linked_sensor.sd->entity.num_pads; pad in rkcif_create_link() [all...] |
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
H A D | event_log_payload.h | 105 uint8 pad; member 119 uint8 pad; member 138 uint8 pad; member 208 uint8 pad[3]; /* reserved, zero */ member 606 uint16 pad; member 685 uint16 pad; member 789 uint8 pad; /* Padding byte to align with word */ member 889 uint8 pad; member 898 uint8 pad; member 908 uint8 pad; member 939 uint8 pad[2]; global() member 961 uint8 pad[3]; global() member 973 uint8 pad; global() member 985 uint8 pad[3]; global() member 1007 uint8 pad; global() member [all...] |
H A D | wlioctl.h | 137 uint8 pad; member 701 uint8 pad; member 719 int8 pad; member 755 * meaning an odd channel count implies a 2-byte pad 773 * without implicit pad 801 * meaning an odd channel count implies a 2-byte pad 1618 uint8 pad; member 1642 uint16 pad; member 2734 uint16 pad; member 2743 uint16 pad; member 2908 uint8 pad[3]; global() member 2983 uint8 pad[3]; global() member 3172 uint8 pad[2]; /* 4-byte alignment */ global() member 3207 uint16 pad; /* reserved / padding for 4 byte align */ global() member 3531 uint16 pad; global() member 3540 uint16 pad; global() member 3591 uint16 pad; /* pad to align to 32 bit */ global() member 6194 uint8 pad; global() member 6340 uint16 pad; /* pad for 32bit align */ global() member 6564 uint8 pad[3]; global() member 6736 uint16 pad; /* reserved/32 bit alignment */ global() member 7019 uint8 pad[3]; /* 3 byte padding to make structure size a multiple of 32bits */ global() member 7082 uint16 pad; global() member 7123 uint8 pad; global() member 7220 int8 pad[3]; global() member 7235 uint16 pad; global() member 7468 uint8 pad; global() member 7542 uint8 pad; global() member 7555 uint8 pad; global() member 7807 uint8 pad[2]; global() member 8073 uint16 pad; /**< Word alignment for scripts */ global() member 8190 uint16 pad; /* padding */ global() member 8210 uint8 pad[3]; global() member 8319 uint8 pad[3]; global() member 8713 uint8 pad; /* Padding */ global() member 8806 uint8 pad[3]; /* padding for alignment */ global() member 9128 uint16 pad; global() member 9139 uint8 pad; global() member 9300 uint8 pad[2]; global() member 9457 uint8 pad; /* padding for 4-byte allignment */ global() member 9527 uint8 pad; global() member 10159 uint8 pad[3]; global() member 10221 uint8 pad; global() member 10236 uint16 pad; global() member 10252 uint8 pad; /* Align */ global() member 10280 uint16 pad; global() member 10290 uint8 pad; global() member 10299 uint8 pad; global() member 10307 uint8 pad[3]; global() member 10655 uint8 pad; /* May not be needed as TLV's are aligned,add to pass compile chk */ global() member 10703 uint8 pad[3]; global() member 10753 uint8 pad[2]; global() member 10785 uint8 pad[3]; global() member 10825 uint8 pad; global() member 10836 uint8 pad; global() member 11043 uint16 pad; /**< pad to be 32 bit aligment */ global() member 11146 uint8 pad; global() member 11185 uint8 pad[4]; /* remove after precommit */ global() member 11229 uint8 pad[2]; global() member 11239 uint8 pad[2]; global() member 11270 uint16 pad; global() member 11361 uint8 pad[2]; global() member 11368 uint8 pad[2]; global() member 11375 uint8 pad; global() member 11487 uint8 pad; global() member 11501 uint16 pad; global() member 11510 uint16 pad; global() member 11518 int16 pad; global() member 11527 uint16 pad; global() member 11626 uint8 pad[2]; global() member 11825 uint8 pad[3]; global() member 12022 uint16 pad; /* padding */ global() member 12029 uint8 pad[3]; global() member 12051 uint8 pad; global() member 12063 uint8 pad; global() member 12078 uint8 pad[3]; global() member 12112 uint8 pad; global() member 12133 uint8 pad[3]; global() member 12139 uint8 pad[2]; global() member 12156 uint8 pad; global() member 12174 uint8 pad; global() member 12182 uint8 pad[2]; global() member 12193 uint8 pad[3]; global() member 12223 uint8 pad; global() member 12232 uint8 pad[2]; global() member 12245 uint8 pad[2]; global() member 12272 uint8 pad[2]; global() member 12324 uint8 pad[3]; global() member 12361 uint8 pad; global() member 12381 uint8 pad; global() member 12431 uint8 pad[2]; global() member 12450 uint8 pad[2]; global() member 12501 uint8 pad; global() member 12520 uint8 pad[2]; global() member 12531 uint8 pad[2]; global() member 12559 uint8 pad[2]; global() member 12576 uint16 pad; /* padding */ global() member 12634 uint16 pad; /* padding */ global() member 12775 uint8 pad; global() member 12798 uint8 pad; global() member 12823 uint8 pad[8]; global() member 12826 uint8 pad[3]; global() member 12887 uint8 pad[2]; global() member 12896 uint8 pad[2]; global() member 12907 uint8 pad[3]; global() member 12915 uint8 pad; global() member 13096 uint8 pad[2]; global() member 13144 uint8 pad[2]; /* Align on 4 byte boundary */ global() member 13228 uint8 pad[2]; global() member 13251 uint8 pad[3]; /**< 4-byte struct alignment */ global() member 13264 uint8 pad[2]; /**< 4-byte struct alignment */ global() member 13320 uint8 pad[2]; /* 4-byte struct alignment */ global() member 13330 uint8 pad[3]; /* 4-byte struct alignment */ global() member 13338 uint8 pad[2]; /* 4-byte struct alignment */ global() member 13362 uint8 pad[3]; /* 4-byte struct alignment */ global() member 13370 uint8 pad[2]; /* 4-byte struct alignment */ global() member 13404 uint8 pad[3]; /* 4-byte struct alignment */ global() member 13409 uint8 pad[3]; /* 4-byte struct alignment */ global() member 13662 uint8 pad; global() member 13678 uint16 pad; /* 4-byte boundary padding */ global() member 13710 uint8 pad; global() member 13730 uint8 pad[2]; global() member 13741 uint8 pad[1]; global() member 13758 uint16 pad; /* 4-byte boundary padding */ global() member 13839 uint8 pad[2]; global() member 14220 uint8 pad[2]; global() member 14403 uint8 pad[3]; global() member 14426 uint8 pad[2]; global() member 14448 uint8 pad[3]; global() member 14473 uint8 pad[2]; global() member 14485 uint8 pad[2]; global() member 14581 uint8 pad; global() member 14596 uint16 pad; global() member 14603 uint8 pad; global() member 14836 uint8 pad[3]; global() member 14848 uint8 pad[3]; global() member 14914 uint8 pad[2]; /* This field is used fragmentation purpose */ global() member 15062 uint8 pad; global() member 15082 uint8 pad[2]; global() member 15129 uint8 pad; global() member 15137 uint16 pad; global() member 15291 uint8 pad[3]; /**< Padding bytes to ensure data[] is at 32 bit aligned */ global() member 15405 uint8 pad[3]; global() member 15458 uint8 pad; global() member 15506 uint8 pad[3]; /* 4-byte alignment */ global() member 15514 uint8 pad[2]; /* 4-byte alignment */ global() member 15543 uint16 pad; /* pad/reserved */ global() member 15574 uint8 pad[2]; /* 4-byte alignment */ global() member 15851 uint16 pad; /* pad/reserved */ global() member 15886 uint16 pad; global() member 15944 uint16 pad; global() member 16006 uint16 pad; global() member 16139 uint16 pad; global() member 16163 uint16 pad; global() member 16172 uint16 pad; global() member 16187 uint16 pad; global() member 16220 uint16 pad; global() member 16250 uint8 pad[2]; /* Reserved for future use */ global() member 16270 uint8 pad[2]; /* padding */ global() member 16284 uint8 pad[3]; /* Reserved for future use */ global() member 16431 uint8 pad[2]; global() member 16702 uint16 pad; /* pad to be 32 bit aligment */ global() member 16971 uint8 pad[3]; global() member 16999 uint8 pad; /* padding bytes for 4 byte alignment */ global() member 17006 uint8 pad; /* pad bytes for 4 byte alignment */ global() member 17061 uint16 pad; global() member 17069 uint8 pad; global() member 17109 uint8 pad[3]; global() member 17188 uint8 pad[3]; global() member 17196 uint16 pad; /* pad to be 32 bit aligment */ global() member 17543 uint8 pad[2]; /* Reserved */ global() member 17762 uint8 pad; global() member 17819 uint8 pad[2]; global() member 17854 uint8 pad; global() member 17861 uint8 pad[2]; global() member 17888 uint8 pad[2]; global() member 18965 uint8 pad[3]; /* Padding */ global() member 19026 uint8 pad[3]; global() member 19103 uint8 pad; global() member 19117 uint8 pad; /* pad to align to uint16 */ global() member 19202 uint8 pad; global() member 19214 uint8 pad; global() member 19242 uint16 pad; global() member 19252 uint16 pad; global() member 19279 uint8 pad; global() member 19292 uint8 pad; global() member 19313 uint8 pad[3]; /* 4-byte struct alignment */ global() member 19341 uint16 pad; /* alignment */ global() member 19478 uint8 pad[1]; /* Align to 4 bytes */ global() member 19751 uint8 pad[2]; global() member 19756 uint16 pad; global() member 19764 uint8 pad[2]; /**< padding for 32bit align */ global() member 19774 uint8 pad; global() member 19919 uint16 pad; global() member 19934 uint8 pad; global() member 20034 uint8 pad; global() member 20147 uint8 pad[3]; global() member 20349 uint16 pad; /* 4-byte alignment */ global() member 20372 uint16 pad; /* 4-byte alignment */ global() member 20425 uint8 pad[3]; global() member 20472 uint8 pad[2]; /* 4-byte struct alignment */ global() member 20546 uint16 pad; global() member 20584 uint8 pad; global() member 20591 uint8 pad[3]; global() member [all...] |
H A D | bcmevent.h | 549 uint16 pad; member 684 uint16 length; /* length of the rest of the structure - pad */ 690 uint8 pad; member 916 uint8 pad[3]; /* 4-byte struct alignment */ member 1034 uint8 pad[3]; member 1091 uint8 pad[4]; /* Padding to make aggr event packet header aligned member 1111 uint8 pad; member 1137 uint8 pad[2]; member 1145 uint8 pad[2]; member 1175 uint8 pad[ member 1189 uint8 pad[3]; global() member 1219 uint8 pad; global() member 1235 uint8 pad[3]; /* pad */ global() member 1250 uint8 pad[3]; /* pad */ global() member [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/system/upg/ |
H A D | upg_check_boot_bin.h | 80 hi_u8 pad[2]; /* reserved 2 bytes. */ member 104 hi_u8 pad[2]; /* reserved 2 bytes. */ member 124 hi_u8 pad[2]; /* reserved 2 bytes. */ member 154 hi_u32 pad[2]; /* reserved 2 words. */ member
|
/device/soc/rockchip/common/vendor/drivers/phy/ |
H A D | phy-rockchip-csi2-dphy.c | 109 ret = v4l2_subdev_call(sensor_sd, pad, get_mbus_config, 0, &mbus);
in csi2_dphy_update_sensor_mbus() 285 ret = v4l2_subdev_call(sensor_sd, pad, get_fmt, NULL, fmt);
in csi2_dphy_get_set_fmt() 286 if (!ret && fmt->pad == 0) {
in csi2_dphy_get_set_fmt() 297 return v4l2_subdev_call(sensor, pad, get_selection, NULL, sel);
in csi2_dphy_get_selection() 319 .pad = &csi2_dphy_subdev_pad_ops,
329 unsigned int pad, ret;
in rockchip_csi2_dphy_notifier_bound() local 342 for (pad = 0; pad < sensor->sd->entity.num_pads; pad++) {
in rockchip_csi2_dphy_notifier_bound() 343 if (sensor->sd->entity.pads[pad] in rockchip_csi2_dphy_notifier_bound() [all...] |
/device/soc/rockchip/rk3588/kernel/drivers/phy/rockchip/ |
H A D | phy-rockchip-csi2-dphy.c | 107 ret = v4l2_subdev_call(sensor_sd, pad, get_mbus_config, 0, &mbus); in csi2_dphy_update_sensor_mbus() 277 ret = v4l2_subdev_call(sensor_sd, pad, get_fmt, NULL, fmt); in csi2_dphy_get_set_fmt() 278 if (!ret && fmt->pad == 0) in csi2_dphy_get_set_fmt() 289 return v4l2_subdev_call(sensor, pad, get_selection, NULL, sel); in csi2_dphy_get_selection() 311 .pad = &csi2_dphy_subdev_pad_ops, 326 unsigned int pad, ret; in rockchip_csi2_dphy_notifier_bound() local 339 for (pad = 0; pad < sensor->sd->entity.num_pads; pad++) in rockchip_csi2_dphy_notifier_bound() 340 if (sensor->sd->entity.pads[pad] in rockchip_csi2_dphy_notifier_bound() [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/fixed/include/ |
H A D | uart_auth.h | 46 hi_u8 pad; member 59 hi_u8 pad; member
|
/device/soc/hisilicon/hi3861v100/hi3861_adapter/hals/iot_hardware/wifiiot_lite/ |
H A D | hal_iot_uart.c | 31 attr.pad = param->pad;
in IoTUartInit()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/ |
H A D | hi_spi.h | 149 hi_u32 pad : 23; /**< Reserve bits.CNcomment:保留位 CNend */ member 161 hi_u32 pad : 31; member
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
H A D | pbuf.h | 301 u8_t pad[2]; member 303 u8_t pad[1]; member 306 u8_t pad[2]; member 311 u8_t pad[3]; member
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dngl_wlhdr.h | 38 uint8 pad; /* Unused */ member
|