/Linux-v4.19/arch/arm/mach-mediatek/ |
D | platsmp.c | 89 const struct of_device_id *infos; in __mtk_smp_prepare_cpus() local 93 infos = mtk_tz_smp_boot_infos; in __mtk_smp_prepare_cpus() 96 infos = mtk_smp_boot_infos; in __mtk_smp_prepare_cpus() 101 if (of_machine_is_compatible(infos[i].compatible)) { in __mtk_smp_prepare_cpus() 102 mtk_smp_info = infos[i].data; in __mtk_smp_prepare_cpus()
|
/Linux-v4.19/block/partitions/ |
D | sun.c | 30 } infos[8]; in sun_partition() member 112 if (be16_to_cpu(label->vtoc.infos[i].id) == LINUX_RAID_PARTITION) in sun_partition() 114 else if (be16_to_cpu(label->vtoc.infos[i].id) == SUN_WHOLE_DISK) in sun_partition()
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | debugfs-pktcdvd | 14 info (0444) Lots of driver statistics and infos.
|
D | debugfs-ideapad | 17 status shows infos we can read and tells its meaning and value.
|
/Linux-v4.19/drivers/clk/tegra/ |
D | clk-bpmp.c | 546 struct tegra_bpmp_clk_info *infos, in tegra_bpmp_register_clocks() argument 559 struct tegra_bpmp_clk_info *info = &infos[i]; in tegra_bpmp_register_clocks() 561 clk = tegra_bpmp_clk_register(bpmp, info, infos, count); in tegra_bpmp_register_clocks()
|
/Linux-v4.19/drivers/net/ethernet/via/ |
D | via-velocity.c | 1660 vptr->tx.infos[j] = kcalloc(vptr->options.numtx, in velocity_init_td_ring() 1663 if (!vptr->tx.infos[j]) { in velocity_init_td_ring() 1665 kfree(vptr->tx.infos[j]); in velocity_init_td_ring() 1753 struct velocity_td_info *td_info = &(vptr->tx.infos[q][n]); in velocity_free_td_ring_entry() 1784 if (vptr->tx.infos[j] == NULL) in velocity_free_td_ring() 1789 kfree(vptr->tx.infos[j]); in velocity_free_td_ring() 1790 vptr->tx.infos[j] = NULL; in velocity_free_td_ring() 1916 tdinfo = &(vptr->tx.infos[qnum][idx]); in velocity_tx_srv() 2552 tdinfo = &(vptr->tx.infos[qnum][index]); in velocity_xmit()
|
D | via-velocity.h | 1458 struct velocity_td_info *infos[TX_QUEUE_NO]; member
|
/Linux-v4.19/Documentation/laptops/ |
D | asus-laptop.txt | 65 /sys/devices/platform/asus-laptop/infos entry. If you have a question or a 249 - a copy of /sys/devices/platform/asus-laptop/infos
|
/Linux-v4.19/Documentation/arm/SA1100/ |
D | Assabet | 58 Look for redboot-assabet*.tgz. Some installation infos are provided in 131 http://www.linux-mtd.infradead.org/. A JFFS howto with some infos about
|
/Linux-v4.19/Documentation/arm/Marvell/ |
D | README | 100 Product infos: http://www.marvell.com/embedded-processors/armada-38x/ 107 Product infos: http://www.marvell.com/embedded-processors/armada-39x/ 180 Product infos: http://www.marvell.com/storage/armada-sp/
|
/Linux-v4.19/Documentation/cdrom/ |
D | packet-writing.txt | 118 To read pktcdvd device infos in human readable form, do:
|
/Linux-v4.19/drivers/staging/rtl8188eu/core/ |
D | rtw_wlan_util.c | 635 if ((pHT_info->infos[0] & BIT(2)) && pregistrypriv->cbw40_enable) { in bwmode_update_check() 638 switch (pHT_info->infos[0] & 0x3) { in bwmode_update_check() 901 ht_info_infos_0 = pht_info->infos[0]; in rtw_check_bcn_info()
|
D | rtw_ioctl_set.c | 557 …eext->cur_bwmode && (HT_INFO_HT_PARAM_REC_TRANS_CHNL_WIDTH & pmlmeinfo->HT_info.infos[0])) ? 1 : 0; in rtw_get_cur_max_rate()
|
D | rtw_mlme.c | 1988 (pmlmeinfo->HT_info.infos[0] & BIT(2))) { in rtw_update_ht_cap() 1996 switch ((pmlmeinfo->HT_info.infos[0] & 0x3)) { in rtw_update_ht_cap() 2015 pmlmeinfo->HT_protection = pmlmeinfo->HT_info.infos[1] & 0x3; in rtw_update_ht_cap()
|
D | rtw_ap.c | 685 if ((pregpriv->cbw40_enable) && (pht_info->infos[0] & BIT(2))) { in start_bss_network() 688 switch (pht_info->infos[0] & 0x3) { in start_bss_network()
|
D | rtw_ieee80211.c | 1018 pnetwork->BcnInfo.ht_info_infos_0 = pht_info->infos[0]; in rtw_get_bcn_info()
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | sun5i-r8-chip.dts | 239 * since there's no way currently to pass DT infos to an SDIO device,
|
/Linux-v4.19/drivers/staging/rtl8723bs/core/ |
D | rtw_mlme.c | 2758 if (pht_info->infos[0] & BIT(2)) { in rtw_restructure_ht_ie() 2759 switch (pht_info->infos[0] & 0x3) { in rtw_restructure_ht_ie() 2946 BIT(1)) && (pmlmeinfo->HT_info.infos[0] & BIT(2))) { in rtw_update_ht_cap() 2976 switch ((pmlmeinfo->HT_info.infos[0] & 0x3)) { in rtw_update_ht_cap() 3003 pmlmeinfo->HT_protection = pmlmeinfo->HT_info.infos[1] & 0x3; in rtw_update_ht_cap()
|
D | rtw_wlan_util.c | 1014 if ((pHT_info->infos[0] & BIT(2)) && cbw40_enable) { in bwmode_update_check() 1017 switch (pHT_info->infos[0] & 0x3) { in bwmode_update_check() 1353 ht_info_infos_0 = pht_info->infos[0]; in rtw_check_bcn_info()
|
D | rtw_ap.c | 939 if ((cbw40_enable) && (pht_info->infos[0] & BIT(2))) { in start_bss_network() 944 switch (pht_info->infos[0] & 0x3) { in start_bss_network()
|
D | rtw_ieee80211.c | 1227 pnetwork->BcnInfo.ht_info_infos_0 = pht_info->infos[0]; in rtw_get_bcn_info()
|
/Linux-v4.19/drivers/staging/rtl8188eu/include/ |
D | wifi.h | 488 unsigned char infos[5]; member
|
/Linux-v4.19/drivers/staging/rtl8723bs/include/ |
D | wifi.h | 716 unsigned char infos[5]; member
|
/Linux-v4.19/tools/perf/Documentation/ |
D | perf-top.txt | 221 This is a shortcut for --branch-filter any. See --branch-filter for more infos.
|
/Linux-v4.19/drivers/platform/x86/ |
D | asus-laptop.c | 933 static DEVICE_ATTR_RO(infos);
|