Home
last modified time | relevance | path

Searched refs:infos (Results 1 – 25 of 38) sorted by relevance

12

/linux/arch/arm/mach-mediatek/
H A Dplatsmp.c88 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/drivers/md/dm-vdo/
H A Derrors.c75 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 Derrors.h70 int last_reserved_error, const struct error_info *infos,
H A Dblock-map.c160 return &cache->pages[(info - cache->infos) * VDO_BLOCK_SIZE]; in get_page_buffer()
186 for (info = cache->infos; info < cache->infos + cache->page_count; info++) { in initialize_info()
225 &cache->infos); in allocate_cache_components()
589 for (info = cache->infos; info < cache->infos + cache->page_count; info++) { in set_persistent_error()
1350 for (info = cache->infos; info < cache->infos + cache->page_count; info++) { in vdo_invalidate_page_cache()
2857 if (cache->infos != NULL) { in uninitialize_block_map_zone()
2860 for (info = cache->infos; info < cache->infos + cache->page_count; info++) in uninitialize_block_map_zone()
2865 vdo_free(vdo_forget(cache->infos)); in uninitialize_block_map_zone()
H A Dblock-map.h60 struct page_info *infos; member
/linux/arch/arm64/kernel/
H A Dcacheinfo.c104 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/block/partitions/
H A Dsun.c37 } infos[8]; in sun_partition() member
116 if (be16_to_cpu(label->vtoc.infos[i].id) == LINUX_RAID_PARTITION) in sun_partition()
118 else if (be16_to_cpu(label->vtoc.infos[i].id) == SUN_WHOLE_DISK) in sun_partition()
/linux/rust/kernel/
H A Ddevice_id.rs90 let mut infos = [const { MaybeUninit::uninit() }; N]; localVariable
111 infos[i] = MaybeUninit::new(unsafe { core::ptr::read(&ids[i].1) });
127 id_infos: unsafe { core::mem::transmute_copy(&infos) },
/linux/drivers/clk/tegra/
H A Dclk-bpmp.c594 struct tegra_bpmp_clk_info *infos, in tegra_bpmp_register_clocks_one() argument
607 info = &infos[i]; in tegra_bpmp_register_clocks_one()
610 unsigned int p_i = tegra_bpmp_clk_id_to_index(infos, count, in tegra_bpmp_register_clocks_one()
613 tegra_bpmp_register_clocks_one(bpmp, infos, p_i, count); in tegra_bpmp_register_clocks_one()
616 clk = tegra_bpmp_clk_register(bpmp, info, infos, count); in tegra_bpmp_register_clocks_one()
631 struct tegra_bpmp_clk_info *infos, in tegra_bpmp_register_clocks() argument
643 tegra_bpmp_register_clocks_one(bpmp, infos, i, count); in tegra_bpmp_register_clocks()
/linux/kernel/printk/
H A Dprintk_ringbuffer.h83 struct printk_info *infos;
281 .infos = &_##name##_infos[0], \
337 struct printk_info *infos);
78 struct printk_info *infos; global() member
H A Dprintk_ringbuffer.c371 return &desc_ring->infos[DESC_INDEX(desc_ring, n)]; in to_info()
2368 struct printk_info *infos) in prb_init() argument
2371 memset(infos, 0, _DESCS_COUNT(descbits) * sizeof(infos[0])); in prb_init()
2375 rb->desc_ring.infos = infos; in prb_init()
2391 infos[0].seq = -(u64)_DESCS_COUNT(descbits); in prb_init()
2392 infos[_DESCS_COUNT(descbits) - 1].seq = 0; in prb_init()
/linux/tools/perf/util/
H A Denv.c46 p = &env->bpf_progs.infos.rb_node; in __perf_env__insert_bpf_prog_info()
62 rb_insert_color(&info_node->rb_node, &env->bpf_progs.infos); in __perf_env__insert_bpf_prog_info()
74 n = env->bpf_progs.infos.rb_node; in perf_env__find_bpf_prog_info()
100 first = rb_first(&env->bpf_progs.infos); in perf_env__iterate_bpf_prog_info()
181 root = &env->bpf_progs.infos; in perf_env__purge_bpf()
303 env->bpf_progs.infos = RB_ROOT; in perf_env__init()
H A Denv.h132 struct rb_root infos; member
/linux/Documentation/ABI/testing/
H A Ddebugfs-ideapad17 status shows infos we can read and tells its meaning and value.
/linux/drivers/md/bcache/
H A Dwriteback.h46 struct dirty_init_thrd_info infos[BCH_DIRTY_INIT_THRD_MAX]; member
H A Dbtree.c2091 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 Dbtree.h238 struct btree_check_info infos[BCH_BTR_CHKTHREAD_MAX]; member
/linux/Documentation/arch/arm/
H A Dmarvell.rst127 …- 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 Dvia-velocity.c1667 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()
/linux/drivers/staging/media/atomisp/pci/
H A Datomisp_cmd.c392 u32 infos = 0; in print_csi_rx_errors() local
394 atomisp_css_rx_get_irq_info(port, &infos); in print_csi_rx_errors()
397 if (infos & IA_CSS_RX_IRQ_INFO_BUFFER_OVERRUN) in print_csi_rx_errors()
399 if (infos & IA_CSS_RX_IRQ_INFO_ERR_SOT) in print_csi_rx_errors()
401 if (infos & IA_CSS_RX_IRQ_INFO_ERR_SOT_SYNC) in print_csi_rx_errors()
403 if (infos & IA_CSS_RX_IRQ_INFO_ERR_CONTROL) in print_csi_rx_errors()
405 if (infos & IA_CSS_RX_IRQ_INFO_ERR_ECC_DOUBLE) in print_csi_rx_errors()
407 if (infos & IA_CSS_RX_IRQ_INFO_ERR_CRC) in print_csi_rx_errors()
409 if (infos & IA_CSS_RX_IRQ_INFO_ERR_UNKNOWN_ID) in print_csi_rx_errors()
411 if (infos & IA_CSS_RX_IRQ_INFO_ERR_FRAME_SYNC) in print_csi_rx_errors()
[all …]
/linux/Documentation/admin-guide/laptops/
H A Dasus-laptop.rst69 /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 Dassabet.rst59 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/drivers/staging/rtl8723bs/include/
H A Dwifi.h358 unsigned char infos[5]; member
/linux/drivers/staging/rtl8723bs/core/
H A Drtw_mlme.c2328 if (pht_info->infos[0] & BIT(2)) { in rtw_restructure_ht_ie()
2329 switch (pht_info->infos[0] & 0x3) { in rtw_restructure_ht_ie()
2458 BIT(1)) && (pmlmeinfo->HT_info.infos[0] & BIT(2))) { in rtw_update_ht_cap()
2470 switch ((pmlmeinfo->HT_info.infos[0] & 0x3)) { in rtw_update_ht_cap()
2495 pmlmeinfo->HT_protection = pmlmeinfo->HT_info.infos[1] & 0x3; in rtw_update_ht_cap()
/linux/arch/arm/boot/dts/allwinner/
H A Dsun5i-r8-chip.dts204 * since there's no way currently to pass DT infos to an SDIO device,

12