Searched refs:managed (Results 1 - 200 of 429) sorted by relevance

123

/linux-4.1.27/include/uapi/linux/
H A Dicmpv6.h48 managed:1; member in struct:icmp6hdr::__anon13285::icmpv6_nd_ra
51 __u8 managed:1, member in struct:icmp6hdr::__anon13285::icmpv6_nd_ra
75 #define icmp6_addrconf_managed icmp6_dataun.u_nd_ra.managed
H A Ddcbnl.h33 /* This structure contains the IEEE 802.1Qaz ETS managed object
71 * managed object.
88 /* This structure contains the IEEE 802.1Qau QCN managed object.
145 /* This structure contains the IEEE 802.1Qaz PFC managed object
170 * struct cee_pg - CEE Priority-Group managed object
189 * struct cee_pfc - CEE PFC managed object
209 /* This structure contains the IEEE 802.1Qaz APP managed object. This
H A Dvirtio_net.h160 * The MAC filter table is managed by the hypervisor, the guest should
/linux-4.1.27/arch/x86/kernel/cpu/
H A Dperfctr-watchdog.c111 /* register not managed by the allocator? */ reserve_perfctr_nmi()
126 /* register not managed by the allocator? */ release_perfctr_nmi()
139 /* register not managed by the allocator? */ reserve_evntsel_nmi()
154 /* register not managed by the allocator? */ release_evntsel_nmi()
/linux-4.1.27/sound/soc/
H A Dsoc-devres.c23 * devm_snd_soc_register_component - resource managed component registration
61 * devm_snd_soc_register_platform - resource managed platform registration
96 * devm_snd_soc_register_card - resource managed card registration
132 * devm_snd_dmaengine_pcm_register - resource managed dmaengine PCM registration
/linux-4.1.27/drivers/of/
H A Dof_mdio.c267 const char *managed; of_phy_is_fixed_link() local
276 err = of_property_read_string(np, "managed", &managed); of_phy_is_fixed_link()
277 if (err == 0 && strcmp(managed, "auto") != 0) of_phy_is_fixed_link()
296 const char *managed; of_phy_register_fixed_link() local
298 err = of_property_read_string(np, "managed", &managed); of_phy_register_fixed_link()
300 if (strcmp(managed, "in-band-status") == 0) { of_phy_register_fixed_link()
/linux-4.1.27/drivers/gpio/
H A Ddevres.c2 * drivers/gpio/devres.c - managed gpio resources
53 * devm_gpiod_get - Resource-managed gpiod_get()
71 * devm_gpiod_get_optional - Resource-managed gpiod_get_optional()
89 * devm_gpiod_get_index - Resource-managed gpiod_get_index()
174 * devm_gpiod_get_index_optional - Resource-managed gpiod_get_index_optional()
203 * devm_gpiod_get_array - Resource-managed gpiod_get_array()
238 * devm_gpiod_get_array_optional - Resource-managed gpiod_get_array_optional()
263 * devm_gpiod_put - Resource-managed gpiod_put()
278 * devm_gpiod_put_array - Resource-managed gpiod_put_array()
310 * devm_gpio_request - request a GPIO for a managed device
H A Dgpio-tb10x.c51 * @domain: IRQ domain of GPIO generated interrupts managed by this controller
H A Dgpio-sta2x11.c163 * FIXME : this functionality shall be managed (and exported to other drivers)
/linux-4.1.27/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_cmdbuf_res.c39 * struct vmw_cmdbuf_res - Command buffer managed resource entry.
188 * vmw_cmdbuf_res_add - Stage a command buffer managed resource for addition.
228 * vmw_cmdbuf_res_remove - Stage a command buffer managed resource for removal.
275 * vmw_cmdbuf_res_man_create - Allocate a command buffer managed resource
280 * Allocates and initializes a command buffer managed resource manager. Returns
304 * vmw_cmdbuf_res_man_destroy - Destroy a command buffer managed resource
309 * This function destroys a command buffer managed resource manager and
310 * unreferences / frees all command buffer managed resources and -entries
325 * vmw_cmdbuf_res_man_size - Return the size of a command buffer managed
328 * Returns the approximate allocation size of a command buffer managed
H A Dvmwgfx_shader.c537 * Returns a hash key suitable for a command buffer managed resource
569 * as a command buffer managed resource.
644 * @man: Pointer to the command buffer managed resource manager identifying
H A Dvmwgfx_drv.h126 * Resources that are managed using ioctls.
137 * Resources that are managed using command streams.
1055 * Command buffer managed resources - vmwgfx_cmdbuf_res.c
/linux-4.1.27/arch/sh/mm/
H A Dsram.c2 * SRAM pool for tiny memories not otherwise managed.
/linux-4.1.27/drivers/regulator/
H A Ddevres.c67 * devm_regulator_get - Resource managed regulator_get()
82 * devm_regulator_get_exclusive - Resource managed regulator_get_exclusive()
98 * devm_regulator_get_optional - Resource managed regulator_get_optional()
124 * devm_regulator_put - Resource managed regulator_put()
143 * devm_regulator_bulk_get - managed get multiple regulator consumers
194 * devm_regulator_register - Resource managed regulator_register()
237 * devm_regulator_unregister - Resource managed regulator_unregister()
276 * devm_regulator_register_supply_alias - Resource managed
317 * devm_regulator_unregister_supply_alias - Resource managed
439 * devm_regulator_register_notifier - Resource managed
476 * devm_regulator_unregister_notifier - Resource managed
/linux-4.1.27/arch/x86/kernel/
H A Dtest_rodata.c31 * If this test fails, we managed to overwrite the data rodata_test()
58 /* If this test fails, we managed to overwrite the data */ rodata_test()
H A Dxsave.c463 * Record the offsets and sizes of different state managed by the xsave
540 * all the features managed by the xsave setup_init_fpu_buf()
/linux-4.1.27/drivers/gpu/host1x/
H A Dsyncpt.h73 * Client managed sync point are not tracked.
84 /* Return true if sync point is client managed. */ host1x_syncpt_client_managed()
H A Dsyncpt.c325 * If future valueis zero, we have a client managed sync point. In that host1x_syncpt_is_expired()
H A Dcdma.c155 /* If somebody has managed to already start waiting, yield */ host1x_cdma_wait_locked()
/linux-4.1.27/arch/m68k/kernel/
H A Dints.c107 * @irq: first irq to be managed by the controller
108 * @cnt: number of irqs to be managed by the controller
/linux-4.1.27/drivers/sh/intc/
H A Dbalancing.c2 * Support for hardware-managed IRQ auto-distribution.
/linux-4.1.27/drivers/usb/gadget/function/
H A Du_uac1.h35 * This represents the USB side of an audio card device, managed by a USB
H A Du_serial.h40 /* port is managed by gserial_{connect,disconnect} */
H A Du_ether.h48 * This represents the USB side of an "ethernet" link, managed by a USB
H A Duvc_queue.c34 * Video buffers are managed by videobuf2. The driver uses a mutex to protect
H A Du_serial.c57 * is managed in userspace ... OBEX, PTP, and MTP have been mentioned.
65 * inactive; managed by gserial_{connect,disconnect}(). each gserial
71 * isn't opened; managed by gs_open()/gs_close()
/linux-4.1.27/arch/sh/include/cpu-sh2/cpu/
H A Dwatchdog.h18 * At least on the bright side no one has managed to screw over WTCSR
/linux-4.1.27/arch/powerpc/include/asm/
H A Dmmu-40x.h14 * TLB entries are managed entirely under software control by reading,
H A Dpte-40x.h10 * hardware-managed, 4-entry, fully-associative TLB which serves as a
/linux-4.1.27/kernel/
H A Dworkqueue_internal.h68 * Scheduler hooks for concurrency managed workqueue. Only to be used from
/linux-4.1.27/include/linux/
H A Dmiscdevice.h8 * These allocations are managed by device@lanana.org. If you use an
H A Delevator.h86 /* managed by elevator core */
97 /* managed by elevator core */
H A Dgenalloc.h3 * memory, for example, memory that is not managed by the regular
H A Dioc4.h28 * PCI resource is managed by the main IOC4 driver because it contains
H A Diocontext.h60 * itself are also RCU managed and lookup can be performed holding only
H A Dgpio.h80 /* CONFIG_GPIOLIB: bindings for managed devices that want to request gpios */
H A Didr.h113 * pointers lifetimes are correctly managed.
H A Dioport.h208 /* Wrappers for managed devices */
H A Dipack.h94 * is not the same with PCI carrier or VME carrier. The endianness is managed
H A Dkey-type.h74 * kernel managed key type definition
H A Dclk.h220 * devm_clk_get - lookup and obtain a managed reference to a clock producer.
287 * devm_clk_put - "free" a managed clock source
H A Diommu.h66 * IOMMU_DOMAIN_UNMANAGED - DMA mappings managed by IOMMU-API user, used
/linux-4.1.27/drivers/iio/
H A Dkfifo_buf.c181 * devm_iio_fifo_allocate - Resource-managed iio_kfifo_allocate()
208 * devm_iio_fifo_free - Resource-managed iio_kfifo_free()
H A Dindustrialio-trigger.c499 * devm_iio_trigger_alloc - Resource-managed iio_trigger_alloc()
542 * devm_iio_trigger_free - Resource-managed iio_trigger_free()
H A Dindustrialio-core.c1032 * devm_iio_device_alloc - Resource-managed iio_device_alloc()
1067 * devm_iio_device_free - Resource-managed iio_device_free()
1281 * devm_iio_device_register - Resource-managed iio_device_register()
1317 * devm_iio_device_unregister - Resource-managed iio_device_unregister()
/linux-4.1.27/arch/sparc/include/asm/
H A Diommu_32.h105 unsigned long start; /* First managed virtual address */
106 unsigned long end; /* Last managed virtual address */
/linux-4.1.27/arch/microblaze/include/asm/
H A Dmmu.h71 * instruction side has a hardware-managed, 2,4, or 8-entry, fully-associative
88 * TLB entries are managed entirely under software control by reading,
/linux-4.1.27/kernel/irq/
H A Ddevres.c29 * devm_request_threaded_irq - allocate an interrupt line for a managed device
76 * devm_request_any_context_irq - allocate an interrupt line for a managed device
/linux-4.1.27/fs/jffs2/
H A Dcompr_rtime.c66 /* Tell the caller how much we managed to compress, and how much space it took */ jffs2_rtime_compress()
H A Dcompr_rubin.c284 /* Tell the caller how much we managed to compress, rubin_do_compress()
/linux-4.1.27/include/linux/spi/
H A Dspi_gpio.h50 * All GPIO signals used with the SPI bus managed through this driver
/linux-4.1.27/net/dccp/ccids/lib/
H A Dloss_interval.h41 * @ring: Circular queue managed in LIFO manner
/linux-4.1.27/sound/pci/asihpi/
H A Dhpios.c49 /*?? any benefit in using managed dmam_alloc_coherent? */ hpios_locked_mem_alloc()
/linux-4.1.27/drivers/input/
H A Dinput-polldev.c219 * devm_input_allocate_polled_device - allocate managed polled device
226 * from * its driver (or binding fails). Once such managed polled device
231 * If you want to manually unregister and free such managed polled devices,
H A Dinput.c1830 * devm_input_allocate_device - allocate managed input device
1837 * its driver (or binding fails). Once managed input device is allocated,
1840 * variants, regular ones work with both managed and unmanaged devices,
1841 * should you need them. In most cases however, managed input device need
2069 * Note that this function is also used to register managed input devices
2070 * (ones allocated with devm_input_allocate_device()). Such managed input
2073 * that tear down of managed input devices is internally a 2-step process:
2074 * registered managed input device is first unregistered, but stays in
2076 * not be delivered anywhere). The freeing of managed input device will
H A Dmatrix-keymap.c147 * If @keymap is %NULL the function will automatically allocate managed
/linux-4.1.27/drivers/base/
H A Ddevres.c501 * devres_release_all - Release all managed resources
701 * devm_add_action() - add a custom action to list of managed resources
706 * This adds a custom action to the list of managed resources so that
762 * devm_kmalloc - Resource-managed kmalloc
794 * devm_kstrdup - Allocate resource managed space and
820 * devm_kvasprintf - Allocate resource managed space and format a string
852 * devm_kasprintf - Allocate resource managed space and format a string
876 * devm_kfree - Resource-managed kfree
892 * devm_kmemdup - Resource-managed kmemdup
898 * Duplicate region of a memory using resource managed kmalloc
933 * devm_get_free_pages - Resource-managed __get_free_pages
972 * devm_free_pages - Resource-managed free_pages
/linux-4.1.27/arch/ia64/include/asm/sn/
H A Dtioca.h492 * PCI addresses which are managed by the dma interfaces in this file. The
494 * The AGP portion of the aperature is managed by the agpgart_be.c driver
524 * | Space managed by this driver
527 * | Space managed by /dev/agpgart driver
532 * | Space managed by this driver
535 * | Space managed by this driver
/linux-4.1.27/lib/
H A Dgenalloc.c3 * memory, for example, memory that is not managed by the regular
150 * memory not managed by the regular kmalloc/kfree interface.
453 * gen_pool_size - get size in bytes of memory managed by the pool
456 * Return size in bytes of memory managed by the pool.
574 * devm_gen_pool_create - managed gen_pool_create
580 * memory not managed by the regular kmalloc/kfree interface. The pool will be
H A Ddevres.c124 * the resource's flags. All operations are managed and will be undone on
258 * exist and @pdev is managed, it will be allocated. All iomaps
H A Dflex_array.c2 * Flexible array managed in PAGE_SIZE parts
/linux-4.1.27/include/net/
H A Dregulatory.h153 * A self-managed wiphys only employs regulatory information obtained from
156 * system. Conversely, a self-managed wiphy does not share its regulatory
158 * devices, one or more of which are self-managed, there might be
H A Diw_handler.h409 * is managed by the core of Wireless Extensions or the 802.11 layer.
422 /* Legacy structure managed by the ipw2x00-specific IEEE 802.11 layer */
/linux-4.1.27/drivers/iommu/
H A Diommu-sysfs.c102 * IOMMU drivers can indicate a device is managed by a given IOMMU using
H A Ddmar.c58 * before IO devices managed by that unit.
60 * after IO devices managed by that unit.
1847 * All PCI devices managed by this unit should have been destroyed. dmar_hp_remove_drhd()
/linux-4.1.27/drivers/i2c/busses/
H A Di2c-designware-baytrail.c148 dev_info(dev->dev, "I2C bus managed by PUNIT\n"); i2c_dw_eval_lock_support()
H A Di2c-at91.c410 * However for write transactions managed by the CPU, we first write at91_do_twi_transfer()
415 * Also when a write transaction is managed by the DMA controller, at91_do_twi_transfer()
/linux-4.1.27/include/scsi/
H A Dscsi_transport_fc.h221 * Private attributes are transport-managed values. They are fully
222 * managed by the transport w/o driver interaction.
230 /* Private (Transport-managed) Attributes */
325 * Private attributes are transport-managed values. They are fully
326 * managed by the transport w/o driver interaction.
337 /* Private (Transport-managed) Attributes */
487 * Private attributes are transport-managed values. They are fully
488 * managed by the transport w/o driver interaction.
526 /* Private (Transport-managed) Attributes */
/linux-4.1.27/include/uapi/sound/
H A Dcompress_params.h250 * @managed: Boolean. Set bitrate management mode. This turns off the
254 * @max_bit_rate: Enabled only if managed is TRUE
255 * @min_bit_rate: Enabled only if managed is TRUE
267 __u32 managed; member in struct:snd_enc_vorbis
/linux-4.1.27/arch/blackfin/mm/
H A Dinit.c97 printk(KERN_DEBUG "Kernel managed physical pages: %lu\n", max_mapnr); mem_init()
/linux-4.1.27/drivers/leds/
H A Dled-class.c334 * devm_led_classdev_register - resource managed led_classdev_register()
372 * devm_led_classdev_unregister() - resource managed led_classdev_unregister()
/linux-4.1.27/drivers/mmc/core/
H A Dslot-gpio.c96 * As devm_* managed functions are used in mmc_gpio_request_ro(), client
176 * As devm_* managed functions are used in mmc_gpio_request_cd(), client
H A Dmmc_ops.c156 * SPI hosts ignore ios.chip_select; it's managed according to mmc_go_idle()
/linux-4.1.27/drivers/base/regmap/
H A Dregmap-spmi.c110 * devm_regmap_init_spmi_base(): Create managed regmap for Base register space
241 * devm_regmap_init_spmi_ext(): Create managed regmap for Ext register space
H A Dregmap-i2c.c258 * devm_regmap_init_i2c(): Initialise managed register map
H A Dregmap-mmio.c325 * devm_regmap_init_mmio_clk(): Initialise managed register map with clock
/linux-4.1.27/drivers/video/backlight/
H A Dlcd.c282 * devm_lcd_device_register - resource managed lcd_device_register()
318 * devm_lcd_device_unregister - resource managed lcd_device_unregister()
H A Dbacklight.c481 * devm_backlight_device_register - resource managed backlight_device_register()
521 * devm_backlight_device_unregister - resource managed backlight_device_unregister()
/linux-4.1.27/arch/s390/include/uapi/asm/
H A Dvtoc.h100 __u8 DS1SMSFG; /* system managed storage indicators */
133 __u8 DS4SMSFG; /* system managed storage indicators */
/linux-4.1.27/scripts/dtc/
H A Dutil.h93 * @param len If non-NULL, the amount of data we managed to read
111 * @param len If non-NULL, the amount of data we managed to read
/linux-4.1.27/drivers/infiniband/ulp/srpt/
H A Dib_srpt.h162 * enum srpt_command_state - SCSI command state managed by SRPT.
378 * @device: Backpointer to the struct ib_device managed by the IB core.
412 * struct srpt_node_acl - Per-initiator ACL data (managed via configfs).
/linux-4.1.27/drivers/s390/crypto/
H A Dzcrypt_cex4.c39 * But the maximum time limit managed by the stomper code is set to 60sec.
/linux-4.1.27/arch/x86/include/asm/
H A Dstackprotector.h26 * As gcc requires the stack canary at %gs:20, %gs can't be managed
H A Ddesc.h379 /* used_vectors is BITMAP for irq is not managed by percpu vector_irq */
/linux-4.1.27/arch/tile/include/hv/
H A Dnetio_errors.h107 /** Cannot combine user-managed shared memory and cache coherence. */
/linux-4.1.27/arch/mips/include/asm/mach-pmcs-msp71xx/
H A Dmsp_cic_int.h29 * The PMC-Sierra CIC interrupts are all centrally managed by the
/linux-4.1.27/drivers/md/persistent-data/
H A Ddm-transaction-manager.h120 * that has a space map managed by the transaction manager...
/linux-4.1.27/arch/powerpc/sysdev/xics/
H A Dics-opal.c2 * ICS backend for OPAL managed interrupts.
/linux-4.1.27/arch/sh/boards/mach-x3proto/
H A Dilsel.c39 * to the interrupt level, the level map is carefully managed to ensure a
/linux-4.1.27/arch/arm64/kvm/
H A Dinject_fault.c125 * an AArch32 fault, it means we managed to trap an EL0 fault. inject_abt64()
/linux-4.1.27/drivers/rtc/
H A Dclass.c302 * devm_rtc_device_register - resource managed rtc_device_register()
339 * devm_rtc_device_unregister - resource managed devm_rtc_device_unregister()
H A Drtc-dev.c429 * - Update (UIE) ... currently only managed through ioctls rtc_dev_release()
/linux-4.1.27/fs/nfs/
H A Dfscache-index.c155 * permits coherency to be managed when a new inode binds to an already extant
322 * Coherency is managed by comparing the copies of i_size, i_mtime and i_ctime
/linux-4.1.27/sound/hda/
H A Dhdac_regmap.c127 case AC_VERB_GET_CONV: /* managed in PCM code */ hda_readable_reg()
128 case AC_VERB_GET_CVT_CHAN_COUNT: /* managed in HDMI CA code */ hda_readable_reg()
/linux-4.1.27/sound/pci/aw2/
H A Daw2-saa7146.c208 "Substream number is not 0 or 1 -> not managed\n"); snd_aw2_saa7146_pcm_init_playback()
254 "Substream number is not 0 -> not managed\n"); snd_aw2_saa7146_pcm_init_capture()
/linux-4.1.27/include/drm/ttm/
H A Dttm_bo_driver.h163 * range to be managed in pages.
190 * This function should allocate space in the memory type managed
246 * managed by this memory type.
247 * @gpu_offset: If used, the GPU offset of the first managed page of
248 * fixed memory or the first managed location in an aperture.
249 * @size: Size of the managed region.
/linux-4.1.27/drivers/pwm/
H A Dcore.c715 * devm_pwm_get() - resource managed pwm_get()
743 * devm_of_pwm_get() - resource managed of_pwm_get()
783 * devm_pwm_put() - resource managed pwm_put()
/linux-4.1.27/drivers/clk/bcm/
H A Dclk-kona.h106 * Gating control and status is managed by a 32-bit gate register.
113 * managed automatically by the hardware. Such clocks can be
143 * ENABLED means this software-managed gate is *supposed* to be enabled
/linux-4.1.27/drivers/net/phy/
H A Dmdio_bus.c88 * devm_mdiobus_alloc_size - Resource-managed mdiobus_alloc_size()
123 * devm_mdiobus_free - Resource-managed mdiobus_free()
/linux-4.1.27/drivers/devfreq/
H A Ddevfreq-event.c391 * devm_devfreq_event_add_edev() - Resource-managed devfreq_event_add_edev()
423 * devm_devfreq_event_remove_edev()- Resource-managed devfreq_event_remove_edev()
H A Ddevfreq.c562 * devm_devfreq_add_device() - Resource-managed devfreq_add_device()
598 * devm_devfreq_remove_device() - Resource-managed devfreq_remove_device()
1181 * - Resource-managed devfreq_register_opp_notifier()
1210 * - Resource-managed devfreq_unregister_opp_notifier()
/linux-4.1.27/drivers/dma/
H A Dacpi-dma.c225 * devm_acpi_dma_controller_register - resource managed acpi_dma_controller_register()
260 * devm_acpi_dma_controller_free - resource managed acpi_dma_controller_free()
/linux-4.1.27/include/media/
H A Dsoc_camera.h171 /* Optional regulators that have to be managed on power on/off events */
230 /* Optional regulators that have to be managed on power on/off events */
/linux-4.1.27/drivers/irqchip/
H A Dirq-atmel-aic.c36 /* Number of irq lines managed by AIC */
H A Dirq-atmel-aic5.c36 /* Number of irq lines managed by AIC */
/linux-4.1.27/drivers/i2c/
H A Di2c-smbus.c166 /* IRQ and memory resources are managed so they are freed automatically */ smbalert_remove()
/linux-4.1.27/drivers/staging/android/ion/
H A Dion.h80 * managed by the kernel
/linux-4.1.27/drivers/staging/android/uapi/
H A Dion.h65 caches must be managed manually */
/linux-4.1.27/drivers/reset/
H A Dcore.c252 * devm_reset_control_get - resource managed reset_control_get()
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/
H A Dlproc_mdc.c196 * when CMD is enabled, and dir pages are managed in MDC layer.
/linux-4.1.27/drivers/parport/
H A Dprobe.c122 /* If the device didn't tell us its class, maybe we have managed to parse_data()
/linux-4.1.27/drivers/gpu/drm/gma500/
H A Dgem.c162 * Invoked when a fault occurs on an mmap of a GEM managed area. GEM
/linux-4.1.27/drivers/input/misc/
H A Dideapad_slidebar.c24 * LEDs blinking and input mode are managed via sysfs,
/linux-4.1.27/arch/tile/include/uapi/arch/
H A Dchip_tilegx.h230 /** Is INTCTRL_3 managed with the correct MPL? */
H A Dchip_tilepro.h230 /** Is INTCTRL_3 managed with the correct MPL? */
/linux-4.1.27/drivers/char/tpm/st33zp24/
H A Di2c.c133 * power management can be also managed by TPM specific st33zp24_i2c_of_request_resources()
H A Dspi.c253 * power management can be also managed by TPM specific tpm_stm_spi_of_request_resources()
/linux-4.1.27/arch/mips/include/asm/octeon/
H A Dcvmx-bootinfo.h253 * Set aside a range for customer boards. These numbers are managed
/linux-4.1.27/drivers/tty/vt/
H A Dselection.c156 * The entire selection process is managed under the console_lock. It's
/linux-4.1.27/drivers/usb/host/
H A Dehci-mem.c115 /* The queue heads and transfer descriptors are managed from pools tied
/linux-4.1.27/fs/ocfs2/cluster/
H A Dmasklog.h51 * All this bitmask nonsense is managed from the files under
/linux-4.1.27/fs/squashfs/
H A Ddir.c48 * (if any) we have managed to read - the index isn't essential, just
H A Dnamei.c73 * (if any) we have managed to read - the index isn't essential, just
/linux-4.1.27/fs/udf/
H A Dtruncate.c247 /* We managed to free all extents in the udf_truncate_extents()
/linux-4.1.27/fs/ufs/
H A Dcylinder.c124 * The cache is managed by LRU algorithm.
/linux-4.1.27/include/pcmcia/
H A Dss.h165 * insertio events are actually managed by the PCMCIA layer.*/
/linux-4.1.27/arch/frv/lib/
H A Dmemset.S22 # GR4, GR7, GR8, and GR11 must be managed
/linux-4.1.27/sound/core/
H A Ddevice.c36 * The device will be assigned to the card and managed together
/linux-4.1.27/fs/
H A Dnamei.c1057 * Handle a dentry that is managed in some way.
1069 unsigned managed; follow_managed() local
1076 while (managed = ACCESS_ONCE(path->dentry->d_flags), follow_managed()
1077 managed &= DCACHE_MANAGED_DENTRY, follow_managed()
1078 unlikely(managed != 0)) { follow_managed()
1081 if (managed & DCACHE_MANAGE_TRANSIT) { follow_managed()
1090 if (managed & DCACHE_MOUNTED) { follow_managed()
1109 if (managed & DCACHE_NEED_AUTOMOUNT) { follow_managed()
1151 * we meet a managed dentry that would need blocking.
1159 * Don't forget we might have a non-mountpoint managed dentry __follow_mount_rcu()
1254 unsigned managed; follow_down() local
1257 while (managed = ACCESS_ONCE(path->dentry->d_flags), follow_down()
1258 unlikely(managed & DCACHE_MANAGED_DENTRY)) { follow_down()
1269 if (managed & DCACHE_MANAGE_TRANSIT) { follow_down()
1279 if (managed & DCACHE_MOUNTED) { follow_down()
/linux-4.1.27/drivers/misc/vmw_vmci/
H A Dvmci_guest.c688 /* The rest are managed resources and will be freed by PCI core */ vmci_guest_probe_device()
747 /* The rest are managed resources and will be freed by PCI core */ vmci_guest_remove_device()
/linux-4.1.27/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_flat_memory.c59 * a set of page tables we call GPUVM and these page tables are managed by
65 * the same page tables used by host x86 processors and that are managed by
/linux-4.1.27/arch/x86/crypto/sha-mb/
H A Dsha1_mb.c221 * Otherwise, all jobs currently being managed by the hash_ctx_mgr still need processing. sha1_ctx_mgr_get_comp_ctx()
341 * Otherwise, all jobs currently being managed by the sha1_ctx_mgr sha1_ctx_mgr_flush()
/linux-4.1.27/drivers/base/power/
H A Dqos.c483 * @notifier: notifier block managed by caller.
542 * @notifier: notifier block managed by caller.
H A Dsysfs.c21 * + "auto\n" to allow the device to be power managed at run time;
22 * + "on\n" to prevent the device from being power managed at run time;
H A Dclock_ops.c68 dev_dbg(dev, "Clock %s managed by runtime PM.\n", ce->con_id); pm_clk_acquire()
/linux-4.1.27/drivers/acpi/
H A Dpower.c27 * ACPI power-managed devices may be controlled in two ways:
33 * plane, clock plane, or other resource used by a power managed device.
H A Dbus.c576 * confident that any regulators are managed by the firmware acpi_subsystem_init()
/linux-4.1.27/drivers/ata/
H A Dlibahci_platform.c194 * This function enables all ahci_platform managed resources in the
238 * This function disables all ahci_platform managed resources in the
H A Dpata_it821x.c54 * volumes are managed by the controller firmware and each IDE "disk"
122 * current clock. These share the same register so are managed by
/linux-4.1.27/drivers/power/
H A Dpower_supply_core.c818 * power_supply_register() - Register managed power supply
854 * power_supply_register() - Register managed non-waking-source power supply
H A Dolpc_battery.c341 and managed to read it out before the battery went away. */ olpc_bat_get_property()
/linux-4.1.27/arch/powerpc/platforms/52xx/
H A Dmpc52xx_pic.c73 * for this is that the four external interrupts are all managed with the same
76 * the 4 external irqs to be managed using a separate set of hooks. The
/linux-4.1.27/drivers/ide/
H A Dpalm_bk3710.c226 * REVISIT: the ATA reset signal needs to be managed through a palm_bk3710_chipinit()
H A Dit821x.c43 * volumes are managed by the controller firmware and each IDE "disk"
/linux-4.1.27/drivers/media/usb/uvc/
H A Duvc_queue.c33 * Video buffers are managed by videobuf2. The driver uses a mutex to protect
/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_crypto.h69 * Algorithms: modular crypto algorithm implementations, managed
/linux-4.1.27/drivers/nfc/st21nfca/
H A Dst21nfca_se.c264 /* hardware reset managed through VCC_UICC_OUT power supply */ st21nfca_se_wt_timeout()
/linux-4.1.27/arch/tile/include/arch/
H A Dmpipe.h192 * Reads as one to indicate that this is a hardware managed buffer.
/linux-4.1.27/arch/tile/include/asm/
H A Dpage.h88 * User L2 page tables are managed as one L2 page table per page,
/linux-4.1.27/drivers/gpu/drm/msm/
H A Dmsm_drv.h135 /* NOTE: mm managed at the page level, size is in # of pages
/linux-4.1.27/drivers/hv/
H A Dhv_util.c334 * The set of services managed by the util driver are not performance util_probe()
/linux-4.1.27/drivers/usb/gadget/udc/
H A Dnet2280.h217 * FSM value for Defect 7374 (U1U2 Test) is managed in
/linux-4.1.27/fs/ocfs2/
H A Dbuffer_head_io.c158 /* No need to wait on the buffer if it's managed by JBD. */ ocfs2_read_blocks_sync()
H A Dstack_o2cb.c280 * managed to connect to all nodes or not. If not, then list the nodes o2cb_cluster_check()
H A Dstackglue.h239 /* These are managed by the stackglue code. */
/linux-4.1.27/drivers/pinctrl/samsung/
H A Dpinctrl-samsung.h206 * @ctrl: pin controller instance managed by the driver.
/linux-4.1.27/arch/mn10300/kernel/
H A Dhead.S419 * - the high 2G region is managed directly by the MMU
/linux-4.1.27/mm/
H A Dprocess_vm_access.c217 /* If we have managed to copy any data at all then process_vm_rw_core()
/linux-4.1.27/net/wireless/
H A Dwext-sme.c2 * cfg80211 wext compat for managed mode.
/linux-4.1.27/sound/pci/lx6464es/
H A Dlx_defs.h103 depends upon the number of managed channels. For now, 64 IN + 64 OUT are
/linux-4.1.27/sound/soc/rockchip/
H A Drockchip_i2s.c456 "Failed to initialise managed register map\n"); rockchip_i2s_probe()
/linux-4.1.27/drivers/extcon/
H A Dextcon.c648 * devm_extcon_dev_allocate - Allocate managed extcon device
952 * devm_extcon_dev_register() - Resource-managed extcon_dev_register()
989 * devm_extcon_dev_unregister() - Resource-managed extcon_dev_unregister()
/linux-4.1.27/include/uapi/drm/
H A Di915_drm.h423 * Beginning offset in the GTT to be managed by the DRM memory
428 * Ending offset in the GTT to be managed by the DRM memory
869 * has bit 6 swizzling that can't be managed correctly by GEM.
/linux-4.1.27/arch/arm/mach-omap2/
H A Domap_hwmod.h301 * Parameter names beginning with an underscore are managed internally by
544 * These are for internal use only and are managed by the omap_hwmod code.
649 * Parameter names beginning with an underscore are managed internally by
/linux-4.1.27/drivers/pinctrl/
H A Dcore.c290 * and pin list based GPIO ranges is managed correctly by this function.
1064 * struct devm_pinctrl_get() - Resource managed pinctrl_get()
1098 * devm_pinctrl_put() - Resource managed pinctrl_put()
/linux-4.1.27/drivers/tty/hvc/
H A Dhvc_iucv.c774 * to a terminal managed by this device driver.
780 * Returns 0 if @path belongs to a terminal managed by the this device driver;
797 /* First, check if the pending path request is managed by this hvc_iucv_path_pending()
/linux-4.1.27/drivers/media/platform/marvell-ccic/
H A Dmmp-driver.c385 * should really be managed outside of this driver? mmpcam_probe()
/linux-4.1.27/drivers/media/platform/soc_camera/
H A Dsoc_scale_crop.c123 /* Try to fix cropping, that camera hasn't managed to set */ soc_camera_client_s_crop()
/linux-4.1.27/drivers/net/irda/
H A Ddonauboe.h53 /* However I have not seen it, not have I managed to contact */
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
H A Dfw-api-mac.h109 * @FW_MAC_TYPE_BSS_STA: BSS (managed) station
/linux-4.1.27/drivers/net/wireless/rt2x00/
H A Drt2x00link.c340 * when we have received some frames and we managed to rt2x00link_tuner()
/linux-4.1.27/drivers/scsi/isci/
H A Drequest.h90 #define IREQ_NO_AUTO_FREE_TAG 7 /* Set when being explicitly managed */
/linux-4.1.27/drivers/nfc/st21nfcb/
H A Dst21nfcb_se.c643 /* hardware reset managed through VCC_UICC_OUT power supply */ st21nfcb_se_wt_timeout()
/linux-4.1.27/drivers/infiniband/hw/ipath/
H A Dipath_registers.h325 * in one system, to be managed by one driver.
/linux-4.1.27/arch/tile/include/gxio/
H A Dtrio.h110 * memory. The DMA engines are managed via an API that is very
/linux-4.1.27/drivers/char/
H A Dnvram.c18 * Checksums over the NVRAM contents are managed by this driver. In case of a
/linux-4.1.27/drivers/gpu/drm/savage/
H A Dsavage_drv.h44 * 2.1 Scissors registers managed by the DRM, 3D operations clipped by
/linux-4.1.27/drivers/tty/
H A Dtty_buffer.c242 * buffer. If we fail return the size we managed to find.
/linux-4.1.27/fs/logfs/
H A Dinode.c239 * other file, is managed with a inode. The inode file's inode, aka master
/linux-4.1.27/include/linux/regulator/
H A Dconsumer.h143 * @consumer: The regulator consumer for the supply. This will be managed
/linux-4.1.27/arch/parisc/kernel/
H A Dirq.c149 /* XXX: Needs to be written. We managed without it so far, but
/linux-4.1.27/arch/arm/mach-pxa/
H A Dtosa.c163 /* IrDA is managed in other way */
/linux-4.1.27/arch/arc/include/asm/
H A Dpgtable.h45 * ARC700 MMU only deals with softare managed TLB entries.
/linux-4.1.27/net/sched/
H A Dcls_api.c107 /* Select new prio value from the range, managed by kernel. */
H A Dsch_fq_codel.c35 * Each flow has a CoDel managed queue.
/linux-4.1.27/include/linux/mfd/
H A Dintel_msic.h449 * _only_ valid for devices which are managed by the MSIC.
/linux-4.1.27/drivers/gpu/drm/
H A Ddrm_mm.c737 * @start: start of the range managed by @mm
738 * @size: end of the range managed by @mm
/linux-4.1.27/drivers/virt/
H A Dfsl_hypervisor.c21 * 4. A kernel interface for receiving callbacks when a managed partition
868 * the state of the managed partition changes to fsl_hypervisor_init()
/linux-4.1.27/drivers/md/
H A Dmd.h250 * managed externally */
261 int external_size; /* size managed
/linux-4.1.27/arch/blackfin/kernel/
H A Dsetup.c547 * [memory_start, memory_end]: dynamic memory managed by kernel
553 * [_ramend, physical_mem_end]: memory not managed by kernel
/linux-4.1.27/net/mac80211/
H A Dsta_info.h134 * This structure's lifetime is managed by RCU, assignments to
181 * This structure's lifetime is managed by RCU, assignments to
H A Dstatus.c218 * talking to, and on a managed interface that can ieee80211_frame_acked()
220 * this variable in managed mode is before association. ieee80211_frame_acked()
/linux-4.1.27/include/linux/mlx4/
H A Ddevice.h107 * -device managed - High level API for ib and eth flow steering. FW is
137 return "Device managed flow steering"; mlx4_steering_mode_str()
/linux-4.1.27/drivers/net/ethernet/intel/i40e/
H A Di40e.h373 * whether DCBx is managed by firmware or host
/linux-4.1.27/drivers/net/ethernet/marvell/
H A Dmvneta.c3032 const char *managed; mvneta_probe() local
3091 err = of_property_read_string(dn, "managed", &managed); mvneta_probe()
3093 strcmp(managed, "in-band-status") == 0); mvneta_probe()
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/
H A Dfw.c131 [3] = "Device managed flow steering support", dump_dev_cap_flags2()
137 [9] = "Device managed flow steering IPoIB support", dump_dev_cap_flags2()
1194 /* turn off device-managed steering capability if not enabled */ mlx4_QUERY_DEV_CAP_wrapper()
1203 /* turn off ipoib managed steering for guests */ mlx4_QUERY_DEV_CAP_wrapper()
/linux-4.1.27/drivers/media/
H A Dmedia-entity.c50 * The pads array is managed by the entity driver and passed to
/linux-4.1.27/drivers/net/ppp/
H A Dppp_deflate.c247 * See if we managed to reduce the size of the packet. z_compress()
/linux-4.1.27/drivers/misc/echo/
H A Decho.c58 One other interesting change is that I have managed to get the NLMS
/linux-4.1.27/drivers/misc/mei/
H A Dmei_dev.h576 /* driver managed amthif list for reading completed amthif cmd data */

Completed in 5672 milliseconds

123