Searched refs:def (Results 126 - 150 of 383) sorted by relevance

1234567891011>>

/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Dmmhub_v3_3.c519 uint32_t def, data; local
521 def = data = RREG32_SOC15(MMHUB, 0, regMM_ATC_L2_MISC_CG);
528 if (def != data)
535 uint32_t def, data; local
537 def = data = RREG32_SOC15(MMHUB, 0, regMM_ATC_L2_MISC_CG);
544 if (def != data)
H A Dsdma_v4_0.c1207 uint32_t def, data; local
1211 def = data = RREG32(SOC15_REG_OFFSET(SDMA0, 0, mmSDMA0_CNTL));
1214 if (data != def)
1218 def = data = RREG32(SOC15_REG_OFFSET(SDMA0, 0, mmSDMA0_CNTL));
1220 if (data != def)
1227 uint32_t def, data; local
1230 def = data = RREG32(SOC15_REG_OFFSET(SDMA0, 0, mmSDMA0_POWER_CNTL));
1232 if (data != def)
1236 def = data = RREG32(SOC15_REG_OFFSET(SDMA0, 0, mmSDMA0_CNTL));
1238 if (data != def)
2178 uint32_t data, def; local
2217 uint32_t data, def; local
[all...]
/linux-master/drivers/crypto/ccp/
H A Dccp-crypto-aes-xts.c228 const struct ccp_aes_xts_def *def)
242 snprintf(alg->base.cra_name, CRYPTO_MAX_ALG_NAME, "%s", def->name);
244 def->drv_name);
227 ccp_register_aes_xts_alg(struct list_head *head, const struct ccp_aes_xts_def *def) argument
/linux-master/drivers/media/usb/go7007/
H A Dgo7007-v4l2.c889 .def = 20,
899 .def = 80,
909 .def = 200,
919 .def = 20,
929 .def = 80,
939 .def = 200,
949 .def = 20,
959 .def = 80,
969 .def = 200,
979 .def
[all...]
/linux-master/arch/um/drivers/
H A Dvector_transports.c217 struct arglist *def, char *param, unsigned int *result)
219 char *arg = uml_vector_fetch_arg(def, param);
229 struct arglist *def, char *param, unsigned long *result)
231 char *arg = uml_vector_fetch_arg(def, param);
216 get_uint_param( struct arglist *def, char *param, unsigned int *result) argument
228 get_ulong_param( struct arglist *def, char *param, unsigned long *result) argument
H A Dline.h65 extern int line_setup(char **conf, unsigned nlines, char **def,
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dmac.h49 struct cfg80211_chan_def *def);
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-ctrls-priv.h70 s64 min, s64 max, u64 step, s64 def);
H A Dv4l2-flash-led-class.c317 c->def = s->val;
366 ctrl_cfg->def = V4L2_FLASH_LED_MODE_NONE;
397 ctrl_cfg->def = V4L2_FLASH_STROBE_SOURCE_SOFTWARE;
471 ctrl_cfg->def);
479 ctrl_cfg->def);
/linux-master/drivers/crypto/qce/
H A Daead.c759 static int qce_aead_register_one(const struct qce_aead_def *def, struct qce_device *qce) argument
771 snprintf(alg->base.cra_name, CRYPTO_MAX_ALG_NAME, "%s", def->name);
773 def->drv_name);
775 alg->base.cra_blocksize = def->blocksize;
776 alg->chunksize = def->chunksize;
777 alg->ivsize = def->ivsize;
778 alg->maxauthsize = def->maxauthsize;
779 if (IS_CCM(def->flags))
800 tmpl->alg_flags = def->flags;
/linux-master/tools/perf/util/
H A Ds390-cpumsf.c253 local.def = be16toh(basicp->def);
267 if (basic->def != 1) {
274 pos, basic->def, basic->U,
296 local.def = be16toh(diagp->def);
300 if (diag->def < S390_CPUMSF_DIAG_DEF_FIRST) {
305 pos, diag->def, diag->I ? 'I' : ' ');
382 if (be16toh(basic->def) != 1) /* No basic set entry, must be first */
/linux-master/arch/arm64/include/asm/
H A Dmte-kasan.h10 #include <asm/mte-def.h>
H A Dmte.h9 #include <asm/mte-def.h>
/linux-master/sound/soc/codecs/
H A Dmax9877.c147 regmap_write(regmap, max9877_regs[i].reg, max9877_regs[i].def);
/linux-master/drivers/base/regmap/
H A Dregmap-kunit.c102 defaults[i].def = buf[i * config->reg_stride];
382 patch[0].def = rval[2] + 1;
385 patch[1].def = rval[5] + 1;
787 patch[0].def = rval[2] + 1;
790 patch[1].def = rval[5] + 1;
1038 defaults[i].def = le16_to_cpu(buf[i]);
1041 defaults[i].def = be16_to_cpu(buf[i]);
1083 KUNIT_EXPECT_EQ(test, config.reg_defaults[i].def, rval);
1096 u16 def; local
1116 def
[all...]
H A Dregcache.c101 map->reg_defaults[j].def = val;
298 if (ret >= 0 && val == map->reg_defaults[ret].def)
382 ret = _regmap_write(map, map->patch[i].reg, map->patch[i].def);
385 map->patch[i].reg, map->patch[i].def, ret);
697 key.def = 0;
/linux-master/tools/hv/
H A Dlsvmbus46 def get_vmbus_dev_attr(dev_name, attr):
/linux-master/arch/x86/kernel/cpu/mtrr/
H A Dcleanup.c673 unsigned long base, size, def, dummy; local
685 rdmsr(MSR_MTRRdefType, def, dummy);
686 def &= 0xff;
687 if (def != MTRR_TYPE_UNCACHABLE)
869 unsigned long i, base, size, highest_pfn = 0, def, dummy; local
885 rdmsr(MSR_MTRRdefType, def, dummy);
886 def &= MTRR_DEF_TYPE_TYPE;
887 if (def != MTRR_TYPE_UNCACHABLE)
/linux-master/drivers/staging/media/atomisp/i2c/
H A Datomisp-lm3554.c500 .def = LM3554_DEFAULT_TIMEOUT,
511 .def = LM3554_FLASH_DEFAULT_BRIGHTNESS,
522 .def = LM3554_TORCH_DEFAULT_BRIGHTNESS,
533 .def = LM3554_INDICATOR_DEFAULT_BRIGHTNESS,
544 .def = 0,
555 .def = ATOMISP_FLASH_MODE_OFF,
566 .def = ATOMISP_FLASH_STATUS_OK,
577 .def = 0,
/linux-master/drivers/media/platform/renesas/vsp1/
H A Dvsp1_clu.c94 .def = 0,
111 .def = 1,
H A Dvsp1_hgo.c108 .def = 0,
123 .def = 0,
/linux-master/drivers/staging/media/atomisp/pci/
H A Datomisp_csi2.c243 atomisp_csi2_configure_calc(const short int coeffs[2], int mipi_freq, int def) argument
250 return def;
/linux-master/drivers/media/platform/verisilicon/
H A Dhantro_drv.c423 .def = 50,
431 .def = HANTRO_JPEG_ACTIVE_MARKERS,
488 .def = V4L2_STATELESS_H264_DECODE_MODE_FRAME_BASED,
496 .def = V4L2_STATELESS_H264_START_CODE_ANNEX_B,
507 .def = V4L2_MPEG_VIDEO_H264_PROFILE_MAIN,
515 .def = V4L2_STATELESS_HEVC_DECODE_MODE_FRAME_BASED,
523 .def = V4L2_STATELESS_HEVC_START_CODE_ANNEX_B,
531 .def = V4L2_MPEG_VIDEO_HEVC_PROFILE_MAIN,
/linux-master/io_uring/
H A Dio_uring.c387 const struct io_cold_def *def = &io_cold_defs[req->opcode]; local
389 if (def->cleanup)
390 def->cleanup(req);
453 const struct io_issue_def *def = &io_issue_defs[req->opcode]; local
470 bool should_hash = def->hash_reg_file;
479 if (def->unbound_nonreg_file)
1043 const struct io_cold_def *def = &io_cold_defs[req->opcode]; variable in typeref:struct:io_cold_def
1049 if (def->fail)
1050 def->fail(req);
1800 const struct io_issue_def *def local
1868 io_assign_file(struct io_kiocb *req, const struct io_issue_def *def, unsigned int issue_flags) argument
1884 const struct io_issue_def *def = &io_issue_defs[req->opcode]; local
1948 const struct io_issue_def *def = &io_issue_defs[req->opcode]; local
2200 const struct io_issue_def *def; variable in typeref:struct:io_issue_def
[all...]
/linux-master/drivers/staging/media/sunxi/cedrus/
H A Dcedrus.c149 .def = V4L2_STATELESS_H264_DECODE_MODE_SLICE_BASED,
157 .def = V4L2_STATELESS_H264_START_CODE_NONE,
172 .def = V4L2_MPEG_VIDEO_H264_PROFILE_MAIN,
220 .def = V4L2_STATELESS_HEVC_DECODE_MODE_SLICE_BASED,
228 .def = V4L2_STATELESS_HEVC_START_CODE_NONE,

Completed in 494 milliseconds

1234567891011>>