Home
last modified time | relevance | path

Searched defs:ID (Results 1 – 25 of 29) sorted by relevance

12

/linux/rust/kernel/
H A Dlist.rs190 unsafe fn view_links(me: *const Self) -> *mut ListLinks<ID>; in view_links()
226 unsafe fn prepare_to_insert(me: *const Self) -> *mut ListLinks<ID>; in prepare_to_insert()
367 item: ListArc<T, ID>, in insert_inner() argument
410 pub fn push_back(&mut self, item: ListArc<T, ID>) { in push_back() argument
418 pub fn push_front(&mut self, item: ListArc<T, ID>) { in push_front() argument
429 pub fn pop_back(&mut self) -> Option<ListArc<T, ID>> { in pop_back() argument
441 pub fn pop_front(&mut self) -> Option<ListArc<T, ID>> { in pop_front() argument
458 pub unsafe fn remove(&mut self, item: &T) -> Option<ListArc<T, ID>> { in remove() argument
499 unsafe fn remove_internal(&mut self, item: *mut ListLinksFields) -> ListArc<T, ID> { in remove_internal() argument
518 ) -> ListArc<T, ID> { in remove_internal_inner() argument
[all …]
H A Dworkqueue.rs372 pub fn new(name: &'static CStr, key: Pin<&'static LockClassKey>) -> impl PinInit<Self> in new()
446 unsafe fn raw_get_work(ptr: *mut Self) -> *mut Work<T, ID>; in raw_get_work() argument
H A Dconfigfs.rs711 attribute: &'static Attribute<ID, O, Data>, in add()
713 O: AttributeOperations<ID, Data = Data>, in add()
/linux/drivers/net/wireless/ath/
H A Ddfs_pattern_detector.c46 #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 Darc.rs279 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 Dimpl_list_item_mod.rs34 unsafe fn raw_get_list_links(ptr: *mut Self) -> *mut ListLinks<ID> { in raw_get_list_links()
/linux/drivers/clk/
H A Dclk-lochnagar.c84 #define LN1_CLK(ID, NAME, REG) \ argument
93 #define LN2_CLK(ID, NAME) \ argument
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbtf_dedup_split.c334 #define ID(n) (start_id + n) in btf_add_dup_struct_in_cu() macro
/linux/Documentation/driver-api/
H A Dparport-lowlevel.rst925 SYNOPSIS
934 DESCRIPTION
939 RETURN VALUE
954 NOTES
959 SEE ALSO
/linux/Documentation/userspace-api/netlink/
H A Dintro.rst355 .. _ext_ack:
/linux/drivers/memory/
H A Dof_memory.c364 #define OF_LPDDR2_VENDOR_CMP(compat, ID) \ in of_lpddr2_get_info() argument
/linux/drivers/media/platform/mediatek/mdp/
H A Dmtk_mdp_regs.c14 #define MDP_COLORFMT_PACK(VIDEO, PLANE, COPLANE, HF, VF, BITS, GROUP, SWAP, ID)\ argument
/linux/drivers/scsi/aic7xxx/
H A Daic79xx_osm_pci.c48 #define ID(x) \ macro
H A Daic7xxx_osm_pci.c47 #define ID(x) ID_C(x, PCI_CLASS_STORAGE_SCSI) macro
/linux/drivers/char/agp/
H A Dvia-agp.c506 #define ID(x) \ macro
H A Dintel-agp.c831 #define ID(x) \ macro
/linux/drivers/gpu/drm/i915/
H A Dintel_device_info.c127 #define ID(id) (id) macro
/linux/drivers/pci/hotplug/
H A Dcpqphp_ctrl.c2215 u32 ID; in configure_new_device() local
2321 u32 ID; in configure_new_function() local
/linux/sound/soc/fsl/
H A Dfsl_sai.h127 #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 Dmt312_priv.h142 ID = 126, enumerator
/linux/arch/x86/include/asm/
H A Dio_apic.h26 ID : 8; member
/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_sysfs_rl.c27 ID, enumerator
/linux/drivers/comedi/drivers/
H A Ddas800.c79 #define ID 0xe0 macro
/linux/scripts/gcc-plugins/
H A Dgcc-common.h150 #define PASS_INFO(NAME, REF, ID, POS) \ argument
/linux/drivers/media/platform/mediatek/mdp3/
H A Dmtk-mdp3-regs.h21 #define MDP_COLOR(COMPRESS, PACKED, LOOSE, VIDEO, PLANE, HF, VF, BITS, GROUP, SWAP, ID)\ argument

12