| /Linux-v6.6/security/integrity/platform_certs/ |
| D | keyring_handler.c | 50 __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 …]
|
| D | keyring_handler.h | 25 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/ |
| D | signature.h | 74 enum ib_signature_type sig_type; member
|
| /Linux-v6.6/drivers/infiniband/hw/mlx5/ |
| D | wr.c | 339 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/ |
| D | iser_memory.c | 179 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/ |
| D | au8522_decoder.c | 712 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/ |
| D | tuner-core.c | 734 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/ |
| D | media-entity.h | 239 enum media_pad_signal_type sig_type; member 756 enum media_pad_signal_type sig_type);
|
| /Linux-v6.6/drivers/media/tuners/ |
| D | si2157.c | 922 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/ |
| D | qp.h | 437 u8 sig_type; member
|
| /Linux-v6.6/drivers/media/i2c/ |
| D | msp3400-driver.c | 699 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()
|
| D | saa7115.c | 1844 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()
|
| D | tvp5150.c | 1908 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/ |
| D | mc-entity.c | 1056 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/ |
| D | qplib_fp.h | 277 u8 sig_type; member
|
| D | ib_verbs.c | 1142 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()
|
| D | qplib_fp.c | 1079 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/ |
| D | saa7134-core.c | 828 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/ |
| D | mxl111sf.c | 893 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/ |
| D | rw.c | 439 if (sig_attrs->wire.sig_type == IB_SIG_TYPE_NONE) in rdma_rw_ctx_signature_init()
|
| /Linux-v6.6/drivers/infiniband/ulp/isert/ |
| D | ib_isert.c | 1985 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/ |
| D | rdma.c | 581 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/ |
| D | rdma.c | 1344 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/ |
| D | cx25840-core.c | 5898 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()
|