| /linux/rust/kernel/ |
| H A D | list.rs | 307 view_links(me: *const Self) -> *mut ListLinks<ID> view_links() argument 343 prepare_to_insert(me: *const Self) -> *mut ListLinks<ID> prepare_to_insert() argument 491 insert_inner( &mut self, item: ListArc<T, ID>, next: *mut ListLinksFields, ) -> *mut ListLinksFields insert_inner() argument 534 push_back(&mut self, item: ListArc<T, ID>) push_back() argument 542 push_front(&mut self, item: ListArc<T, ID>) push_front() argument 553 pop_back(&mut self) -> Option<ListArc<T, ID>> pop_back() argument 565 pop_front(&mut self) -> Option<ListArc<T, ID>> pop_front() argument 585 remove(&mut self, item: &T) -> Option<ListArc<T, ID>> remove() argument 626 remove_internal(&mut self, item: *mut ListLinksFields) -> ListArc<T, ID> remove_internal() argument 645 remove_internal_inner( &mut self, item: *mut ListLinksFields, next: *mut ListLinksFields, prev: *mut ListLinksFields, ) -> ListArc<T, ID> remove_internal_inner() argument 693 push_all_back(&mut self, other: &mut List<T, ID>) push_all_back() argument 722 cursor_front(&mut self) -> Cursor<'_, T, ID> cursor_front() argument 731 cursor_back(&mut self) -> Cursor<'_, T, ID> cursor_back() argument 740 iter(&self) -> Iter<'_, T, ID> iter() argument 979 peek_next(&mut self) -> Option<CursorPeek<'_, 'a, T, true, ID>> peek_next() argument 994 peek_prev(&mut self) -> Option<CursorPeek<'_, 'a, T, false, ID>> peek_prev() argument 1065 insert(mut self, item: ListArc<T, ID>) insert() argument 1076 insert_next(&mut self, item: ListArc<T, ID>) insert_next() argument 1083 insert_prev(&mut self, item: ListArc<T, ID>) insert_prev() argument 1088 remove_next(&mut self) -> Option<ListArc<T, ID>> remove_next() argument 1093 remove_prev(&mut self) -> Option<ListArc<T, ID>> remove_prev() argument 1113 remove(self) -> ListArc<T, ID> remove() argument 1173 into_iter(self) -> Iter<'a, T, ID> into_iter() argument 1186 next(&mut self) -> Option<ListArc<T, ID>> next() argument 1194 next_back(&mut self) -> Option<ListArc<T, ID>> next_back() argument 1203 into_iter(self) -> IntoIter<T, ID> into_iter() argument [all...] |
| H A D | configfs.rs | 711 add<const I: usize, const ID: u64, O>( &'static self, attribute: &'static Attribute<ID, O, Data>, ) where O: AttributeOperations<ID, Data = Data>, add() argument 713 add<const I: usize, const ID: u64, O>( &'static self, attribute: &'static Attribute<ID, O, Data>, ) where O: AttributeOperations<ID, Data = Data>, add() argument [all...] |
| /linux/drivers/pinctrl/cirrus/ |
| H A D | pinctrl-lochnagar.c | 53 #define LN_PIN_GPIO(REV, ID, NAME, REG, SHIFT, INVERT) \ argument 59 #define LN_PIN_SAIF(REV, ID, NAME) \ argument 63 #define LN_PIN_AIF(REV, ID) \ argument 69 #define LN1_PIN_GPIO(ID, NAME, REG, SHIFT, INVERT) \ argument 72 #define LN1_PIN_MUX(ID, NAME) \ argument 76 #define LN1_PIN_AIF(ID) LN_PIN_AIF(1, ID) argument 78 #define LN2_PIN_GPIO(ID, NAME, REG, SHIFT, INVERT) \ argument 81 #define LN2_PIN_MUX(ID, NAME) \ argument 85 #define LN2_PIN_AIF(ID) LN_PIN_AIF(2, ID) argument 87 #define LN2_PIN_GAI(ID) \ argument [all …]
|
| /linux/drivers/gpu/drm/amd/pm/swsmu/ |
| H A D | smu_cmn.h | 242 #define SMU_METRICS_SCALAR(ID, UNIT, TYPEID, NAME) \ argument 246 #define SMU_METRICS_ARRAY(ID, UNIT, TYPEID, NAME, SIZE) \ argument 251 #define SMU_METRICS_INIT_SCALAR(ID, UNIT, TYPEID, NAME) \ argument 259 #define SMU_METRICS_INIT_ARRAY(ID, UNIT, TYPEID, NAME, SIZE) \ argument
|
| /linux/rust/kernel/list/ |
| H A D | arc.rs | 279 try_from_arc(arc: Arc<T>) -> Result<Self, Arc<T>> where T: TryNewListArc<ID>, try_from_arc() argument 295 try_from_arc_borrow(arc: ArcBorrow<'_, T>) -> Option<Self> where T: TryNewListArc<ID>, try_from_arc_borrow() argument 310 try_from_arc_or_drop(arc: Arc<T>) -> Option<Self> where T: TryNewListArc<ID>, try_from_arc_or_drop() argument [all...] |
| H A D | impl_list_item_mod.rs | 27 unsafe fn raw_get_list_links(ptr: *mut Self) -> *mut crate::list::ListLinks<ID>; in raw_get_list_links() argument [all...] |
| /linux/drivers/net/wireless/ath/ |
| H A D | dfs_pattern_detector.c | 46 #define ETSI_PATTERN(ID, WMIN, WMAX, PMIN, PMAX, PRF, PPB, CHIRP) \ argument 71 #define FCC_PATTERN(ID, WMIN, WMAX, PMIN, PMAX, PRF, PPB, CHIRP) \ argument 103 #define JP_PATTERN(ID, WMIN, WMAX, PMIN, PMAX, PRF, PPB, RATE, CHIRP) \ argument
|
| /linux/drivers/clk/ |
| H A D | clk-lochnagar.c | 84 #define LN1_CLK(ID, NAME, REG) \ argument 93 #define LN2_CLK(ID, NAME) \ argument
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | btf_dedup_split.c | 334 #define ID(n) (start_id + n) in btf_add_dup_struct_in_cu() macro
|
| /linux/Documentation/driver-api/ |
| H A D | parport-lowlevel.rst | 930 SYNOPSIS 939 DESCRIPTION 944 RETURN VALUE 959 NOTES 964 SEE ALSO
|
| /linux/Documentation/userspace-api/netlink/ |
| H A D | intro.rst | 355 .. _ext_ack:
|
| /linux/drivers/memory/ |
| H A D | of_memory.c | 364 #define OF_LPDDR2_VENDOR_CMP(compat, ID) \ in of_lpddr2_get_info() argument
|
| /linux/drivers/media/platform/mediatek/mdp/ |
| H A D | mtk_mdp_regs.c | 14 #define MDP_COLORFMT_PACK(VIDEO, PLANE, COPLANE, HF, VF, BITS, GROUP, SWAP, ID)\ argument
|
| /linux/drivers/scsi/aic7xxx/ |
| H A D | aic79xx_osm_pci.c | 48 #define ID(x) \ macro
|
| H A D | aic7xxx_osm_pci.c | 47 #define ID(x) ID_C(x, PCI_CLASS_STORAGE_SCSI) macro
|
| /linux/drivers/pci/hotplug/ |
| H A D | cpqphp_pci.c | 295 u32 ID; in cpqhp_save_config() local 462 u32 ID; in cpqhp_save_slot_config() local
|
| H A D | cpqphp_ctrl.c | 2215 u32 ID; in configure_new_device() local 2321 u32 ID; in configure_new_function() local
|
| /linux/drivers/char/agp/ |
| H A D | via-agp.c | 506 #define ID(x) \ macro
|
| H A D | intel-agp.c | 831 #define ID(x) \ macro
|
| /linux/drivers/gpu/drm/i915/ |
| H A D | intel_device_info.c | 127 #define ID(id) (id) macro
|
| /linux/tools/testing/selftests/net/can/ |
| H A D | test_raw_filter.c | 24 #define ID 0x123 macro
|
| /linux/include/linux/firmware/thead/ |
| H A D | thead,th1520-aon.h | 94 #define RPC_SET_SVC_ID(MESG, ID) ((MESG)->svc |= 0x3F & (ID)) argument
|
| /linux/sound/soc/fsl/ |
| H A D | fsl_sai.h | 127 #define FSL_SAI_CR2_MSEL(ID) ((ID) << 26) argument 170 #define FSL_SAI_MCTL_MSEL(ID) ((ID) << 24) argument
|
| /linux/drivers/media/dvb-frontends/ |
| H A D | mt312_priv.h | 142 ID = 126, enumerator
|
| /linux/arch/x86/include/asm/ |
| H A D | io_apic.h | 26 ID : 8; member
|