| /linux/rust/kernel/ |
| H A D | list.rs | 307 unsafe fn view_links(me: *const Self) -> *mut ListLinks<ID>; in view_links() 343 unsafe fn prepare_to_insert(me: *const Self) -> *mut ListLinks<ID>; in prepare_to_insert() 491 item: ListArc<T, ID>, in insert_inner() argument 534 pub fn push_back(&mut self, item: ListArc<T, ID>) { in push_back() argument 542 pub fn push_front(&mut self, item: ListArc<T, ID>) { in push_front() argument 553 pub fn pop_back(&mut self) -> Option<ListArc<T, ID>> { in pop_back() argument 565 pub fn pop_front(&mut self) -> Option<ListArc<T, ID>> { in pop_front() argument 585 pub unsafe fn remove(&mut self, item: &T) -> Option<ListArc<T, ID>> { in remove() argument 626 unsafe fn remove_internal(&mut self, item: *mut ListLinksFields) -> ListArc<T, ID> { in remove_internal() argument 645 ) -> ListArc<T, ID> { in remove_internal_inner() argument [all …]
|
| H A D | configfs.rs | 711 attribute: &'static Attribute<ID, O, Data>, in add() 713 O: AttributeOperations<ID, Data = Data>, in add()
|
| /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/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/rust/kernel/list/ |
| H A D | arc.rs | 279 T: TryNewListArc<ID>, in try_from_arc() 295 T: TryNewListArc<ID>, in try_from_arc_borrow() 310 pub fn try_from_arc_or_drop(arc: Arc<T>) -> Option<Self> in try_from_arc_or_drop()
|
| 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()
|
| /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/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
|
| /linux/drivers/comedi/drivers/ |
| H A D | das800.c | 79 #define ID 0xe0 macro
|
| /linux/scripts/gcc-plugins/ |
| H A D | gcc-common.h | 150 #define PASS_INFO(NAME, REF, ID, POS) \ argument
|