Home
last modified time | relevance | path

Searched refs:reg_info (Results 1 – 22 of 22) sorted by relevance

/Linux-v5.15/kernel/bpf/
Dbpf_iter.c11 const struct bpf_iter_reg *reg_info; member
76 return iter_priv->tinfo->reg_info->feature & BPF_ITER_RESCHED; in bpf_iter_support_resched()
243 return link->tinfo->reg_info->seq_info; in __get_seq_info()
286 int bpf_iter_reg_target(const struct bpf_iter_reg *reg_info) in bpf_iter_reg_target() argument
294 tinfo->reg_info = reg_info; in bpf_iter_reg_target()
304 void bpf_iter_unreg_target(const struct bpf_iter_reg *reg_info) in bpf_iter_unreg_target() argument
311 if (reg_info == tinfo->reg_info) { in bpf_iter_unreg_target()
347 if (!strcmp(attach_fname + prefix_len, tinfo->reg_info->target)) { in bpf_iter_prog_supported()
356 prog->aux->ctx_arg_info_size = tinfo->reg_info->ctx_arg_info_size; in bpf_iter_prog_supported()
357 prog->aux->ctx_arg_info = tinfo->reg_info->ctx_arg_info; in bpf_iter_prog_supported()
[all …]
/Linux-v5.15/drivers/net/wireless/ath/ath11k/
Dreg.c566 struct cur_regulatory_info *reg_info, bool intersect) in ath11k_reg_build_regd() argument
576 num_rules = reg_info->num_5g_reg_rules + reg_info->num_2g_reg_rules; in ath11k_reg_build_regd()
582 if (reg_info->dfs_region == ATH11K_DFS_REG_ETSI) in ath11k_reg_build_regd()
591 memcpy(tmp_regd->alpha2, reg_info->alpha2, REG_ALPHA2_LEN + 1); in ath11k_reg_build_regd()
592 memcpy(alpha2, reg_info->alpha2, REG_ALPHA2_LEN + 1); in ath11k_reg_build_regd()
594 tmp_regd->dfs_region = ath11k_map_fw_dfs_region(reg_info->dfs_region); in ath11k_reg_build_regd()
599 reg_info->dfs_region, num_rules); in ath11k_reg_build_regd()
604 if (reg_info->num_2g_reg_rules && in ath11k_reg_build_regd()
605 (i < reg_info->num_2g_reg_rules)) { in ath11k_reg_build_regd()
606 reg_rule = reg_info->reg_rules_2g_ptr + i; in ath11k_reg_build_regd()
[all …]
Dreg.h33 struct cur_regulatory_info *reg_info, bool intersect);
Dwmi.c4482 struct cur_regulatory_info *reg_info) in ath11k_pull_reg_chan_list_update_ev() argument
4506 reg_info->num_2g_reg_rules = chan_list_event_hdr->num_2g_reg_rules; in ath11k_pull_reg_chan_list_update_ev()
4507 reg_info->num_5g_reg_rules = chan_list_event_hdr->num_5g_reg_rules; in ath11k_pull_reg_chan_list_update_ev()
4509 if (!(reg_info->num_2g_reg_rules + reg_info->num_5g_reg_rules)) { in ath11k_pull_reg_chan_list_update_ev()
4515 memcpy(reg_info->alpha2, &chan_list_event_hdr->alpha2, in ath11k_pull_reg_chan_list_update_ev()
4517 reg_info->dfs_region = chan_list_event_hdr->dfs_region; in ath11k_pull_reg_chan_list_update_ev()
4518 reg_info->phybitmap = chan_list_event_hdr->phybitmap; in ath11k_pull_reg_chan_list_update_ev()
4519 reg_info->num_phy = chan_list_event_hdr->num_phy; in ath11k_pull_reg_chan_list_update_ev()
4520 reg_info->phy_id = chan_list_event_hdr->phy_id; in ath11k_pull_reg_chan_list_update_ev()
4521 reg_info->ctry_code = chan_list_event_hdr->country_id; in ath11k_pull_reg_chan_list_update_ev()
[all …]
/Linux-v5.15/drivers/clk/mmp/
Dclk-mix.c29 unsigned int div_mask = (1 << mix->reg_info.width_div) - 1; in _get_maxdiv()
137 struct mmp_clk_mix_reg_info *ri = &mix->reg_info; in _set_rate()
292 struct mmp_clk_mix_reg_info *ri = &mix->reg_info; in mmp_clk_mix_get_parent()
310 width = mix->reg_info.width_mux; in mmp_clk_mix_get_parent()
311 shift = mix->reg_info.shift_mux; in mmp_clk_mix_get_parent()
322 struct mmp_clk_mix_reg_info *ri = &mix->reg_info; in mmp_clk_mix_recalc_rate()
340 width = mix->reg_info.width_div; in mmp_clk_mix_recalc_rate()
341 shift = mix->reg_info.shift_div; in mmp_clk_mix_recalc_rate()
465 memcpy(&mix->reg_info, &config->reg_info, sizeof(config->reg_info)); in mmp_clk_register_mix()
490 if (config->reg_info.bit_fc >= 32) in mmp_clk_register_mix()
[all …]
Dclk-of-mmp2.c303 .reg_info = DEFINE_MIX_REG_INFO(4, 10, 2, 8, 32),
329 .reg_info = DEFINE_MIX_REG_INFO(4, 17, 2, 6, 32),
332 .reg_info = DEFINE_MIX_REG_INFO(4, 16, 2, 6, 32),
401 sdh_mix_config.reg_info.reg_clk_ctrl = pxa_unit->apmu_base + APMU_SDH0; in mmp2_axi_periph_clk_init()
407 ccic0_mix_config.reg_info.reg_clk_ctrl = pxa_unit->apmu_base + APMU_CCIC0; in mmp2_axi_periph_clk_init()
414 ccic1_mix_config.reg_info.reg_clk_ctrl = pxa_unit->apmu_base + APMU_CCIC1; in mmp2_axi_periph_clk_init()
Dclk.h77 struct mmp_clk_mix_reg_info reg_info; member
88 struct mmp_clk_mix_reg_info reg_info; member
/Linux-v5.15/arch/arc/kernel/
Dunwind.c55 } reg_info[] = { variable
62 #define REG_INVALID(r) (reg_info[r].width == 0)
147 struct unwind_item regs[ARRAY_SIZE(reg_info)];
154 static const struct cfa badCFA = { ARRAY_SIZE(reg_info), 1 };
902 #define FRAME_REG(r, t) (((t *)frame)[reg_info[r].offs]) in arc_unwind()
1072 if (ptr > end || retAddrReg >= ARRAY_SIZE(reg_info) in arc_unwind()
1074 || reg_info[retAddrReg].width != in arc_unwind()
1149 || state.cfa.reg >= ARRAY_SIZE(reg_info) in arc_unwind()
1150 || reg_info[state.cfa.reg].width != sizeof(unsigned long) in arc_unwind()
1206 if (state.regs[i].value >= ARRAY_SIZE(reg_info) in arc_unwind()
[all …]
/Linux-v5.15/arch/ia64/kernel/
Dpalinfo.c151 static void bitregister_process(struct seq_file *m, u64 *reg_info, int max) in bitregister_process() argument
154 u64 value = reg_info[0]; in bitregister_process()
160 if (i != 0 && (i%64) == 0) value = *++reg_info; in bitregister_process()
422 u64 reg_info[2]; in register_info() local
435 if (ia64_pal_register_info(info, &reg_info[0], &reg_info[1]) != 0) in register_info()
438 bitregister_process(m, reg_info, 128); in register_info()
/Linux-v5.15/drivers/scsi/aic7xxx/aicasm/
Daicasm_symbol.h72 struct reg_info { struct
129 struct reg_info *rinfo;
Daicasm_gram.y1480 (struct reg_info *)malloc(sizeof(struct reg_info)); in initialize_symbol()
1486 sizeof(struct reg_info)); in initialize_symbol()
/Linux-v5.15/drivers/regulator/
Drc5t583-regulator.c39 struct rc5t583_regulator_info *reg_info = rdev_get_drvdata(rdev); in rc5t583_regulator_enable_time() local
43 return DIV_ROUND_UP(curr_uV, reg_info->enable_uv_per_us); in rc5t583_regulator_enable_time()
/Linux-v5.15/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_debugfs.c163 const struct hclge_dbg_reg_type_info *reg_info, in hclge_dbg_dump_reg_tqp() argument
166 const struct hclge_dbg_dfx_message *dfx_message = reg_info->dfx_msg; in hclge_dbg_dump_reg_tqp()
167 const struct hclge_dbg_reg_common_msg *reg_msg = &reg_info->reg_msg; in hclge_dbg_dump_reg_tqp()
193 dfx_message = reg_info->dfx_msg; in hclge_dbg_dump_reg_tqp()
217 const struct hclge_dbg_reg_type_info *reg_info, in hclge_dbg_dump_reg_common() argument
220 const struct hclge_dbg_reg_common_msg *reg_msg = &reg_info->reg_msg; in hclge_dbg_dump_reg_common()
221 const struct hclge_dbg_dfx_message *dfx_message = reg_info->dfx_msg; in hclge_dbg_dump_reg_common()
625 const struct hclge_dbg_reg_type_info *reg_info; in hclge_dbg_dump_reg_cmd() local
630 reg_info = &hclge_dbg_reg_info[i]; in hclge_dbg_dump_reg_cmd()
631 if (cmd == reg_info->cmd) { in hclge_dbg_dump_reg_cmd()
[all …]
/Linux-v5.15/drivers/bus/mhi/core/
Dinit.c439 } reg_info[] = { in mhi_init_mmio() local
547 for (i = 0; reg_info[i].offset; i++) in mhi_init_mmio()
548 mhi_write_reg_field(mhi_cntrl, base, reg_info[i].offset, in mhi_init_mmio()
549 reg_info[i].mask, reg_info[i].shift, in mhi_init_mmio()
550 reg_info[i].val); in mhi_init_mmio()
/Linux-v5.15/drivers/remoteproc/
Dqcom_q6v5_mss.c120 struct reg_info { struct
180 struct reg_info active_regs[1];
181 struct reg_info proxy_regs[1];
182 struct reg_info fallback_proxy_regs[2];
222 static int q6v5_regulator_init(struct device *dev, struct reg_info *regs, in q6v5_regulator_init()
249 struct reg_info *regs, int count) in q6v5_regulator_enable()
299 struct reg_info *regs, int count) in q6v5_regulator_disable()
/Linux-v5.15/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_ethtool.c806 const struct reg_addr *reg_info) in bnx2x_is_reg_in_chip() argument
809 return IS_E1_REG(reg_info->chips); in bnx2x_is_reg_in_chip()
811 return IS_E1H_REG(reg_info->chips); in bnx2x_is_reg_in_chip()
813 return IS_E2_REG(reg_info->chips); in bnx2x_is_reg_in_chip()
815 return IS_E3A0_REG(reg_info->chips); in bnx2x_is_reg_in_chip()
817 return IS_E3B0_REG(reg_info->chips); in bnx2x_is_reg_in_chip()
/Linux-v5.15/drivers/net/wireless/intel/iwlwifi/fw/
Ddbg.c1598 const struct iwl_fw_mon_reg *reg_info) in iwl_get_mon_reg() argument
1607 if (!reg_info || !reg_info->addr || !reg_info->mask) in iwl_get_mon_reg()
1610 val = iwl_read_prph_no_grab(fwrt->trans, reg_info->addr + offs); in iwl_get_mon_reg()
1612 return cpu_to_le32(mask_apply_and_normalize(val, reg_info->mask)); in iwl_get_mon_reg()
/Linux-v5.15/sound/soc/samsung/
Di2s.c1269 const struct samsung_i2s_variant_regs *reg_info = priv->variant_regs; in i2s_register_clock_provider() local
1303 priv->addr + I2SMOD, reg_info->rclksrc_off, in i2s_register_clock_provider()
1319 priv->addr + I2SMOD, reg_info->cdclkcon_off, in i2s_register_clock_provider()
/Linux-v5.15/include/linux/
Dbpf.h1527 int bpf_iter_reg_target(const struct bpf_iter_reg *reg_info);
1528 void bpf_iter_unreg_target(const struct bpf_iter_reg *reg_info);
/Linux-v5.15/drivers/net/wireless/ath/ath6kl/
Ddebug.c172 const char *reg_info; member
978 "%s\n", diag_reg[i].reg_info); in ath6kl_regdump_open()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlxsw/
Dreg.h12289 const struct mlxsw_reg_info *reg_info; in mlxsw_reg_id_str() local
12293 reg_info = mlxsw_reg_infos[i]; in mlxsw_reg_id_str()
12294 if (reg_info->id == reg_id) in mlxsw_reg_id_str()
12295 return reg_info->name; in mlxsw_reg_id_str()
/Linux-v5.15/drivers/dma/qcom/
Dgpi.c479 struct reg_info { struct