/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | ov13858.c | 75 #define OV13858_DGTL_GAIN_STEP 1 /* Each step = 1/1024 */ 1226 max, ov13858->exposure->step, max); in ov13858_set_ctrl()
|
/kernel/linux/linux-5.10/drivers/media/platform/exynos4-is/ |
H A D | fimc-lite.c | 1363 .step = 1,
|
/kernel/linux/linux-5.10/drivers/media/platform/ |
H A D | aspeed-video.c | 1156 fival->stepwise.step = fival->stepwise.max; in aspeed_video_enum_frameintervals()
|
/kernel/linux/linux-5.10/drivers/staging/vc04_services/bcm2835-camera/ |
H A D | bcm2835-camera.c | 1380 /* fill in stepwise (step=1.0 is required by V4L2 spec) */ in vidioc_enum_frameintervals() 1383 fival->stepwise.step = (struct v4l2_fract) {1, 1}; in vidioc_enum_frameintervals()
|
/kernel/linux/linux-5.10/sound/pci/rme9652/ |
H A D | rme9652.c | 2062 info->step = 32; in snd_rme9652_channel_info()
|
/kernel/linux/linux-5.10/drivers/staging/media/ipu3/ |
H A D | ipu3-abi.h | 1899 u8 step; /* number of bytes per element */ member
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | isl7998x.c | 1145 .step = 1,
|
H A D | imx355.c | 1194 max, imx355->exposure->step, max); in imx355_set_ctrl()
|
H A D | ov13858.c | 76 #define OV13858_DGTL_GAIN_STEP 1 /* Each step = 1/1024 */ 1227 max, ov13858->exposure->step, max); in ov13858_set_ctrl()
|
H A D | ov7251.c | 1040 ov7251->exposure->step, in ov7251_s_ctrl()
|
H A D | hi846.c | 1352 exposure_max, hi846->exposure->step, in hi846_set_ctrl()
|
H A D | ov8858.c | 1559 ov8858->exposure->step, in ov8858_set_ctrl()
|
/kernel/linux/linux-6.6/drivers/staging/media/tegra-video/ |
H A D | vi.c | 945 .step = 1,
|
/kernel/linux/linux-6.6/drivers/staging/media/ipu3/ |
H A D | ipu3-abi.h | 1899 u8 step; /* number of bytes per element */ member
|
/kernel/linux/linux-6.6/drivers/staging/vc04_services/bcm2835-camera/ |
H A D | bcm2835-camera.c | 1376 /* fill in stepwise (step=1.0 is required by V4L2 spec) */ in vidioc_enum_frameintervals() 1379 fival->stepwise.step = (struct v4l2_fract) {1, 1}; in vidioc_enum_frameintervals()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/ |
H A D | cwsr_trap_handler_gfx9.asm | 265 // Prioritize single step exception over context save.
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/bios/ |
H A D | command_table.c | 1337 (uint8_t)bp_params->ver1.step; in enable_spread_spectrum_on_ppll_v1()
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | chacha-avx2-x86_64.S | 545 # state matrix, hence requires no word shuffling. For final XORing step
|
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | mbox.h | 1736 u32 step; member
|
/kernel/linux/linux-6.6/drivers/media/platform/samsung/exynos4-is/ |
H A D | fimc-lite.c | 1364 .step = 1,
|
/kernel/linux/linux-6.6/drivers/media/platform/nxp/dw100/ |
H A D | dw100.c | 426 .step = 1,
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | wm_adsp.c | 386 uinfo->value.integer.step = 1; in wm_coeff_info()
|
/kernel/linux/linux-6.6/sound/pci/rme9652/ |
H A D | rme9652.c | 2010 info->step = 32; in snd_rme9652_channel_info()
|
/test/testfwk/xdevice/plugins/devicetest/core/ |
H A D | test_case.py | 291 self.error_msg = "{} does not have test step {}.".format( 333 self.log.error("setup step fails") 541 def step(cls, _ad, stepepr): member in CoreCase 544 _ad.log.error(_ad.device_id + " exec step is fail") 788 self.log.warning("current case object is none, can not disable record step automatically") 1067 log.debug("step {} execute result: {}".format(func_name, _ret)) 1248 name: str, step name 1255 log.warning("current case object is none, recording step failed") 1263 index: int, step index 1270 log.warning("current case object is none, updating step faile [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | ffv1enc.c | 1028 const int ps = av_pix_fmt_desc_get(c->pix_fmt)->comp[0].step; in encode_slice()
|