/kernel/linux/linux-6.6/security/integrity/platform_certs/ |
H A 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_gui in get_handler_for_dbx() [all...] |
H A 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);
|
/kernel/linux/linux-5.10/security/integrity/platform_certs/ |
H A D | keyring_handler.c | 71 __init efi_element_handler_t get_handler_for_db(const efi_guid_t *sig_type) in get_handler_for_db() argument 73 if (efi_guidcmp(*sig_type, efi_cert_x509_guid) == 0) in get_handler_for_db() 82 __init efi_element_handler_t get_handler_for_dbx(const efi_guid_t *sig_type) in get_handler_for_dbx() argument 84 if (efi_guidcmp(*sig_type, efi_cert_x509_sha256_guid) == 0) in get_handler_for_dbx() 86 if (efi_guidcmp(*sig_type, efi_cert_sha256_guid) == 0) in get_handler_for_dbx() 88 if (efi_guidcmp(*sig_type, efi_cert_x509_guid) == 0) in get_handler_for_dbx()
|
H A 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_dbx(const efi_guid_t *sig_type);
|
/kernel/linux/linux-5.10/include/rdma/ |
H A D | signature.h | 69 * @sig_type: specific signauture type 74 enum ib_signature_type sig_type; member
|
/kernel/linux/linux-6.6/include/rdma/ |
H A D | signature.h | 69 * @sig_type: specific signauture type 74 enum ib_signature_type sig_type; member
|
/kernel/linux/linux-5.10/drivers/infiniband/ulp/iser/ |
H A D | iser_memory.c | 160 domain->sig_type = IB_SIG_TYPE_T10_DIF; in iser_set_dif_domain() 180 sig_attrs->mem.sig_type = IB_SIG_TYPE_NONE; in iser_set_sig_attrs() 186 sig_attrs->wire.sig_type = IB_SIG_TYPE_NONE; in iser_set_sig_attrs()
|
/kernel/linux/linux-6.6/drivers/infiniband/ulp/iser/ |
H A 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()
|
/kernel/linux/linux-5.10/include/media/ |
H A D | media-entity.h | 184 * @sig_type: Type of the signal inside a media pad 193 enum media_pad_signal_type sig_type; member 671 * @sig_type: type of signal of the pad to be search 674 * satisfies both @is_sink and @sig_type conditions. 682 enum media_pad_signal_type sig_type);
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/ |
H A D | wr.c | 560 inl->sig_type = domain->sig.dif.bg_type == IB_T10DIF_CRC ? in mlx5_fill_inl_bsf() 595 switch (sig_attrs->mem.sig_type) { in mlx5_set_bsf() 608 switch (sig_attrs->wire.sig_type) { in mlx5_set_bsf() 613 mem->sig_type == wire->sig_type) { in mlx5_set_bsf() 708 prot_size = prot_field_size(sig_attrs->mem.sig_type); in set_sig_data_segment() 804 if (sig_attrs->mem.sig_type != IB_SIG_TYPE_NONE) in set_pi_umr_wr() 836 switch (domain->sig_type) { in set_psv_wr() 846 domain->sig_type); in set_psv_wr()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/ |
H A 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()
|
/kernel/linux/linux-5.10/drivers/media/v4l2-core/ |
H A D | tuner-core.c | 736 t->pad[IF_VID_DEC_PAD_IF_INPUT].sig_type = PAD_SIGNAL_ANALOG; in tuner_probe() 738 t->pad[IF_VID_DEC_PAD_OUT].sig_type = PAD_SIGNAL_ANALOG; in tuner_probe() 745 t->pad[TUNER_PAD_RF_INPUT].sig_type = PAD_SIGNAL_ANALOG; in tuner_probe() 747 t->pad[TUNER_PAD_OUTPUT].sig_type = PAD_SIGNAL_ANALOG; in tuner_probe() 749 t->pad[TUNER_PAD_AUD_OUT].sig_type = PAD_SIGNAL_AUDIO; in tuner_probe()
|
/kernel/linux/linux-6.6/drivers/media/v4l2-core/ |
H A 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()
|
/kernel/linux/linux-6.6/include/media/ |
H A D | media-entity.h | 229 * @sig_type: Type of the signal inside a media pad 241 enum media_pad_signal_type sig_type; member 747 * @sig_type: type of signal of the pad to be search 750 * satisfies both @is_sink and @sig_type conditions. 758 enum media_pad_signal_type sig_type);
|
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
H A D | au8522_decoder.c | 713 state->pads[AU8522_PAD_IF_INPUT].sig_type = PAD_SIGNAL_ANALOG; in au8522_probe() 715 state->pads[AU8522_PAD_VID_OUT].sig_type = PAD_SIGNAL_DV; in au8522_probe() 717 state->pads[AU8522_PAD_AUDIO_OUT].sig_type = PAD_SIGNAL_AUDIO; in au8522_probe()
|
/kernel/linux/linux-5.10/drivers/media/mc/ |
H A D | mc-entity.c | 633 enum media_pad_signal_type sig_type) in media_get_pad_index() 651 if (entity->pads[i].sig_type == sig_type) in media_get_pad_index() 632 media_get_pad_index(struct media_entity *entity, bool is_sink, enum media_pad_signal_type sig_type) media_get_pad_index() argument
|
/kernel/linux/linux-5.10/drivers/media/tuners/ |
H A D | si2157.c | 858 dev->pad[SI2157_PAD_RF_INPUT].sig_type = PAD_SIGNAL_ANALOG; in si2157_probe() 860 dev->pad[SI2157_PAD_VID_OUT].sig_type = PAD_SIGNAL_ANALOG; in si2157_probe() 862 dev->pad[SI2157_PAD_AUD_OUT].sig_type = PAD_SIGNAL_AUDIO; in si2157_probe()
|
/kernel/linux/linux-6.6/drivers/media/tuners/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/ |
H A 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()
|
/kernel/linux/linux-5.10/include/linux/mlx5/ |
H A D | qp.h | 429 u8 sig_type; member
|
/kernel/linux/linux-6.6/include/linux/mlx5/ |
H A D | qp.h | 440 u8 sig_type; member
|
/kernel/linux/linux-6.6/drivers/media/mc/ |
H A D | mc-entity.c | 1093 enum media_pad_signal_type sig_type) in media_get_pad_index() 1105 if (entity->pads[i].sig_type == sig_type) in media_get_pad_index() 1092 media_get_pad_index(struct media_entity *entity, u32 pad_type, enum media_pad_signal_type sig_type) media_get_pad_index() argument
|
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | msp3400-driver.c | 698 state->pads[MSP3400_PAD_IF_INPUT].sig_type = PAD_SIGNAL_AUDIO; in msp_probe() 700 state->pads[MSP3400_PAD_OUT].sig_type = PAD_SIGNAL_AUDIO; in msp_probe()
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A 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()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/bnxt_re/ |
H A D | qplib_fp.h | 275 u8 sig_type; member
|