| /linux/rust/kernel/ |
| H A D | devres.rs | 29 devm: Completion, field 155 devm <- Completion::new(), in new() 202 let inner = ScopeGuard::new_with_data(inner, |inner| inner.devm.complete_all()); in devres_callback() 305 self.inner().devm.wait_for_completion(); in drop() 310 self.inner().devm.wait_for_completion(); in drop()
|
| /linux/drivers/clk/ |
| H A D | clk-fixed-rate.c | 69 unsigned long clk_fixed_flags, bool devm) in __clk_hw_register_fixed_rate() argument 77 if (devm) in __clk_hw_register_fixed_rate() 109 if (devm) in __clk_hw_register_fixed_rate() 114 } else if (devm) in __clk_hw_register_fixed_rate()
|
| H A D | clk-fixed-factor.c | 98 unsigned long acc, unsigned int fixflags, bool devm) in __clk_hw_register_fixed_factor() argument 106 if (devm && !dev) in __clk_hw_register_fixed_factor() 109 if (devm) in __clk_hw_register_fixed_factor() 141 if (devm) in __clk_hw_register_fixed_factor() 146 } else if (devm) in __clk_hw_register_fixed_factor()
|
| /linux/arch/s390/include/asm/ |
| H A D | ccwdev.h | 33 #define CCW_DEVICE_DEVTYPE(cu, cum, dev, devm) \ argument 34 .cu_type=(cu), .cu_model=(cum), .dev_type=(dev), .dev_model=(devm),\ 38 | ((devm) ? CCW_DEVICE_ID_MATCH_DEVICE_MODEL : 0)
|
| /linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
| H A D | g84.c | 43 g84_chan_ramfc_write(struct nvkm_chan *chan, u64 offset, u64 length, u32 devm, bool priv) in g84_chan_ramfc_write() argument 77 nvkm_wo32(chan->ramfc, 0x7c, 0x30000000 | devm); in g84_chan_ramfc_write() 91 .devm = 0xfff,
|
| H A D | nv10.c | 37 nv10_chan_ramfc_write(struct nvkm_chan *chan, u64 offset, u64 length, u32 devm, bool priv) in nv10_chan_ramfc_write() argument
|
| H A D | ga100.c | 70 ga100_chan_ramfc_write(struct nvkm_chan *chan, u64 offset, u64 length, u32 devm, bool priv) in ga100_chan_ramfc_write() argument 80 nvkm_wo32(chan->inst, 0x094, 0x30000000 | devm); in ga100_chan_ramfc_write() 93 .devm = 0xfff,
|
| H A D | nv17.c | 38 nv17_chan_ramfc_write(struct nvkm_chan *chan, u64 offset, u64 length, u32 devm, bool priv) in nv17_chan_ramfc_write() argument
|
| /linux/drivers/gpu/drm/nouveau/include/nvif/ |
| H A D | if0020.h | 13 __u16 devm; member
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/r535/ |
| H A D | fifo.c | 154 r535_chan_ramfc_write(struct nvkm_chan *chan, u64 offset, u64 length, u32 devm, bool priv) in r535_chan_ramfc_write() argument 225 .devm = 0xfff,
|
| /linux/Documentation/leds/ |
| H A D | leds-class.rst | 140 `[devm_]led_classdev_register`. If the non devm version is used the driver
|
| /linux/Documentation/sound/kernel-api/ |
| H A D | writing-an-alsa-driver.rst | 3926 the (device-)managed resources aka devres or devm family. For
|
| /linux/ |
| H A D | MAINTAINERS | 7236 F: include/linux/devm-helpers.h
|