Searched refs:trust (Results 1 – 12 of 12) sorted by relevance
/drivers/media/radio/ |
D | radio-trust.c | 51 struct trust { struct 58 struct trust *tr = kzalloc(sizeof(*tr), GFP_KERNEL); in trust_alloc() argument 73 static void write_i2c(struct trust *tr, int n, ...) in write_i2c() 121 struct trust *tr = container_of(isa, struct trust, isa); in trust_s_mute_volume() 131 struct trust *tr = container_of(isa, struct trust, isa); in trust_s_stereo() 149 struct trust *tr = container_of(isa, struct trust, isa); in trust_s_frequency() 166 struct trust *tr = container_of(isa, struct trust, isa); in trust_s_ctrl() 185 struct trust *tr = container_of(isa, struct trust, isa); in trust_initialize()
|
D | Makefile | 20 obj-$(CONFIG_RADIO_TRUST) += radio-trust.o
|
D | Kconfig | 439 module will be called radio-trust.
|
/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt_sriov.h | 37 int bnxt_set_vf_trust(struct net_device *dev, int vf_id, bool trust);
|
D | bnxt_sriov.c | 973 bool trust = bnxt_is_trusted_vf(bp, vf); in bnxt_vf_configure_mac() local 976 (trust || !is_valid_ether_addr(vf->mac_addr) || in bnxt_vf_configure_mac()
|
/drivers/net/ethernet/huawei/hinic/ |
D | hinic_sriov.c | 351 if (vf_info->pf_set_mac && !(vf_info->trust) && in hinic_set_vf_mac_msg_handler() 565 ivi->trusted = vfinfo->trust; in hinic_get_vf_config() 791 bool trust) in hinic_set_vf_trust() argument 801 vf_infos[vf_id].trust = trust; in hinic_set_vf_trust() 820 cur_trust = nic_io->vf_infos[vf].trust; in hinic_ndo_set_vf_trust() 1129 if (vf_infos->trust) in hinic_clear_vf_infos()
|
D | hinic_sriov.h | 46 bool trust; member
|
/drivers/net/ethernet/pensando/ionic/ |
D | ionic_if.h | 1824 u8 trust; member 1862 u8 trust; member
|
D | ionic_dev.c | 348 cmd.vf_setattr.trust = *data; in ionic_set_vf_config()
|
/drivers/char/tpm/ |
D | Kconfig | 146 can be found at http://www.trust.rub.de/projects/linux-device-driver-infineon-tpm/
|
/drivers/net/ethernet/qlogic/qed/ |
D | qed_sriov.c | 4877 static int qed_set_vf_trust(struct qed_dev *cdev, int vfid, bool trust) in qed_set_vf_trust() argument 4893 if (vf->is_trusted_request == trust) in qed_set_vf_trust() 4895 vf->is_trusted_request = trust; in qed_set_vf_trust()
|
/drivers/tty/ |
D | Kconfig | 166 Say 'Y' here if you trust your userspace users to do the right
|