/linux-4.1.27/drivers/scsi/aacraid/ |
D | rx.c | 90 u32 Index = rx_readl(dev, MUnit.OutboundQueue); in aac_rx_intr_message() local 91 if (unlikely(Index == 0xFFFFFFFFL)) in aac_rx_intr_message() 92 Index = rx_readl(dev, MUnit.OutboundQueue); in aac_rx_intr_message() 93 if (likely(Index != 0xFFFFFFFFL)) { in aac_rx_intr_message() 96 if (Index & 0x00000002L) { in aac_rx_intr_message() 98 if (Index == 0xFFFFFFFEL) in aac_rx_intr_message() 100 Index &= ~0x00000002L; in aac_rx_intr_message() 102 if (Index & 0x00000001L) in aac_rx_intr_message() 104 Index >>= 2; in aac_rx_intr_message() 108 Index, isAif, in aac_rx_intr_message() [all …]
|
D | aacraid.h | 2135 unsigned int aac_intr_normal(struct aac_dev *dev, u32 Index,
|
/linux-4.1.27/drivers/video/fbdev/via/ |
D | vt1636.c | 71 index = io_data.Index; in viafb_gpio_i2c_write_mask_lvds() 176 io_data.Index = 0x09; in set_dpa_vt1636() 182 io_data.Index = 0x08; in set_dpa_vt1636()
|
D | hw.h | 617 u8 Index; member
|
D | viafbdev.c | 1392 reg_val.Index = 0x08; in viafb_vt1636_proc_write() 1401 reg_val.Index = 0x09; in viafb_vt1636_proc_write() 1429 reg_val.Index = 0x08; in viafb_vt1636_proc_write() 1438 reg_val.Index = 0x09; in viafb_vt1636_proc_write()
|
/linux-4.1.27/drivers/video/fbdev/sis/ |
D | init301.h | 445 extern unsigned short SiS_GetRefCRTVCLK(struct SiS_Private *SiS_Pr, unsigned short Index, int UseWi… 446 extern unsigned short SiS_GetRefCRT1CRTC(struct SiS_Private *SiS_Pr, unsigned short Index, int UseW…
|
D | init.h | 1487 unsigned short SiS_GetRefCRTVCLK(struct SiS_Private *SiS_Pr, unsigned short Index, int UseWide); 1488 unsigned short SiS_GetRefCRT1CRTC(struct SiS_Private *SiS_Pr, unsigned short Index, int UseWide);
|
D | init.c | 930 SiS_SetRegANDOR(SISIOADDRESS Port, u8 Index, u8 DataAND, u8 DataOR) in SiS_SetRegANDOR() argument 934 temp = SiS_GetReg(Port, Index); in SiS_SetRegANDOR() 936 SiS_SetReg(Port, Index, temp); in SiS_SetRegANDOR() 940 SiS_SetRegAND(SISIOADDRESS Port, u8 Index, u8 DataAND) in SiS_SetRegAND() argument 944 temp = SiS_GetReg(Port, Index); in SiS_SetRegAND() 946 SiS_SetReg(Port, Index, temp); in SiS_SetRegAND() 950 SiS_SetRegOR(SISIOADDRESS Port, u8 Index, u8 DataOR) in SiS_SetRegOR() argument 954 temp = SiS_GetReg(Port, Index); in SiS_SetRegOR() 956 SiS_SetReg(Port, Index, temp); in SiS_SetRegOR() 1655 SiS_GetRefCRTVCLK(struct SiS_Private *SiS_Pr, unsigned short Index, int UseWide) in SiS_GetRefCRTVCLK() argument [all …]
|
/linux-4.1.27/drivers/staging/ft1000/ft1000-pcmcia/ |
D | ft1000.h | 54 int Index);
|
D | ft1000_hw.c | 164 u16 ft1000_read_dpram_mag_16(struct net_device *dev, int offset, int Index) in ft1000_read_dpram_mag_16() argument 174 if (Index) in ft1000_read_dpram_mag_16() 198 int offset, u16 value, int Index) in ft1000_write_dpram_mag_16() argument 206 if (Index) in ft1000_write_dpram_mag_16()
|
/linux-4.1.27/Documentation/devicetree/bindings/gpio/ |
D | gpio_lpc32xx.txt | 18 - reg: Index of the GPIO group
|
D | gpio-tz1090.txt | 16 - reg: Index of bank in the range 0 to 2.
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/ux500/ |
D | power_domain.txt | 27 Index Specifier
|
/linux-4.1.27/Documentation/devicetree/bindings/regmap/ |
D | regmap.txt | 4 Index Device Endianness properties
|
/linux-4.1.27/Documentation/powerpc/ |
D | 00-INDEX | 1 Index of files in Documentation/powerpc. If you think something about
|
/linux-4.1.27/Documentation/devicetree/bindings/clock/ |
D | brcm,kona-ccu.txt | 72 CCU Clock Type Index Specifier 117 CCU Clock Type Index Specifier
|
/linux-4.1.27/Documentation/devicetree/bindings/net/ |
D | qca-qca7000-spi.txt | 41 interrupts = <25 0x1>; /* Index: 25, rising edge */
|
/linux-4.1.27/Documentation/block/ |
D | request.txt | 7 Index
|
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/ |
D | mpc5121-psc.txt | 16 - cell-index : Index of the PSC in hardware
|
/linux-4.1.27/Documentation/fb/ |
D | 00-INDEX | 1 Index of files in Documentation/fb. If you think something about frame
|
/linux-4.1.27/Documentation/video4linux/cx2341x/ |
D | fw-calling.txt | 20 Index Name
|
D | fw-encoder-api.txt | 301 Index | Layer I | Layer II 403 Sets the Program Index Information. 412 // 0=End of Program Index, other fields
|
/linux-4.1.27/Documentation/ |
D | assoc_array.txt | 14 - Index key form. 42 (4) Index keys must be unique. Inserting an object with the same key as one 45 (5) Index keys can be of any length and can be of different lengths. 47 (6) Index keys should encode the length early on, before any variation due to 50 (7) Index keys can include a hash to scatter objects throughout the array.
|
D | kernel-docs.txt | 2 Index of Documentation for People Interested in Writing and/or
|
/linux-4.1.27/Documentation/development-process/ |
D | 8.Conclusion | 19 http://lwn.net/Kernel/Index/
|
/linux-4.1.27/Documentation/acpi/ |
D | gpio-properties.txt | 43 index - Index of the GpioIo()/GpioInt() resource in _CRS starting from zero.
|
/linux-4.1.27/drivers/tty/ |
D | synclink.c | 6482 unsigned int Index; in mgsl_free_rx_frame_buffers() local 6487 Index = StartIndex; in mgsl_free_rx_frame_buffers() 6490 pBufEntry = &(info->rx_buffer_list[Index]); in mgsl_free_rx_frame_buffers() 6492 if ( Index == EndIndex ) { in mgsl_free_rx_frame_buffers() 6503 Index++; in mgsl_free_rx_frame_buffers() 6504 if ( Index == info->rx_buffer_count ) in mgsl_free_rx_frame_buffers() 6505 Index = 0; in mgsl_free_rx_frame_buffers() 6509 info->current_rx_buffer = Index; in mgsl_free_rx_frame_buffers() 7491 unsigned short Index; in mgsl_load_pci_memory() local 7494 for ( Index = 0 ; Index < Intervalcount ; Index++ ) in mgsl_load_pci_memory()
|
/linux-4.1.27/arch/arm/mm/ |
D | proc-arm922.S | 358 @ && Re-written to use Index Ops.
|
D | proc-arm920.S | 354 @ && Re-written to use Index Ops.
|
D | Kconfig | 914 (offset 0x7F0), by Index/Way (0x7F8) and by Way (0x7FC).
|
/linux-4.1.27/Documentation/infiniband/ |
D | user_mad.txt | 107 P_Key Index Handling
|
/linux-4.1.27/drivers/staging/rtl8723au/include/ |
D | odm.h | 848 void ODM_CmnInfoPtrArrayHook23a(struct dm_odm_t *pDM_Odm, enum odm_cmninfo CmnInfo, u16 Index, void…
|
/linux-4.1.27/drivers/video/fbdev/aty/ |
D | atyfb_base.c | 1075 int Index = 5; in aty_var_to_crtc() local 1079 while (--Index >= 0) { in aty_var_to_crtc() 1080 Remainder = ((Denominator - Numerator) * StretchLoops[Index]) % in aty_var_to_crtc() 1083 horz_stretch_loop = Index; in aty_var_to_crtc() 1093 Index = StretchLoops[horz_stretch_loop]; in aty_var_to_crtc() 1095 while (--Index >= 0) { in aty_var_to_crtc()
|
/linux-4.1.27/drivers/staging/rtl8188eu/hal/ |
D | odm.c | 381 …ArrayHook(struct odm_dm_struct *pDM_Odm, enum odm_common_info_def CmnInfo, u16 Index, void *pValue) in ODM_CmnInfoPtrArrayHook() argument 387 pDM_Odm->pODM_StaInfo[Index] = (struct sta_info *)pValue; in ODM_CmnInfoPtrArrayHook()
|
/linux-4.1.27/Documentation/filesystems/caching/ |
D | netfs-api.txt | 25 (2) Index definition 29 (6) Index registration 35 (12) Index and data file consistency 39 (16) Index invalidation
|
D | cachefiles.txt | 293 Index "I..." "J..."
|
D | backend-api.txt | 108 (*) Index/Data file FS-Cache representation cookie:
|
/linux-4.1.27/drivers/staging/rtl8188eu/include/ |
D | odm.h | 1104 u16 Index, void *pValue);
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | hdspm.txt | 329 "Index value for RME HDSPM interface." card-index within ALSA
|
D | OSS-Emulation.txt | 214 OSS volume ALSA control Index
|
/linux-4.1.27/drivers/staging/rtl8723au/hal/ |
D | odm.c | 334 u16 Index, void *pValue) in ODM_CmnInfoPtrArrayHook23a() argument 340 pDM_Odm->pODM_StaInfo[Index] = (struct sta_info *)pValue; in ODM_CmnInfoPtrArrayHook23a()
|
/linux-4.1.27/drivers/media/usb/s2255/ |
D | s2255drv.c | 1897 u16 Index, u16 Value, void *TransferBuffer, in s2255_vendor_req() argument 1906 Value, Index, TransferBuffer, in s2255_vendor_req() 1911 Value, Index, TransferBuffer, in s2255_vendor_req()
|
/linux-4.1.27/drivers/scsi/arcmsr/ |
D | arcmsr_hba.c | 2717 uint32_t intmask_org, Index, firmware_state = 0; in arcmsr_hbaC_get_config() local 2735 for (Index = 0; Index < 2000; Index++) { in arcmsr_hbaC_get_config() 2742 if (Index >= 2000) { in arcmsr_hbaC_get_config()
|
/linux-4.1.27/drivers/scsi/aic7xxx/ |
D | aic79xx.reg | 2671 * Negotiation Table Annex Column Index. 3490 * Source Index Register 3507 * Destination Index Register 3566 * Source Index Indirect 3577 * Destination Index Indirect
|
D | aic7xxx.seq | 1790 * Index into our Busy Target table. SINDEX and DINDEX are modified
|
/linux-4.1.27/Documentation/networking/ |
D | README.ipw2100 | 13 Index
|
D | README.ipw2200 | 21 Index
|
/linux-4.1.27/Documentation/watchdog/ |
D | watchdog-parameters.txt | 272 timeout: Index into timeout table (0-63) (default=27 (60s))
|
/linux-4.1.27/drivers/staging/xgifb/ |
D | vb_setmode.c | 1395 unsigned short Index; in XGI_GetLCDSync() local 1397 Index = XGI_GetLCDCapPtr(pVBInfo); in XGI_GetLCDSync() 1398 *HSyncWidth = pVBInfo->LCDCapList[Index].LCD_HSyncWidth; in XGI_GetLCDSync() 1399 *VSyncWidth = pVBInfo->LCDCapList[Index].LCD_VSyncWidth; in XGI_GetLCDSync()
|
/linux-4.1.27/Documentation/fmc/ |
D | carrier.txt | 45 int slot_id; /* Index in the slot array */
|
/linux-4.1.27/Documentation/scsi/ |
D | arcmsr_spec.txt | 16 ** 3. Index Memory Usage
|
/linux-4.1.27/scripts/genksyms/ |
D | parse.tab.c_shipped | 484 /* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in 688 /* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing
|
/linux-4.1.27/scripts/kconfig/ |
D | zconf.tab.c_shipped | 474 /* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in 658 /* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing
|
/linux-4.1.27/scripts/dtc/ |
D | dtc-parser.tab.c_shipped | 484 /* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in 634 /* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing
|
/linux-4.1.27/Documentation/filesystems/ |
D | f2fs.txt | 404 Index Structure
|
/linux-4.1.27/net/sched/ |
D | Kconfig | 364 tristate "Traffic-Control Index (TCINDEX)"
|