Home
last modified time | relevance | path

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

12345678910>>...35

/Linux-v5.4/lib/
Ddevres.c57 * devm_ioremap - Managed ioremap()
62 * Managed ioremap(). Map is automatically unmapped on driver detach.
72 * devm_ioremap_nocache - Managed ioremap_nocache()
77 * Managed ioremap_nocache(). Map is automatically unmapped on driver
88 * devm_ioremap_wc - Managed ioremap_wc()
93 * Managed ioremap_wc(). Map is automatically unmapped on driver detach.
103 * devm_iounmap - Managed iounmap()
107 * Managed iounmap(). @addr must have been mapped using devm_ioremap*().
123 * region and ioremaps it. All operations are managed and will be undone
167 * for a given device_node managed by a given device
[all …]
/Linux-v5.4/kernel/irq/
Dmatrix.c16 unsigned int managed; member
86 cm->available -= cm->managed + m->systembits_inalloc; in irq_matrix_online()
111 unsigned int num, bool managed) in matrix_alloc_area() argument
121 if (managed) in matrix_alloc_area()
149 /* Find the best CPU which has the lowest number of managed IRQs allocated */
202 * irq_matrix_reserve_managed - Reserve a managed interrupt in a CPU map
221 cm->managed++; in irq_matrix_reserve_managed()
240 * irq_matrix_remove_managed - Remove managed interrupts in a CPU map
246 * This removes not allocated managed interrupts from the map. It does
247 * not matter which one because the managed interrupts free their
[all …]
/Linux-v5.4/drivers/regulator/
Ddevres.c43 * devm_regulator_get - Resource managed regulator_get()
47 * Managed regulator_get(). Regulators returned from this function are
58 * devm_regulator_get_exclusive - Resource managed regulator_get_exclusive()
62 * Managed regulator_get_exclusive(). Regulators returned from this function
74 * devm_regulator_get_optional - Resource managed regulator_get_optional()
78 * Managed regulator_get_optional(). Regulators returned from this
100 * devm_regulator_put - Resource managed regulator_put()
131 * devm_regulator_bulk_get - managed get multiple regulator consumers
175 * devm_regulator_register - Resource managed regulator_register()
218 * devm_regulator_unregister - Resource managed regulator_unregister()
[all …]
/Linux-v5.4/drivers/gpio/
Dgpiolib-devres.c3 * devres.c - managed gpio resources
47 * devm_gpiod_get - Resource-managed gpiod_get()
52 * Managed gpiod_get(). GPIO descriptors returned from this function are
65 * devm_gpiod_get_optional - Resource-managed gpiod_get_optional()
70 * Managed gpiod_get_optional(). GPIO descriptors returned from this function
83 * devm_gpiod_get_index - Resource-managed gpiod_get_index()
89 * Managed gpiod_get_index(). GPIO descriptors returned from this function are
245 * devm_gpiod_get_index_optional - Resource-managed gpiod_get_index_optional()
251 * Managed gpiod_get_index_optional(). GPIO descriptors returned from this
274 * devm_gpiod_get_array - Resource-managed gpiod_get_array()
[all …]
/Linux-v5.4/Documentation/driver-api/driver-model/
Ddevres.rst2 Devres - Managed Device Resource
16 6. List of managed interfaces: Currently implemented managed interfaces
57 Managed interface is created for resources commonly used by device
59 using dma_alloc_coherent(). The managed version is called
61 for the DMA memory allocated using it is managed and will be
101 detached. If most resources are acquired using managed interface, a
138 managed devm_* versions it is up to you to check if internal operations
139 like allocating memory, have failed. Managed resources pertains to the
142 necessary before moving to the managed devm_* calls.
242 6. List of managed interfaces
[all …]
/Linux-v5.4/drivers/extcon/
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-v5.4/drivers/gpu/drm/vmwgfx/
Dvmwgfx_cmdbuf_res.c34 * struct vmw_cmdbuf_res - Command buffer managed resource entry.
185 * vmw_cmdbuf_res_add - Stage a command buffer managed resource for addition.
225 * vmw_cmdbuf_res_remove - Stage a command buffer managed resource for removal.
278 * vmw_cmdbuf_res_man_create - Allocate a command buffer managed resource
283 * Allocates and initializes a command buffer managed resource manager. Returns
307 * vmw_cmdbuf_res_man_destroy - Destroy a command buffer managed resource
312 * This function destroys a command buffer managed resource manager and
313 * unreferences / frees all command buffer managed resources and -entries
329 * vmw_cmdbuf_res_man_size - Return the size of a command buffer managed
332 * Returns the approximate allocation size of a command buffer managed
/Linux-v5.4/drivers/net/dsa/
DKconfig85 tristate "SMSC/Microchip LAN9303 3-ports 10/100 ethernet switch in I2C managed mode"
91 for I2C managed mode.
94 tristate "SMSC/Microchip LAN9303 3-ports 10/100 ethernet switch in MDIO managed mode"
99 for MDIO managed mode.
120 and VSC7398 SparX integrated ethernet switches in SPI managed mode.
/Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
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()
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()
Dvmmnv04.c103 u32 pd_header, bool managed, u64 addr, u64 size, in nv04_vmm_new_() argument
112 ret = nvkm_vmm_new_(func, mmu, pd_header, managed, addr, size, in nv04_vmm_new_()
121 nv04_vmm_new(struct nvkm_mmu *mmu, bool managed, u64 addr, u64 size, in nv04_vmm_new() argument
129 ret = nv04_vmm_new_(&nv04_vmm, mmu, 8, managed, addr, size, in nv04_vmm_new()
/Linux-v5.4/include/linux/
Dreset.h305 * devm_reset_control_get_exclusive - resource managed
310 * Managed reset_control_get_exclusive(). For reset controllers returned
324 * devm_reset_control_get_exclusive_released - resource managed
329 * Managed reset_control_get_exclusive_released(). For reset controllers
343 * devm_reset_control_get_shared - resource managed reset_control_get_shared()
347 * Managed reset_control_get_shared(). For reset controllers returned from
370 * devm_reset_control_get_exclusive_by_index - resource managed
375 * Managed reset_control_get_exclusive(). For reset controllers returned from
388 * devm_reset_control_get_shared_by_index - resource managed
393 * Managed reset_control_get_shared(). For reset controllers returned from
/Linux-v5.4/Documentation/devicetree/bindings/net/dsa/
Dlan9303.txt7 - "smsc,lan9303-i2c" for I2C managed mode
9 - "smsc,lan9303-mdio" for mdio managed mode
27 I2C managed mode:
65 MDIO managed mode:
/Linux-v5.4/include/trace/events/
Dirq_matrix.h78 __field( unsigned int, managed )
91 __entry->managed = cmap->managed;
98 …TP_printk("bit=%d cpu=%u online=%d avl=%u alloc=%u managed=%u online_maps=%u global_avl=%u, global…
101 __entry->managed, __entry->online_maps,
/Linux-v5.4/Documentation/ABI/testing/
Ddevlink-resource-mlxsw17 Description: The linear section of the KVD is managed by software as a
24 Description: The hash based section of the KVD is managed by the switch
32 Description: The hash based section of the KVD is managed by the switch
/Linux-v5.4/Documentation/driver-api/iio/
Dtriggers.rst6 * :c:func:`devm_iio_trigger_alloc` — Resource-managed iio_trigger_alloc
7 * :c:func:`devm_iio_trigger_free` — Resource-managed iio_trigger_free
8 * :c:func:`devm_iio_trigger_register` — Resource-managed iio_trigger_register
9 * :c:func:`devm_iio_trigger_unregister` — Resource-managed
/Linux-v5.4/arch/arm64/boot/dts/marvell/
Darmada-3720-turris-mox.dts153 managed = "in-band-status";
377 managed = "in-band-status";
384 managed = "in-band-status";
394 managed = "in-band-status";
461 managed = "in-band-status";
568 managed = "in-band-status";
576 managed = "in-band-status";
586 managed = "in-band-status";
653 managed = "in-band-status";
760 managed = "in-band-status";
[all …]
/Linux-v5.4/drivers/base/
Ddevres.c515 * devres_release_all - Release all managed resources
715 * devm_add_action() - add a custom action to list of managed resources
720 * This adds a custom action to the list of managed resources so that
785 * Managed kmalloc/kfree
798 * devm_kmalloc - Resource-managed kmalloc
803 * Managed kmalloc. Memory allocated with this function is
830 * devm_kstrdup - Allocate resource managed space and
856 * devm_kstrdup_const - resource managed conditional string duplication
878 * devm_kvasprintf - Allocate resource managed space and format a string
910 * devm_kasprintf - Allocate resource managed space and format a string
[all …]
/Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/subdev/secboot/
Dbase.c53 * PMU) into HS mode in order to validate the LS firmwares of managed falcons,
54 * load them, and switch managed falcons into LS mode. Once secure boot
78 * managed falcons to LS mode and makes them ready to run the LS firmware.
80 * 5) The managed falcons remain in LS mode and can be started.
117 * nvkm_secboot_is_managed() - check whether a given falcon is securely-managed
206 nvkm_debug(&sb->subdev, "securely managed falcons:\n"); in nvkm_secboot_ctor()
/Linux-v5.4/arch/x86/kernel/cpu/
Dperfctr-watchdog.c114 /* register not managed by the allocator? */ in reserve_perfctr_nmi()
129 /* register not managed by the allocator? */ in release_perfctr_nmi()
142 /* register not managed by the allocator? */ in reserve_evntsel_nmi()
157 /* register not managed by the allocator? */ in release_evntsel_nmi()
/Linux-v5.4/arch/arm/boot/dts/
Dvf610-zii-scu4-aib.dts195 managed = "in-band-status";
203 managed = "in-band-status";
211 managed = "in-band-status";
219 managed = "in-band-status";
227 managed = "in-band-status";
235 managed = "in-band-status";
243 managed = "in-band-status";
283 managed = "in-band-status";
291 managed = "in-band-status";
299 managed = "in-band-status";
/Linux-v5.4/include/linux/soc/ti/
Dti_sci_protocol.h42 * @get_device: Command to request for device managed by TISCI
45 * @idle_device: Command to idle a device managed by TISCI
48 * @put_device: Command to release a device managed by TISCI
79 * @set_device_resets: Command to configure resets for device managed by TISCI.
83 * @get_device_resets: Command to read state of resets for device managed
96 * managed by driver for that purpose.
128 * @idle_clock: Request for Idling a clock managed by processor
129 * @put_clock: Release the clock to be auto managed by TISCI
130 * @is_auto: Is the clock being auto managed
131 * - req_state: state indicating if the clock is auto managed
[all …]
/Linux-v5.4/include/drm/
Ddrm_vram_mm_helper.h30 * @vram_base: Base address of the managed video memory
31 * @vram_size: Size of the managed video memory in bytes
36 * &struct drm_vram_mm.vrm_size are managed by VRAM MM, but are
/Linux-v5.4/sound/soc/
Dsoc-devres.c18 * devm_snd_soc_register_component - resource managed component registration
56 * devm_snd_soc_register_card - resource managed card registration
92 * devm_snd_dmaengine_pcm_register - resource managed dmaengine PCM registration
/Linux-v5.4/drivers/of/
Dof_mdio.c430 const char *managed; in of_phy_is_fixed_link() local
439 err = of_property_read_string(np, "managed", &managed); in of_phy_is_fixed_link()
440 if (err == 0 && strcmp(managed, "auto") != 0) in of_phy_is_fixed_link()
457 const char *managed; in of_phy_register_fixed_link() local
459 if (of_property_read_string(np, "managed", &managed) == 0 && in of_phy_register_fixed_link()
460 strcmp(managed, "in-band-status") == 0) { in of_phy_register_fixed_link()

12345678910>>...35