Home
last modified time | relevance | path

Searched full:managed (Results 1 – 25 of 884) sorted by relevance

12345678910>>...36

/linux/drivers/clk/
H A Dclk_kunit_helpers.c17 * clk_prepare_enable_kunit() - Test managed clk_prepare_enable()
53 * clk_get_kunit() - Test managed clk_get()
58 * Just like clk_get(), except the clk is managed by the test case and is
75 * of_clk_get_kunit() - Test managed of_clk_get()
80 * Just like of_clk_get(), except the clk is managed by the test case and is
97 * clk_hw_get_clk_kunit() - Test managed clk_hw_get_clk()
102 * Just like clk_hw_get_clk(), except the clk is managed by the test case and
119 * clk_hw_get_clk_prepared_enabled_kunit() - Test managed clk_hw_get_clk() + clk_prepare_enable()
131 * except the clk is managed by the test case and is automatically disabled and
160 * clk_hw_register_kunit() - Test managed clk_hw_register()
[all …]
/linux/lib/
H A Ddevres.c65 * devm_ioremap - Managed ioremap()
70 * Managed ioremap(). Map is automatically unmapped on driver detach.
80 * devm_ioremap_uc - Managed ioremap_uc()
85 * Managed ioremap_uc(). Map is automatically unmapped on driver detach.
95 * devm_ioremap_wc - Managed ioremap_wc()
100 * Managed ioremap_wc(). Map is automatically unmapped on driver detach.
110 * devm_iounmap - Managed iounmap()
114 * Managed iounmap(). @addr must have been mapped using devm_ioremap*().
175 * region and ioremaps it. All operations are managed and will be undone
213 * for a given device_node managed by a given device
[all …]
/linux/drivers/gpio/
H A Dgpiolib-devres.c3 * devres.c - managed gpio resources
33 * devm_gpiod_get - Resource-managed gpiod_get()
38 * Managed gpiod_get(). GPIO descriptors returned from this function are
56 * devm_gpiod_get_optional - Resource-managed gpiod_get_optional()
61 * Managed gpiod_get_optional(). GPIO descriptors returned from this function
79 * devm_gpiod_get_index - Resource-managed gpiod_get_index()
85 * Managed gpiod_get_index(). GPIO descriptors returned from this function are
165 * devm_gpiod_get_index_optional - Resource-managed gpiod_get_index_optional()
171 * Managed gpiod_get_index_optional(). GPIO descriptors returned from this
197 * devm_gpiod_get_array - Resource-managed gpiod_get_array()
[all …]
/linux/Documentation/devicetree/bindings/net/dsa/
H A Dmscc,ocelot.yaml114 managed = "in-band-status";
121 managed = "in-band-status";
128 managed = "in-band-status";
135 managed = "in-band-status";
183 managed = "in-band-status";
190 managed = "in-band-status";
197 managed = "in-band-status";
204 managed = "in-band-status";
211 managed = "in-band-status";
218 managed = "in-band-status";
[all …]
H A Dlan9303.txt7 - "smsc,lan9303-i2c" for I2C managed mode
9 - "smsc,lan9303-mdio" for mdio managed mode
27 I2C managed mode:
64 MDIO managed mode:
/linux/Documentation/translations/zh_CN/doc-guide/
H A Dcontributing.rst48 - Resource-managed devfreq_register_notifier()
50 - Resource-managed devfreq_unregister_notifier()
58 - Resource-managed devfreq_register_notifier()
76 - Resource-managed devfreq_register_notifier()
78 - Resource-managed devfreq_unregister_notifier()
95 - - Resource-managed devfreq_register_notifier()
96 + * - Resource-managed devfreq_register_notifier()
104 - - Resource-managed devfreq_unregister_notifier()
105 + * - Resource-managed devfreq_unregister_notifier()
/linux/arch/powerpc/boot/dts/fsl/
H A Dt1040rdb.dts119 managed = "in-band-status";
127 managed = "in-band-status";
135 managed = "in-band-status";
143 managed = "in-band-status";
151 managed = "in-band-status";
159 managed = "in-band-status";
167 managed = "in-band-status";
175 managed = "in-band-status";
/linux/arch/arm64/boot/dts/freescale/
H A Dfsl-ls1028a-qds-85bb.dtso27 managed = "in-band-status";
58 managed = "in-band-status";
65 managed = "in-band-status";
72 managed = "in-band-status";
79 managed = "in-band-status";
H A Dfsl-ls1088a-rdb.dts29 managed = "in-band-status";
36 managed = "in-band-status";
43 managed = "in-band-status";
50 managed = "in-band-status";
57 managed = "in-band-status";
64 managed = "in-band-status";
71 managed = "in-band-status";
78 managed = "in-band-status";
H A Dfsl-ls1028a-qds-13bb.dtso29 managed = "in-band-status";
64 managed = "in-band-status";
71 managed = "in-band-status";
78 managed = "in-band-status";
85 managed = "in-band-status";
H A Dfsl-lx2160a-tqmlx2160a-mblx2160a_x_7_x.dtso14 managed = "in-band-status";
19 managed = "in-band-status";
24 managed = "in-band-status";
30 managed = "in-band-status";
H A Dfsl-lx2160a-tqmlx2160a-mblx2160a_x_11_x.dtso14 managed = "in-band-status";
20 managed = "in-band-status";
26 managed = "in-band-status";
32 managed = "in-band-status";
H A Dfsl-ls1028a-qds-9999.dtso41 managed = "in-band-status";
48 managed = "in-band-status";
55 managed = "in-band-status";
62 managed = "in-band-status";
H A Dfsl-ls1028a-qds-65bb.dtso58 managed = "in-band-status";
65 managed = "in-band-status";
72 managed = "in-band-status";
79 managed = "in-band-status";
/linux/lib/kunit/
H A Ddevice.c3 * KUnit-managed device implementation
6 * lifecycle is managed by KUnit.
33 /* If the driver is managed by KUnit and unique to this device. */
79 * Create and register a KUnit-managed struct device_driver on the kunit_bus.
145 * Create and register a new KUnit-managed device, using the user-supplied device_driver.
162 * Create and register a new KUnit-managed device, including a matching device_driver.
188 /* Unregisters a KUnit-managed device early (including the driver, if automatically created). */
H A Dplatform.c3 * Test managed platform driver
41 * kunit_platform_device_alloc() - Allocate a KUnit test managed platform device
46 * Allocate a test managed platform device. The device is put when the test completes.
84 * kunit_platform_device_add() - Register a KUnit test managed platform device
88 * Register a test managed platform device. The device is unregistered when the
238 * kunit_platform_driver_register() - Register a KUnit test managed platform driver
242 * Register a test managed platform driver. This allows callers to embed the
/linux/drivers/extcon/
H A Ddevres.c53 * devm_extcon_dev_allocate - Allocate managed extcon device
90 * devm_extcon_dev_free() - Resource-managed extcon_dev_unregister()
105 * devm_extcon_dev_register() - Resource-managed extcon_dev_register()
141 * devm_extcon_dev_unregister() - Resource-managed extcon_dev_unregister()
156 * devm_extcon_register_notifier() - Resource-managed extcon_register_notifier()
200 * - Resource-managed extcon_unregister_notifier()
217 * - Resource-managed extcon_register_notifier_all()
255 * - Resource-managed extcon_unregister_notifier_all()
/linux/arch/arm64/boot/dts/microchip/
H A Dsparx5_pcb134_board.dtsi730 managed = "in-band-status";
740 managed = "in-band-status";
749 managed = "in-band-status";
758 managed = "in-band-status";
767 managed = "in-band-status";
776 managed = "in-band-status";
785 managed = "in-band-status";
794 managed = "in-band-status";
803 managed = "in-band-status";
812 managed = "in-band-status";
[all …]
/linux/Documentation/driver-api/cxl/linux/
H A Dmemory-hotplug.rst7 the `DAX` driver to surface a `Driver Managed` memory region via the
15 4) Driver-Managed Memory Designation
71 Driver Managed Memory
73 The DAX driver surfaces this memory to memory-hotplug as "Driver Managed". This
74 is not a configurable setting, but it's important to note that driver managed
/linux/Documentation/doc-guide/
H A Dcontributing.rst59 - Resource-managed devfreq_register_notifier()
61 - Resource-managed devfreq_unregister_notifier()
70 - Resource-managed devfreq_register_notifier()
92 - Resource-managed devfreq_register_notifier()
94 - Resource-managed devfreq_unregister_notifier()
111 - - Resource-managed devfreq_register_notifier()
112 + * - Resource-managed devfreq_register_notifier()
120 - - Resource-managed devfreq_unregister_notifier()
121 + * - Resource-managed devfreq_unregister_notifier()
260 managed to turn a big pile into a group of smaller piles. The work of
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dvmmgm200.c144 struct nvkm_mmu *mmu, bool managed, u64 addr, u64 size, in gm200_vmm_new_() argument
168 return nvkm_vmm_new_(func, mmu, 0, managed, addr, size, key, name, pvmm); in gm200_vmm_new_()
172 gm200_vmm_new(struct nvkm_mmu *mmu, bool managed, u64 addr, u64 size, in gm200_vmm_new() argument
176 return gm200_vmm_new_(&gm200_vmm_16, &gm200_vmm_17, mmu, managed, addr, in gm200_vmm_new()
181 gm200_vmm_new_fixed(struct nvkm_mmu *mmu, bool managed, u64 addr, u64 size, in gm200_vmm_new_fixed() argument
185 return gf100_vmm_new_(&gm200_vmm_16, &gm200_vmm_17, mmu, managed, addr, in gm200_vmm_new_fixed()
H A Dvmmgm20b.c57 gm20b_vmm_new(struct nvkm_mmu *mmu, bool managed, u64 addr, u64 size, in gm20b_vmm_new() argument
61 return gm200_vmm_new_(&gm20b_vmm_16, &gm20b_vmm_17, mmu, managed, addr, in gm20b_vmm_new()
66 gm20b_vmm_new_fixed(struct nvkm_mmu *mmu, bool managed, u64 addr, u64 size, in gm20b_vmm_new_fixed() argument
70 return gf100_vmm_new_(&gm20b_vmm_16, &gm20b_vmm_17, mmu, managed, addr, in gm20b_vmm_new_fixed()
/linux/net/
H A Ddevres.c58 * devm_register_netdev - resource managed variant of register_netdev()
64 * detached. Note: the net_device used must also be resource managed by
72 /* struct net_device must itself be managed. For now a managed netdev in devm_register_netdev()
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_cmdbuf_res.c36 * struct vmw_cmdbuf_res - Command buffer managed resource entry.
183 * vmw_cmdbuf_res_add - Stage a command buffer managed resource for addition.
219 * vmw_cmdbuf_res_remove - Stage a command buffer managed resource for removal.
274 * vmw_cmdbuf_res_man_create - Allocate a command buffer managed resource
279 * Allocates and initializes a command buffer managed resource manager. Returns
298 * vmw_cmdbuf_res_man_destroy - Destroy a command buffer managed resource
303 * This function destroys a command buffer managed resource manager and
304 * unreferences / frees all command buffer managed resources and -entries
/linux/include/linux/
H A Ddevm-helpers.h18 * is typical example where IRQs are often devm-managed and WQs are manually
21 * remove() - and before devm managed IRQs are freed - where new IRQ may fire
35 * devm_delayed_work_autocancel - Resource-managed delayed work allocation
60 * devm_work_autocancel - Resource-managed work allocation

12345678910>>...36