/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/ispp/ |
H A D | ispp.c | 125 if (fmt->which == V4L2_SUBDEV_FORMAT_TRY) { in rkispp_sd_get_fmt() 168 if (fmt->which == V4L2_SUBDEV_FORMAT_TRY) { in rkispp_sd_set_fmt() 200 if (sel->which == V4L2_SUBDEV_FORMAT_TRY) { in rkispp_sd_get_selection() 241 if (sel->which == V4L2_SUBDEV_FORMAT_TRY) { in rkispp_sd_set_selection() 348 fmt.which = V4L2_SUBDEV_FORMAT_ACTIVE; in rkispp_sd_s_power() 356 sel.which = V4L2_SUBDEV_FORMAT_ACTIVE; in rkispp_sd_s_power()
|
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/ispp/ |
H A D | ispp.c | 128 if (fmt->which == V4L2_SUBDEV_FORMAT_TRY) { in rkispp_sd_get_fmt() 170 if (fmt->which == V4L2_SUBDEV_FORMAT_TRY) { in rkispp_sd_set_fmt() 200 if (sel->which == V4L2_SUBDEV_FORMAT_TRY) { in rkispp_sd_get_selection() 241 if (sel->which == V4L2_SUBDEV_FORMAT_TRY) { in rkispp_sd_set_selection() 345 fmt.which = V4L2_SUBDEV_FORMAT_ACTIVE; in rkispp_sd_s_power() 355 sel.which = V4L2_SUBDEV_FORMAT_ACTIVE; in rkispp_sd_s_power()
|
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/cif/ |
H A D | mipi-csi2.c | 364 enum v4l2_subdev_format_whence which)
in mipi_csi2_get_crop() 366 if (which == V4L2_SUBDEV_FORMAT_TRY) {
in mipi_csi2_get_crop() 393 if (sel->which == V4L2_SUBDEV_FORMAT_ACTIVE) {
in csi2_get_selection() 397 fmt.which = V4L2_SUBDEV_FORMAT_ACTIVE;
in csi2_get_selection() 419 sel->r = *mipi_csi2_get_crop(csi2, cfg, sel->which);
in csi2_get_selection() 363 mipi_csi2_get_crop(struct csi2_dev *csi2, struct v4l2_subdev_pad_config *cfg, enum v4l2_subdev_format_whence which) mipi_csi2_get_crop() argument
|
H A D | subdev-itf.c | 103 fmt->which = V4L2_SUBDEV_FORMAT_ACTIVE;
in sditf_get_set_fmt() 112 input_sel.which = V4L2_SUBDEV_FORMAT_ACTIVE;
in sditf_get_set_fmt()
|
H A D | capture.c | 723 fmt.which = V4L2_SUBDEV_FORMAT_ACTIVE;
in get_input_fmt() 3314 input_sel.which = V4L2_SUBDEV_FORMAT_ACTIVE;
in rkcif_sync_crop_info() 4632 sd_sel.which = V4L2_SUBDEV_FORMAT_ACTIVE;
in rkcif_s_selection() 4637 v4l2_dbg(1, rkcif_debug, &dev->v4l2_dev, "%s: pad:%d, which:%d, target:%d\n", __func__, pad, sd_sel.which,
in rkcif_s_selection() 4666 sd_sel.which = V4L2_SUBDEV_FORMAT_ACTIVE;
in rkcif_g_selection() 4668 v4l2_dbg(1, rkcif_debug, &dev->v4l2_dev, "%s(line:%d): sd:%s pad:%d, which:%d, target:%d\n", __func__, __LINE__,
in rkcif_g_selection() 4669 sensor_sd->name, pad, sd_sel.which, sd_sel.target);
in rkcif_g_selection() 4980 enum v4l2_subdev_format_whence which)
in rkcif_lvds_sd_get_crop() 4982 if (which in rkcif_lvds_sd_get_crop() 4979 rkcif_lvds_sd_get_crop(struct rkcif_lvds_subdev *subdev, struct v4l2_subdev_pad_config *cfg, enum v4l2_subdev_format_whence which) rkcif_lvds_sd_get_crop() argument [all...] |
H A D | cif-scale.c | 144 fmt_src.which = V4L2_SUBDEV_FORMAT_ACTIVE;
in rkcif_scale_set_fmt() 153 input_sel.which = V4L2_SUBDEV_FORMAT_ACTIVE;
in rkcif_scale_set_fmt()
|
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/cif/ |
H A D | mipi-csi2.c | 363 enum v4l2_subdev_format_whence which) in mipi_csi2_get_crop() 365 if (which == V4L2_SUBDEV_FORMAT_TRY) in mipi_csi2_get_crop() 392 if (sel->which == V4L2_SUBDEV_FORMAT_ACTIVE) { in csi2_get_selection() 397 fmt.which = V4L2_SUBDEV_FORMAT_ACTIVE; in csi2_get_selection() 419 sel->r = *mipi_csi2_get_crop(csi2, cfg, sel->which); in csi2_get_selection() 361 mipi_csi2_get_crop(struct csi2_dev *csi2, struct v4l2_subdev_pad_config *cfg, enum v4l2_subdev_format_whence which) mipi_csi2_get_crop() argument
|
H A D | subdev-itf.c | 105 fmt->which = V4L2_SUBDEV_FORMAT_ACTIVE; in sditf_get_set_fmt() 115 input_sel.which = V4L2_SUBDEV_FORMAT_ACTIVE; in sditf_get_set_fmt()
|
H A D | capture.c | 666 fmt.which = V4L2_SUBDEV_FORMAT_ACTIVE; in get_input_fmt() 3401 input_sel.which = V4L2_SUBDEV_FORMAT_ACTIVE; in rkcif_sync_crop_info() 4806 sd_sel.which = V4L2_SUBDEV_FORMAT_ACTIVE; in rkcif_s_selection() 4811 v4l2_dbg(1, rkcif_debug, &dev->v4l2_dev, "%s: pad:%d, which:%d, target:%d\n", in rkcif_s_selection() 4812 __func__, pad, sd_sel.which, sd_sel.target); in rkcif_s_selection() 4841 sd_sel.which = V4L2_SUBDEV_FORMAT_ACTIVE; in rkcif_g_selection() 4843 v4l2_dbg(1, rkcif_debug, &dev->v4l2_dev, "%s(line:%d): sd:%s pad:%d, which:%d, target:%d\n", in rkcif_g_selection() 4844 __func__, __LINE__, sensor_sd->name, pad, sd_sel.which, sd_sel.target); in rkcif_g_selection() 5165 enum v4l2_subdev_format_whence which) in rkcif_lvds_sd_get_crop() 5167 if (which in rkcif_lvds_sd_get_crop() 5163 rkcif_lvds_sd_get_crop(struct rkcif_lvds_subdev *subdev, struct v4l2_subdev_pad_config *cfg, enum v4l2_subdev_format_whence which) rkcif_lvds_sd_get_crop() argument [all...] |
H A D | cif-scale.c | 150 fmt_src.which = V4L2_SUBDEV_FORMAT_ACTIVE; in rkcif_scale_set_fmt() 160 input_sel.which = V4L2_SUBDEV_FORMAT_ACTIVE; in rkcif_scale_set_fmt()
|
/device/board/hihope/dayu210/uboot/ |
H A D | make.sh | 299 if [ ! `which ${TOOLCHAIN}gcc` ]; then 729 if ! which dtc >/dev/null 2>&1 ; then 733 if ! which python2 >/dev/null 2>&1 ; then
|
/device/board/hisilicon/hispark_aries/uboot/secureboot_release/ddr_init/boot/ |
H A D | _udivsi3.S | 45 @ Test for possible subtractions, and note which bits
|
/device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ddr_init/boot/ |
H A D | _udivsi3.S | 45 @ Test for possible subtractions, and note which bits
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/ |
H A D | Makefile | 47 $(warning "You have specified the CONFIG variable which is no longer in used. Use TARGET_PLATFORM instead.") 51 $(warning "You have specified the CPU variable which is no longer in used. Use TARGET_PLATFORM instead.") 72 $(error USING_GPU_UTILIZATION conflict with USING_DVFS you can read the Integration Guide to choose which one do you need)
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/ |
H A D | Makefile | 47 $(warning "You have specified the CONFIG variable which is no longer in used. Use TARGET_PLATFORM instead.") 51 $(warning "You have specified the CPU variable which is no longer in used. Use TARGET_PLATFORM instead.") 72 $(error USING_GPU_UTILIZATION conflict with USING_DVFS you can read the Integration Guide to choose which one do you need)
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/ |
H A D | factory.mk | 26 GCC_PATH := $(dir $(shell which $(CC)))
|
H A D | non_factory.mk | 25 GCC_PATH := $(dir $(shell which $(CC)))
|
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/ |
H A D | dev.c | 423 fmt.which = V4L2_SUBDEV_FORMAT_ACTIVE; in _set_pipeline_default_fmt() 432 sel.which = V4L2_SUBDEV_FORMAT_ACTIVE; in _set_pipeline_default_fmt()
|
H A D | rkisp.c | 234 sel.which = V4L2_SUBDEV_FORMAT_ACTIVE;
in rkisp_align_sensor_resolution() 349 sensor->fmt[0].which = V4L2_SUBDEV_FORMAT_ACTIVE;
in rkisp_update_sensor_info() 2213 if (fmt->which == V4L2_SUBDEV_FORMAT_TRY) {
in rkisp_isp_sd_get_fmt() 2254 if (fmt->which == V4L2_SUBDEV_FORMAT_TRY) {
in rkisp_isp_sd_set_fmt() 2338 if (sel->which == V4L2_SUBDEV_FORMAT_TRY) {
in rkisp_isp_sd_get_selection() 2408 if (sel->which == V4L2_SUBDEV_FORMAT_TRY) {
in rkisp_isp_sd_set_selection()
|
H A D | bridge.c | 319 fmt->which = V4L2_SUBDEV_FORMAT_ACTIVE; in bridge_get_set_fmt()
|
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/ |
H A D | dev.c | 390 fmt.which = V4L2_SUBDEV_FORMAT_ACTIVE; in _set_pipeline_default_fmt() 399 sel.which = V4L2_SUBDEV_FORMAT_ACTIVE; in _set_pipeline_default_fmt()
|
H A D | rkisp.c | 246 sel.which = V4L2_SUBDEV_FORMAT_ACTIVE; in rkisp_align_sensor_resolution() 366 sensor->fmt[0].which = V4L2_SUBDEV_FORMAT_ACTIVE; in rkisp_update_sensor_info() 2226 if (fmt->which == V4L2_SUBDEV_FORMAT_TRY) { in rkisp_isp_sd_get_fmt() 2266 if (fmt->which == V4L2_SUBDEV_FORMAT_TRY) { in rkisp_isp_sd_set_fmt() 2352 if (sel->which == V4L2_SUBDEV_FORMAT_TRY) { in rkisp_isp_sd_get_selection() 2421 if (sel->which == V4L2_SUBDEV_FORMAT_TRY) { in rkisp_isp_sd_set_selection()
|
/device/soc/rockchip/common/sdk_linux/drivers/irqchip/ |
H A D | irq-gic-v3.c | 132 * If both are true (which is when gic_nonsecure_priorities gets enabled),
424 static int gic_irq_set_irqchip_state(struct irq_data *d, enum irqchip_irq_state which, bool val)
in gic_irq_set_irqchip_state() argument 432 switch (which) {
in gic_irq_set_irqchip_state() 453 static int gic_irq_get_irqchip_state(struct irq_data *d, enum irqchip_irq_state which, bool *val)
in gic_irq_get_irqchip_state() argument 459 switch (which) {
in gic_irq_get_irqchip_state() 1421 /* Prevents SW retriggers which mess up the ACK/EOI ordering */
in gic_irq_domain_map() 1768 * architecture spec (which says that reserved registers are RES0).
in gic_init_bases() 2090 /* GICC entry which has !ACPI_MADT_ENABLED is not unusable so skip */
in gic_acpi_parse_madt_gicc()
|
H A D | irq-gic-v3-its.c | 157 * indicates which one.
417 * The ITS command block, which is what the ITS actually parses.
1485 * pair, which is UNPREDICTABLE. Instead, let's issue a VMOVI
in its_vlpi_set_doorbell() 1696 static int its_irq_set_irqchip_state(struct irq_data *d, enum irqchip_irq_state which, bool state)
in its_irq_set_irqchip_state() argument 1701 if (which != IRQCHIP_STATE_PENDING) {
in its_irq_set_irqchip_state() 2364 * whatever the read reported, which is likely
in its_setup_baser() 2419 * which is 'psz'. For computing lvl1 table size,
in its_parse_indirect_baser() 2421 * which is reported by ITS hardware times lvl1 table
in its_parse_indirect_baser() 2631 /* Update settings which will be used for next BASERn */
in its_alloc_tables() 2880 * (which w in allocate_vpe_l1_table() 3994 its_vpe_set_irqchip_state(struct irq_data *d, enum irqchip_irq_state which, bool state) its_vpe_set_irqchip_state() argument 4236 its_sgi_set_irqchip_state(struct irq_data *d, enum irqchip_irq_state which, bool state) its_sgi_set_irqchip_state() argument 4257 its_sgi_get_irqchip_state(struct irq_data *d, enum irqchip_irq_state which, bool *val) its_sgi_get_irqchip_state() argument [all...] |
/device/soc/hisilicon/hi3751v350/sdk_linux/ |
H A D | base.mak | 201 ## common and other modules will use hi_debug.h, which refers to the HI_LOG_LEVEL 346 ## common and other modules will use drv_mem_ext.h, which refer to the CMN_MMGR_SUPPORT 351 ## common and other modules will use hi_debug.h, which refers to the HI_LOG_LEVEL
|