| /linux/arch/arm/mach-mediatek/ |
| H A D | platsmp.c | 88 const struct of_device_id *infos; in __mtk_smp_prepare_cpus() local 92 infos = mtk_tz_smp_boot_infos; in __mtk_smp_prepare_cpus() 95 infos = mtk_smp_boot_infos; in __mtk_smp_prepare_cpus() 100 if (of_machine_is_compatible(infos[i].compatible)) { in __mtk_smp_prepare_cpus() 101 mtk_smp_info = infos[i].data; in __mtk_smp_prepare_cpus()
|
| /linux/arch/arm64/kernel/ |
| H A D | cacheinfo.c | 104 struct cacheinfo *infos = this_cpu_ci->info_list; in populate_cache_leaves() local 112 ci_leaf_init(&infos[idx++], CACHE_TYPE_DATA, level); in populate_cache_leaves() 113 ci_leaf_init(&infos[idx++], CACHE_TYPE_INST, level); in populate_cache_leaves() 115 ci_leaf_init(&infos[idx++], type, level); in populate_cache_leaves()
|
| /linux/drivers/md/dm-vdo/ |
| H A D | errors.c | 75 const struct error_info *infos; member 92 .infos = error_list, 110 *info_ptr = block->infos + (errnum - block->base); in get_error_info() 271 int next_free_error, const struct error_info *infos, in uds_register_error_block() argument 281 .infos = infos, in uds_register_error_block()
|
| H A D | errors.h | 70 int last_reserved_error, const struct error_info *infos,
|
| /linux/rust/kernel/ |
| H A D | device_id.rs | 90 let mut infos = [const { MaybeUninit::uninit() }; N]; global() localVariable
|
| /linux/drivers/clk/tegra/ |
| H A D | clk-bpmp.c | 602 struct tegra_bpmp_clk_info *infos, in tegra_bpmp_register_clocks_one() argument 615 info = &infos[i]; in tegra_bpmp_register_clocks_one() 618 unsigned int p_i = tegra_bpmp_clk_id_to_index(infos, count, in tegra_bpmp_register_clocks_one() 621 tegra_bpmp_register_clocks_one(bpmp, infos, p_i, count); in tegra_bpmp_register_clocks_one() 624 clk = tegra_bpmp_clk_register(bpmp, info, infos, count); in tegra_bpmp_register_clocks_one() 639 struct tegra_bpmp_clk_info *infos, in tegra_bpmp_register_clocks() argument 651 tegra_bpmp_register_clocks_one(bpmp, infos, i, count); in tegra_bpmp_register_clocks()
|
| /linux/tools/perf/util/ |
| H A D | env.c | 48 p = &env->bpf_progs.infos.rb_node; in __perf_env__insert_bpf_prog_info() 64 rb_insert_color(&info_node->rb_node, &env->bpf_progs.infos); in __perf_env__insert_bpf_prog_info() 76 n = env->bpf_progs.infos.rb_node; in perf_env__find_bpf_prog_info() 102 first = rb_first(&env->bpf_progs.infos); in perf_env__iterate_bpf_prog_info() 175 /* purge data in bpf_progs.infos tree */ in perf_env__purge_bpf() 183 root = &env->bpf_progs.infos; in perf_env__purge_bpf() 307 env->bpf_progs.infos = RB_ROOT; in perf_env__init()
|
| H A D | env.h | 132 struct rb_root infos; member
|
| H A D | header.c | 1131 root = &env->bpf_progs.infos; in cpu_cache_level__cmp() 2099 root = &env->bpf_progs.infos; in read_event_desc()
|
| /linux/Documentation/ABI/testing/ |
| H A D | debugfs-ideapad | 17 status shows infos we can read and tells its meaning and value.
|
| /linux/drivers/md/bcache/ |
| H A D | writeback.h | 46 struct dirty_init_thrd_info infos[BCH_DIRTY_INIT_THRD_MAX]; member
|
| H A D | btree.c | 2091 check_state.infos[i].result = 0; in bch_btree_check() 2092 check_state.infos[i].state = &check_state; in bch_btree_check() 2094 check_state.infos[i].thread = in bch_btree_check() 2096 &check_state.infos[i], in bch_btree_check() 2098 if (IS_ERR(check_state.infos[i].thread)) { in bch_btree_check() 2101 kthread_stop(check_state.infos[i].thread); in bch_btree_check() 2114 if (check_state.infos[i].result) { in bch_btree_check() 2115 ret = check_state.infos[i].result; in bch_btree_check()
|
| H A D | btree.h | 238 struct btree_check_info infos[BCH_BTR_CHKTHREAD_MAX]; member
|
| /linux/Documentation/arch/arm/ |
| H A D | marvell.rst | 127 …- Product infos: https://web.archive.org/web/20141002083258/http://www.marvell.com/embedded-proc… 143 …- Product infos: https://web.archive.org/web/20150101215721/http://www.marvell.com/embedded-proc… 157 …- Product infos: https://web.archive.org/web/20140108032402/http://www.marvell.com/embedded-proces… 172 …- Product infos: https://web.archive.org/web/20181006144616/http://www.marvell.com/embedded-proc… 185 …- Product infos: https://web.archive.org/web/20181020222559/http://www.marvell.com/embedded-proces… 300 Product infos:
|
| /linux/drivers/net/ethernet/via/ |
| H A D | via-velocity.c | 1667 vptr->tx.infos[j] = kzalloc_objs(struct velocity_td_info, in velocity_init_td_ring() 1669 if (!vptr->tx.infos[j]) { in velocity_init_td_ring() 1671 kfree(vptr->tx.infos[j]); in velocity_init_td_ring() 1760 struct velocity_td_info *td_info = &(vptr->tx.infos[q][n]); in velocity_free_td_ring_entry() 1791 if (vptr->tx.infos[j] == NULL) in velocity_free_td_ring() 1796 kfree(vptr->tx.infos[j]); in velocity_free_td_ring() 1797 vptr->tx.infos[j] = NULL; in velocity_free_td_ring() 1924 tdinfo = &(vptr->tx.infos[qnum][idx]); in velocity_tx_srv() 2562 tdinfo = &(vptr->tx.infos[qnum][index]); in velocity_xmit()
|
| H A D | via-velocity.h | 1404 struct velocity_td_info *infos[TX_QUEUE_NO]; member
|
| /linux/Documentation/admin-guide/laptops/ |
| H A D | asus-laptop.rst | 69 /sys/devices/platform/asus-laptop/infos entry. If you have a question or a 263 - a copy of /sys/devices/platform/asus-laptop/infos
|
| /linux/Documentation/arch/arm/sa1100/ |
| H A D | assabet.rst | 59 Look for redboot-assabet*.tgz. Some installation infos are provided in 132 http://www.linux-mtd.infradead.org/. A JFFS howto with some infos about
|
| /linux/arch/arm/boot/dts/allwinner/ |
| H A D | sun5i-r8-chip.dts | 204 * since there's no way currently to pass DT infos to an SDIO device,
|
| /linux/Documentation/admin-guide/kdump/ |
| H A D | gdbmacros.txt | 306 set var $info = &prb->desc_ring.infos[$id % $desc_count]
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-top.txt | 243 This is a shortcut for --branch-filter any. See --branch-filter for more infos.
|
| H A D | perf-record.txt | 435 This is a shortcut for --branch-filter any. See --branch-filter for more infos.
|
| /linux/drivers/net/wireless/realtek/rtw89/ |
| H A D | fw.h | 3837 } infos[RTW89_MAC_MRC_MAX_REQ_TSF_NUM]; member 3842 u8 infos[] __counted_by(req_tsf_num); 4244 struct rtw89_c2h_mrc_tsf_rpt_info infos[]; member 4617 } __packed infos[]; member
|
| /linux/drivers/platform/x86/ |
| H A D | asus-laptop.c | 911 static DEVICE_ATTR_RO(infos);
|
| /linux/kernel/printk/ |
| H A D | printk.c | 1001 VMCOREINFO_OFFSET(prb_desc_ring, infos); in log_buf_vmcoreinfo_setup()
|