Searched refs:wired (Results 1 - 200 of 200) sorted by relevance

/linux-4.1.27/include/linux/input/
H A Dcy8ctmg110_pdata.h6 int reset_pin; /* Reset pin is wired to this GPIO (optional) */
7 int irq_pin; /* IRQ pin is wired to this GPIO */
/linux-4.1.27/arch/mips/include/asm/
H A Dtlbmisc.h5 * - add_wired_entry() add a fixed TLB entry, and move wired register
H A Dregdef.h22 #define zero $0 /* wired zero */
65 #define zero $0 /* wired zero */
H A Dfpu_emulator.h17 * defined in processor.h as soon as the absurd wired absolute assembler
H A Dpci.h144 /* Chances are this interrupt is wired PC-style ... */ pci_get_legacy_ide_irq()
H A Djazz.h13 * created on startup via wired entries in the tlb. The Mips
H A Dsni.h165 * INT2 is a wired-or of the push button interrupt, high temperature interrupt
/linux-4.1.27/include/sound/
H A Dwm8960.h21 bool shared_lrclk; /* DAC and ADC LRCLKs are wired together */
H A Datmel-ac97c.h23 * @reset_pin: GPIO pin wired to the reset input on the external AC97 codec,
H A Dwm8962.h55 * This flag should be set if one or both IN4 inputs is wired
/linux-4.1.27/include/linux/
H A Datmel-mci.h11 * @bus_width: Number of data lines wired up the slot
12 * @detect_pin: GPIO pin wired to the card detect switch
13 * @wp_pin: GPIO pin wired to the write protect sensor
H A Ddevice.h674 * are wired. That can include what ports are available, chip
H A Dusb.h498 * used or not. By default, wired USB devices are authorized.
/linux-4.1.27/arch/sh/mm/
H A Dtlb-urb.c39 * Insert this entry into the highest non-wired TLB slot (via tlb_wire_entry()
62 * Unwire the last wired TLB entry.
82 * have been wired. tlb_unwire_entry()
H A Dtlb-sh5.c55 * sh64_get_wired_dtlb_entry - Allocate a wired (locked-in) entry in the DTLB
68 * sh64_put_wired_dtlb_entry - Free a wired (locked-in) entry in the DTLB.
79 * We don't do any particularly useful tracking of wired entries, sh64_put_wired_dtlb_entry()
83 * We could potentially load wired entries into a list and work on sh64_put_wired_dtlb_entry()
110 * sh64_setup_tlb_slot - Load up a translation in a wired slot.
H A Dtlb-debugfs.c91 seq_printf(file, "entry: vpn ppn asid size valid wired\n"); tlb_seq_show()
H A Dtlbflush_32.c132 * wired entries. __flush_tlb_global()
/linux-4.1.27/drivers/staging/iio/adc/
H A Dad7780.h22 * The DOUT/RDY output must also be wired to an interrupt capable GPIO.
H A Dad7192.c135 * The DOUT/RDY output must also be wired to an interrupt capable GPIO.
/linux-4.1.27/arch/mips/include/asm/mach-sibyte/
H A Dcpu-feature-overrides.h12 * Sibyte are MIPS64 processors wired to a specific configuration
/linux-4.1.27/include/linux/platform_data/
H A Dmax3421-hcd.h14 * A value of 0 indicates that the pin is not used/wired to anything.
H A Dpxa2xx_udc.h3 * USB Device Controller (UDC) is wired.
H A Dad7266.h43 * @fixed_addr: Whether the address pins are hard-wired
H A Dmmc-esdhc-imx.h25 ESDHC_CD_PERMANENT, /* no CD, card permanently wired to host */
H A Dpxa_sdhci.h20 /* card always wired to host, like on-chip emmc */
H A Dmmc-sdhci-s3c.h11 S3C_SDHCI_CD_PERMANENT, /* no CD line, card permanently wired to host */
/linux-4.1.27/include/linux/spi/
H A Dat73c213.h9 * at73c213_board_info - how the external DAC is wired to the device.
H A Dds1305.h30 /* REVISIT: the driver currently expects nINT0 to be wired
H A Dspi.h947 * @irq: Initializes spi_device.irq; depends on how the board is wired.
953 * the board is wired.
991 * chip_select reflects how this chip is wired to that master;
/linux-4.1.27/arch/s390/include/asm/
H A Dunistd.h14 /* Ignore NUMA system calls. Not wired up on s390. */
/linux-4.1.27/arch/mips/mm/
H A Dtlb-r4k.c370 unsigned long wired; add_wired_entry()
379 wired = read_c0_wired(); add_wired_entry()
380 write_c0_wired(wired + 1); add_wired_entry()
381 write_c0_index(wired); add_wired_entry()
422 * don't actually want to add a wired entry which remains throughout the
433 unsigned long wired; add_temporary_entry() local
442 wired = read_c0_wired(); add_temporary_entry()
443 if (--temp_tlb_entry < wired) { add_temporary_entry()
522 int wired = current_cpu_data.tlbsize - ntlb; tlb_init() local
523 write_c0_wired(wired); tlb_init()
524 write_c0_index(wired-1); tlb_init()
H A Dtlb-r3k.c230 static unsigned long wired = 0; add_wired_entry() local
259 } else if (wired < 8) { add_wired_entry()
269 write_c0_index(wired); add_wired_entry()
270 wired++; /* BARRIER */ add_wired_entry()
H A Dinit.c138 unsigned int wired; kunmap_coherent() local
143 wired = read_c0_wired() - 1; kunmap_coherent()
144 write_c0_wired(wired); kunmap_coherent()
145 write_c0_index(wired); kunmap_coherent()
146 write_c0_entryhi(UNIQUE_ENTRYHI(wired)); kunmap_coherent()
/linux-4.1.27/include/linux/power/
H A Dmax8903_charger.h42 * DC(Adapter/TA) is wired
50 * USB is wired
/linux-4.1.27/arch/sh/include/asm/
H A Dtlb_64.h24 * for_each_dtlb_entry - Iterate over free (non-wired) DTLB entries
34 * for_each_itlb_entry - Iterate over free (non-wired) ITLB entries
H A Dpci.h120 /* Chances are this interrupt is wired PC-style ... */ pci_get_legacy_ide_irq()
/linux-4.1.27/arch/m68k/include/asm/
H A Dnettel.h30 * NETtel/5307 based hardware first. DTR/DCD lines are wired to
76 * NETtel/5272 based hardware. DTR/DCD lines are wired to GPB lines.
/linux-4.1.27/arch/tile/include/arch/
H A Dtrio_pcie_intfc.h52 * For PCIe, used to flip physical RX lanes that were not properly wired.
54 * during link training. When 0, RX Lane0 must be wired to the link
57 * NOT have to be wired to the link partner.
61 * For PCIe, used to flip physical TX lanes that were not properly wired.
63 * during link training. When 0, TX Lane0 must be wired to the link
66 * NOT have to be wired to the link partner.
/linux-4.1.27/drivers/media/pci/cx88/
H A Dcx88-vp3054-i2c.h4 DNTV Live! DVB-T Pro (VP-3054), wired as:
H A Dcx88-vp3054-i2c.c4 DNTV Live! DVB-T Pro (VP-3054), wired as:
/linux-4.1.27/drivers/sh/intc/
H A Dirqdomain.c56 * Linear domains have a hard-wired assertion that IRQs start at intc_irq_domain_init()
/linux-4.1.27/drivers/power/
H A Dmax8903_charger.c217 dev_err(dev, "When DC is wired, DOK and DCM should" max8903_probe()
218 " be wired as well.\n"); max8903_probe()
239 dev_err(dev, "When USB is wired, UOK should be wired." max8903_probe()
/linux-4.1.27/arch/arm/mach-orion5x/
H A Dboard-mss2.c36 * Check for devices with hard-wired IRQs. mss2_pci_map_irq()
H A Dboard-rd88f5182.c80 * Check for devices with hard-wired IRQs. rd88f5182_pci_map_irq()
H A Dboard-d2net.c36 * The blue front LED is wired to the CPLD and can blink in relation with the
H A Drd88f5181l-fxo-setup.c139 * Check for devices with hard-wired IRQs. rd88f5181l_fxo_pci_map_irq()
H A Drd88f5181l-ge-setup.c148 * Check for devices with hard-wired IRQs. rd88f5181l_ge_pci_map_irq()
H A Dwnr854t-setup.c143 * Check for devices with hard-wired IRQs. wnr854t_pci_map_irq()
H A Drd88f5182-setup.c151 * Check for devices with hard-wired IRQs. rd88f5182_pci_map_irq()
H A Dts409-setup.c129 * Check for devices with hard-wired IRQs. qnap_ts409_pci_map_irq()
H A Dwrt350n-v2-setup.c231 * Check for devices with hard-wired IRQs. wrt350n_v2_pci_map_irq()
H A Ddb88f5281-setup.c245 * Check for devices with hard-wired IRQs. db88f5281_pci_map_irq()
H A Dkurobox_pro-setup.c127 * Check for devices with hard-wired IRQs. kurobox_pro_pci_map_irq()
H A Dterastation_pro2-setup.c107 * Check for devices with hard-wired IRQs. tsp2_pci_map_irq()
H A Dts209-setup.c151 * Check for devices with hard-wired IRQs. qnap_ts209_pci_map_irq()
H A Ddns323-setup.c79 * Check for devices with hard-wired IRQs. dns323_pci_map_irq()
/linux-4.1.27/include/drm/i2c/
H A Dch7006.h33 * Describes how the ch7006 is wired up with the GPU. It should be
/linux-4.1.27/arch/arm/mach-ixp4xx/
H A Dgtwx5715-setup.c39 /* GPIO 5,6,7 and 12 are hard wired to the Kendin KS8995M Switch
48 /* The "reset" button is wired to GPIO 3.
/linux-4.1.27/arch/mips/bcm63xx/
H A Dsetup.c55 /* remove all wired TLB entries */ bcm6348_a1_reboot()
/linux-4.1.27/arch/arm/mach-omap1/
H A Di2c.c83 /* how the cpu bus is wired up differs for 7xx only */ omap_i2c_add_bus()
H A Dboard-osk.c506 * NOTE: The Mistral board has the wakeup button (SW1) wired osk_mistral_init()
/linux-4.1.27/drivers/input/mouse/
H A Datarimouse.c26 * third button wired to one of the joystick directions on joystick 1
H A Dsynaptics.c883 * physically wired to the touchpad. Re-route them through synaptics_report_ext_buttons()
/linux-4.1.27/arch/mips/jazz/
H A Dirq.c75 * this is a hack to get back the still needed wired mapping arch_init_irq()
/linux-4.1.27/drivers/mtd/maps/
H A Dscb2_flash.c92 * wired up - D8-D15 are tossed away. We read linear bytes, scb2_fixup_mtd()
110 * If the chip is bigger than the map, it is wired with the high scb2_fixup_mtd()
/linux-4.1.27/arch/sparc/kernel/
H A Dirq_32.c105 * We keep a map of per-PIL enable interrupts. These get wired
316 * for additional handlers being wired up by irq_link()
/linux-4.1.27/arch/mips/kvm/
H A Dmips.c105 unsigned long wired; kvm_mips_init_tlbs() local
108 * Add a wired entry to the TLB, it is used to map the commpage to kvm_mips_init_tlbs()
111 wired = read_c0_wired(); kvm_mips_init_tlbs()
112 write_c0_wired(wired + 1); kvm_mips_init_tlbs()
114 kvm->arch.commpage_tlb = wired; kvm_mips_init_tlbs()
168 /* Restore wired count */ kvm_mips_uninit_tlbs()
179 /* If this is the last instance, restore wired count */ kvm_arch_destroy_vm()
/linux-4.1.27/drivers/staging/octeon/
H A Dethernet-defines.h32 * in a wired TLB entry for all processes to share. If this is set, the
/linux-4.1.27/arch/mips/netlogic/xlp/
H A Dsetup.c117 /* Calculate and setup wired entries for mapped kernel */ plat_mem_setup()
/linux-4.1.27/arch/mips/pci/
H A Dfixup-cobalt.c34 * The Cobalt board ID information. The boards have an ID number wired
H A Dpci-alchemy.c36 /* tools for wired entry for config space access */
456 * problem in get_vm_area(). Instead we use one wired TLB entry to alchemy_pci_probe()
H A Dpcie-octeon.c847 * the board probably hasn't wired the clocks up and the __cvmx_pcie_rc_initialize_gen1()
1292 * the board probably hasn't wired the clocks up and the __cvmx_pcie_rc_initialize_gen2()
/linux-4.1.27/arch/mips/sgi-ip27/
H A Dip27-irq.c42 * interrupt source is transparently wired to the appropriate
H A Dip27-irq-pci.c42 * interrupt source is transparently wired to the appropriate
/linux-4.1.27/arch/arm/mach-ux500/
H A Dcpu-db8500.c103 * The PMU IRQ lines of two cores are wired together into a single interrupt.
/linux-4.1.27/arch/arm/mach-imx/
H A Dmach-mx31lite.c103 * The MC13783 is the only hard-wired SPI device on the module.
/linux-4.1.27/arch/arc/plat-arcfpga/
H A Dsmp.c85 * A CPU 'x' is wired to Common IRQ 'x'. iss_model_init_smp()
/linux-4.1.27/arch/alpha/kernel/
H A Dsys_cabriolet.c169 * are wired into 3 interrupt summary registers at 0x804, 0x805 and
199 * wired into 3 interrupt summary registers at 0x804, 0x805 and 0x806
/linux-4.1.27/drivers/hwmon/
H A Dvt1211.c806 * Note that the PWM auto points 0 & 3 are hard-wired in the VT1211 and can't
811 * 0 0 : pwm1 off (pwm_auto_pwm[0][0], hard-wired to 0)
814 * 0 3 : pwm1 full speed (pwm_auto_pwm[0][3], hard-wired to 255)
815 * 1 0 : pwm2 off (pwm_auto_pwm[1][0], hard-wired to 0)
818 * 1 3 : pwm2 full speed (pwm_auto_pwm[1][3], hard-wired to 255)
1126 /* Fill in some hard wired values into our data struct */ vt1211_init_device()
H A Dpc87427.c998 if (!(sio_data->has_fanin & (1 << i))) /* Not wired */ pc87427_init_device()
1009 if (!(sio_data->has_fanin & (1 << i))) /* Not wired */ pc87427_init_device()
1020 if (!(sio_data->has_fanout & (1 << i))) /* Not wired */ pc87427_init_device()
1267 /* Check which fan inputs are wired */ pc87427_find()
1290 /* Check which fan outputs are wired */ pc87427_find()
H A Ddme1737.c1227 res = 1; /* pwm[5-6] hard-wired to manual mode */ show_pwm()
1255 res = 255; /* hard-wired */ show_pwm()
/linux-4.1.27/drivers/net/can/sja1000/
H A Dplx_pci.c392 * Also LRESET# asserts and brings to reset device on the Local Bus (if wired).
410 * Assert LRESET# and reset device(s) on the Local Bus (if wired).
/linux-4.1.27/drivers/leds/
H A Dleds-ns2.c36 * The Network Space v2 dual-GPIO LED is wired to a CPLD and can blink in
/linux-4.1.27/drivers/hwtracing/coresight/
H A Dcoresight-etm.h124 #define ETM_HARD_WIRE_RES_A /* Hard wired, always true */ \
/linux-4.1.27/drivers/ide/
H A Damd74xx.c246 * Check for bad SWDMA and incorrectly wired Serenade mainboards. amd74xx_probe()
/linux-4.1.27/drivers/net/wan/
H A Dhostess_sv11.c18 * Port B isn't wired (why - beats me)
/linux-4.1.27/drivers/media/rc/
H A Dfintek-cir.h141 /* Possible alternate values, depends on how the chip is wired */
H A Dir-lirc-codec.c31 * This function returns -EINVAL if the lirc interfaces aren't wired up.
H A Dnuvoton-cir.h321 /* Possible alternate EFER values, depends on how the chip is wired */
H A Dnuvoton-cir.c237 /* Check if we're wired for the alternate EFER setup */ nvt_hw_detect()
H A Dmceusb.c247 .no_tx = 1, /* tx isn't wired up at all */
/linux-4.1.27/drivers/staging/lustre/lnet/selftest/
H A Drpc.h43 * LST wired structures
/linux-4.1.27/drivers/pcmcia/
H A Domap_cf.c32 * hard-wired timings to support Compact Flash memory cards; they won't work
/linux-4.1.27/drivers/dma/
H A Dtxx9dmac.h28 * for slave transfer. Some devices in the SoC are wired to certain
H A Dqcom_bam_dma.c19 * on the way they are hard wired to that specific peripheral. The peripheral
/linux-4.1.27/drivers/usb/core/
H A Dusb-acpi.c101 * a usb device is directly hard-wired to the port. If no visible and usb_acpi_get_connect_type()
H A Dusb.c510 if (root_hub) /* Root hub always ok [and always wired] */ usb_alloc_dev()
/linux-4.1.27/include/media/
H A Dmsp3400.h67 Depending on how the msp is wired to the other components you can
/linux-4.1.27/arch/powerpc/platforms/86xx/
H A Dmpc8610_hpcd.c174 /* The DVI port is mis-wired on revision 1 of this board. */ mpc8610hpcd_get_pixel_format()
/linux-4.1.27/arch/powerpc/platforms/8xx/
H A Dm8xx_setup.c147 * is wired into the vector table, nothing to do here for that. mpc8xx_calibrate_decr()
/linux-4.1.27/arch/blackfin/mach-bf533/boards/
H A DH8606.c360 * interrupt output wired to PF9. Change to suit different FPGA configuration
/linux-4.1.27/arch/m68k/68360/
H A Dcommproc.c281 * four BRGs, any of which can be wired to any channel.
/linux-4.1.27/arch/arm/mach-davinci/
H A Ddevices.c223 * is a hard-wired SDIO device... davinci_setup_mmc()
H A Ddm355.c433 /* not all slaves will be wired up */ dm355_init_spi0()
H A Ddm365.c690 /* not all slaves will be wired up */ dm365_init_spi0()
/linux-4.1.27/arch/arm/mach-ep93xx/
H A Dedb93xx.c242 * INTRQ line wired as pull-up, which makes using IDE interface edb93xx_has_ide()
/linux-4.1.27/drivers/net/ethernet/sfc/
H A Dfalcon_boards.c670 /* The LEDs were not wired to GPIOs before A3 */ sfe4003_set_id_led()
683 /* The LEDs were not wired to GPIOs before A3 */ sfe4003_init_phy()
H A Dtenxpress.c63 /* Bit positions for different LEDs (there are more but not wired on SFE4001)*/
H A Dfalcon.c1091 /* Configure MAC - cut-thru mode is hard wired on */ falcon_reconfigure_xmac_core()
H A Dmcdi_pcol.h33 /* The 'doorbell' addresses are hard-wired to alert the MC when written */
/linux-4.1.27/drivers/rtc/
H A Drtc-ds1305.c58 * it's wired up a second IRQ we know, or that INTCN is set)
269 * even when no interrupt line is wired to an IRQ.
H A Drtc-omap.c614 * flag in the platform device if the board is wired right for omap_rtc_probe()
618 * - Boards wired so RTC_ON_nOFF is used as the reset signal, omap_rtc_probe()
/linux-4.1.27/sound/pci/echoaudio/
H A Dechoaudio.h54 and busses; that is, each individual pipe is hard-wired to a single bus.
75 short for "virtual output mixer." For Mia, pipes are *not* hard-wired
/linux-4.1.27/drivers/iio/dac/
H A Dad5421.c283 * usually hard-wired and not run-time switchable. */ ad5421_get_current_min_max()
/linux-4.1.27/drivers/spi/
H A Dspi-lm70llp.c163 * is wired in just such a way : when the lm70's SIO goes high, a transistor
H A Dspi.c356 * after board init creates the hard-wired devices. Some development
425 * not make Linux forget about these hard-wired devices.
/linux-4.1.27/drivers/gpio/
H A Dgpio-f7188x.c452 * Try to match a supported Fintek device by reading the (hard-wired)
/linux-4.1.27/drivers/edac/
H A Dr82600_edac.c307 * is enabled, we assume COM2 is wired up, and thus no EDAC * r82600_probe1()
/linux-4.1.27/arch/mips/alchemy/devboards/
H A Ddb1550.c545 * wired up on one of the Au1550's shared GPIO201_205 line, which also pb1550_devices()
/linux-4.1.27/fs/nfs/
H A Dnfsroot.c28 * Gerd Knorr : Fixed wired inode handling
/linux-4.1.27/include/linux/pinctrl/
H A Dpinconf-generic.h56 * collector) which means it is usually wired with other output ports
/linux-4.1.27/arch/mips/kernel/
H A Dsmp-bmips.c565 * once the wired entries are present. plat_wired_tlb_setup()
/linux-4.1.27/arch/arm/mach-ebsa110/
H A Dio.c36 * The PCMCIA controller is wired up as follows: __isamem_convert_addr()
/linux-4.1.27/arch/x86/pci/
H A Dirq.c921 IRQ 9 even though it is actually wired to IRQ 11 */ pcibios_lookup_irq()
1068 * IRQ 9 even though it is actually wired to IRQ 11
1082 * Cardbus to IRQ 11 even though it is actually wired to IRQ 10
/linux-4.1.27/include/uapi/linux/usb/
H A Dch9.h121 #define USB_DEVICE_TEST_MODE 2 /* (wired high speed only) */
898 * wired USB!), and some devices may support CCs with multiple hosts.
927 USB_STATE_POWERED, /* wired */
/linux-4.1.27/arch/x86/mm/
H A Dpageattr.c1597 /* WB cache mode is hard wired to all cache attribute bits being 0 */ _set_memory_wb()
1620 /* WB cache mode is hard wired to all cache attribute bits being 0 */ set_memory_array_wb()
1748 /* WB cache mode is hard wired to all cache attribute bits being 0 */ set_pages_array_wb()
/linux-4.1.27/drivers/media/usb/dvb-usb/
H A Ddvb-usb.h172 * @rc_map_table: a hard-wired array of struct rc_map_table (NULL to disable
/linux-4.1.27/drivers/net/fddi/skfp/
H A Dcfm.c261 * Don't send ever MAC_PATH_CHANGE events. Our MAC is hard-wired cfm()
/linux-4.1.27/drivers/scsi/
H A D53c700.h204 /* This option is for HP only. Set it if your chip is wired for
H A Dadvansys.c10965 * indicates the Function 1 interrupt line is wired AdvInitFrom38C1600EEP()
10969 * 1 - Function 1 interrupt line wired to INT A. AdvInitFrom38C1600EEP()
10970 * 0 - Function 1 interrupt line wired to INT B. AdvInitFrom38C1600EEP()
10972 * Note: Function 0 is always wired to INTA. AdvInitFrom38C1600EEP()
/linux-4.1.27/drivers/pci/host/
H A Dpci-imx6.c226 * wired up for MX6QDL, we need to manually force LTSSM into "detect" imx6_pcie_assert_core_reset()
/linux-4.1.27/drivers/input/keyboard/
H A Dtwl4030_keypad.c422 * NOTE: we assume this host is wired to TWL4040 INT1, not INT2 ... twl4030_kp_probe()
/linux-4.1.27/drivers/clk/ti/
H A Dfapll.c48 * The audio_pll_clk1 input is hard wired to the 27MHz bypass clock,
/linux-4.1.27/drivers/hid/
H A Dhid-roccat-pyra.c15 * Roccat Pyra is a mobile gamer mouse which comes in wired and wireless
/linux-4.1.27/drivers/usb/wusbcore/
H A Drh.c35 * forced adaptation of Wireless USB device states vs. wired:
H A Dsecurity.c154 case USB_ENC_TYPE_WIRED: return "wired"; wusb_et_name()
H A Dwa-rpipe.c55 * like the (wired) USB code does, we need to kind of skip it. So we
/linux-4.1.27/include/uapi/linux/
H A Dfd.h282 * Right now, these positions are hard wired to 0. */
H A Dnl80211.h605 * Since wireless is more complex than wired ethernet, it supports
/linux-4.1.27/arch/powerpc/platforms/powermac/
H A Dpic.c410 * from the parent (the bridge itself, as apple just wired of_irq_parse_oldworld()
/linux-4.1.27/sound/soc/sh/
H A Dsiu_pcm.c545 * wired to a codec. To simplify things, we only register one port with siu_pcm_new()
/linux-4.1.27/drivers/input/joystick/
H A Dxpad.c192 { 0x15e4, 0x3f0a, "Xbox Airflo wired controller", 0, XTYPE_XBOX360 },
209 { 0x24c6, 0x5303, "Xbox Airflo wired controller", 0, XTYPE_XBOX360 },
/linux-4.1.27/arch/tile/include/hv/
H A Ddrv_xgbe_intf.h279 * @param csum0 Checksum descriptor; Hard wired 0, not needed for PCIe.
281 * @param va_L Virtual address of last segment, if 2 segments. Hard wired 0.
/linux-4.1.27/include/linux/usb/
H A Dcomposite.h440 * built by combining a normal (wired) gadget with a wireless one.
448 * "is it wired", plus (presumably in a wrapper structure)
/linux-4.1.27/drivers/iio/adc/
H A Dad7793.c134 * The DOUT/RDY output must also be wired to an interrupt capable GPIO.
/linux-4.1.27/drivers/media/platform/marvell-ccic/
H A Dcafe-driver.c73 * Control 0 is wired to reset on OLPC machines. For ov7x sensors,
/linux-4.1.27/drivers/net/usb/
H A Dcdc_ether.c314 * hard-wired 0 and 1 interfaces. usbnet_generic_cdc_bind()
/linux-4.1.27/drivers/mfd/
H A Dtwl4030-power.c896 /* Board has to be wired properly to use this feature */ twl4030_power_probe()
H A Dmenelaus.c271 * this line is wired to card cover switch rather than the card detect switch
H A Dwm831x-core.c1896 * driver or no IRQ line wired up) then acknowledge the wm831x_device_suspend()
/linux-4.1.27/drivers/net/ethernet/apple/
H A Dmacmace.c55 /* The MACE is simply wired down on a Mac68K box */
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/
H A Dael1002.c57 AEL2020_GPIO_LSTAT = AEL2020_GPIO_1, /* wired to link status LED */
/linux-4.1.27/drivers/gpu/drm/i915/
H A Dintel_crt.c678 /* We can not rely on the HPD pin always being correctly wired intel_crt_detect()
H A Dintel_display.c970 * crtc->state->active once we have proper CRTC states wired up intel_crtc_active()
8558 * DDI E. So just check whether this pipe is wired to DDI E and whether haswell_get_ddi_port_state()
H A Di915_reg.h5821 /* FDI_RX, FDI_X is hard-wired to Transcoder_X */
/linux-4.1.27/drivers/gpu/drm/nouveau/dispnv04/
H A Ddfp.c164 * always hard-wired to a reasonable configuration using straps, get_tmds_slave()
/linux-4.1.27/drivers/char/
H A Dtlclk.c222 /* This device is wired through the FPGA IO space of the ATCA blade tlclk_open()
/linux-4.1.27/arch/mips/alchemy/common/
H A Dirq.c386 * are wired up identically on all supported variants. au1x_ic1_setwake()
/linux-4.1.27/arch/mips/cavium-octeon/executive/
H A Dcvmx-helper-board.c438 * wired __cvmx_helper_board_link_get()
/linux-4.1.27/drivers/tty/serial/
H A Dmax3100.c401 /* always assert DCD and DSR since these lines are not wired */ max3100_get_mctrl()
H A Dmax310x.c765 /* DCD and DSR are not wired and CTS/RTS is handled automatically max310x_get_mctrl()
H A Dsc16is7xx.c710 /* DCD and DSR are not wired and CTS/RTS is handled automatically sc16is7xx_get_mctrl()
H A Dsh-sci.c1248 * else is wired up. Keep it simple and simply assert DSR/CAR. sci_get_mctrl()
/linux-4.1.27/drivers/video/fbdev/
H A Damba-clcd.c194 * but may be wired up to allow RGB565. clcdfb_set_bitfields()
/linux-4.1.27/arch/powerpc/sysdev/
H A Dcpm1.c266 * four BRGs, any of which can be wired to any channel.
H A Dppc4xx_pci.c219 * address are actually hard wired to a value that appears to depend ppc4xx_setup_one_pci_PMM()
/linux-4.1.27/arch/arm/mach-pxa/
H A Dstargate2.c181 * on exactly what is wired to each ldo. Unfortunately this information is
/linux-4.1.27/include/linux/i2c/
H A Dtwl.h677 bool use_poweroff; /* Board is wired for TWL poweroff */
/linux-4.1.27/drivers/media/usb/usbvision/
H A Dusbvision-core.c57 * Some cables and input device are wired differently. */
60 MODULE_PARM_DESC(switch_svideo_input, " Set the S-Video input. Some cables and input device are wired differently. Default: 0 (Off)");
/linux-4.1.27/drivers/mtd/nand/
H A Ddavinci_nand.c441 * how these chips are normally wired. This translates to both 8 and 16
H A Datmel_nand.c1350 * Errata: ALE is incorrectly wired up to the ECC controller atmel_nand_read_page()
/linux-4.1.27/drivers/crypto/caam/
H A Dregs.h17 * They have been wired to be safely accessible on 32-bit
/linux-4.1.27/arch/mips/include/asm/mach-bcm63xx/
H A Dbcm63xx_regs.h1027 /* well known (hard wired) chip select */
/linux-4.1.27/drivers/usb/phy/
H A Dphy-isp1301-omap.c1566 /* IRQ wired at M14 */ isp1301_probe()
/linux-4.1.27/arch/arc/mm/
H A Dtlb.c255 * - Move to a new ASID, but only if the mm is still wired in local_flush_tlb_mm()
/linux-4.1.27/sound/soc/codecs/
H A Dwm8993.c547 /* If we've got an interrupt wired up make sure we get it */ _wm8993_set_fll()
/linux-4.1.27/firmware/keyspan_pda/
H A Dxircom_pgs.S247 ;;; on Xircom the STANDBY is wired to PB6 and PC4
/linux-4.1.27/sound/pci/
H A Des1968.c32 * A working Maestro setup contains the Maestro chip wired to a
43 * part?) wired to them. The only real difference in the Maestro
/linux-4.1.27/drivers/iommu/
H A Darm-smmu.c626 * recursion here as the SMMU table walker will not be wired arm_smmu_flush_pgtable()
/linux-4.1.27/drivers/media/pci/cx23885/
H A Dcx23885-cards.c43 "\t\t CX2388[57] boards that are wired for it:\n"
/linux-4.1.27/arch/x86/kernel/acpi/
H A Dboot.c1447 * it is wired to the output of the master 8259A and INTIN0
/linux-4.1.27/drivers/thermal/ti-soc-thermal/
H A Dti-bandgap.c1123 * The IRQ is wired as a GPIO, and for this purpose, it is required
/linux-4.1.27/drivers/usb/host/
H A Dsl811-hcd.c1651 /* the chip may be wired for either kind of addressing */ sl811h_probe()
/linux-4.1.27/drivers/video/fbdev/via/
H A Dhw.c667 /* looks like the OLPC has its display wired to DVP1 and LVDS2 */ viafb_set_iga_path()
/linux-4.1.27/arch/powerpc/mm/
H A Dtlb_low_64e.S1175 * hard wired
/linux-4.1.27/drivers/media/pci/bt8xx/
H A Dbttv-cards.c3240 * The TD3116 has 2 74HC4051 muxes wired to the MUX0 input of a bt878.
4381 * GPIO pins are wired as:
4392 * which is also wired to I2C interface. I have no further info on the
/linux-4.1.27/drivers/net/ethernet/dec/tulip/
H A Dde4x5.c168 wired IRQs.
338 get their IRQs wired correctly.
4178 ** List of board exceptions with correctly wired IRQs
/linux-4.1.27/sound/pci/hda/
H A Dhda_generic.c1725 /* fill hard-wired DACs first */ fill_and_eval_dacs()
1964 debug_badness("==> lo_type=%d, wired=%d, mio=%d, badness=0x%x\n", parse_output_paths()
2021 debug_badness("==> Best config: lo_type=%d, wired=%d, mio=%d\n", parse_output_paths()
/linux-4.1.27/drivers/mtd/devices/
H A Dst_spi_fsm.c491 * hard-wired to use 8 dummy cycles, we must configure the device to also use 8
/linux-4.1.27/drivers/pci/
H A Dprobe.c785 dev_warn(&dev->dev, "Primary bus is hard wired to 0\n"); pci_scan_bridge()
H A Dpci.c2323 * capability field can therefore be assumed as hard-wired enabled. pci_acs_flags_enabled()
/linux-4.1.27/arch/xtensa/kernel/
H A Dentry.S1517 * We utilize all three wired-ways (7-9) to hold pmd translations.
/linux-4.1.27/drivers/usb/gadget/udc/
H A Dat91_udc.c46 * This driver expects the board has been wired with two GPIOs supporting
/linux-4.1.27/drivers/usb/musb/
H A Dmusb_core.c1100 * The silicon either has hard-wired endpoint configurations, or else
/linux-4.1.27/drivers/net/ethernet/marvell/
H A Dskge.c1483 * Since internal PHY is wired to a level triggered pin, can't
/linux-4.1.27/drivers/net/ethernet/sun/
H A Dcassini.h806 * lower 13 bits of the low register are hard-wired to 0.
/linux-4.1.27/drivers/scsi/csiostor/
H A Dcsio_hw.c1785 * not supplied by the driver, rather than from hard-wired csio_hw_use_fwconfig()
/linux-4.1.27/drivers/gpu/drm/radeon/
H A Dradeon_atombios.c428 * even though they are wired up to record 0x93 radeon_atom_apply_quirks()
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_link.c10702 * sources are all wired through LED1, rather than only bnx2x_848xx_set_link_led()
H A Dbnx2x_reg.h4067 * functions are valid in E2 (odd I registers will be hard wired to 0) */

Completed in 6702 milliseconds