Home
last modified time | relevance | path

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

12345678910>>...43

/linux/drivers/gpu/drm/
H A Ddrm_managed.c21 * DOC: managed resources
23 * Inspired by struct &device managed resources, but tied to the lifetime of
33 * Note that release actions and managed memory can also be added and removed
35 * safe. But it is recommended to use managed resources only for resources that
69 list_for_each_entry_safe(dr, tmp, &dev->managed.resources, node.entry) { in drm_managed_release()
121 spin_lock_irqsave(&dev->managed.lock, flags); in add_dr()
122 list_add(&dr->node.entry, &dev->managed.resources); in add_dr()
123 spin_unlock_irqrestore(&dev->managed.lock, flags); in add_dr()
131 WARN_ON(dev->managed.final_kfree); in drmm_add_final_kfree()
134 dev->managed.final_kfree = container; in drmm_add_final_kfree()
[all …]
/linux/lib/
H A Ddevres.c65 * devm_ioremap - Managed ioremap()
70 * Managed ioremap(). Map is automatically unmapped on driver detach. in devm_ioremap()
80 * devm_ioremap_uc - Managed ioremap_uc()
85 * Managed ioremap_uc(). Map is automatically unmapped on driver detach. in devm_ioremap_uc()
95 * devm_ioremap_wc - Managed ioremap_wc()
100 * Managed ioremap_wc(). Map is automatically unmapped on driver detach. in devm_ioremap_wc()
110 * devm_iounmap - Managed iounmap()
114 * Managed iounmap(). @addr must have been mapped using devm_ioremap*(). in devm_iounmap()
176 * region and ioremaps it. All operations are managed and will be undone
213 * for a given device_node managed b
[all...]
/linux/kernel/irq/
H A Dmatrix.c14 unsigned int managed; member
92 cm->available -= cm->managed + m->systembits_inalloc; in irq_matrix_online()
117 unsigned int num, bool managed) in matrix_alloc_area() argument
127 if (managed) in matrix_alloc_area()
155 /* Find the best CPU which has the lowest number of managed IRQs allocated */
208 * irq_matrix_reserve_managed - Reserve a managed interrupt in a CPU map
227 cm->managed++; in irq_matrix_reserve_managed()
246 * irq_matrix_remove_managed - Remove managed interrupts in a CPU map
252 * This removes not allocated managed interrupts from the map. It does
253 * not matter which one because the managed interrupts free their
[all …]
/linux/include/drm/
H A Ddrm_managed.h16 * drmm_add_action - add a managed release action to a &drm_device
33 * drmm_add_action_or_reset - add a managed release action to a &drm_device
55 * drmm_kzalloc - &drm_device managed kzalloc()
60 * This is a &drm_device managed version of kzalloc(). The allocated memory is
70 * drmm_kmalloc_array - &drm_device managed kmalloc_array()
76 * This is a &drm_device managed version of kmalloc_array(). The allocated
92 * drmm_kcalloc - &drm_device managed kcalloc()
98 * This is a &drm_device managed version of kcalloc(). The allocated memory is
115 * drmm_mutex_init - &drm_device-managed mutex_init()
122 * This is a &drm_device-managed version of mutex_init(). The initialized
H A Ddrm_device.h60 * @managed:
62 * Managed resources linked to the lifetime of this &drm_device as
66 /** @managed.resources: managed resources list */
68 /** @managed.final_kfree: pointer for final kfree() call */
70 /** @managed.lock: protects @managed.resources */
72 } managed; member
/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 …]
/linux/include/linux/
H A Dreset.h548 * devm_reset_control_get_exclusive - resource managed
553 * Managed reset_control_get_exclusive(). For reset controllers returned
567 * devm_reset_control_bulk_get_exclusive - resource managed
573 * Managed reset_control_bulk_get_exclusive(). For reset controllers returned
587 * devm_reset_control_get_exclusive_released - resource managed
592 * Managed reset_control_get_exclusive_released(). For reset controllers
606 * devm_reset_control_bulk_get_exclusive_released - resource managed
612 * Managed reset_control_bulk_get_exclusive_released(). For reset controllers
626 * devm_reset_control_get_optional_exclusive_released - resource managed
631 * Managed-and-optional variant of reset_control_get_exclusive_released(). For
[all …]
/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/drivers/pci/
H A Ddevres.c18 * 2. The region-request-functions in pci.c do become managed IF the device has
21 * obviously managed counter-part (e.g., pci_iomap() <-> pcim_iomap()),
22 * whereas some don't and are never managed, while others don't and are
23 * _sometimes_ managed (e.g. pci_request_region()).
30 * pci.c to the managed functions here in this file. This isn't exactly
93 * sometimes managed, sometimes not.
259 * devm_pci_remap_iospace - Managed pci_remap_iospace()
264 * Managed pci_remap_iospace(). Map is automatically unmapped on driver
290 * devm_pci_remap_cfgspace - Managed pci_remap_cfgspace()
295 * Managed pci_remap_cfgspace(). Map is automatically unmapped on driver
[all …]
/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-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.
146 * Create and register a new KUnit-managed device, using the user-supplied device_driver.
163 * Create and register a new KUnit-managed device, including a matching device_driver.
189 /* Unregisters a KUnit-managed device early (including the driver, if automatically created). */
/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/drivers/net/dsa/
H A DKconfig111 tristate "SMSC/Microchip LAN9303 3-ports 10/100 ethernet switch in I2C managed mode"
118 for I2C managed mode.
121 tristate "Microchip LAN9303/LAN9354 3-ports 10/100 ethernet switch in MDIO managed mode"
126 for MDIO managed mode.
144 and VSC7398 SparX integrated ethernet switches in SPI managed mode.
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A DKconfig168 bool "Mellanox Technologies software-managed steering"
173 Build support for software-managed steering in the NIC.
176 bool "Mellanox Technologies hardware-managed steering"
180 Build support for Hardware-Managed Flow Steering (HMFS) in the NIC.
182 written to ICM by HW (as opposed to SW in software-managed steering),
199 port is managed through devlink. A subfunction supports RDMA, netdevice
/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/Documentation/devicetree/bindings/net/
H A Dmicrochip,sparx5-switch.yaml28 The SparX-5 switch family targets managed Layer 2 and Layer 3
125 - managed
169 managed = "in-band-status";
178 managed = "in-band-status";
187 managed = "in-band-status";
196 managed = "in-band-status";
/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()
/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()

12345678910>>...43