Searched refs:as_char_ptr (Results 1 – 14 of 14) sorted by relevance
| /linux-6.15/rust/kernel/ |
| H A D | kunit.rs | 103 file: FILE.as_char_ptr(), 108 condition: CONDITION.as_char_ptr(), 178 name: name.as_char_ptr(), in kunit_case()
|
| H A D | device.rs | 179 c_str!("%pA").as_char_ptr(), in printk() 188 unsafe { bindings::device_property_present(self.as_raw().cast_const(), name.as_char_ptr()) } in property_present()
|
| H A D | pci.rs | 42 (*pdrv.get()).name = name.as_char_ptr(); in register() 50 bindings::__pci_register_driver(pdrv.get(), module.0, name.as_char_ptr()) in register() 284 let ret = unsafe { bindings::pci_request_region(pdev.as_raw(), num, name.as_char_ptr()) }; in new()
|
| H A D | seq_file.rs | 39 c_str!("%pA").as_char_ptr(), in call_printf()
|
| H A D | faux.rs | 36 name.as_char_ptr(), in new()
|
| H A D | firmware.rs | 68 let ret = unsafe { func.0(pfw as _, name.as_char_ptr(), dev.as_raw()) }; in request_internal()
|
| H A D | platform.rs | 43 (*pdrv.get()).driver.name = name.as_char_ptr(); in register()
|
| H A D | miscdevice.rs | 37 result.name = self.name.as_char_ptr(); in into_raw()
|
| H A D | workqueue.rs | 385 name.as_char_ptr(), in new()
|
| H A D | str.rs | 298 pub const fn as_char_ptr(&self) -> *const crate::ffi::c_char { in as_char_ptr() method
|
| /linux-6.15/rust/kernel/sync/ |
| H A D | condvar.rs | 109 bindings::__init_waitqueue_head(slot, name.as_char_ptr(), key.as_ptr()) in new()
|
| H A D | lock.rs | 137 B::init(slot, name.as_char_ptr(), key.as_ptr()) in new()
|
| /linux-6.15/rust/kernel/sync/lock/ |
| H A D | global.rs | 73 B::NAME.as_char_ptr(), in init()
|
| /linux-6.15/rust/kernel/net/ |
| H A D | phy.rs | 507 name: T::NAME.as_char_ptr().cast_mut(), in create_phy_driver()
|