Searched defs:name (Results 1 – 10 of 10) sorted by relevance
| /rust/helpers/ |
| A D | workqueue.c | 6 bool onstack, const char *name, in rust_helper_init_work_with_key()
|
| A D | spinlock.c | 5 void rust_helper___spin_lock_init(spinlock_t *lock, const char *name, in rust_helper___spin_lock_init()
|
| A D | mutex.c | 15 void rust_helper___mutex_init(struct mutex *mutex, const char *name, in rust_helper___mutex_init()
|
| A D | io.c | 116 const char *name) in rust_helper_request_mem_region() 127 resource_size_t n, const char *name) in rust_helper_request_region() 134 const char *name) in rust_helper_request_muxed_region()
|
| /rust/kernel/device/ |
| A D | property.rs | 129 pub fn property_read_array_vec<'fwnode, 'name, T: PropertyInt>( in property_read_array_vec() 190 pub fn property_read<'fwnode, 'name, T: Property>( in property_read() 586 name: &'name CStr, field
|
| /rust/kernel/ |
| A D | error.rs | 162 pub fn name(&self) -> Option<&'static CStr> { in name() method 179 pub fn name(&self) -> Option<&'static CStr> { in name() method
|
| A D | miscdevice.rs | 28 pub name: &'static CStr, field
|
| /rust/kernel/drm/ |
| A D | driver.rs | 27 pub name: &'static CStr, field
|
| /rust/macros/ |
| A D | module.rs | 96 name: String, field
|
| /rust/kernel/io/ |
| A D | resource.rs | 141 pub fn name(&self) -> Option<&CStr> { in name() method
|
Completed in 19 milliseconds