Searched refs:combo (Results 1 - 81 of 81) sorted by relevance

/linux-4.4.14/include/sound/
H A Drt286.h15 bool cbj_en; /*combo jack enable*/
H A Drt298.h15 bool cbj_en; /*combo jack enable*/
/linux-4.4.14/include/uapi/linux/
H A Dtty.h34 #define N_TI_WL 22 /* for TI's WL BT, FM, GPS combo chips */
/linux-4.4.14/arch/powerpc/include/asm/
H A Dpte-hash64-64k.h5 #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 Divtv-irq.c933 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 Divtv-cards.c59 /* using the tda8290+75a combo */
H A Divtvfb.c589 /* Can't seem to find the right API combo for this. ivtvfb_set_var()
/linux-4.4.14/arch/cris/include/asm/
H A Dprocessor.h28 /* THREAD_SIZE is the size of the thread_info/kernel_stack combo.
/linux-4.4.14/tools/arch/ia64/include/asm/
H A Dbarrier.h29 * mb(): wmb()/rmb() combo, i.e., all previous memory
/linux-4.4.14/arch/ia64/include/asm/
H A Dbarrier.h27 * mb(): wmb()/rmb() combo, i.e., all previous memory
/linux-4.4.14/drivers/video/backlight/
H A Dpandora_bl.c3 * Pandora uses TWL4030 PWM0 -> TPS61161 combo for control backlight.
/linux-4.4.14/arch/x86/include/asm/
H A Dmpspec.h31 /* 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 Dthread_info.h30 /* THREAD_SIZE is the size of the task_struct/kernel_stack combo.
/linux-4.4.14/drivers/mmc/core/
H A Dbus.c315 type = "SD-combo"; mmc_add_card()
317 type = "SDHC-combo"; mmc_add_card()
H A Dsdio.c348 * Enable SDIO/combo card's high-speed mode. Return 0/1 if [not]supported.
/linux-4.4.14/drivers/hid/
H A Dhid-samsung.c17 * [0419:0600] Creative Desktop Wireless 6000 keyboard/mouse combo
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/
H A Dcfg80211.c5759 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 Dslice.c449 /* 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 Dhash_low_64.S365 * r25 is the index in combo page
/linux-4.4.14/drivers/staging/rtl8188eu/include/
H A Drtl8188e_hal.h330 /* 2010/11/22 MH Add for slim combo debug mode selective. */
/linux-4.4.14/drivers/leds/
H A Dleds-pca955x.c272 /* Make sure the slave address / chip type combo given is possible */ pca955x_probe()
/linux-4.4.14/drivers/macintosh/
H A Dwindfarm_smu_sensors.c271 * SMU Power combo sensor object
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
H A Drs.h228 * Tx Column = a combo of legacy/siso/mimo x antenna x SGI
/linux-4.4.14/security/selinux/
H A Dxfrm.c173 * the given policy, flow combo.
/linux-4.4.14/drivers/crypto/nx/
H A Dnx.c397 "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 Dhil_kbd.c514 "combo devices are not supported.\n"); hil_dev_connect()
/linux-4.4.14/drivers/input/mouse/
H A Dsynaptics_usb.c322 * This is a combo device, we need to set proper synusb_probe()
/linux-4.4.14/drivers/net/wireless/iwlwifi/
H A Diwl-config.h294 * @internal_wimax_coex: internal wifi/wimax combo device
/linux-4.4.14/drivers/pcmcia/
H A Ddb1xxx_ss.c277 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 Dsun4i-ss-hash.c478 /* combo of init/update/final functions */ sun4i_hash_digest()
/linux-4.4.14/drivers/acpi/
H A Dacpi_pnp.c113 {"TCM5094"}, /* 3Com Etherlink III (combo) */
/linux-4.4.14/include/linux/mmc/
H A Dcard.h257 #define MMC_TYPE_SD_COMBO 3 /* SD combo (IO+mem) card */
/linux-4.4.14/sound/pci/
H A Dazt3328.h257 * hmm, seems to be a combo of bits:
/linux-4.4.14/drivers/video/fbdev/sis/
H A Dinitdef.h239 [7] <= 330: VB connected with DVI combo connector
/linux-4.4.14/drivers/media/tuners/
H A Dtda8290.c4 controls the philips tda8290+75 tuner chip combo.
/linux-4.4.14/drivers/gpu/drm/radeon/
H A Dpptable.h66 // 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 De1000_nvm.c745 /* find combo image version */ igb_get_fw_version()
/linux-4.4.14/drivers/gpu/drm/amd/include/
H A Dpptable.h66 // 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 Decryptfs_kernel.h322 * This struct is to enable a mount-wide passphrase/salt combo. This
/linux-4.4.14/kernel/
H A Dsoftirq.c616 * tasklet_hrtimer_init - Init a tasklet/hrtimer combo for softirq callbacks
/linux-4.4.14/include/linux/
H A Dti_wilink_st.h4 * Texas Instruments BT,FM and GPS combo chip drivers
/linux-4.4.14/arch/powerpc/platforms/powermac/
H A Dpci.c865 /* 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 Dfeature.c1420 * 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 Dcx23885-dvb.c1809 /* attach demod + tuner combo */ dvb_register()
1864 /* attach demod + tuner combo */ dvb_register()
/linux-4.4.14/drivers/misc/ti-st/
H A Dst_kim.c869 MODULE_DESCRIPTION("Shared Transport Driver for TI BT/FM/GPS combo chips ");
/linux-4.4.14/drivers/net/wireless/libertas/
H A Dif_sdio.c56 * differently for SD8688 combo chip.
/linux-4.4.14/drivers/dma/
H A Dqcom_bam_dma.c468 /* unmask the specific pipe and EE combo */ bam_chan_init_hw()
/linux-4.4.14/fs/logfs/
H A Djournal.c784 * another logfs_sync_area() super->s_devops->sync() combo before
/linux-4.4.14/include/scsi/
H A Dscsi_host.h158 * combo, then this is where you can perform those allocations. This
/linux-4.4.14/sound/soc/codecs/
H A Drt298.c1187 /* enable jack combo mode on supported devices */ rt298_i2c_probe()
/linux-4.4.14/drivers/usb/storage/
H A Dsddr09.c1446 * unusual devices list but called from here then LUN 0 of the combo reader
/linux-4.4.14/drivers/vhost/
H A Dvhost.c1609 /* And here's the combo meal deal. Supersize me! */ vhost_add_used_and_signal()
/linux-4.4.14/drivers/net/ethernet/3com/
H A D3c509.c398 { .id = "TCM5094" }, /* 3Com Etherlink III (combo) */
H A Dtyphoon.c736 * packet descriptor/option descriptor combo, so I use that for now. typhoon_start_tx()
/linux-4.4.14/drivers/ide/
H A Dide-probe.c585 * - Some CD/DVD/Writer combo drives tend to drive the bus during
H A Dpmac.c397 * the BSY bit (typically some combo drives slave on the UDMA
/linux-4.4.14/drivers/media/usb/em28xx/
H A Dem28xx-dvb.c1327 /* attach demod + tuner combo */ em28xx_dvb_init()
/linux-4.4.14/drivers/ata/
H A Dpata_macio.c215 * the BSY bit (typically some combo drives slave on the UDMA
/linux-4.4.14/sound/pci/hda/
H A Dpatch_realtek.c4092 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 Dhda_intel.c1416 /* combo mode uses LPIB only for playback */ assign_position_fix()
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/
H A Dhash.c1981 * combo when it is critical that there is no window in time where the
/linux-4.4.14/drivers/net/ethernet/8390/
H A Dpcnet_cs.c6 cards, the newer D-Link and Linksys combo cards, Accton EN2212
/linux-4.4.14/drivers/net/ethernet/smsc/
H A Dsmc91c92_cs.c431 /* The Megahertz combo cards have modem-like CIS entries, so mhz_mfc_config()
/linux-4.4.14/drivers/gpu/drm/nouveau/
H A Dnouveau_bios.c1705 * The DVI/VGA encoder combo that's supposed to represent the apply_dcb_encoder_quirks()
/linux-4.4.14/arch/x86/lguest/
H A Dboot.c683 /* 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 Dioctl_linux.c47 /* combo scan */
/linux-4.4.14/drivers/mmc/card/
H A Dblock.c2598 * Don't enable runtime PM for SD-combo cards here. Leave that mmc_blk_probe()
/linux-4.4.14/drivers/media/rc/
H A Dimon.c657 * some versions of the "IR & VFD" combo. The only way to determine if it
/linux-4.4.14/drivers/net/ethernet/intel/
H A De100.c1035 /* 80c24 is a "combo card" PHY, right? */ mdio_ctrl_phy_mii_emulated()
/linux-4.4.14/include/linux/mfd/
H A Dcros_ec_commands.h271 /* Keyboard recovery combo has been pressed */
/linux-4.4.14/drivers/scsi/lpfc/
H A Dlpfc_attr.c4917 * -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 Dqla_target.c4067 * 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 Dhfa384x_usb.c95 * 'initialized' and 'running' states of the hw/MAC combo. The four
/linux-4.4.14/drivers/infiniband/hw/qib/
H A Dqib_iba6120.c1429 * The exact combo of LEDs if on is true is determined by looking
H A Dqib_iba7220.c1714 * The exact combo of LEDs if on is true is determined by looking
H A Dqib_iba7322.c2610 * The exact combo of LEDs if on is true is determined by looking
/linux-4.4.14/drivers/pci/
H A Dquirks.c1884 * These combo devices should be claimed by parport_serial. quirk_netmos()
/linux-4.4.14/fs/ceph/
H A Dcaps.c773 dout("__ceph_caps_issued_mask %p combo issued %s" __ceph_caps_issued_mask()
/linux-4.4.14/tools/lguest/
H A Dlguest.c933 /* And here's the combo meal deal. Supersize me! */ add_used_and_trigger()
/linux-4.4.14/drivers/net/wireless/rt2x00/
H A Drt2800lib.c5531 /* check if this is a Bluetooth combo card */ rt2800_init_bbp_53xx()
/linux-4.4.14/drivers/gpu/drm/i915/
H A Di915_reg.h3721 /* Encoder test pattern 1 - combo pattern */

Completed in 3481 milliseconds