Home
last modified time | relevance | path

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

/drivers/media/radio/
A 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()
A DMakefile31 obj-$(CONFIG_RADIO_TRUST) += radio-trust.o
A DKconfig435 module will be called radio-trust.
/drivers/net/ethernet/microchip/lan966x/
A Dlan966x_dcb.c277 const struct lan966x_dcb_apptrust *trust; in lan966x_dcb_getapptrust() local
279 trust = lan966x_port_apptrust[port->chip_port]; in lan966x_dcb_getapptrust()
281 memcpy(selectors, trust->selectors, trust->nselectors); in lan966x_dcb_getapptrust()
282 *nselectors = trust->nselectors; in lan966x_dcb_getapptrust()
/drivers/net/ethernet/microchip/sparx5/
A Dsparx5_dcb.c319 const struct sparx5_dcb_apptrust *trust; in sparx5_dcb_getapptrust() local
321 trust = sparx5_port_apptrust[port->portno]; in sparx5_dcb_getapptrust()
323 memcpy(selectors, trust->selectors, trust->nselectors); in sparx5_dcb_getapptrust()
324 *nselectors = trust->nselectors; in sparx5_dcb_getapptrust()
/drivers/net/ethernet/netronome/nfp/nic/
A Ddcb.c178 u8 trust; in nfp_nic_set_trust() local
185 trust = dcb->dscp_cnt > 0 ? NFP_DCB_TRUST_DSCP : NFP_DCB_TRUST_PCP; in nfp_nic_set_trust()
186 writeb(trust, dcb->dcbcfg_tbl + dcb->cfg_offset + in nfp_nic_set_trust()
189 dcb->trust_status = trust; in nfp_nic_set_trust()
/drivers/net/ethernet/huawei/hinic/
A Dhinic_sriov.c353 if (vf_info->pf_set_mac && !(vf_info->trust) && in hinic_set_vf_mac_msg_handler()
585 ivi->trusted = vfinfo->trust; in hinic_get_vf_config()
811 bool trust) in hinic_set_vf_trust() argument
821 vf_infos[vf_id].trust = trust; in hinic_set_vf_trust()
840 cur_trust = nic_io->vf_infos[vf].trust; in hinic_ndo_set_vf_trust()
1145 if (vf_infos->trust) in hinic_clear_vf_infos()
A Dhinic_sriov.h46 bool trust; member
/drivers/net/ethernet/broadcom/bnxt/
A Dbnxt_sriov.h38 int bnxt_set_vf_trust(struct net_device *dev, int vf_id, bool trust);
A Dbnxt_sriov.c1088 bool trust = bnxt_is_trusted_vf(bp, vf); in bnxt_vf_configure_mac() local
1091 (trust || !is_valid_ether_addr(vf->mac_addr) || in bnxt_vf_configure_mac()
/drivers/firmware/efi/libstub/
A Defistub.h421 void *trust; member
442 u32 trust; member
/drivers/net/ethernet/pensando/ionic/
A Dionic_if.h2121 u8 trust; member
2160 u8 trust; member
A Dionic_lif.c2565 vfc.trust = set; in ionic_set_vf_trust()
2567 __func__, vf, vfc.trust); in ionic_set_vf_trust()
2673 vfc.trust = v->trusted; in ionic_vf_attr_replay()
2675 vfc.trust = 0; in ionic_vf_attr_replay()
/drivers/char/tpm/
A DKconfig182 can be found at http://www.trust.rub.de/projects/linux-device-driver-infineon-tpm/
/drivers/tty/
A DKconfig182 Say 'Y' here if you trust your userspace users to do the right
/drivers/net/ethernet/qlogic/qed/
A Dqed_sriov.c4906 static int qed_set_vf_trust(struct qed_dev *cdev, int vfid, bool trust) in qed_set_vf_trust() argument
4922 if (vf->is_trusted_request == trust) in qed_set_vf_trust()
4924 vf->is_trusted_request = trust; in qed_set_vf_trust()

Completed in 55 milliseconds