Searched full:manage (Results 1 – 25 of 806) sorted by relevance
12345678910>>...33
/Linux-v5.15/drivers/crypto/ccp/ |
D | sp-dev.c | 83 /* Need a common routine to manage all interrupts */ in sp_request_ccp_irq() 96 /* Each sub-device can manage it's own interrupt */ in sp_request_ccp_irq() 111 /* Need a common routine to manage all interrupts */ in sp_request_psp_irq() 124 /* Each sub-device can manage it's own interrupt */ in sp_request_psp_irq() 136 /* Using common routine to manage all interrupts */ in sp_free_ccp_irq() 147 /* Each sub-device can manage it's own interrupt */ in sp_free_ccp_irq() 155 /* Using common routine to manage all interrupts */ in sp_free_psp_irq() 166 /* Each sub-device can manage it's own interrupt */ in sp_free_psp_irq()
|
/Linux-v5.15/drivers/scsi/cxlflash/ |
D | lunmgt.c | 219 * @manage: Manage ioctl data structure. 228 struct dk_cxlflash_manage_lun *manage) in cxlflash_manage_lun() argument 234 u64 flags = manage->hdr.flags; in cxlflash_manage_lun() 238 lli = find_and_create_lun(sdev, manage->wwid); in cxlflash_manage_lun() 240 __func__, get_unaligned_be64(&manage->wwid[0]), in cxlflash_manage_lun() 241 get_unaligned_be64(&manage->wwid[8]), manage->hdr.flags, lli); in cxlflash_manage_lun()
|
/Linux-v5.15/Documentation/driver-api/usb/ |
D | dma.rst | 19 manage dma mappings for existing dma-ready buffers (see below). 27 don't manage dma mappings for URBs. 41 IOMMU to manage the DMA mappings. It can cost MUCH more to set up and 129 The calls manage ``urb->transfer_dma`` for you, and set
|
/Linux-v5.15/drivers/thermal/ |
D | Kconfig | 116 Select this if you want to let the user space manage the 132 Enable this to manage platform thermals using fair-share governor. 137 Enable this to manage platform thermals using a simple linear 144 Enable this to manage platform thermals using bang bang governor. 153 Enable this to let the user space manage the platform thermals. 159 Enable this to manage platform thermals by dynamically
|
/Linux-v5.15/Documentation/core-api/irq/ |
D | irq-domain.rst | 33 top of the irq_alloc_desc*() API. An irq_domain to manage mapping is 187 controller to manage IRQ allocations and it requires an irq_desc to be 240 CPU Vector irq_domain (root irq_domain to manage CPU vectors) 243 Interrupt Remapping irq_domain (manage irq_remapping entries) 246 IOAPIC irq_domain (manage IOAPIC delivery entries/pins) 288 3) Optionally implement an irq_chip to manage the interrupt controller
|
/Linux-v5.15/arch/powerpc/platforms/cell/ |
D | Makefile | 19 spu-manage-$(CONFIG_PPC_CELL_COMMON) += spu_manage.o 24 $(spu-manage-y) \
|
/Linux-v5.15/Documentation/translations/zh_CN/core-api/irq/ |
D | irq-domain.rst | 186 CPU Vector irq_domain (root irq_domain to manage CPU vectors) 189 Interrupt Remapping irq_domain (manage irq_remapping entries) 192 IOAPIC irq_domain (manage IOAPIC delivery entries/pins)
|
/Linux-v5.15/drivers/firmware/broadcom/ |
D | Kconfig | 31 This module help to manage firmware on Broadcom BNXT device. The module 32 registers on tee bus and invoke calls to manage firmware on BNXT device.
|
/Linux-v5.15/sound/soc/ |
D | soc-devres.c | 19 * @dev: Device used to manage component 58 * @dev: Device used to manage component 96 * @dev: Device used to manage card
|
/Linux-v5.15/arch/alpha/include/asm/ |
D | pci.h | 13 * The following structure is used to manage multiple PCI busses. 19 /* A controller. Used to manage multiple PCI busses. */
|
/Linux-v5.15/arch/powerpc/platforms/powernv/ |
D | opal-flash.c | 31 /* Manage image status values */ 40 /* Manage operation tokens */ 223 * Manage flash routine 233 * Show manage flash status 248 * Manage operations:
|
/Linux-v5.15/drivers/gpu/drm/i915/ |
D | i915_ttm_buddy_manager.c | 138 * @type: Memory type we want to manage 140 * @size: The size in bytes to manage 202 * @type: Memory type we want to manage
|
/Linux-v5.15/arch/arc/boot/dts/ |
D | abilis_tb10x.dtsi | 220 tb100-mdscr-manage-tsin; 229 tb100-mdscr-manage-tsin; 234 tb100-mdscr-manage-tsin;
|
/Linux-v5.15/drivers/misc/sgi-gru/ |
D | grutables.h | 70 * to manage user contexts and to perform functions such as TLB dropin and 87 * GMS - GRU Memory Struct - Used to manage TLB shootdowns. Tracks GRUs 91 * GS - GRU State - Used to manage the state of a GRU chiplet 92 * BS - Blade State - Used to manage state of all GRU chiplets 425 unsigned long gs_context_map; /* bitmap to manage 427 unsigned long gs_cbr_map; /* bitmap to manage CB 429 unsigned long gs_dsr_map; /* bitmap used to manage
|
/Linux-v5.15/Documentation/filesystems/ |
D | inotify.rst | 34 more fd's than are feasible to manage, and more fd's than are optimally 62 to manage and block on 1000 fd's via select?
|
/Linux-v5.15/Documentation/networking/ |
D | multiqueue.rst | 21 The base driver will also need to manage the queues as it does the global 23 netif_{start|stop|wake}_subqueue() functions to manage each queue while the
|
/Linux-v5.15/drivers/md/ |
D | dm-bio-prison-v2.h | 41 * Treat this as opaque, only in header so callers can manage allocation 61 * Eventually all bio prison clients should manage their own cell memory.
|
D | dm-bio-prison-v1.h | 37 * Treat this as opaque, only in header so callers can manage allocation 54 * Eventually all bio prison clients should manage their own cell memory.
|
/Linux-v5.15/net/ncsi/ |
D | Makefile | 5 obj-$(CONFIG_NET_NCSI) += ncsi-cmd.o ncsi-rsp.o ncsi-aen.o ncsi-manage.o ncsi-netlink.o
|
/Linux-v5.15/drivers/soc/qcom/ |
D | Kconfig | 49 This driver is used to manage Generic Interface (GENI) firmware based 51 driver is also used to manage the common aspects of multiple Serial
|
/Linux-v5.15/drivers/net/ethernet/intel/e1000e/ |
D | Makefile | 11 mac.o manage.o nvm.o phy.o \
|
/Linux-v5.15/tools/testing/selftests/drivers/net/netdevsim/ |
D | devlink_trap.sh | 174 check_err $? "Did not manage to read trap (hard dropped) statistics when should" 330 check_err $? "Did not manage to read policer drop counter when should" 382 check_err $? "Did not manage to bind a policer when should"
|
/Linux-v5.15/Documentation/devicetree/bindings/sound/ |
D | nau8315.txt | 8 If this option is not specified then driver does not manage
|
/Linux-v5.15/drivers/opp/ |
D | Kconfig | 13 implementations a ready to use framework to manage OPPs.
|
/Linux-v5.15/drivers/virt/acrn/ |
D | Kconfig | 10 a privileged management VM, called Service VM, to manage User
|
12345678910>>...33