| /drivers/media/radio/ |
| A 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()
|
| A D | Makefile | 31 obj-$(CONFIG_RADIO_TRUST) += radio-trust.o
|
| A D | Kconfig | 435 module will be called radio-trust.
|
| /drivers/net/ethernet/microchip/lan966x/ |
| A D | lan966x_dcb.c | 277 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 D | sparx5_dcb.c | 319 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 D | dcb.c | 178 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 D | hinic_sriov.c | 353 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 D | hinic_sriov.h | 46 bool trust; member
|
| /drivers/net/ethernet/broadcom/bnxt/ |
| A D | bnxt_sriov.h | 38 int bnxt_set_vf_trust(struct net_device *dev, int vf_id, bool trust);
|
| A D | bnxt_sriov.c | 1088 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 D | efistub.h | 421 void *trust; member 442 u32 trust; member
|
| /drivers/net/ethernet/pensando/ionic/ |
| A D | ionic_if.h | 2121 u8 trust; member 2160 u8 trust; member
|
| A D | ionic_lif.c | 2565 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 D | Kconfig | 182 can be found at http://www.trust.rub.de/projects/linux-device-driver-infineon-tpm/
|
| /drivers/tty/ |
| A D | Kconfig | 182 Say 'Y' here if you trust your userspace users to do the right
|
| /drivers/net/ethernet/qlogic/qed/ |
| A D | qed_sriov.c | 4906 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()
|