/linux-4.4.14/arch/arm/mach-mediatek/ |
D | platsmp.c | 78 const struct of_device_id *infos; in __mtk_smp_prepare_cpus() local 82 infos = mtk_tz_smp_boot_infos; in __mtk_smp_prepare_cpus() 85 infos = mtk_smp_boot_infos; in __mtk_smp_prepare_cpus() 90 if (of_machine_is_compatible(infos[i].compatible)) { in __mtk_smp_prepare_cpus() 91 mtk_smp_info = infos[i].data; in __mtk_smp_prepare_cpus()
|
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | lproc_ptlrpc.c | 485 struct ptlrpc_nrs_pol_info *infos; in ptlrpc_lprocfs_nrs_seq_show() local 510 infos = kcalloc(num_pols, sizeof(*infos), GFP_NOFS); in ptlrpc_lprocfs_nrs_seq_show() 511 if (infos == NULL) { in ptlrpc_lprocfs_nrs_seq_show() 533 memcpy(infos[pol_idx].pi_name, tmp.pi_name, in ptlrpc_lprocfs_nrs_seq_show() 535 memcpy(&infos[pol_idx].pi_state, &tmp.pi_state, in ptlrpc_lprocfs_nrs_seq_show() 537 infos[pol_idx].pi_fallback = tmp.pi_fallback; in ptlrpc_lprocfs_nrs_seq_show() 543 LASSERT(strncmp(infos[pol_idx].pi_name, in ptlrpc_lprocfs_nrs_seq_show() 552 LASSERT(infos[pol_idx].pi_fallback == in ptlrpc_lprocfs_nrs_seq_show() 556 infos[pol_idx].pi_req_queued += tmp.pi_req_queued; in ptlrpc_lprocfs_nrs_seq_show() 557 infos[pol_idx].pi_req_started += tmp.pi_req_started; in ptlrpc_lprocfs_nrs_seq_show() [all …]
|
/linux-4.4.14/block/partitions/ |
D | sun.c | 29 } infos[8]; in sun_partition() member 111 if (be16_to_cpu(label->vtoc.infos[i].id) == LINUX_RAID_PARTITION) in sun_partition() 113 else if (be16_to_cpu(label->vtoc.infos[i].id) == SUN_WHOLE_DISK) in sun_partition()
|
/linux-4.4.14/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-4.4.14/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-4.4.14/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() 1756 struct velocity_td_info *td_info = &(vptr->tx.infos[q][n]); in velocity_free_td_ring_entry() 1787 if (vptr->tx.infos[j] == NULL) in velocity_free_td_ring() 1792 kfree(vptr->tx.infos[j]); in velocity_free_td_ring() 1793 vptr->tx.infos[j] = NULL; in velocity_free_td_ring() 1919 tdinfo = &(vptr->tx.infos[qnum][idx]); in velocity_tx_srv() 2562 tdinfo = &(vptr->tx.infos[qnum][index]); in velocity_xmit()
|
D | via-velocity.h | 1458 struct velocity_td_info *infos[TX_QUEUE_NO]; member
|
/linux-4.4.14/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-4.4.14/Documentation/cdrom/ |
D | packet-writing.txt | 118 To read pktcdvd device infos in human readable form, do:
|
/linux-4.4.14/drivers/staging/rtl8188eu/core/ |
D | rtw_wlan_util.c | 659 if ((pHT_info->infos[0] & BIT(2)) && pregistrypriv->cbw40_enable) { in bwmode_update_check() 662 switch (pHT_info->infos[0] & 0x3) { in bwmode_update_check() 930 ht_info_infos_0 = pht_info->infos[0]; in rtw_check_bcn_info()
|
D | rtw_ioctl_set.c | 608 …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 | 2060 (pmlmeinfo->HT_info.infos[0] & BIT(2))) { in rtw_update_ht_cap() 2075 switch ((pmlmeinfo->HT_info.infos[0] & 0x3)) { in rtw_update_ht_cap() 2094 pmlmeinfo->HT_protection = pmlmeinfo->HT_info.infos[1] & 0x3; in rtw_update_ht_cap()
|
D | rtw_ap.c | 812 if ((pregpriv->cbw40_enable) && (pht_info->infos[0] & BIT(2))) { in start_bss_network() 815 switch (pht_info->infos[0] & 0x3) { in start_bss_network()
|
D | rtw_ieee80211.c | 1276 pnetwork->BcnInfo.ht_info_infos_0 = pht_info->infos[0]; in rtw_get_bcn_info()
|
D | rtw_mlme_ext.c | 5135 if ((pregpriv->cbw40_enable) && (pht_info->infos[0] & BIT(2))) { in join_cmd_hdl() 5138 switch (pht_info->infos[0] & 0x3) { in join_cmd_hdl()
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-top.txt | 215 This is a shortcut for --branch-filter any. See --branch-filter for more infos.
|
D | perf-record.txt | 230 This is a shortcut for --branch-filter any. See --branch-filter for more infos.
|
/linux-4.4.14/drivers/staging/rtl8188eu/include/ |
D | wifi.h | 562 unsigned char infos[5]; member
|
/linux-4.4.14/Documentation/arm/Marvell/ |
D | README | 102 Product infos: http://www.marvell.com/embedded-processors/armada-39x/
|
/linux-4.4.14/drivers/platform/x86/ |
D | asus-laptop.c | 931 static DEVICE_ATTR_RO(infos);
|
/linux-4.4.14/Documentation/isdn/ |
D | INTERFACE | 707 With this call, the HL-driver delivers protocol specific infos to the LL.
|