/linux-4.1.27/include/uapi/linux/ |
H A D | icmpv6.h | 48 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 D | dcbnl.h | 33 /* 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 D | virtio_net.h | 160 * The MAC filter table is managed by the hypervisor, the guest should
|
/linux-4.1.27/arch/x86/kernel/cpu/ |
H A D | perfctr-watchdog.c | 111 /* 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 D | soc-devres.c | 23 * 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 D | of_mdio.c | 267 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 D | devres.c | 2 * 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 D | gpio-tb10x.c | 51 * @domain: IRQ domain of GPIO generated interrupts managed by this controller
|
H A D | gpio-sta2x11.c | 163 * FIXME : this functionality shall be managed (and exported to other drivers)
|
/linux-4.1.27/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_cmdbuf_res.c | 39 * 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 D | vmwgfx_shader.c | 537 * 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 D | vmwgfx_drv.h | 126 * 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 D | sram.c | 2 * SRAM pool for tiny memories not otherwise managed.
|
/linux-4.1.27/drivers/regulator/ |
H A D | devres.c | 67 * 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 D | test_rodata.c | 31 * 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 D | xsave.c | 463 * 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 D | syncpt.h | 73 * Client managed sync point are not tracked. 84 /* Return true if sync point is client managed. */ host1x_syncpt_client_managed()
|
H A D | syncpt.c | 325 * If future valueis zero, we have a client managed sync point. In that host1x_syncpt_is_expired()
|
H A D | cdma.c | 155 /* If somebody has managed to already start waiting, yield */ host1x_cdma_wait_locked()
|
/linux-4.1.27/arch/m68k/kernel/ |
H A D | ints.c | 107 * @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 D | balancing.c | 2 * Support for hardware-managed IRQ auto-distribution.
|
/linux-4.1.27/drivers/usb/gadget/function/ |
H A D | u_uac1.h | 35 * This represents the USB side of an audio card device, managed by a USB
|
H A D | u_serial.h | 40 /* port is managed by gserial_{connect,disconnect} */
|
H A D | u_ether.h | 48 * This represents the USB side of an "ethernet" link, managed by a USB
|
H A D | uvc_queue.c | 34 * Video buffers are managed by videobuf2. The driver uses a mutex to protect
|
H A D | u_serial.c | 57 * 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 D | watchdog.h | 18 * At least on the bright side no one has managed to screw over WTCSR
|
/linux-4.1.27/arch/powerpc/include/asm/ |
H A D | mmu-40x.h | 14 * TLB entries are managed entirely under software control by reading,
|
H A D | pte-40x.h | 10 * hardware-managed, 4-entry, fully-associative TLB which serves as a
|
/linux-4.1.27/kernel/ |
H A D | workqueue_internal.h | 68 * Scheduler hooks for concurrency managed workqueue. Only to be used from
|
/linux-4.1.27/include/linux/ |
H A D | miscdevice.h | 8 * These allocations are managed by device@lanana.org. If you use an
|
H A D | elevator.h | 86 /* managed by elevator core */ 97 /* managed by elevator core */
|
H A D | genalloc.h | 3 * memory, for example, memory that is not managed by the regular
|
H A D | ioc4.h | 28 * PCI resource is managed by the main IOC4 driver because it contains
|
H A D | iocontext.h | 60 * itself are also RCU managed and lookup can be performed holding only
|
H A D | gpio.h | 80 /* CONFIG_GPIOLIB: bindings for managed devices that want to request gpios */
|
H A D | idr.h | 113 * pointers lifetimes are correctly managed.
|
H A D | ioport.h | 208 /* Wrappers for managed devices */
|
H A D | ipack.h | 94 * is not the same with PCI carrier or VME carrier. The endianness is managed
|
H A D | key-type.h | 74 * kernel managed key type definition
|
H A D | clk.h | 220 * devm_clk_get - lookup and obtain a managed reference to a clock producer. 287 * devm_clk_put - "free" a managed clock source
|
H A D | iommu.h | 66 * IOMMU_DOMAIN_UNMANAGED - DMA mappings managed by IOMMU-API user, used
|
/linux-4.1.27/drivers/iio/ |
H A D | kfifo_buf.c | 181 * devm_iio_fifo_allocate - Resource-managed iio_kfifo_allocate() 208 * devm_iio_fifo_free - Resource-managed iio_kfifo_free()
|
H A D | industrialio-trigger.c | 499 * devm_iio_trigger_alloc - Resource-managed iio_trigger_alloc() 542 * devm_iio_trigger_free - Resource-managed iio_trigger_free()
|
H A D | industrialio-core.c | 1032 * 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 D | iommu_32.h | 105 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 D | mmu.h | 71 * 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 D | devres.c | 29 * 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 D | compr_rtime.c | 66 /* Tell the caller how much we managed to compress, and how much space it took */ jffs2_rtime_compress()
|
H A D | compr_rubin.c | 284 /* Tell the caller how much we managed to compress, rubin_do_compress()
|
/linux-4.1.27/include/linux/spi/ |
H A D | spi_gpio.h | 50 * All GPIO signals used with the SPI bus managed through this driver
|
/linux-4.1.27/net/dccp/ccids/lib/ |
H A D | loss_interval.h | 41 * @ring: Circular queue managed in LIFO manner
|
/linux-4.1.27/sound/pci/asihpi/ |
H A D | hpios.c | 49 /*?? any benefit in using managed dmam_alloc_coherent? */ hpios_locked_mem_alloc()
|
/linux-4.1.27/drivers/input/ |
H A D | input-polldev.c | 219 * 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 D | input.c | 1830 * 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 D | matrix-keymap.c | 147 * If @keymap is %NULL the function will automatically allocate managed
|
/linux-4.1.27/drivers/base/ |
H A D | devres.c | 501 * 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 D | tioca.h | 492 * 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 D | genalloc.c | 3 * 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 D | devres.c | 124 * 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 D | flex_array.c | 2 * Flexible array managed in PAGE_SIZE parts
|
/linux-4.1.27/include/net/ |
H A D | regulatory.h | 153 * 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 D | iw_handler.h | 409 * 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 D | iommu-sysfs.c | 102 * IOMMU drivers can indicate a device is managed by a given IOMMU using
|
H A D | dmar.c | 58 * 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 D | i2c-designware-baytrail.c | 148 dev_info(dev->dev, "I2C bus managed by PUNIT\n"); i2c_dw_eval_lock_support()
|
H A D | i2c-at91.c | 410 * 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 D | scsi_transport_fc.h | 221 * 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 D | compress_params.h | 250 * @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 D | init.c | 97 printk(KERN_DEBUG "Kernel managed physical pages: %lu\n", max_mapnr); mem_init()
|
/linux-4.1.27/drivers/leds/ |
H A D | led-class.c | 334 * 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 D | slot-gpio.c | 96 * 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 D | mmc_ops.c | 156 * SPI hosts ignore ios.chip_select; it's managed according to mmc_go_idle()
|
/linux-4.1.27/drivers/base/regmap/ |
H A D | regmap-spmi.c | 110 * 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 D | regmap-i2c.c | 258 * devm_regmap_init_i2c(): Initialise managed register map
|
H A D | regmap-mmio.c | 325 * devm_regmap_init_mmio_clk(): Initialise managed register map with clock
|
/linux-4.1.27/drivers/video/backlight/ |
H A D | lcd.c | 282 * devm_lcd_device_register - resource managed lcd_device_register() 318 * devm_lcd_device_unregister - resource managed lcd_device_unregister()
|
H A D | backlight.c | 481 * 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 D | vtoc.h | 100 __u8 DS1SMSFG; /* system managed storage indicators */ 133 __u8 DS4SMSFG; /* system managed storage indicators */
|
/linux-4.1.27/scripts/dtc/ |
H A D | util.h | 93 * @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 D | ib_srpt.h | 162 * 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 D | zcrypt_cex4.c | 39 * But the maximum time limit managed by the stomper code is set to 60sec.
|
/linux-4.1.27/arch/x86/include/asm/ |
H A D | stackprotector.h | 26 * As gcc requires the stack canary at %gs:20, %gs can't be managed
|
H A D | desc.h | 379 /* used_vectors is BITMAP for irq is not managed by percpu vector_irq */
|
/linux-4.1.27/arch/tile/include/hv/ |
H A D | netio_errors.h | 107 /** Cannot combine user-managed shared memory and cache coherence. */
|
/linux-4.1.27/arch/mips/include/asm/mach-pmcs-msp71xx/ |
H A D | msp_cic_int.h | 29 * The PMC-Sierra CIC interrupts are all centrally managed by the
|
/linux-4.1.27/drivers/md/persistent-data/ |
H A D | dm-transaction-manager.h | 120 * that has a space map managed by the transaction manager...
|
/linux-4.1.27/arch/powerpc/sysdev/xics/ |
H A D | ics-opal.c | 2 * ICS backend for OPAL managed interrupts.
|
/linux-4.1.27/arch/sh/boards/mach-x3proto/ |
H A D | ilsel.c | 39 * to the interrupt level, the level map is carefully managed to ensure a
|
/linux-4.1.27/arch/arm64/kvm/ |
H A D | inject_fault.c | 125 * an AArch32 fault, it means we managed to trap an EL0 fault. inject_abt64()
|
/linux-4.1.27/drivers/rtc/ |
H A D | class.c | 302 * devm_rtc_device_register - resource managed rtc_device_register() 339 * devm_rtc_device_unregister - resource managed devm_rtc_device_unregister()
|
H A D | rtc-dev.c | 429 * - Update (UIE) ... currently only managed through ioctls rtc_dev_release()
|
/linux-4.1.27/fs/nfs/ |
H A D | fscache-index.c | 155 * 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 D | hdac_regmap.c | 127 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 D | aw2-saa7146.c | 208 "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 D | ttm_bo_driver.h | 163 * 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 D | core.c | 715 * 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 D | clk-kona.h | 106 * 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 D | mdio_bus.c | 88 * 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 D | devfreq-event.c | 391 * 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 D | devfreq.c | 562 * 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 D | acpi-dma.c | 225 * 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 D | soc_camera.h | 171 /* 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 D | irq-atmel-aic.c | 36 /* Number of irq lines managed by AIC */
|
H A D | irq-atmel-aic5.c | 36 /* Number of irq lines managed by AIC */
|
/linux-4.1.27/drivers/i2c/ |
H A D | i2c-smbus.c | 166 /* IRQ and memory resources are managed so they are freed automatically */ smbalert_remove()
|
/linux-4.1.27/drivers/staging/android/ion/ |
H A D | ion.h | 80 * managed by the kernel
|
/linux-4.1.27/drivers/staging/android/uapi/ |
H A D | ion.h | 65 caches must be managed manually */
|
/linux-4.1.27/drivers/reset/ |
H A D | core.c | 252 * devm_reset_control_get - resource managed reset_control_get()
|
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/ |
H A D | lproc_mdc.c | 196 * when CMD is enabled, and dir pages are managed in MDC layer.
|
/linux-4.1.27/drivers/parport/ |
H A D | probe.c | 122 /* 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 D | gem.c | 162 * Invoked when a fault occurs on an mmap of a GEM managed area. GEM
|
/linux-4.1.27/drivers/input/misc/ |
H A D | ideapad_slidebar.c | 24 * LEDs blinking and input mode are managed via sysfs,
|
/linux-4.1.27/arch/tile/include/uapi/arch/ |
H A D | chip_tilegx.h | 230 /** Is INTCTRL_3 managed with the correct MPL? */
|
H A D | chip_tilepro.h | 230 /** Is INTCTRL_3 managed with the correct MPL? */
|
/linux-4.1.27/drivers/char/tpm/st33zp24/ |
H A D | i2c.c | 133 * power management can be also managed by TPM specific st33zp24_i2c_of_request_resources()
|
H A D | spi.c | 253 * 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 D | cvmx-bootinfo.h | 253 * Set aside a range for customer boards. These numbers are managed
|
/linux-4.1.27/drivers/tty/vt/ |
H A D | selection.c | 156 * The entire selection process is managed under the console_lock. It's
|
/linux-4.1.27/drivers/usb/host/ |
H A D | ehci-mem.c | 115 /* The queue heads and transfer descriptors are managed from pools tied
|
/linux-4.1.27/fs/ocfs2/cluster/ |
H A D | masklog.h | 51 * All this bitmask nonsense is managed from the files under
|
/linux-4.1.27/fs/squashfs/ |
H A D | dir.c | 48 * (if any) we have managed to read - the index isn't essential, just
|
H A D | namei.c | 73 * (if any) we have managed to read - the index isn't essential, just
|
/linux-4.1.27/fs/udf/ |
H A D | truncate.c | 247 /* We managed to free all extents in the udf_truncate_extents()
|
/linux-4.1.27/fs/ufs/ |
H A D | cylinder.c | 124 * The cache is managed by LRU algorithm.
|
/linux-4.1.27/include/pcmcia/ |
H A D | ss.h | 165 * insertio events are actually managed by the PCMCIA layer.*/
|
/linux-4.1.27/arch/frv/lib/ |
H A D | memset.S | 22 # GR4, GR7, GR8, and GR11 must be managed
|
/linux-4.1.27/sound/core/ |
H A D | device.c | 36 * The device will be assigned to the card and managed together
|
/linux-4.1.27/fs/ |
H A D | namei.c | 1057 * 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 D | vmci_guest.c | 688 /* 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 D | kfd_flat_memory.c | 59 * 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 D | sha1_mb.c | 221 * 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 D | qos.c | 483 * @notifier: notifier block managed by caller. 542 * @notifier: notifier block managed by caller.
|
H A D | sysfs.c | 21 * + "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 D | clock_ops.c | 68 dev_dbg(dev, "Clock %s managed by runtime PM.\n", ce->con_id); pm_clk_acquire()
|
/linux-4.1.27/drivers/acpi/ |
H A D | power.c | 27 * 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 D | bus.c | 576 * confident that any regulators are managed by the firmware acpi_subsystem_init()
|
/linux-4.1.27/drivers/ata/ |
H A D | libahci_platform.c | 194 * This function enables all ahci_platform managed resources in the 238 * This function disables all ahci_platform managed resources in the
|
H A D | pata_it821x.c | 54 * 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 D | power_supply_core.c | 818 * power_supply_register() - Register managed power supply 854 * power_supply_register() - Register managed non-waking-source power supply
|
H A D | olpc_battery.c | 341 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 D | mpc52xx_pic.c | 73 * 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 D | palm_bk3710.c | 226 * REVISIT: the ATA reset signal needs to be managed through a palm_bk3710_chipinit()
|
H A D | it821x.c | 43 * volumes are managed by the controller firmware and each IDE "disk"
|
/linux-4.1.27/drivers/media/usb/uvc/ |
H A D | uvc_queue.c | 33 * Video buffers are managed by videobuf2. The driver uses a mutex to protect
|
/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/ |
H A D | rtl_crypto.h | 69 * Algorithms: modular crypto algorithm implementations, managed
|
/linux-4.1.27/drivers/nfc/st21nfca/ |
H A D | st21nfca_se.c | 264 /* hardware reset managed through VCC_UICC_OUT power supply */ st21nfca_se_wt_timeout()
|
/linux-4.1.27/arch/tile/include/arch/ |
H A D | mpipe.h | 192 * Reads as one to indicate that this is a hardware managed buffer.
|
/linux-4.1.27/arch/tile/include/asm/ |
H A D | page.h | 88 * User L2 page tables are managed as one L2 page table per page,
|
/linux-4.1.27/drivers/gpu/drm/msm/ |
H A D | msm_drv.h | 135 /* NOTE: mm managed at the page level, size is in # of pages
|
/linux-4.1.27/drivers/hv/ |
H A D | hv_util.c | 334 * The set of services managed by the util driver are not performance util_probe()
|
/linux-4.1.27/drivers/usb/gadget/udc/ |
H A D | net2280.h | 217 * FSM value for Defect 7374 (U1U2 Test) is managed in
|
/linux-4.1.27/fs/ocfs2/ |
H A D | buffer_head_io.c | 158 /* No need to wait on the buffer if it's managed by JBD. */ ocfs2_read_blocks_sync()
|
H A D | stack_o2cb.c | 280 * managed to connect to all nodes or not. If not, then list the nodes o2cb_cluster_check()
|
H A D | stackglue.h | 239 /* These are managed by the stackglue code. */
|
/linux-4.1.27/drivers/pinctrl/samsung/ |
H A D | pinctrl-samsung.h | 206 * @ctrl: pin controller instance managed by the driver.
|
/linux-4.1.27/arch/mn10300/kernel/ |
H A D | head.S | 419 * - the high 2G region is managed directly by the MMU
|
/linux-4.1.27/mm/ |
H A D | process_vm_access.c | 217 /* If we have managed to copy any data at all then process_vm_rw_core()
|
/linux-4.1.27/net/wireless/ |
H A D | wext-sme.c | 2 * cfg80211 wext compat for managed mode.
|
/linux-4.1.27/sound/pci/lx6464es/ |
H A D | lx_defs.h | 103 depends upon the number of managed channels. For now, 64 IN + 64 OUT are
|
/linux-4.1.27/sound/soc/rockchip/ |
H A D | rockchip_i2s.c | 456 "Failed to initialise managed register map\n"); rockchip_i2s_probe()
|
/linux-4.1.27/drivers/extcon/ |
H A D | extcon.c | 648 * 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 D | i915_drm.h | 423 * 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 D | omap_hwmod.h | 301 * 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 D | core.c | 290 * 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 D | hvc_iucv.c | 774 * 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 D | mmp-driver.c | 385 * should really be managed outside of this driver? mmpcam_probe()
|
/linux-4.1.27/drivers/media/platform/soc_camera/ |
H A D | soc_scale_crop.c | 123 /* 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 D | donauboe.h | 53 /* However I have not seen it, not have I managed to contact */
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/ |
H A D | fw-api-mac.h | 109 * @FW_MAC_TYPE_BSS_STA: BSS (managed) station
|
/linux-4.1.27/drivers/net/wireless/rt2x00/ |
H A D | rt2x00link.c | 340 * when we have received some frames and we managed to rt2x00link_tuner()
|
/linux-4.1.27/drivers/scsi/isci/ |
H A D | request.h | 90 #define IREQ_NO_AUTO_FREE_TAG 7 /* Set when being explicitly managed */
|
/linux-4.1.27/drivers/nfc/st21nfcb/ |
H A D | st21nfcb_se.c | 643 /* hardware reset managed through VCC_UICC_OUT power supply */ st21nfcb_se_wt_timeout()
|
/linux-4.1.27/drivers/infiniband/hw/ipath/ |
H A D | ipath_registers.h | 325 * in one system, to be managed by one driver.
|
/linux-4.1.27/arch/tile/include/gxio/ |
H A D | trio.h | 110 * memory. The DMA engines are managed via an API that is very
|
/linux-4.1.27/drivers/char/ |
H A D | nvram.c | 18 * Checksums over the NVRAM contents are managed by this driver. In case of a
|
/linux-4.1.27/drivers/gpu/drm/savage/ |
H A D | savage_drv.h | 44 * 2.1 Scissors registers managed by the DRM, 3D operations clipped by
|
/linux-4.1.27/drivers/tty/ |
H A D | tty_buffer.c | 242 * buffer. If we fail return the size we managed to find.
|
/linux-4.1.27/fs/logfs/ |
H A D | inode.c | 239 * other file, is managed with a inode. The inode file's inode, aka master
|
/linux-4.1.27/include/linux/regulator/ |
H A D | consumer.h | 143 * @consumer: The regulator consumer for the supply. This will be managed
|
/linux-4.1.27/arch/parisc/kernel/ |
H A D | irq.c | 149 /* XXX: Needs to be written. We managed without it so far, but
|
/linux-4.1.27/arch/arm/mach-pxa/ |
H A D | tosa.c | 163 /* IrDA is managed in other way */
|
/linux-4.1.27/arch/arc/include/asm/ |
H A D | pgtable.h | 45 * ARC700 MMU only deals with softare managed TLB entries.
|
/linux-4.1.27/net/sched/ |
H A D | cls_api.c | 107 /* Select new prio value from the range, managed by kernel. */
|
H A D | sch_fq_codel.c | 35 * Each flow has a CoDel managed queue.
|
/linux-4.1.27/include/linux/mfd/ |
H A D | intel_msic.h | 449 * _only_ valid for devices which are managed by the MSIC.
|
/linux-4.1.27/drivers/gpu/drm/ |
H A D | drm_mm.c | 737 * @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 D | fsl_hypervisor.c | 21 * 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 D | md.h | 250 * managed externally */ 261 int external_size; /* size managed
|
/linux-4.1.27/arch/blackfin/kernel/ |
H A D | setup.c | 547 * [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 D | sta_info.h | 134 * This structure's lifetime is managed by RCU, assignments to 181 * This structure's lifetime is managed by RCU, assignments to
|
H A D | status.c | 218 * 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 D | device.h | 107 * -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 D | i40e.h | 373 * whether DCBx is managed by firmware or host
|
/linux-4.1.27/drivers/net/ethernet/marvell/ |
H A D | mvneta.c | 3032 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 D | fw.c | 131 [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 D | media-entity.c | 50 * The pads array is managed by the entity driver and passed to
|
/linux-4.1.27/drivers/net/ppp/ |
H A D | ppp_deflate.c | 247 * See if we managed to reduce the size of the packet. z_compress()
|
/linux-4.1.27/drivers/misc/echo/ |
H A D | echo.c | 58 One other interesting change is that I have managed to get the NLMS
|
/linux-4.1.27/drivers/misc/mei/ |
H A D | mei_dev.h | 576 /* driver managed amthif list for reading completed amthif cmd data */
|