Home
last modified time | relevance | path

Searched refs:sig_type (Results 1 – 24 of 24) sorted by relevance

/Linux-v6.6/security/integrity/platform_certs/
Dkeyring_handler.c50 __init efi_element_handler_t get_handler_for_db(const efi_guid_t *sig_type) in get_handler_for_db() argument
52 if (efi_guidcmp(*sig_type, efi_cert_x509_guid) == 0) in get_handler_for_db()
61 __init efi_element_handler_t get_handler_for_mok(const efi_guid_t *sig_type) in get_handler_for_mok() argument
63 if (efi_guidcmp(*sig_type, efi_cert_x509_guid) == 0) { in get_handler_for_mok()
73 __init efi_element_handler_t get_handler_for_ca_keys(const efi_guid_t *sig_type) in get_handler_for_ca_keys() argument
75 if (efi_guidcmp(*sig_type, efi_cert_x509_guid) == 0) in get_handler_for_ca_keys()
81 __init efi_element_handler_t get_handler_for_code_signing_keys(const efi_guid_t *sig_type) in get_handler_for_code_signing_keys() argument
83 if (efi_guidcmp(*sig_type, efi_cert_x509_guid) == 0) in get_handler_for_code_signing_keys()
93 __init efi_element_handler_t get_handler_for_dbx(const efi_guid_t *sig_type) in get_handler_for_dbx() argument
95 if (efi_guidcmp(*sig_type, efi_cert_x509_sha256_guid) == 0) in get_handler_for_dbx()
[all …]
Dkeyring_handler.h25 efi_element_handler_t get_handler_for_db(const efi_guid_t *sig_type);
30 efi_element_handler_t get_handler_for_mok(const efi_guid_t *sig_type);
35 efi_element_handler_t get_handler_for_ca_keys(const efi_guid_t *sig_type);
40 efi_element_handler_t get_handler_for_code_signing_keys(const efi_guid_t *sig_type);
45 efi_element_handler_t get_handler_for_dbx(const efi_guid_t *sig_type);
/Linux-v6.6/include/rdma/
Dsignature.h74 enum ib_signature_type sig_type; member
/Linux-v6.6/drivers/infiniband/hw/mlx5/
Dwr.c339 inl->sig_type = domain->sig.dif.bg_type == IB_T10DIF_CRC ? in mlx5_fill_inl_bsf()
374 switch (sig_attrs->mem.sig_type) { in mlx5_set_bsf()
387 switch (sig_attrs->wire.sig_type) { in mlx5_set_bsf()
392 mem->sig_type == wire->sig_type) { in mlx5_set_bsf()
487 prot_size = prot_field_size(sig_attrs->mem.sig_type); in set_sig_data_segment()
583 if (sig_attrs->mem.sig_type != IB_SIG_TYPE_NONE) in set_pi_umr_wr()
615 switch (domain->sig_type) { in set_psv_wr()
625 domain->sig_type); in set_psv_wr()
/Linux-v6.6/drivers/infiniband/ulp/iser/
Diser_memory.c179 domain->sig_type = IB_SIG_TYPE_T10_DIF; in iser_set_dif_domain()
199 sig_attrs->mem.sig_type = IB_SIG_TYPE_NONE; in iser_set_sig_attrs()
205 sig_attrs->wire.sig_type = IB_SIG_TYPE_NONE; in iser_set_sig_attrs()
/Linux-v6.6/drivers/media/dvb-frontends/
Dau8522_decoder.c712 state->pads[AU8522_PAD_IF_INPUT].sig_type = PAD_SIGNAL_ANALOG; in au8522_probe()
714 state->pads[AU8522_PAD_VID_OUT].sig_type = PAD_SIGNAL_DV; in au8522_probe()
716 state->pads[AU8522_PAD_AUDIO_OUT].sig_type = PAD_SIGNAL_AUDIO; in au8522_probe()
/Linux-v6.6/drivers/media/v4l2-core/
Dtuner-core.c734 t->pad[IF_VID_DEC_PAD_IF_INPUT].sig_type = PAD_SIGNAL_ANALOG; in tuner_probe()
736 t->pad[IF_VID_DEC_PAD_OUT].sig_type = PAD_SIGNAL_ANALOG; in tuner_probe()
743 t->pad[TUNER_PAD_RF_INPUT].sig_type = PAD_SIGNAL_ANALOG; in tuner_probe()
745 t->pad[TUNER_PAD_OUTPUT].sig_type = PAD_SIGNAL_ANALOG; in tuner_probe()
747 t->pad[TUNER_PAD_AUD_OUT].sig_type = PAD_SIGNAL_AUDIO; in tuner_probe()
/Linux-v6.6/include/media/
Dmedia-entity.h239 enum media_pad_signal_type sig_type; member
756 enum media_pad_signal_type sig_type);
/Linux-v6.6/drivers/media/tuners/
Dsi2157.c922 dev->pad[SI2157_PAD_RF_INPUT].sig_type = PAD_SIGNAL_ANALOG; in si2157_probe()
924 dev->pad[SI2157_PAD_VID_OUT].sig_type = PAD_SIGNAL_ANALOG; in si2157_probe()
926 dev->pad[SI2157_PAD_AUD_OUT].sig_type = PAD_SIGNAL_AUDIO; in si2157_probe()
/Linux-v6.6/include/linux/mlx5/
Dqp.h437 u8 sig_type; member
/Linux-v6.6/drivers/media/i2c/
Dmsp3400-driver.c699 state->pads[MSP3400_PAD_IF_INPUT].sig_type = PAD_SIGNAL_AUDIO; in msp_probe()
701 state->pads[MSP3400_PAD_OUT].sig_type = PAD_SIGNAL_AUDIO; in msp_probe()
Dsaa7115.c1844 state->pads[SAA711X_PAD_IF_INPUT].sig_type = PAD_SIGNAL_ANALOG; in saa711x_probe()
1846 state->pads[SAA711X_PAD_VID_OUT].sig_type = PAD_SIGNAL_DV; in saa711x_probe()
Dtvp5150.c1908 decoder->pads[i].sig_type = PAD_SIGNAL_ANALOG; in tvp5150_mc_init()
1912 decoder->pads[i].sig_type = PAD_SIGNAL_DV; in tvp5150_mc_init()
/Linux-v6.6/drivers/media/mc/
Dmc-entity.c1056 enum media_pad_signal_type sig_type) in media_get_pad_index() argument
1068 if (entity->pads[i].sig_type == sig_type) in media_get_pad_index()
/Linux-v6.6/drivers/infiniband/hw/bnxt_re/
Dqplib_fp.h277 u8 sig_type; member
Dib_verbs.c1142 qp->qplib_qp.sig_type = true; in bnxt_re_create_shadow_qp()
1355 qplqp->sig_type = init_attr->sq_sig_type == IB_SIGNAL_ALL_WR; in bnxt_re_init_qp_attr()
2203 qp_init_attr->sq_sig_type = qplib_qp->sig_type ? IB_SIGNAL_ALL_WR : in bnxt_re_query_qp()
Dqplib_fp.c1079 if (qp->sig_type) in bnxt_qplib_create_qp()
1784 if (qp->sig_type) in bnxt_qplib_post_send()
/Linux-v6.6/drivers/media/pci/saa7134/
Dsaa7134-core.c828 dev->demod_pad[SAA7134_PAD_IF_INPUT].sig_type = PAD_SIGNAL_ANALOG; in saa7134_create_entities()
830 dev->demod_pad[SAA7134_PAD_VID_OUT].sig_type = PAD_SIGNAL_DV; in saa7134_create_entities()
/Linux-v6.6/drivers/media/usb/dvb-usb-v2/
Dmxl111sf.c893 state->tuner_pads[MXL111SF_PAD_RF_INPUT].sig_type = PAD_SIGNAL_ANALOG; in mxl111sf_attach_tuner()
895 state->tuner_pads[MXL111SF_PAD_OUTPUT].sig_type = PAD_SIGNAL_ANALOG; in mxl111sf_attach_tuner()
/Linux-v6.6/drivers/infiniband/core/
Drw.c439 if (sig_attrs->wire.sig_type == IB_SIG_TYPE_NONE) in rdma_rw_ctx_signature_init()
/Linux-v6.6/drivers/infiniband/ulp/isert/
Dib_isert.c1985 domain->sig_type = IB_SIG_TYPE_T10_DIF; in isert_set_dif_domain()
2010 sig_attrs->mem.sig_type = IB_SIG_TYPE_NONE; in isert_set_sig_attrs()
2015 sig_attrs->wire.sig_type = IB_SIG_TYPE_NONE; in isert_set_sig_attrs()
/Linux-v6.6/drivers/nvme/target/
Drdma.c581 domain->sig_type = IB_SIG_TYPE_T10_DIF; in nvmet_rdma_set_sig_domain()
609 sig_attrs->wire.sig_type = IB_SIG_TYPE_NONE; in nvmet_rdma_set_sig_attrs()
/Linux-v6.6/drivers/nvme/host/
Drdma.c1344 domain->sig_type = IB_SIG_TYPE_T10_DIF; in nvme_rdma_set_sig_domain()
1367 sig_attrs->mem.sig_type = IB_SIG_TYPE_NONE; in nvme_rdma_set_sig_attrs()
/Linux-v6.6/drivers/media/i2c/cx25840/
Dcx25840-core.c5898 state->pads[CX25840_PAD_INPUT].sig_type = PAD_SIGNAL_ANALOG; in cx25840_probe()
5900 state->pads[CX25840_PAD_VID_OUT].sig_type = PAD_SIGNAL_DV; in cx25840_probe()