| /linux/drivers/scsi/aacraid/ |
| H A D | rx.c | 77 u32 Index = rx_readl(dev, MUnit.OutboundQueue); in aac_rx_intr_message() local 78 if (unlikely(Index == 0xFFFFFFFFL)) in aac_rx_intr_message() 79 Index = rx_readl(dev, MUnit.OutboundQueue); in aac_rx_intr_message() 80 if (likely(Index != 0xFFFFFFFFL)) { in aac_rx_intr_message() 83 if (Index & 0x00000002L) { in aac_rx_intr_message() 85 if (Index == 0xFFFFFFFEL) in aac_rx_intr_message() 87 Index &= ~0x00000002L; in aac_rx_intr_message() 89 if (Index & 0x00000001L) in aac_rx_intr_message() 91 Index >>= 2; in aac_rx_intr_message() 95 Index, isAif, in aac_rx_intr_message() [all …]
|
| /linux/Documentation/firmware-guide/acpi/ |
| H A D | extcon-intel-int3496.rst | 18 Index 0 The input gpio for the id-pin, this is always present and valid 19 Index 1 The output gpio for enabling Vbus output from the device to the otg 22 Index 2 The output gpio for muxing of the data pins between the USB host and
|
| /linux/drivers/video/fbdev/via/ |
| H A D | vt1636.c | 57 index = io_data.Index; in viafb_gpio_i2c_write_mask_lvds() 162 io_data.Index = 0x09; in set_dpa_vt1636() 168 io_data.Index = 0x08; in set_dpa_vt1636()
|
| /linux/Documentation/translations/zh_CN/filesystems/ |
| H A D | ubifs-authentication.rst | 226 | Index Node #1 | 237 | Index Node #2 | | Index Node #3 |
|
| /linux/drivers/video/fbdev/sis/ |
| H A D | init301.h | 125 extern unsigned short SiS_GetRefCRTVCLK(struct SiS_Private *SiS_Pr, unsigned short Index, int UseWi… 126 extern unsigned short SiS_GetRefCRT1CRTC(struct SiS_Private *SiS_Pr, unsigned short Index, int UseW…
|
| H A 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/rust/syn/ |
| H A D | classify.rs | 50 | Expr::Index(_) in requires_comma_to_be_match_arm() 146 Expr::Index(e) => expr = &e.expr, in expr_leading_label() 234 | Expr::Index(_) in expr_trailing_brace()
|
| H A D | precedence.rs | 138 | Expr::Index(ExprIndex { attrs, .. }) in of() 167 | Expr::Index(_) in of()
|
| H A D | expr.rs | 174 Index(ExprIndex), 945 | Expr::Index(ExprIndex { attrs, .. }) in replace_attrs() 981 Unnamed(Index), 991 impl From<Index> for Member { 992 fn from(index: Index) -> Member { in from() 999 Member::Unnamed(Index::from(index)) in from() 1054 pub struct Index { 1060 impl From<usize> for Index { implementation 1061 fn from(index: usize) -> Index { in from() argument 1063 Index { in from() [all …]
|
| H A D | data.rs | 4 use crate::expr::{Expr, Index, Member}; 221 Member::Unnamed(Index { in next()
|
| /linux/rust/kernel/ |
| H A D | str.rs | 13 ops::{Deref, DerefMut, Index}, 143 impl<Idx> Index<Idx> for BStr 145 [u8]: Index<Idx, Output = [u8]>,
|
| /linux/Documentation/devicetree/bindings/arm/ux500/ |
| H A D | power_domain.txt | 27 Index Specifier
|
| /linux/Documentation/ABI/removed/ |
| H A D | sysfs-bus-nfit | 14 section 9.20.7.4 Function Index 1 - Query ARS Capabilities).
|
| /linux/Documentation/hid/ |
| H A D | amd-sfh-hid.rst | 101 | | | the MP2 FW Index to | | | 102 | | | HID Index | | |
|
| /linux/Documentation/tools/rtla/ |
| H A D | rtla-timerlat-hist.rst | 49 …Index IRQ-000 Thr-000 IRQ-001 Thr-001 IRQ-002 Thr-002 IRQ-003 Thr-003 IRQ-004 …
|
| H A D | rtla-osnoise-hist.rst | 45 …Index CPU-000 CPU-001 CPU-002 CPU-003 CPU-004 CPU-005 CPU-006 CPU-007 CPU-008 …
|
| /linux/rust/kernel/alloc/ |
| H A D | kvec.rs | 20 ops::Index, 962 impl<T, I: SliceIndex<[T]>, A> Index<I> for Vec<T, A> 970 Index::index(&**self, index) in index()
|
| /linux/Documentation/ABI/testing/ |
| H A D | debugfs-intel-iommu | 132 Index qw0 qw1 qw2 146 Index qw0 qw1 status
|
| /linux/drivers/staging/rtl8723bs/hal/ |
| H A D | odm.c | 866 u16 Index, in ODM_CmnInfoPtrArrayHook() argument 878 pDM_Odm->pODM_StaInfo[Index] = (PSTA_INFO_T)pValue; in ODM_CmnInfoPtrArrayHook()
|
| /linux/Documentation/core-api/ |
| H A D | assoc_array.rst | 24 4. Index keys must be unique. Inserting an object with the same key as one 27 5. Index keys can be of any length and can be of different lengths. 29 6. Index keys should encode the length early on, before any variation due to 32 7. Index keys can include a hash to scatter objects throughout the array. 323 Index Key Form
|
| /linux/Documentation/hwmon/ |
| H A D | max31760.rst | 47 LUT Index Name
|
| /linux/Documentation/process/ |
| H A D | 8.Conclusion.rst | 21 https://lwn.net/Kernel/Index/
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | vidioc-g-enc-index.rst | 120 .. flat-table:: Index Entry Flags
|
| H A D | vidioc-subdev-enum-frame-size.rst | 87 - Index of the frame size in the enumeration belonging to the given pad
|
| /linux/Documentation/translations/it_IT/process/ |
| H A D | 8.Conclusion.rst | 29 http://lwn.net/Kernel/Index/
|