Home
last modified time | relevance | path

Searched refs:trust (Results 1 – 12 of 12) sorted by relevance

/drivers/media/radio/
Dradio-trust.c51 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()
DMakefile20 obj-$(CONFIG_RADIO_TRUST) += radio-trust.o
DKconfig439 module will be called radio-trust.
/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_sriov.h38 int bnxt_set_vf_trust(struct net_device *dev, int vf_id, bool trust);
Dbnxt_sriov.c1005 bool trust = bnxt_is_trusted_vf(bp, vf); in bnxt_vf_configure_mac() local
1008 (trust || !is_valid_ether_addr(vf->mac_addr) || in bnxt_vf_configure_mac()
/drivers/net/ethernet/huawei/hinic/
Dhinic_sriov.c351 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()
1131 if (vf_infos->trust) in hinic_clear_vf_infos()
Dhinic_sriov.h46 bool trust; member
/drivers/net/ethernet/pensando/ionic/
Dionic_if.h2001 u8 trust; member
2039 u8 trust; member
Dionic_dev.c416 cmd.vf_setattr.trust = *data; in ionic_set_vf_config()
/drivers/char/tpm/
DKconfig155 can be found at http://www.trust.rub.de/projects/linux-device-driver-infineon-tpm/
/drivers/tty/
DKconfig165 Say 'Y' here if you trust your userspace users to do the right
/drivers/net/ethernet/qlogic/qed/
Dqed_sriov.c4878 static int qed_set_vf_trust(struct qed_dev *cdev, int vfid, bool trust) in qed_set_vf_trust() argument
4894 if (vf->is_trusted_request == trust) in qed_set_vf_trust()
4896 vf->is_trusted_request = trust; in qed_set_vf_trust()