Home
last modified time | relevance | path

Searched refs:param (Results 3276 - 3300 of 5119) sorted by relevance

1...<<131132133134135136137138139140>>...205

/third_party/pulseaudio/src/modules/rtp/
H A Drtsp_client.c601 int pa_rtsp_setparameter(pa_rtsp_client *c, const char *param) { in pa_rtsp_setparameter() argument
606 if (!param) in pa_rtsp_setparameter()
610 rv = rtsp_exec(c, "SET_PARAMETER", "text/parameters", param, 1, NULL); in pa_rtsp_setparameter()
/third_party/spirv-headers/tools/buildHeaders/
H A DjsonToSpirv.cpp650 for (const auto& param : paramsJson) { in jsonToSpirv()
651 const std::string kind = param["kind"].asString(); in jsonToSpirv()
652 const std::string doc = param.get("name", "").asString(); in jsonToSpirv()
/kernel/linux/linux-5.10/drivers/bluetooth/
H A Dbtusb.c3158 u8 flag, param; in btusb_mtk_setup_firmware() local
3167 param = 1; in btusb_mtk_setup_firmware()
3170 wmt_params.dlen = sizeof(param); in btusb_mtk_setup_firmware()
3171 wmt_params.data = &param; in btusb_mtk_setup_firmware()
3246 u8 param = 0; in btusb_mtk_func_query() local
3251 wmt_params.dlen = sizeof(param); in btusb_mtk_func_query()
3252 wmt_params.data = &param; in btusb_mtk_func_query()
3305 u8 param; in btusb_mtk_setup() local
3369 param = 1; in btusb_mtk_setup()
3372 wmt_params.dlen = sizeof(param); in btusb_mtk_setup()
3411 u8 param = 0; btusb_mtk_shutdown() local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/
H A Dcmd.c263 static int mlx4_comm_cmd_post(struct mlx4_dev *dev, u8 cmd, u16 param) in mlx4_comm_cmd_post() argument
281 val = param | (cmd << 16) | (priv->cmd.comm_toggle << 31); in mlx4_comm_cmd_post()
288 static int mlx4_comm_cmd_poll(struct mlx4_dev *dev, u8 cmd, u16 param, in mlx4_comm_cmd_poll() argument
305 if (mlx4_comm_cmd_post(dev, cmd, param)) { in mlx4_comm_cmd_poll()
339 u16 param, u16 op, unsigned long timeout) in mlx4_comm_cmd_wait()
357 if (mlx4_comm_cmd_post(dev, vhcr_cmd, param)) { in mlx4_comm_cmd_wait()
407 int mlx4_comm_cmd(struct mlx4_dev *dev, u8 cmd, u16 param, in mlx4_comm_cmd() argument
414 return mlx4_comm_cmd_wait(dev, cmd, param, op, timeout); in mlx4_comm_cmd()
415 return mlx4_comm_cmd_poll(dev, cmd, param, timeout); in mlx4_comm_cmd()
2096 u16 param, u in mlx4_master_do_cmd()
338 mlx4_comm_cmd_wait(struct mlx4_dev *dev, u8 vhcr_cmd, u16 param, u16 op, unsigned long timeout) mlx4_comm_cmd_wait() argument
2095 mlx4_master_do_cmd(struct mlx4_dev *dev, int slave, u8 cmd, u16 param, u8 toggle) mlx4_master_do_cmd() argument
[all...]
/kernel/linux/linux-5.10/drivers/pinctrl/
H A Dpinctrl-rockchip.c2439 enum pin_config_param param; in rockchip_pinconf_set() local
2445 param = pinconf_to_config_param(configs[i]); in rockchip_pinconf_set()
2448 switch (param) { in rockchip_pinconf_set()
2451 param); in rockchip_pinconf_set()
2459 if (!rockchip_pinconf_pull_valid(info->ctrl, param)) in rockchip_pinconf_set()
2466 param); in rockchip_pinconf_set()
2512 enum pin_config_param param = pinconf_to_config_param(*config); in rockchip_pinconf_get() local
2516 switch (param) { in rockchip_pinconf_get()
2518 if (rockchip_get_pull(bank, pin - bank->pin_base) != param) in rockchip_pinconf_get()
2527 if (!rockchip_pinconf_pull_valid(info->ctrl, param)) in rockchip_pinconf_get()
2906 enum pin_config_param param = pinconf_to_config_param(config); rockchip_gpio_set_config() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/
H A Dcmd.c263 static int mlx4_comm_cmd_post(struct mlx4_dev *dev, u8 cmd, u16 param) in mlx4_comm_cmd_post() argument
281 val = param | (cmd << 16) | (priv->cmd.comm_toggle << 31); in mlx4_comm_cmd_post()
288 static int mlx4_comm_cmd_poll(struct mlx4_dev *dev, u8 cmd, u16 param, in mlx4_comm_cmd_poll() argument
305 if (mlx4_comm_cmd_post(dev, cmd, param)) { in mlx4_comm_cmd_poll()
339 u16 param, u16 op, unsigned long timeout) in mlx4_comm_cmd_wait()
357 if (mlx4_comm_cmd_post(dev, vhcr_cmd, param)) { in mlx4_comm_cmd_wait()
407 int mlx4_comm_cmd(struct mlx4_dev *dev, u8 cmd, u16 param, in mlx4_comm_cmd() argument
414 return mlx4_comm_cmd_wait(dev, cmd, param, op, timeout); in mlx4_comm_cmd()
415 return mlx4_comm_cmd_poll(dev, cmd, param, timeout); in mlx4_comm_cmd()
2085 u16 param, u in mlx4_master_do_cmd()
338 mlx4_comm_cmd_wait(struct mlx4_dev *dev, u8 vhcr_cmd, u16 param, u16 op, unsigned long timeout) mlx4_comm_cmd_wait() argument
2084 mlx4_master_do_cmd(struct mlx4_dev *dev, int slave, u8 cmd, u16 param, u8 toggle) mlx4_master_do_cmd() argument
[all...]
/third_party/mesa3d/include/GLES3/
H A Dgl3.h473 typedef void (GL_APIENTRYP PFNGLPIXELSTOREIPROC) (GLenum pname, GLint param);
489 typedef void (GL_APIENTRYP PFNGLTEXPARAMETERFPROC) (GLenum target, GLenum pname, GLfloat param);
491 typedef void (GL_APIENTRYP PFNGLTEXPARAMETERIPROC) (GLenum target, GLenum pname, GLint param);
616 GL_APICALL void GL_APIENTRY glPixelStorei (GLenum pname, GLint param);
632 GL_APICALL void GL_APIENTRY glTexParameterf (GLenum target, GLenum pname, GLfloat param);
634 GL_APICALL void GL_APIENTRY glTexParameteri (GLenum target, GLenum pname, GLint param);
1078 typedef void (GL_APIENTRYP PFNGLSAMPLERPARAMETERIPROC) (GLuint sampler, GLenum pname, GLint param);
1079 typedef void (GL_APIENTRYP PFNGLSAMPLERPARAMETERIVPROC) (GLuint sampler, GLenum pname, const GLint *param);
1080 typedef void (GL_APIENTRYP PFNGLSAMPLERPARAMETERFPROC) (GLuint sampler, GLenum pname, GLfloat param);
1081 typedef void (GL_APIENTRYP PFNGLSAMPLERPARAMETERFVPROC) (GLuint sampler, GLenum pname, const GLfloat *param);
[all...]
/third_party/openGLES/api/GLES3/
H A Dgl3.h454 typedef void (GL_APIENTRYP PFNGLPIXELSTOREIPROC) (GLenum pname, GLint param);
470 typedef void (GL_APIENTRYP PFNGLTEXPARAMETERFPROC) (GLenum target, GLenum pname, GLfloat param);
472 typedef void (GL_APIENTRYP PFNGLTEXPARAMETERIPROC) (GLenum target, GLenum pname, GLint param);
597 GL_APICALL void GL_APIENTRY glPixelStorei (GLenum pname, GLint param);
613 GL_APICALL void GL_APIENTRY glTexParameterf (GLenum target, GLenum pname, GLfloat param);
615 GL_APICALL void GL_APIENTRY glTexParameteri (GLenum target, GLenum pname, GLint param);
1059 typedef void (GL_APIENTRYP PFNGLSAMPLERPARAMETERIPROC) (GLuint sampler, GLenum pname, GLint param);
1060 typedef void (GL_APIENTRYP PFNGLSAMPLERPARAMETERIVPROC) (GLuint sampler, GLenum pname, const GLint *param);
1061 typedef void (GL_APIENTRYP PFNGLSAMPLERPARAMETERFPROC) (GLuint sampler, GLenum pname, GLfloat param);
1062 typedef void (GL_APIENTRYP PFNGLSAMPLERPARAMETERFVPROC) (GLuint sampler, GLenum pname, const GLfloat *param);
[all...]
/third_party/vk-gl-cts/external/amber/src/src/amberscript/
H A Dparser.cc2062 return Result("unknown param '" + token->AsString() + in ParseStruct()
2070 return Result("extra param for STRUCT member"); in ParseStruct()
3567 auto param = token->AsString(); in ParseSampler()
3568 if (param == "MAG_FILTER") { in ParseSampler()
3582 } else if (param == "MIN_FILTER") { in ParseSampler()
3596 } else if (param == "ADDRESS_MODE_U") { in ParseSampler()
3609 } else if (param == "ADDRESS_MODE_V") { in ParseSampler()
3622 } else if (param == "ADDRESS_MODE_W") { in ParseSampler()
3635 } else if (param == "BORDER_COLOR") { in ParseSampler()
3657 } else if (param in ParseSampler()
[all...]
/third_party/skia/third_party/externals/swiftshader/include/GLES3/
H A Dgl3.h473 typedef void (GL_APIENTRYP PFNGLPIXELSTOREIPROC) (GLenum pname, GLint param);
489 typedef void (GL_APIENTRYP PFNGLTEXPARAMETERFPROC) (GLenum target, GLenum pname, GLfloat param);
491 typedef void (GL_APIENTRYP PFNGLTEXPARAMETERIPROC) (GLenum target, GLenum pname, GLint param);
616 GL_APICALL void GL_APIENTRY glPixelStorei (GLenum pname, GLint param);
632 GL_APICALL void GL_APIENTRY glTexParameterf (GLenum target, GLenum pname, GLfloat param);
634 GL_APICALL void GL_APIENTRY glTexParameteri (GLenum target, GLenum pname, GLint param);
1078 typedef void (GL_APIENTRYP PFNGLSAMPLERPARAMETERIPROC) (GLuint sampler, GLenum pname, GLint param);
1079 typedef void (GL_APIENTRYP PFNGLSAMPLERPARAMETERIVPROC) (GLuint sampler, GLenum pname, const GLint *param);
1080 typedef void (GL_APIENTRYP PFNGLSAMPLERPARAMETERFPROC) (GLuint sampler, GLenum pname, GLfloat param);
1081 typedef void (GL_APIENTRYP PFNGLSAMPLERPARAMETERFVPROC) (GLuint sampler, GLenum pname, const GLfloat *param);
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationES2.cpp4647 GLint param) in ValidatePixelStorei()
4680 if (param < 0) in ValidatePixelStorei()
4689 if (param != 1 && param != 2 && param != 4 && param != 8) in ValidatePixelStorei()
4697 if (param != 1 && param != 2 && param != 4 && param ! in ValidatePixelStorei()
4644 ValidatePixelStorei(const Context *context, angle::EntryPoint entryPoint, GLenum pname, GLint param) ValidatePixelStorei() argument
5736 ValidateTexParameterf(const Context *context, angle::EntryPoint entryPoint, TextureType target, GLenum pname, GLfloat param) ValidateTexParameterf() argument
5754 ValidateTexParameteri(const Context *context, angle::EntryPoint entryPoint, TextureType target, GLenum pname, GLint param) ValidateTexParameteri() argument
[all...]
/third_party/skia/third_party/externals/opengl-registry/api/GLES3/
H A Dgl3.h473 typedef void (GL_APIENTRYP PFNGLPIXELSTOREIPROC) (GLenum pname, GLint param);
489 typedef void (GL_APIENTRYP PFNGLTEXPARAMETERFPROC) (GLenum target, GLenum pname, GLfloat param);
491 typedef void (GL_APIENTRYP PFNGLTEXPARAMETERIPROC) (GLenum target, GLenum pname, GLint param);
616 GL_APICALL void GL_APIENTRY glPixelStorei (GLenum pname, GLint param);
632 GL_APICALL void GL_APIENTRY glTexParameterf (GLenum target, GLenum pname, GLfloat param);
634 GL_APICALL void GL_APIENTRY glTexParameteri (GLenum target, GLenum pname, GLint param);
1078 typedef void (GL_APIENTRYP PFNGLSAMPLERPARAMETERIPROC) (GLuint sampler, GLenum pname, GLint param);
1079 typedef void (GL_APIENTRYP PFNGLSAMPLERPARAMETERIVPROC) (GLuint sampler, GLenum pname, const GLint *param);
1080 typedef void (GL_APIENTRYP PFNGLSAMPLERPARAMETERFPROC) (GLuint sampler, GLenum pname, GLfloat param);
1081 typedef void (GL_APIENTRYP PFNGLSAMPLERPARAMETERFVPROC) (GLuint sampler, GLenum pname, const GLfloat *param);
[all...]
/third_party/skia/third_party/externals/angle2/include/GLES3/
H A Dgl3.h454 typedef void (GL_APIENTRYP PFNGLPIXELSTOREIPROC) (GLenum pname, GLint param);
470 typedef void (GL_APIENTRYP PFNGLTEXPARAMETERFPROC) (GLenum target, GLenum pname, GLfloat param);
472 typedef void (GL_APIENTRYP PFNGLTEXPARAMETERIPROC) (GLenum target, GLenum pname, GLint param);
597 GL_APICALL void GL_APIENTRY glPixelStorei (GLenum pname, GLint param);
613 GL_APICALL void GL_APIENTRY glTexParameterf (GLenum target, GLenum pname, GLfloat param);
615 GL_APICALL void GL_APIENTRY glTexParameteri (GLenum target, GLenum pname, GLint param);
1059 typedef void (GL_APIENTRYP PFNGLSAMPLERPARAMETERIPROC) (GLuint sampler, GLenum pname, GLint param);
1060 typedef void (GL_APIENTRYP PFNGLSAMPLERPARAMETERIVPROC) (GLuint sampler, GLenum pname, const GLint *param);
1061 typedef void (GL_APIENTRYP PFNGLSAMPLERPARAMETERFPROC) (GLuint sampler, GLenum pname, GLfloat param);
1062 typedef void (GL_APIENTRYP PFNGLSAMPLERPARAMETERFVPROC) (GLuint sampler, GLenum pname, const GLfloat *param);
[all...]
/kernel/linux/linux-5.10/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_algs.c840 struct crypto_authenc_key_param *param; in otx_cpt_aead_cbc_aes_sha_setkey() local
851 if (RTA_PAYLOAD(rta) < sizeof(*param)) in otx_cpt_aead_cbc_aes_sha_setkey()
854 param = RTA_DATA(rta); in otx_cpt_aead_cbc_aes_sha_setkey()
855 enckeylen = be32_to_cpu(param->enckeylen); in otx_cpt_aead_cbc_aes_sha_setkey()
899 struct crypto_authenc_key_param *param; in otx_cpt_aead_ecb_null_sha_setkey() local
909 if (RTA_PAYLOAD(rta) < sizeof(*param)) in otx_cpt_aead_ecb_null_sha_setkey()
912 param = RTA_DATA(rta); in otx_cpt_aead_ecb_null_sha_setkey()
913 enckeylen = be32_to_cpu(param->enckeylen); in otx_cpt_aead_ecb_null_sha_setkey()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dt4vf_hw.c513 u32 param, val; in t4vf_port_init() local
515 param = (FW_PARAMS_MNEM_V(FW_PARAMS_MNEM_PFVF) | in t4vf_port_init()
518 ret = t4vf_set_params(adapter, 1, &param, &val); in t4vf_port_init()
637 param[nparams].mnem), 16); in t4vf_query_params()
639 for (i = 0, p = &cmd.param[0]; i < nparams; i++, p++) in t4vf_query_params()
644 for (i = 0, p = &rpl.param[0]; i < nparams; i++, p++) in t4vf_query_params()
675 param[nparams]), 16); in t4vf_set_params()
677 for (i = 0, p = &cmd.param[0]; i < nparams; i++, p++) { in t4vf_set_params()
/kernel/linux/linux-5.10/drivers/scsi/bnx2i/
H A Dbnx2i_iscsi.c755 * bnx2i_setup_host_queue_size - assigns shost->can_queue param
1522 * @param: parameter type identifier
1528 enum iscsi_param param, char *buf) in bnx2i_ep_get_param()
1537 switch (param) { in bnx2i_ep_get_param()
1560 * @param: parameter type identifier
1564 enum iscsi_host_param param, char *buf) in bnx2i_host_get_param()
1569 switch (param) { in bnx2i_host_get_param()
1597 return iscsi_host_get_param(shost, param, buf); in bnx2i_host_get_param()
2196 static umode_t bnx2i_attr_is_visible(int param_type, int param) in bnx2i_attr_is_visible() argument
2200 switch (param) { in bnx2i_attr_is_visible()
1527 bnx2i_ep_get_param(struct iscsi_endpoint *ep, enum iscsi_param param, char *buf) bnx2i_ep_get_param() argument
1563 bnx2i_host_get_param(struct Scsi_Host *shost, enum iscsi_host_param param, char *buf) bnx2i_host_get_param() argument
[all...]
/kernel/linux/linux-5.10/drivers/nfc/
H A Dtrf7970a.c1339 int param) in trf7970a_in_configure_hw()
1344 dev_dbg(trf->dev, "Configure hw - type: %d, param: %d\n", type, param); in trf7970a_in_configure_hw()
1359 ret = trf7970a_in_config_rf_tech(trf, param); in trf7970a_in_configure_hw()
1362 ret = trf7970a_in_config_framing(trf, param); in trf7970a_in_configure_hw()
1681 int param) in trf7970a_tg_configure_hw()
1686 dev_dbg(trf->dev, "Configure hw - type: %d, param: %d\n", type, param); in trf7970a_tg_configure_hw()
1701 ret = trf7970a_tg_config_rf_tech(trf, param); in trf7970a_tg_configure_hw()
1704 ret = trf7970a_tg_config_framing(trf, param); in trf7970a_tg_configure_hw()
1338 trf7970a_in_configure_hw(struct nfc_digital_dev *ddev, int type, int param) trf7970a_in_configure_hw() argument
1680 trf7970a_tg_configure_hw(struct nfc_digital_dev *ddev, int type, int param) trf7970a_tg_configure_hw() argument
[all...]
/kernel/linux/linux-5.10/drivers/scsi/qedi/
H A Dqedi_iscsi.c634 enum iscsi_param param, char *buf) in qedi_ep_get_param()
642 switch (param) { in qedi_ep_get_param()
660 enum iscsi_host_param param, char *buf) in qedi_host_get_param()
667 switch (param) { in qedi_host_get_param()
681 return iscsi_host_get_param(shost, param, buf); in qedi_host_get_param()
1353 static umode_t qedi_attr_is_visible(int param_type, int param) in qedi_attr_is_visible() argument
1357 switch (param) { in qedi_attr_is_visible()
1366 switch (param) { in qedi_attr_is_visible()
633 qedi_ep_get_param(struct iscsi_endpoint *ep, enum iscsi_param param, char *buf) qedi_ep_get_param() argument
659 qedi_host_get_param(struct Scsi_Host *shost, enum iscsi_host_param param, char *buf) qedi_host_get_param() argument
/kernel/linux/linux-5.10/drivers/memstick/core/
H A Dmspro_block.c674 struct mspro_param_register param = { in h_mspro_block_setup_cmd() local
683 param.data_address = cpu_to_be32((uint32_t)offset); in h_mspro_block_setup_cmd()
688 &param, sizeof(param)); in h_mspro_block_setup_cmd()
873 struct mspro_param_register param = { in mspro_block_set_interface() local
882 memstick_init_req(&card->current_mrq, MS_TPC_WRITE_REG, &param, in mspro_block_set_interface()
883 sizeof(param)); in mspro_block_set_interface()
1129 card->reg_addr.w_offset = offsetof(struct mspro_register, param); in mspro_block_init_card()
/kernel/linux/linux-6.6/drivers/scsi/qedi/
H A Dqedi_iscsi.c666 enum iscsi_param param, char *buf) in qedi_ep_get_param()
674 switch (param) { in qedi_ep_get_param()
692 enum iscsi_host_param param, char *buf) in qedi_host_get_param()
699 switch (param) { in qedi_host_get_param()
713 return iscsi_host_get_param(shost, param, buf); in qedi_host_get_param()
1392 static umode_t qedi_attr_is_visible(int param_type, int param) in qedi_attr_is_visible() argument
1396 switch (param) { in qedi_attr_is_visible()
1405 switch (param) { in qedi_attr_is_visible()
665 qedi_ep_get_param(struct iscsi_endpoint *ep, enum iscsi_param param, char *buf) qedi_ep_get_param() argument
691 qedi_host_get_param(struct Scsi_Host *shost, enum iscsi_host_param param, char *buf) qedi_host_get_param() argument
/kernel/linux/linux-6.6/drivers/pinctrl/renesas/
H A Dpinctrl-rzg2l.c522 enum pin_config_param param = pinconf_to_config_param(*config); in rzg2l_pinctrl_pinconf_get() local
548 switch (param) { in rzg2l_pinctrl_pinconf_get()
602 *config = pinconf_to_config_packed(param, arg); in rzg2l_pinctrl_pinconf_get()
615 enum pin_config_param param; in rzg2l_pinctrl_pinconf_set() local
640 param = pinconf_to_config_param(_configs[i]); in rzg2l_pinctrl_pinconf_set()
641 switch (param) { in rzg2l_pinctrl_pinconf_set()
1291 fwspec->param[0] = parent_hwirq; in rzg2l_gpio_populate_parent_fwspec()
1292 fwspec->param[1] = parent_type; in rzg2l_gpio_populate_parent_fwspec()
/kernel/linux/linux-6.6/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptvf_algs.c897 struct crypto_authenc_key_param *param; in otx2_cpt_aead_cbc_aes_sha_setkey() local
907 if (RTA_PAYLOAD(rta) < sizeof(*param)) in otx2_cpt_aead_cbc_aes_sha_setkey()
910 param = RTA_DATA(rta); in otx2_cpt_aead_cbc_aes_sha_setkey()
911 enckeylen = be32_to_cpu(param->enckeylen); in otx2_cpt_aead_cbc_aes_sha_setkey()
949 struct crypto_authenc_key_param *param; in otx2_cpt_aead_ecb_null_sha_setkey() local
959 if (RTA_PAYLOAD(rta) < sizeof(*param)) in otx2_cpt_aead_ecb_null_sha_setkey()
962 param = RTA_DATA(rta); in otx2_cpt_aead_ecb_null_sha_setkey()
963 enckeylen = be32_to_cpu(param->enckeylen); in otx2_cpt_aead_ecb_null_sha_setkey()
/kernel/linux/linux-6.6/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_algs.c842 struct crypto_authenc_key_param *param; in otx_cpt_aead_cbc_aes_sha_setkey() local
853 if (RTA_PAYLOAD(rta) < sizeof(*param)) in otx_cpt_aead_cbc_aes_sha_setkey()
856 param = RTA_DATA(rta); in otx_cpt_aead_cbc_aes_sha_setkey()
857 enckeylen = be32_to_cpu(param->enckeylen); in otx_cpt_aead_cbc_aes_sha_setkey()
901 struct crypto_authenc_key_param *param; in otx_cpt_aead_ecb_null_sha_setkey() local
911 if (RTA_PAYLOAD(rta) < sizeof(*param)) in otx_cpt_aead_ecb_null_sha_setkey()
914 param = RTA_DATA(rta); in otx_cpt_aead_ecb_null_sha_setkey()
915 enckeylen = be32_to_cpu(param->enckeylen); in otx_cpt_aead_ecb_null_sha_setkey()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dt4vf_hw.c514 u32 param, val; in t4vf_port_init() local
516 param = (FW_PARAMS_MNEM_V(FW_PARAMS_MNEM_PFVF) | in t4vf_port_init()
519 ret = t4vf_set_params(adapter, 1, &param, &val); in t4vf_port_init()
638 param[nparams].mnem), 16); in t4vf_query_params()
640 for (i = 0, p = &cmd.param[0]; i < nparams; i++, p++) in t4vf_query_params()
645 for (i = 0, p = &rpl.param[0]; i < nparams; i++, p++) in t4vf_query_params()
676 param[nparams]), 16); in t4vf_set_params()
678 for (i = 0, p = &cmd.param[0]; i < nparams; i++, p++) { in t4vf_set_params()
/kernel/linux/linux-6.6/drivers/nfc/
H A Dtrf7970a.c1339 int param) in trf7970a_in_configure_hw()
1344 dev_dbg(trf->dev, "Configure hw - type: %d, param: %d\n", type, param); in trf7970a_in_configure_hw()
1359 ret = trf7970a_in_config_rf_tech(trf, param); in trf7970a_in_configure_hw()
1362 ret = trf7970a_in_config_framing(trf, param); in trf7970a_in_configure_hw()
1682 int param) in trf7970a_tg_configure_hw()
1687 dev_dbg(trf->dev, "Configure hw - type: %d, param: %d\n", type, param); in trf7970a_tg_configure_hw()
1702 ret = trf7970a_tg_config_rf_tech(trf, param); in trf7970a_tg_configure_hw()
1705 ret = trf7970a_tg_config_framing(trf, param); in trf7970a_tg_configure_hw()
1338 trf7970a_in_configure_hw(struct nfc_digital_dev *ddev, int type, int param) trf7970a_in_configure_hw() argument
1681 trf7970a_tg_configure_hw(struct nfc_digital_dev *ddev, int type, int param) trf7970a_tg_configure_hw() argument
[all...]

Completed in 97 milliseconds

1...<<131132133134135136137138139140>>...205