/linux-4.4.14/include/sound/ |
H A D | rt286.h | 15 bool cbj_en; /*combo jack enable*/
|
H A D | rt298.h | 15 bool cbj_en; /*combo jack enable*/
|
/linux-4.4.14/include/uapi/linux/ |
H A D | tty.h | 34 #define N_TI_WL 22 /* for TI's WL BT, FM, GPS combo chips */
|
/linux-4.4.14/arch/powerpc/include/asm/ |
H A D | pte-hash64-64k.h | 5 #define _PAGE_HPTE_SUB 0x0ffff000 /* combo only: sub pages HPTE bits */ 6 #define _PAGE_HPTE_SUB0 0x08000000 /* combo only: first sub page */ 7 #define _PAGE_COMBO 0x10000000 /* this is a combo 4k page */ 12 * test this, so a multi-bit mask will work. For combo pages, this
|
/linux-4.4.14/drivers/media/pci/ivtv/ |
H A D | ivtv-irq.c | 933 u32 combo; ivtv_irq_handler() local 942 combo = ~itv->irqmask & stat; ivtv_irq_handler() 945 if (combo) write_reg(combo, IVTV_REG_IRQSTATUS); ivtv_irq_handler() 947 if (0 == combo) { ivtv_irq_handler() 971 if (combo & ~0xff6d0400) ivtv_irq_handler() 972 IVTV_DEBUG_HI_IRQ("======= valid IRQ bits: 0x%08x ======\n", combo); ivtv_irq_handler() 974 if (combo & IVTV_IRQ_DEC_DMA_COMPLETE) { ivtv_irq_handler() 978 if (combo & IVTV_IRQ_DMA_READ) { ivtv_irq_handler() 982 if (combo & IVTV_IRQ_ENC_DMA_COMPLETE) { ivtv_irq_handler() 986 if (combo & IVTV_IRQ_ENC_PIO_COMPLETE) { ivtv_irq_handler() 990 if (combo & IVTV_IRQ_DMA_ERR) { ivtv_irq_handler() 994 if (combo & IVTV_IRQ_ENC_START_CAP) { ivtv_irq_handler() 998 if (combo & IVTV_IRQ_ENC_VBI_CAP) { ivtv_irq_handler() 1002 if (combo & IVTV_IRQ_DEC_VBI_RE_INSERT) { ivtv_irq_handler() 1006 if (combo & IVTV_IRQ_ENC_EOS) { ivtv_irq_handler() 1012 if (combo & IVTV_IRQ_DEC_DATA_REQ) { ivtv_irq_handler() 1016 /* Decoder Vertical Sync - We can't rely on 'combo', so check if vsync enabled */ ivtv_irq_handler() 1021 if (combo & IVTV_IRQ_ENC_VIM_RST) { ivtv_irq_handler() 1026 if (combo & IVTV_IRQ_DEC_AUD_MODE_CHG) { ivtv_irq_handler() 1030 if ((combo & IVTV_IRQ_DMA) && !test_bit(IVTV_F_I_DMA, &itv->i_flags)) { ivtv_irq_handler() 1050 if ((combo & IVTV_IRQ_DMA) && !test_bit(IVTV_F_I_PIO, &itv->i_flags)) { ivtv_irq_handler()
|
H A D | ivtv-cards.c | 59 /* using the tda8290+75a combo */
|
H A D | ivtvfb.c | 589 /* Can't seem to find the right API combo for this. ivtvfb_set_var()
|
/linux-4.4.14/arch/cris/include/asm/ |
H A D | processor.h | 28 /* THREAD_SIZE is the size of the thread_info/kernel_stack combo.
|
/linux-4.4.14/tools/arch/ia64/include/asm/ |
H A D | barrier.h | 29 * mb(): wmb()/rmb() combo, i.e., all previous memory
|
/linux-4.4.14/arch/ia64/include/asm/ |
H A D | barrier.h | 27 * mb(): wmb()/rmb() combo, i.e., all previous memory
|
/linux-4.4.14/drivers/video/backlight/ |
H A D | pandora_bl.c | 3 * Pandora uses TWL4030 PWM0 -> TPS61161 combo for control backlight.
|
/linux-4.4.14/arch/x86/include/asm/ |
H A D | mpspec.h | 31 /* Each PCI slot may be a combo card with its own bus. 4 IRQ pins per slot. */
|
/linux-4.4.14/arch/openrisc/include/asm/ |
H A D | thread_info.h | 30 /* THREAD_SIZE is the size of the task_struct/kernel_stack combo.
|
/linux-4.4.14/drivers/mmc/core/ |
H A D | bus.c | 315 type = "SD-combo"; mmc_add_card() 317 type = "SDHC-combo"; mmc_add_card()
|
H A D | sdio.c | 348 * Enable SDIO/combo card's high-speed mode. Return 0/1 if [not]supported.
|
/linux-4.4.14/drivers/hid/ |
H A D | hid-samsung.c | 17 * [0419:0600] Creative Desktop Wireless 6000 keyboard/mouse combo
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/ |
H A D | cfg80211.c | 5759 struct ieee80211_iface_combination *combo = NULL; brcmf_setup_ifmodes() local 5770 combo = kcalloc(n_combos, sizeof(*combo), GFP_KERNEL); brcmf_setup_ifmodes() 5771 if (!combo) brcmf_setup_ifmodes() 5796 combo[c].num_different_channels = 1; brcmf_setup_ifmodes() 5801 combo[c].num_different_channels = 2; brcmf_setup_ifmodes() 5814 combo[c].max_interfaces = i; brcmf_setup_ifmodes() 5815 combo[c].n_limits = i; brcmf_setup_ifmodes() 5816 combo[c].limits = c0_limits; brcmf_setup_ifmodes() 5821 combo[c].num_different_channels = 1; brcmf_setup_ifmodes() 5830 combo[c].max_interfaces = i; brcmf_setup_ifmodes() 5831 combo[c].n_limits = i; brcmf_setup_ifmodes() 5832 combo[c].limits = p2p_limits; brcmf_setup_ifmodes() 5837 combo[c].beacon_int_infra_match = true; brcmf_setup_ifmodes() 5838 combo[c].num_different_channels = 1; brcmf_setup_ifmodes() 5841 combo[c].max_interfaces = 4; brcmf_setup_ifmodes() 5842 combo[c].n_limits = 1; brcmf_setup_ifmodes() 5843 combo[c].limits = mbss_limits; brcmf_setup_ifmodes() 5846 wiphy->iface_combinations = combo; brcmf_setup_ifmodes() 5853 kfree(combo); brcmf_setup_ifmodes() 5887 const struct ieee80211_iface_combination *combo; brcmf_setup_wiphy() local 5902 for (i = 0, combo = wiphy->iface_combinations; brcmf_setup_wiphy() 5903 i < wiphy->n_iface_combinations; i++, combo++) { brcmf_setup_wiphy() 5904 max_interfaces = max(max_interfaces, combo->max_interfaces); brcmf_setup_wiphy()
|
/linux-4.4.14/arch/powerpc/mm/ |
H A D | slice.c | 449 /* If we support combo pages, we can allow 64k pages in 4k slices */ slice_get_unmapped_area() 587 * an address space from real 64K pages to combo 4K pages (typically
|
H A D | hash_low_64.S | 365 * r25 is the index in combo page
|
/linux-4.4.14/drivers/staging/rtl8188eu/include/ |
H A D | rtl8188e_hal.h | 330 /* 2010/11/22 MH Add for slim combo debug mode selective. */
|
/linux-4.4.14/drivers/leds/ |
H A D | leds-pca955x.c | 272 /* Make sure the slave address / chip type combo given is possible */ pca955x_probe()
|
/linux-4.4.14/drivers/macintosh/ |
H A D | windfarm_smu_sensors.c | 271 * SMU Power combo sensor object
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/ |
H A D | rs.h | 228 * Tx Column = a combo of legacy/siso/mimo x antenna x SGI
|
/linux-4.4.14/security/selinux/ |
H A D | xfrm.c | 173 * the given policy, flow combo.
|
/linux-4.4.14/drivers/crypto/nx/ |
H A D | nx.c | 397 "combo: %d/%d (ignored)\n", msc->fc, nx_of_update_msc() 437 "code/key bit len combo" nx_of_update_msc() 449 "len combo: (%u/%u)\n", msc->fc, nx_of_update_msc()
|
/linux-4.4.14/drivers/input/keyboard/ |
H A D | hil_kbd.c | 514 "combo devices are not supported.\n"); hil_dev_connect()
|
/linux-4.4.14/drivers/input/mouse/ |
H A D | synaptics_usb.c | 322 * This is a combo device, we need to set proper synusb_probe()
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/ |
H A D | iwl-config.h | 294 * @internal_wimax_coex: internal wifi/wimax combo device
|
/linux-4.4.14/drivers/pcmcia/ |
H A D | db1xxx_ss.c | 277 printk(KERN_INFO "pcmcia%d bad Vcc/Vpp combo (%d %d)\n", db1x_pcmcia_configure()
|
/linux-4.4.14/drivers/crypto/sunxi-ss/ |
H A D | sun4i-ss-hash.c | 478 /* combo of init/update/final functions */ sun4i_hash_digest()
|
/linux-4.4.14/drivers/acpi/ |
H A D | acpi_pnp.c | 113 {"TCM5094"}, /* 3Com Etherlink III (combo) */
|
/linux-4.4.14/include/linux/mmc/ |
H A D | card.h | 257 #define MMC_TYPE_SD_COMBO 3 /* SD combo (IO+mem) card */
|
/linux-4.4.14/sound/pci/ |
H A D | azt3328.h | 257 * hmm, seems to be a combo of bits:
|
/linux-4.4.14/drivers/video/fbdev/sis/ |
H A D | initdef.h | 239 [7] <= 330: VB connected with DVI combo connector
|
/linux-4.4.14/drivers/media/tuners/ |
H A D | tda8290.c | 4 controls the philips tda8290+75 tuner chip combo.
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
H A D | pptable.h | 66 // Thermal controller 'combo type' to use an external controller for Fan control and an internal controller for thermal.
|
/linux-4.4.14/drivers/net/ethernet/intel/igb/ |
H A D | e1000_nvm.c | 745 /* find combo image version */ igb_get_fw_version()
|
/linux-4.4.14/drivers/gpu/drm/amd/include/ |
H A D | pptable.h | 66 // Thermal controller 'combo type' to use an external controller for Fan control and an internal controller for thermal.
|
/linux-4.4.14/fs/ecryptfs/ |
H A D | ecryptfs_kernel.h | 322 * This struct is to enable a mount-wide passphrase/salt combo. This
|
/linux-4.4.14/kernel/ |
H A D | softirq.c | 616 * tasklet_hrtimer_init - Init a tasklet/hrtimer combo for softirq callbacks
|
/linux-4.4.14/include/linux/ |
H A D | ti_wilink_st.h | 4 * Texas Instruments BT,FM and GPS combo chip drivers
|
/linux-4.4.14/arch/powerpc/platforms/powermac/ |
H A D | pci.c | 865 /* Fixup interrupt for the modem/ethernet combo controller. pmac_pci_irq_fixup() 868 * the ethernet-only board but not the combo ethernet/modem pmac_pci_irq_fixup()
|
H A D | feature.c | 1420 * We must not reset the combo PHYs, only the BCM5221 found in g5_eth_phy_reset() 1972 * chipset. The pangea chipset is the "combo" UniNorth/KeyLargo
|
/linux-4.4.14/drivers/media/pci/cx23885/ |
H A D | cx23885-dvb.c | 1809 /* attach demod + tuner combo */ dvb_register() 1864 /* attach demod + tuner combo */ dvb_register()
|
/linux-4.4.14/drivers/misc/ti-st/ |
H A D | st_kim.c | 869 MODULE_DESCRIPTION("Shared Transport Driver for TI BT/FM/GPS combo chips ");
|
/linux-4.4.14/drivers/net/wireless/libertas/ |
H A D | if_sdio.c | 56 * differently for SD8688 combo chip.
|
/linux-4.4.14/drivers/dma/ |
H A D | qcom_bam_dma.c | 468 /* unmask the specific pipe and EE combo */ bam_chan_init_hw()
|
/linux-4.4.14/fs/logfs/ |
H A D | journal.c | 784 * another logfs_sync_area() super->s_devops->sync() combo before
|
/linux-4.4.14/include/scsi/ |
H A D | scsi_host.h | 158 * combo, then this is where you can perform those allocations. This
|
/linux-4.4.14/sound/soc/codecs/ |
H A D | rt298.c | 1187 /* enable jack combo mode on supported devices */ rt298_i2c_probe()
|
/linux-4.4.14/drivers/usb/storage/ |
H A D | sddr09.c | 1446 * unusual devices list but called from here then LUN 0 of the combo reader
|
/linux-4.4.14/drivers/vhost/ |
H A D | vhost.c | 1609 /* And here's the combo meal deal. Supersize me! */ vhost_add_used_and_signal()
|
/linux-4.4.14/drivers/net/ethernet/3com/ |
H A D | 3c509.c | 398 { .id = "TCM5094" }, /* 3Com Etherlink III (combo) */
|
H A D | typhoon.c | 736 * packet descriptor/option descriptor combo, so I use that for now. typhoon_start_tx()
|
/linux-4.4.14/drivers/ide/ |
H A D | ide-probe.c | 585 * - Some CD/DVD/Writer combo drives tend to drive the bus during
|
H A D | pmac.c | 397 * the BSY bit (typically some combo drives slave on the UDMA
|
/linux-4.4.14/drivers/media/usb/em28xx/ |
H A D | em28xx-dvb.c | 1327 /* attach demod + tuner combo */ em28xx_dvb_init()
|
/linux-4.4.14/drivers/ata/ |
H A D | pata_macio.c | 215 * the BSY bit (typically some combo drives slave on the UDMA
|
/linux-4.4.14/sound/pci/hda/ |
H A D | patch_realtek.c | 4092 WRITE_COEF(0x45, 0xd089), /* combo jack auto switch control(Check type)*/ alc_determine_headset_type() 4093 WRITE_COEF(0x49, 0x0149), /* combo jack auto switch control(Vref alc_determine_headset_type() 5731 {.id = ALC283_FIXUP_SENSE_COMBO_JACK, .name = "alc283-sense-combo"},
|
H A D | hda_intel.c | 1416 /* combo mode uses LPIB only for playback */ assign_position_fix()
|
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/ |
H A D | hash.c | 1981 * combo when it is critical that there is no window in time where the
|
/linux-4.4.14/drivers/net/ethernet/8390/ |
H A D | pcnet_cs.c | 6 cards, the newer D-Link and Linksys combo cards, Accton EN2212
|
/linux-4.4.14/drivers/net/ethernet/smsc/ |
H A D | smc91c92_cs.c | 431 /* The Megahertz combo cards have modem-like CIS entries, so mhz_mfc_config()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/ |
H A D | nouveau_bios.c | 1705 * The DVI/VGA encoder combo that's supposed to represent the apply_dcb_encoder_quirks()
|
/linux-4.4.14/arch/x86/lguest/ |
H A D | boot.c | 683 /* This is the "set and update" combo-meal-deal version. */ lguest_set_pte_at()
|
/linux-4.4.14/drivers/staging/rtl8188eu/os_dep/ |
H A D | ioctl_linux.c | 47 /* combo scan */
|
/linux-4.4.14/drivers/mmc/card/ |
H A D | block.c | 2598 * Don't enable runtime PM for SD-combo cards here. Leave that mmc_blk_probe()
|
/linux-4.4.14/drivers/media/rc/ |
H A D | imon.c | 657 * some versions of the "IR & VFD" combo. The only way to determine if it
|
/linux-4.4.14/drivers/net/ethernet/intel/ |
H A D | e100.c | 1035 /* 80c24 is a "combo card" PHY, right? */ mdio_ctrl_phy_mii_emulated()
|
/linux-4.4.14/include/linux/mfd/ |
H A D | cros_ec_commands.h | 271 /* Keyboard recovery combo has been pressed */
|
/linux-4.4.14/drivers/scsi/lpfc/ |
H A D | lpfc_attr.c | 4917 * -ERANGE off and count combo out of range 4977 * -ERANGE off and count combo out of range
|
/linux-4.4.14/drivers/scsi/qla2xxx/ |
H A D | qla_target.c | 4067 * session that has the same s_id/loop_id combo qlt_find_sess_invalidate_other() 4075 * combo - kill the session, but don't log out qlt_find_sess_invalidate_other()
|
/linux-4.4.14/drivers/staging/wlan-ng/ |
H A D | hfa384x_usb.c | 95 * 'initialized' and 'running' states of the hw/MAC combo. The four
|
/linux-4.4.14/drivers/infiniband/hw/qib/ |
H A D | qib_iba6120.c | 1429 * The exact combo of LEDs if on is true is determined by looking
|
H A D | qib_iba7220.c | 1714 * The exact combo of LEDs if on is true is determined by looking
|
H A D | qib_iba7322.c | 2610 * The exact combo of LEDs if on is true is determined by looking
|
/linux-4.4.14/drivers/pci/ |
H A D | quirks.c | 1884 * These combo devices should be claimed by parport_serial. quirk_netmos()
|
/linux-4.4.14/fs/ceph/ |
H A D | caps.c | 773 dout("__ceph_caps_issued_mask %p combo issued %s" __ceph_caps_issued_mask()
|
/linux-4.4.14/tools/lguest/ |
H A D | lguest.c | 933 /* And here's the combo meal deal. Supersize me! */ add_used_and_trigger()
|
/linux-4.4.14/drivers/net/wireless/rt2x00/ |
H A D | rt2800lib.c | 5531 /* check if this is a Bluetooth combo card */ rt2800_init_bbp_53xx()
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
H A D | i915_reg.h | 3721 /* Encoder test pattern 1 - combo pattern */
|