Searched refs:reg_type (Results 26 - 50 of 65) sorted by relevance

123

/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dqat_uclo.c766 enum icp_qat_uof_regtype reg_type,
769 switch (reg_type) {
776 return qat_hal_init_gpr(handle, ae, ctx_mask, reg_type,
788 return qat_hal_init_rd_xfer(handle, ae, ctx_mask, reg_type,
796 return qat_hal_init_wr_xfer(handle, ae, ctx_mask, reg_type,
801 pr_err("QAT: UOF uses not supported reg type 0x%x\n", reg_type);
830 init_regsym->reg_type,
845 init_regsym->reg_type,
764 qat_uclo_init_reg(struct icp_qat_fw_loader_handle *handle, unsigned char ae, unsigned char ctx_mask, enum icp_qat_uof_regtype reg_type, unsigned short reg_addr, unsigned int value) argument
/linux-master/drivers/net/ethernet/ibm/ehea/
H A Dehea.h413 u8 reg_type; /* Registration Type */ member in struct:ehea_bcmc_reg_entry
H A Dehea_phyp.h424 const u8 reg_type, const u64 mc_mac_addr,
/linux-master/drivers/scsi/isci/
H A Dhost.h514 int isci_gpio_write(struct sas_ha_struct *, u8 reg_type, u8 reg_index,
/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Dsta_ioctl.c1243 mwifiex_reg_write(struct mwifiex_private *priv, u32 reg_type, argument
1248 reg_rw.type = reg_type;
1262 mwifiex_reg_read(struct mwifiex_private *priv, u32 reg_type, argument
1268 reg_rw.type = reg_type;
H A Dmain.h1502 int mwifiex_reg_write(struct mwifiex_private *priv, u32 reg_type,
1505 int mwifiex_reg_read(struct mwifiex_private *priv, u32 reg_type,
/linux-master/net/netfilter/
H A Dnf_bpf_link.c282 info->reg_type = PTR_TO_BTF_ID | PTR_TRUSTED;
/linux-master/arch/arm/probes/kprobes/
H A Dtest-core.c780 enum decode_reg_type reg_type = (regs >> i) & 0xf; local
784 if (!reg_type)
795 switch (reg_type) {
/linux-master/arch/x86/lib/
H A Dinsn-eval.c21 enum reg_type { enum
447 static int get_regno(struct insn *insn, enum reg_type type)
523 enum reg_type type)
/linux-master/net/core/
H A Dfilter.c8574 info->reg_type = PTR_TO_SOCK_COMMON_OR_NULL;
8659 info->reg_type = PTR_TO_PACKET;
8662 info->reg_type = PTR_TO_PACKET_END;
8697 info->reg_type = PTR_TO_PACKET;
8700 info->reg_type = PTR_TO_PACKET_END;
8923 info->reg_type = PTR_TO_PACKET;
8926 info->reg_type = PTR_TO_PACKET_META;
8929 info->reg_type = PTR_TO_PACKET_END;
9005 info->reg_type = PTR_TO_PACKET;
9008 info->reg_type
[all...]
/linux-master/drivers/net/wireless/intel/iwlwifi/
H A Diwl-dbg-tlv.c1347 u32 reg_type; local
1355 reg_type = reg->type;
1357 if (reg_type != IWL_FW_INI_REGION_DRAM_BUFFER ||
/linux-master/include/scsi/
H A Dlibsas.h671 int (*lldd_write_gpio)(struct sas_ha_struct *, u8 reg_type,
/linux-master/arch/powerpc/platforms/ps3/
H A Ddevice-init.c183 enum ps3_interrupt_type interrupt_type, enum ps3_reg_type reg_type)
222 result = ps3_repository_find_reg(repo, reg_type,
181 ps3_setup_uhc_device( const struct ps3_repository_device *repo, enum ps3_match_id match_id, enum ps3_interrupt_type interrupt_type, enum ps3_reg_type reg_type) argument
/linux-master/drivers/net/wireless/intel/iwlwifi/fw/
H A Ddbg.c2622 u32 reg_type; local
2636 reg_type = reg->type;
2637 if (reg_type >= ARRAY_SIZE(iwl_dump_ini_region_ops))
2640 if ((reg_type == IWL_FW_INI_REGION_PERIPHERY_PHY ||
2641 reg_type == IWL_FW_INI_REGION_PERIPHERY_PHY_RANGE ||
2642 reg_type == IWL_FW_INI_REGION_PERIPHERY_SNPS_DPHYIP) &&
2655 if (reg_type == IWL_FW_INI_REGION_DRAM_IMR) {
2669 &iwl_dump_ini_region_ops[reg_type]);
/linux-master/kernel/bpf/
H A Dbtf.c6297 type = base_type(ctx_arg_info->reg_type);
6298 flag = type_flag(ctx_arg_info->reg_type);
6301 info->reg_type = ctx_arg_info->reg_type;
6326 info->reg_type = ctx_arg_info->reg_type;
6333 info->reg_type = PTR_TO_BTF_ID;
6335 info->reg_type |= PTR_TRUSTED;
6362 info->reg_type |= MEM_USER;
6364 info->reg_type |
8807 const struct btf_type *reg_type, *arg_type; local
[all...]
H A Dcgroup.c2390 info->reg_type = PTR_TO_SOCKET;
2395 info->reg_type = PTR_TO_PACKET;
2400 info->reg_type = PTR_TO_PACKET_END;
/linux-master/drivers/net/wireless/realtek/rtlwifi/btcoexist/
H A Dhalbtcoutsrc.c1047 void halbtc_set_bt_reg(void *btc_context, u8 reg_type, u32 offset, u32 set_val) argument
1060 cmd_buffer2[2] = reg_type;
1086 static u32 halbtc_get_bt_reg(void *btc_context, u8 reg_type, u32 offset) argument
/linux-master/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_algs.c1213 static u32 cpt_aead_enc_dec(struct aead_request *req, u8 reg_type, u8 enc) argument
1227 req_info->req_type = reg_type;
1231 switch (reg_type) {
/linux-master/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptvf_algs.c1311 static int cpt_aead_enc_dec(struct aead_request *req, u8 reg_type, u8 enc) argument
1326 req_info->req_type = reg_type;
1333 switch (reg_type) {
/linux-master/drivers/scsi/hisi_sas/
H A Dhisi_sas.h342 int (*write_gpio)(struct hisi_hba *hisi_hba, u8 reg_type,
/linux-master/include/linux/
H A Dbpf_verifier.h525 enum bpf_reg_type reg_type; /* type of pseudo_btf_id */ member in struct:bpf_insn_aux_data::__anon1923::__anon1925
741 * e.g., in reg_type_str() to generate reg_type string
/linux-master/drivers/cxl/
H A Dcxl.h264 * @reg_type: see enum cxl_regloc_type
274 u8 reg_type; member in struct:cxl_register_map
/linux-master/drivers/scsi/mvsas/
H A Dmv_94xx.c1042 u8 reg_type, u8 reg_index,
1047 switch (reg_type) {
1041 mvs_94xx_gpio_write(struct mvs_prv_info *mvs_prv, u8 reg_type, u8 reg_index, u8 reg_count, u8 *write_data) argument
/linux-master/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dvega10_powertune.c749 static int vega10_program_didt_config_registers(struct pp_hwmgr *hwmgr, const struct vega10_didt_config_reg *config_regs, enum vega10_didt_config_reg_type reg_type) argument
756 switch (reg_type) {
/linux-master/drivers/cxl/core/
H A Dport.c756 .reg_type = CXL_REGLOC_RBI_EMPTY,
763 map->reg_type = CXL_REGLOC_RBI_COMPONENT;

Completed in 619 milliseconds

123