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

123

/linux-master/drivers/comedi/drivers/
H A Dni_stc.h962 int reg_type; member in struct:ni_board_struct
1046 /* ni_pcimio board type flags (based on the boardinfo reg_type) */
/linux-master/drivers/cxl/
H A Dpci.c497 map->reg_type = CXL_REGLOC_RBI_COMPONENT;
/linux-master/kernel/bpf/
H A Dbpf_struct_ops.c272 info->reg_type =
H A Dverifier.c2350 enum bpf_reg_type reg_type,
2354 if (reg_type == SCALAR_VALUE) {
5559 enum bpf_access_type t, enum bpf_reg_type *reg_type,
5563 .reg_type = *reg_type,
5576 *reg_type = info.reg_type;
5578 if (base_type(*reg_type) == PTR_TO_BTF_ID) {
6834 enum bpf_reg_type reg_type = SCALAR_VALUE; local
6848 err = check_ctx_access(env, insn_idx, off, size, t, &reg_type,
2348 mark_btf_ld_reg(struct bpf_verifier_env *env, struct bpf_reg_state *regs, u32 regno, enum bpf_reg_type reg_type, struct btf *btf, u32 btf_id, enum bpf_type_flag flag) argument
5558 check_ctx_access(struct bpf_verifier_env *env, int insn_idx, int off, int size, enum bpf_access_type t, enum bpf_reg_type *reg_type, struct btf **btf, u32 *btf_id) argument
[all...]
/linux-master/drivers/infiniband/hw/irdma/
H A Dverbs.c2897 enum irdma_memreg_type reg_type)
2914 iwmr->type = reg_type;
2916 pgsz_bitmap = (reg_type == IRDMA_MEMREG_TYPE_MEM) ?
3047 iwmr = irdma_alloc_iwmr(region, pd, virt, req.reg_type);
3053 switch (req.reg_type) {
2895 irdma_alloc_iwmr(struct ib_umem *region, struct ib_pd *pd, u64 virt, enum irdma_memreg_type reg_type) argument
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c2283 u32 reg_type, reg_off, val = 0; local
2285 reg_type = BNXT_FW_HEALTH_REG_TYPE(reg);
2287 switch (reg_type) {
9049 u32 reg_type; local
9054 reg_type = BNXT_FW_HEALTH_REG_TYPE(fw_health->regs[BNXT_FW_HEALTH_REG]);
9055 if (reg_type == BNXT_FW_HEALTH_REG_TYPE_GRC)
9058 reg_type = BNXT_FW_HEALTH_REG_TYPE(fw_health->regs[BNXT_FW_RESET_CNT_REG]);
9059 if (reg_type == BNXT_FW_HEALTH_REG_TYPE_GRC)
9067 u32 reg_type; local
9100 reg_type
13659 u32 reg_type, reg_off, delay_msecs; local
[all...]
/linux-master/drivers/scsi/isci/
H A Dhost.c2789 int isci_gpio_write(struct sas_ha_struct *sas_ha, u8 reg_type, u8 reg_index, argument
2795 switch (reg_type) {
/linux-master/drivers/scsi/mvsas/
H A Dmv_sas.c1921 int mvs_gpio_write(struct sas_ha_struct *sha, u8 reg_type, u8 reg_index, argument
1928 return MVS_CHIP_DISP->gpio_write(mvs_prv, reg_type,
/linux-master/include/linux/
H A Dbpf.h584 * arg_type, ret_type and reg_type. For example, a pointer value may be null,
911 enum bpf_reg_type reg_type; member in struct:bpf_insn_access_aux
1414 /* reg_type info for ctx arguments */
1417 enum bpf_reg_type reg_type; member in struct:bpf_ctx_arg_aux
/linux-master/drivers/scsi/hisi_sas/
H A Dhisi_sas_main.c2022 static int hisi_sas_write_gpio(struct sas_ha_struct *sha, u8 reg_type, argument
2030 return hisi_hba->hw->write_gpio(hisi_hba, reg_type,
H A Dhisi_sas_v2_hw.c3478 static int write_gpio_v2_hw(struct hisi_hba *hisi_hba, u8 reg_type, argument
3487 switch (reg_type) {
3509 reg_type);
H A Dhisi_sas_v3_hw.c2736 static int write_gpio_v3_hw(struct hisi_hba *hisi_hba, u8 reg_type, argument
2743 switch (reg_type) {
2758 reg_type);
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_mfw_hsi.h2418 u32 reg_type; member in struct:hw_set_info
/linux-master/kernel/trace/
H A Dbpf_trace.c2133 info->reg_type = PTR_TO_TP_BUFFER;
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dcoex.c789 static u8 _search_reg_index(struct rtw89_dev *rtwdev, u8 mreg_num, u16 reg_type, u32 target) argument
795 if (le16_to_cpu(chip->mon_reg[i].type) == reg_type &&

Completed in 293 milliseconds

123