/linux-4.4.14/arch/arm/mach-mediatek/ |
H A D | platsmp.c | 78 const struct of_device_id *infos; __mtk_smp_prepare_cpus() local 82 infos = mtk_tz_smp_boot_infos; __mtk_smp_prepare_cpus() 85 infos = mtk_smp_boot_infos; __mtk_smp_prepare_cpus() 90 if (of_machine_is_compatible(infos[i].compatible)) { __mtk_smp_prepare_cpus() 91 mtk_smp_info = infos[i].data; __mtk_smp_prepare_cpus()
|
/linux-4.4.14/include/uapi/linux/netfilter/ |
H A D | xt_set.h | 28 /* match and target infos */ 46 /* match and target infos */
|
/linux-4.4.14/block/partitions/ |
H A D | sun.c | 29 } infos[8]; sun_partition() member in struct:sun_disklabel::sun_vtoc 111 if (be16_to_cpu(label->vtoc.infos[i].id) == LINUX_RAID_PARTITION) sun_partition() 113 else if (be16_to_cpu(label->vtoc.infos[i].id) == SUN_WHOLE_DISK) sun_partition()
|
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
H A D | lproc_ptlrpc.c | 485 struct ptlrpc_nrs_pol_info *infos; ptlrpc_lprocfs_nrs_seq_show() local 510 infos = kcalloc(num_pols, sizeof(*infos), GFP_NOFS); ptlrpc_lprocfs_nrs_seq_show() 511 if (infos == NULL) { ptlrpc_lprocfs_nrs_seq_show() 533 memcpy(infos[pol_idx].pi_name, tmp.pi_name, ptlrpc_service_for_each_part() 535 memcpy(&infos[pol_idx].pi_state, &tmp.pi_state, ptlrpc_service_for_each_part() 537 infos[pol_idx].pi_fallback = tmp.pi_fallback; ptlrpc_service_for_each_part() 543 LASSERT(strncmp(infos[pol_idx].pi_name, ptlrpc_service_for_each_part() 552 LASSERT(infos[pol_idx].pi_fallback == ptlrpc_service_for_each_part() 556 infos[pol_idx].pi_req_queued += tmp.pi_req_queued; ptlrpc_service_for_each_part() 557 infos[pol_idx].pi_req_started += tmp.pi_req_started; ptlrpc_service_for_each_part() 603 infos[pol_idx].pi_name, 604 nrs_state2str(infos[pol_idx].pi_state), 605 infos[pol_idx].pi_fallback ? "yes" : "no", 606 (int)infos[pol_idx].pi_req_queued, 607 (int)infos[pol_idx].pi_req_started); 611 memset(infos, 0, num_pols * sizeof(*infos)); 620 kfree(infos);
|
/linux-4.4.14/drivers/net/ethernet/ibm/emac/ |
H A D | core.h | 183 /* PHY infos */ 193 /* GPCS PHY infos */ 202 /* ZMII infos if any */ 207 /* RGMII infos if any */ 212 /* TAH infos if any */ 233 /* Tx and Rx fifo sizes & other infos in bytes */
|
/linux-4.4.14/drivers/staging/rtl8192e/ |
H A D | rtllib_softmac_wx.c | 116 /* We want avoid to give to the user inconsistent infos*/ rtllib_wx_get_wap() 174 /* just to avoid to give inconsistent infos in the rtllib_wx_set_wap() 202 /* We want avoid to give to the user inconsistent infos*/ rtllib_wx_get_essid() 476 * has consistent infos. not needed otherwise rtllib_wx_set_essid()
|
H A D | rtllib.h | 1590 /* This stores infos for the current network.
|
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/ |
H A D | ieee80211_softmac_wx.c | 116 /* We want avoid to give to the user inconsistent infos*/ ieee80211_wx_get_wap() 163 /* just to avoid to give inconsistent infos in the ieee80211_wx_set_wap() 189 /* We want avoid to give to the user inconsistent infos*/ ieee80211_wx_get_essid() 413 * has consisten infos. not needed otherwise ieee80211_wx_set_essid()
|
H A D | ieee80211.h | 1742 /* This stores infos for the current network.
|
/linux-4.4.14/arch/powerpc/include/asm/ |
H A D | pmac_low_i2c.h | 68 /* Get infos about a bus */
|
H A D | pmac_feature.h | 257 * returns some motherboard infos.
|
/linux-4.4.14/firmware/av7110/ |
H A D | Boot.S | 26 check AV711x_3_1.pdf for some hardware infos
|
/linux-4.4.14/drivers/video/fbdev/aty/ |
H A D | radeon_monitor.c | 230 /* Mark panel infos valid */ radeon_get_panel_info_BIOS() 684 * Fill up panel infos from a mode definition, either returned by the EDID 753 * Build the modedb for head 1 (head 2 will come later), check panel infos 774 * Parse EDID detailed timings and deduce panel infos if any. Right now radeon_check_modes() 790 * Do any additional platform/arch fixups to the panel infos radeon_check_modes() 795 * If we have some valid panel infos, we setup the default mode based on radeon_check_modes() 840 * Finally, if we don't have panel infos we need to figure some (or radeon_check_modes() 842 * and create some panel infos. Whatever... radeon_check_modes()
|
H A D | radeon_base.c | 503 /* Locate the flat panel infos, do some sanity checking !!! */ radeon_map_ROM() 536 /* Locate the flat panel infos, do some sanity checking !!! */ radeon_find_mem_vbios() 577 * Read PLL infos from chip registers 715 * Retrieve PLL infos by different means (BIOS, Open Firmware, register probing...) 781 * Retrieve PLL infos from Open Firmware first radeon_get_pllinfo() 784 printk(KERN_INFO "radeonfb: Retrieved PLL infos from Open Firmware\n"); radeon_get_pllinfo() 803 printk(KERN_INFO "radeonfb: Retrieved PLL infos from BIOS\n"); radeon_get_pllinfo() 812 printk(KERN_INFO "radeonfb: Retrieved PLL infos from registers\n"); radeon_get_pllinfo() 819 printk(KERN_INFO "radeonfb: Used default PLL infos\n"); radeon_get_pllinfo() 1567 * divider. I'll find a better fix once I have more infos on the radeon_calc_pll_regs()
|
H A D | radeonfb.h | 135 * PLL infos
|
H A D | radeon_pm.c | 2830 * "Mac" cards, but that's all. We need more infos about what the radeonfb_pm_init() 2860 * It's a bit of a "shortcut" but will work fine. Ideally, we need infos radeonfb_pm_init()
|
/linux-4.4.14/drivers/power/ |
H A D | s3c_adc_battery.c | 79 dev_err(&psy->dev, "%s: no battery infos ?!\n", __func__); s3c_adc_backup_bat_get_property() 152 dev_err(&psy->dev, "no battery infos ?!\n"); s3c_adc_bat_get_property()
|
H A D | generic-adc-battery.c | 155 dev_err(&psy->dev, "no battery infos ?!\n"); gab_get_property()
|
/linux-4.4.14/drivers/regulator/ |
H A D | mc13xxx-regulator-core.c | 14 * Regs infos taken from mc13xxx drivers from freescale and mc13xxx.pdf file
|
/linux-4.4.14/drivers/ipack/carriers/ |
H A D | tpci200.h | 132 * @irq Slot IRQ infos
|
/linux-4.4.14/lib/ |
H A D | nmi_backtrace.c | 61 * (backtrace_flag == 1), don't output double cpu dump infos. nmi_trigger_all_cpu_backtrace()
|
/linux-4.4.14/arch/powerpc/include/uapi/asm/ |
H A D | bootx.h | 90 /* Some infos about the current MacOS display */
|
/linux-4.4.14/drivers/net/wireless/ath/ath5k/ |
H A D | reset.c | 666 * Returns 0 on success, -EIO on hw failure or -EINVAL for false channel infos 973 * based on various infos and per-mode calibration data. 1111 /* TODO: Per channel i/q infos ? */ ath5k_hw_commit_eeprom_settings() 1142 * Returns 0 on success, -EINVAL on false op_mode or channel infos, or -EIO
|
H A D | eeprom.h | 22 #define AR5K_EEPROM_PCIE_OFFSET 0x02 /* Contains offset to PCI-E infos */ 24 * SERDES infos are present */
|
H A D | reg.h | 554 * that are used inside HAL. For more infos check out *_tx_queue functs. 941 * For more infos check out get_gpio/set_gpio and 943 * For more infos on gpio interrupt check out set_gpio_intr. 1063 * For more infos check eeprom_* functs and the ar5k.c 1981 * (for more infos read ANI patent) 1993 * (for more infos read ANI patent) 2003 * (for more infos read ANI patent)
|
H A D | phy.c | 190 * infos. 281 * For more infos i think this patent is related 403 * For more infos check out this patent doc 812 * more infos on this, check out rfbuffer.h 1518 * For more infos on AGC and I/Q calibration check out patent doc
|
H A D | pcu.c | 63 * them on sw above for debugging or research. For more infos check out PCU
|
H A D | rfbuffer.h | 71 * infos used to access certain RF
|
H A D | eeprom.c | 187 * Read antenna infos from eeprom
|
H A D | ath5k.h | 466 * For more infos on antenna control check out phy.c
|
/linux-4.4.14/arch/m68k/ |
H A D | Makefile | 84 # If configured for kgdb support, include debugging infos and keep the
|
/linux-4.4.14/drivers/net/ethernet/via/ |
H A D | via-velocity.c | 1660 vptr->tx.infos[j] = kcalloc(vptr->options.numtx, velocity_init_td_ring() 1663 if (!vptr->tx.infos[j]) { velocity_init_td_ring() 1665 kfree(vptr->tx.infos[j]); velocity_init_td_ring() 1756 struct velocity_td_info *td_info = &(vptr->tx.infos[q][n]); velocity_free_td_ring_entry() 1787 if (vptr->tx.infos[j] == NULL) velocity_free_td_ring() 1792 kfree(vptr->tx.infos[j]); velocity_free_td_ring() 1793 vptr->tx.infos[j] = NULL; velocity_free_td_ring() 1919 tdinfo = &(vptr->tx.infos[qnum][idx]); velocity_tx_srv() 2562 tdinfo = &(vptr->tx.infos[qnum][index]); velocity_xmit()
|
H A D | via-velocity.h | 1458 struct velocity_td_info *infos[TX_QUEUE_NO]; member in struct:velocity_info::tx_info
|
/linux-4.4.14/fs/affs/ |
H A D | affs.h | 95 struct affs_bm_info *s_bitmap; /* Bitmap infos. */
|
/linux-4.4.14/drivers/staging/rtl8188eu/core/ |
H A D | rtw_wlan_util.c | 659 if ((pHT_info->infos[0] & BIT(2)) && pregistrypriv->cbw40_enable) { bwmode_update_check() 662 switch (pHT_info->infos[0] & 0x3) { bwmode_update_check() 930 ht_info_infos_0 = pht_info->infos[0]; rtw_check_bcn_info()
|
H A D | rtw_ioctl_set.c | 608 bw_40MHz = (pmlmeext->cur_bwmode && (HT_INFO_HT_PARAM_REC_TRANS_CHNL_WIDTH & pmlmeinfo->HT_info.infos[0])) ? 1 : 0; rtw_get_cur_max_rate()
|
H A D | rtw_mlme.c | 413 /* bss info not receiving from the right channel, use the original RX signal infos */ update_network() 2060 (pmlmeinfo->HT_info.infos[0] & BIT(2))) { rtw_update_ht_cap() 2075 switch ((pmlmeinfo->HT_info.infos[0] & 0x3)) { rtw_update_ht_cap() 2094 pmlmeinfo->HT_protection = pmlmeinfo->HT_info.infos[1] & 0x3; rtw_update_ht_cap()
|
H A D | rtw_ap.c | 812 if ((pregpriv->cbw40_enable) && (pht_info->infos[0] & BIT(2))) { start_bss_network() 815 switch (pht_info->infos[0] & 0x3) { start_bss_network()
|
H A D | rtw_ieee80211.c | 1276 pnetwork->BcnInfo.ht_info_infos_0 = pht_info->infos[0]; rtw_get_bcn_info()
|
H A D | rtw_mlme_ext.c | 5135 if ((pregpriv->cbw40_enable) && (pht_info->infos[0] & BIT(2))) { join_cmd_hdl() 5138 switch (pht_info->infos[0] & 0x3) { join_cmd_hdl()
|
/linux-4.4.14/drivers/macintosh/ |
H A D | therm_adt746x.c | 212 printk(KERN_INFO "adt746x: Temperature infos:" display_stats()
|
H A D | windfarm_fcu_controls.c | 291 /* Try to fetch pumps min/max infos from eeprom */ wf_fcu_get_pump_minmax()
|
H A D | adb.c | 13 * - /sys/bus/adb to list the devices and infos
|
H A D | smu.c | 952 DPRINTK("SMU: Query partition infos ... (irq=%d)\n", smu->db_irq); smu_create_sdb_partition()
|
/linux-4.4.14/drivers/char/tpm/ |
H A D | tpm_infineon.c | 531 /* Finally, we're done, print some infos */ tpm_inf_pnp_probe()
|
/linux-4.4.14/include/linux/ |
H A D | isdnif.h | 365 * Structure for exchanging above infos
|
H A D | isdn.h | 199 int chargeint; /* Interval between charge-infos */
|
/linux-4.4.14/drivers/net/ethernet/amd/ |
H A D | atarilance.c | 69 * 2 = debug, print debug infos 70 * 3 = debug, print even more debug infos (packet data)
|
H A D | sun3lance.c | 63 * 2 = debug, print debug infos 64 * 3 = debug, print even more debug infos (packet data)
|
/linux-4.4.14/drivers/net/ethernet/xircom/ |
H A D | xirc2ps_cs.c | 849 /* Setup the CCRs; there are no infos in the CIS about the Ethernet xirc2ps_config() 912 /* give some infos about the hardware */ xirc2ps_config() 1052 rhsa += 3; /* skip control infos */ xirc2ps_interrupt()
|
/linux-4.4.14/drivers/staging/rtl8188eu/include/ |
H A D | wifi.h | 562 unsigned char infos[5]; member in struct:HT_info_element
|
/linux-4.4.14/drivers/media/radio/si470x/ |
H A D | radio-si470x-usb.c | 343 * si470x_get_scratch_versions - gets the scratch page and version infos
|
/linux-4.4.14/arch/powerpc/kernel/ |
H A D | vdso.c | 124 * Some infos carried around for each of them during parsing at
|
H A D | rtas.c | 1132 /* Get RTAS dev node and fill up our "rtas" structure with infos rtas_initialize()
|
H A D | prom_init.c | 2879 * Fill in some infos for use by the kernel later on prom_init()
|
/linux-4.4.14/sound/pci/pcxhr/ |
H A D | pcxhr_mix22.c | 630 /* set the source infos (max 3 bits modified) */ hr222_set_audio_source()
|
/linux-4.4.14/drivers/net/can/usb/ |
H A D | kvaser_usb.c | 2020 "Cannot get software infos, error %d\n", err); kvaser_usb_probe() 2034 "Cannot get card infos, error %d\n", err); kvaser_usb_probe()
|
/linux-4.4.14/arch/cris/arch-v10/kernel/ |
H A D | kgdb.c | 32 * built with different gcc flags: "-g" is added to get debug infos, and 46 * This file will be used by gdb to get symbol and debugging infos about the
|
/linux-4.4.14/arch/cris/arch-v32/kernel/ |
H A D | kgdb.c | 29 * built with different gcc flags: "-g" is added to get debug infos, and 43 * This file will be used by gdb to get symbol and debugging infos about the
|
/linux-4.4.14/drivers/staging/rdma/ehca/ |
H A D | ehca_reqs.c | 764 /* dump cqe for other infos */ ehca_poll_cq_one()
|
/linux-4.4.14/drivers/video/fbdev/omap2/dss/ |
H A D | apply.c | 228 /* collect the infos to be tested into the array */ dss_check_settings_low()
|
/linux-4.4.14/drivers/md/ |
H A D | dm-era-target.c | 534 * Assumes block_size and the infos are set.
|
/linux-4.4.14/drivers/media/common/saa7146/ |
H A D | saa7146_hlp.c | 417 /* fill up cliptable with the display infos */ calculate_clipping_registers_rect()
|
/linux-4.4.14/drivers/mtd/nand/ |
H A D | sunxi_nand.c | 211 * sunxi HW ECC infos: stores information related to HW ECC support
|
/linux-4.4.14/drivers/gpu/vga/ |
H A D | vgaarb.c | 884 /* Fill the buffer with infos */ vga_arb_read()
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/ |
H A D | ampdu.c | 123 * fifo_tb: table of fifo infos
|
/linux-4.4.14/arch/x86/kernel/cpu/ |
H A D | perf_event_intel_ds.c | 163 * Nehalem models do not support TLB, Lock infos load_latency_data()
|
/linux-4.4.14/net/batman-adv/ |
H A D | originator.c | 1048 * batadv_orig_hardif_seq_print_text - writes originator infos for a specific
|
/linux-4.4.14/net/bridge/ |
H A D | br_netlink.c | 36 /* Count number of vlan infos */ __get_num_vlan_infos()
|
/linux-4.4.14/sound/aoa/soundbus/i2sbus/ |
H A D | pcm.c | 908 /* If you want to fix this, you need to keep track of what transport infos i2sbus_attach_codec()
|
/linux-4.4.14/include/scsi/ |
H A D | scsi_host.h | 300 * Can be used to export driver statistics and other infos to the
|
/linux-4.4.14/drivers/staging/wilc1000/ |
H A D | wilc_wlan.c | 379 if (Total_Length == (IHL + Data_offset)) { /*we want to recognize the clear Acks(packet only carry Ack infos not with data) so data size must be equal zero*/ tcp_process()
|
/linux-4.4.14/drivers/ide/ |
H A D | pmac.c | 128 /* 100Mhz cell, found in Uninorth 2. I don't have much infos about
|
/linux-4.4.14/drivers/net/fddi/skfp/h/ |
H A D | supern_2.h | 930 #define PL_PC5 (5<<7) /* SIGNAL - PCM trans/rec. bit infos*/
|
/linux-4.4.14/fs/nilfs2/ |
H A D | ioctl.c | 313 * @nmembs: number of checkpoints in array (numbers and infos)
|
/linux-4.4.14/arch/powerpc/platforms/powermac/ |
H A D | pci.c | 509 DBG("Can't find PCI infos for PCI<->PCI bridge\n"); init_p2pbridge()
|
/linux-4.4.14/drivers/staging/rtl8723au/core/ |
H A D | rtw_mlme.c | 394 the original RX signal infos */ update_network23a()
|
/linux-4.4.14/drivers/scsi/sym53c8xx_2/ |
H A D | sym_glue.c | 1293 * Copy some useful infos to the HCB. sym_attach()
|
/linux-4.4.14/drivers/net/irda/ |
H A D | nsc-ircc.c | 888 /* Read infos about SP2 ; store in info struct */ nsc_ircc_probe_39x()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/ |
H A D | bcmsysport.c | 1037 /* Insert TSB and checksum infos */ bcm_sysport_xmit()
|
/linux-4.4.14/drivers/platform/x86/ |
H A D | asus-laptop.c | 931 static DEVICE_ATTR_RO(infos);
|
/linux-4.4.14/drivers/block/ |
H A D | amiflop.c | 78 #undef DEBUG /* print _LOTS_ of infos */
|
/linux-4.4.14/fs/btrfs/ |
H A D | qgroup.c | 331 * pass 1: read status, all qgroup infos and limits btrfs_read_qgroup_config()
|
H A D | ioctl.c | 4222 /* we generally have at most 6 or so space infos, one for each raid btrfs_ioctl_space_info()
|
H A D | send.c | 105 * infos of the currently processed inode. In case of deleted inodes,
|
H A D | volumes.c | 2364 * infos
|
H A D | extent-tree.c | 763 * on all the space infos.
|
/linux-4.4.14/net/irda/irnet/ |
H A D | irnet_irda.c | 1846 /* Add a /proc file for irnet infos */ irda_irnet_init()
|
/linux-4.4.14/drivers/usb/serial/ |
H A D | ftdi_sio.c | 1383 * divider also moved like for the chips above. Any infos? */ change_speed()
|
/linux-4.4.14/drivers/isdn/i4l/ |
H A D | isdn_net.c | 529 * charge-infos and set timestamp for last info for isdn_net_stat_callback()
|
/linux-4.4.14/arch/powerpc/xmon/ |
H A D | xmon.c | 2915 /* Gather some infos about the MMU */ dump_tlb_book3e()
|
/linux-4.4.14/sound/pci/ |
H A D | cmipci.c | 1476 * h/w infos
|
/linux-4.4.14/drivers/media/pci/bt8xx/ |
H A D | bttv-cards.c | 3367 /* pick up some config infos from the eeprom */ bttv_init_card2()
|
/linux-4.4.14/drivers/isdn/hardware/eicon/ |
H A D | message.c | 1674 a->Info_Mask[appl->Id - 1] |= 0x10; /* call progression infos */ listen_req()
|