/linux/rust/kernel/ |
H A D | list.rs | 187 unsafe fn view_links(me: *const Self) -> *mut ListLinks<ID>; in view_links() 223 unsafe fn prepare_to_insert(me: *const Self) -> *mut ListLinks<ID>; in prepare_to_insert() 371 item: ListArc<T, ID>, in insert_inner() argument 414 pub fn push_back(&mut self, item: ListArc<T, ID>) { in push_back() argument 422 pub fn push_front(&mut self, item: ListArc<T, ID>) { in push_front() argument 433 pub fn pop_back(&mut self) -> Option<ListArc<T, ID>> { in pop_back() argument 445 pub fn pop_front(&mut self) -> Option<ListArc<T, ID>> { in pop_front() argument 462 pub unsafe fn remove(&mut self, item: &T) -> Option<ListArc<T, ID>> { in remove() argument 503 unsafe fn remove_internal(&mut self, item: *mut ListLinksFields) -> ListArc<T, ID> { in remove_internal() argument 522 ) -> ListArc<T, ID> { in remove_internal_inner() argument [all …]
|
H A D | time.rs | 66 const ID: bindings::clockid_t; constant 88 const ID: bindings::clockid_t = bindings::CLOCK_MONOTONIC as bindings::clockid_t; constant 113 const ID: bindings::clockid_t = bindings::CLOCK_REALTIME as bindings::clockid_t; constant 131 const ID: bindings::clockid_t = bindings::CLOCK_BOOTTIME as bindings::clockid_t; constant 153 const ID: bindings::clockid_t = bindings::CLOCK_TAI as bindings::clockid_t; constant
|
H A D | workqueue.rs | 504 pub fn new(name: &'static CStr, key: Pin<&'static LockClassKey>) -> impl PinInit<Self> in new() 578 unsafe fn raw_get_work(ptr: *mut Self) -> *mut Work<T, ID>; in raw_get_work() argument 677 ) -> impl PinInit<Self> in new() 719 pub unsafe fn raw_as_work(ptr: *const Self) -> *mut Work<T, ID> { in raw_as_work() argument
|
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 | 925 SYNOPSIS 934 DESCRIPTION 939 RETURN VALUE 954 NOTES 959 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/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/drivers/pci/hotplug/ |
H A D | cpqphp_ctrl.c | 2215 u32 ID; in configure_new_device() local 2321 u32 ID; in configure_new_function() local
|
/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
|