| /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/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/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/rust/kernel/ |
| H A D | device_id.rs | 90 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 D | clk-bpmp.c | 594 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/tools/perf/util/ |
| H A D | env.c | 46 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() 173 /* purge data in bpf_progs.infos tree */ 181 root = &env->bpf_progs.infos; in perf_env__purge_bpf() 303 env->bpf_progs.infos = RB_ROOT; in perf_env__init()
|
| H A D | env.h | 133 struct rb_root infos; 132 struct rb_root infos; global() member
|
| /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/drivers/staging/media/atomisp/pci/ |
| H A D | atomisp_cmd.c | 392 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 …]
|
| H A D | sh_css.c | 2033 unsigned int infos = 0; in ia_css_irq_translate() local 2052 infos |= IA_CSS_IRQ_INFO_EVENTS_READY; in ia_css_irq_translate() 2057 infos |= IA_CSS_IRQ_INFO_CSS_RECEIVER_SOF; in ia_css_irq_translate() 2060 infos |= IA_CSS_IRQ_INFO_CSS_RECEIVER_EOF; in ia_css_irq_translate() 2063 infos |= IA_CSS_IRQ_INFO_INPUT_SYSTEM_ERROR; in ia_css_irq_translate() 2067 infos |= IA_CSS_IRQ_INFO_IF_ERROR; in ia_css_irq_translate() 2070 infos |= IA_CSS_IRQ_INFO_DMA_ERROR; in ia_css_irq_translate() 2073 infos |= sh_css_get_sw_interrupt_value(0); in ia_css_irq_translate() 2076 infos |= sh_css_get_sw_interrupt_value(1); in ia_css_irq_translate() 2085 *irq_infos = infos; in ia_css_irq_translate() [all …]
|
| /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/drivers/staging/rtl8723bs/include/ |
| H A D | wifi.h | 358 unsigned char infos[5]; member
|
| /linux/drivers/staging/rtl8723bs/core/ |
| H A D | rtw_mlme.c | 2303 if (pht_info->infos[0] & BIT(2)) { in rtw_restructure_ht_ie() 2304 switch (pht_info->infos[0] & 0x3) { in rtw_restructure_ht_ie() 2433 BIT(1)) && (pmlmeinfo->HT_info.infos[0] & BIT(2))) { in rtw_update_ht_cap() 2445 switch ((pmlmeinfo->HT_info.infos[0] & 0x3)) { in rtw_update_ht_cap() 2470 pmlmeinfo->HT_protection = pmlmeinfo->HT_info.infos[1] & 0x3; in rtw_update_ht_cap()
|
| H A D | rtw_ieee80211.c | 1086 pnetwork->bcn_info.ht_info_infos_0 = pht_info->infos[0]; in rtw_get_bcn_info()
|
| /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.
|