Searched full:manage (Results 1 – 25 of 765) sorted by relevance
12345678910>>...31
/Linux-v5.10/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.10/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.10/Documentation/core-api/irq/ |
D | irq-domain.rst | 33 top of the irq_alloc_desc*() API. An irq_domain to manage mapping is 163 controller to manage IRQ allocations and it requires an irq_desc to be 210 CPU Vector irq_domain (root irq_domain to manage CPU vectors) 213 Interrupt Remapping irq_domain (manage irq_remapping entries) 216 IOAPIC irq_domain (manage IOAPIC delivery entries/pins) 258 3) Optionally implement an irq_chip to manage the interrupt controller
|
/Linux-v5.10/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.10/arch/powerpc/platforms/cell/ |
D | Makefile | 19 spu-manage-$(CONFIG_PPC_CELL_COMMON) += spu_manage.o 25 $(spu-manage-y) \
|
/Linux-v5.10/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.10/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.10/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.10/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.10/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.10/drivers/infiniband/hw/i40iw/ |
D | i40iw_vf.c | 45 * i40iw_manage_vf_pble_bp - manage vf pble 76 i40iw_debug_buf(cqp->dev, I40IW_DEBUG_WQE, "MANAGE VF_PBLE_BP WQE", wqe, I40IW_CQP_WQE_SIZE * 8); in i40iw_manage_vf_pble_bp()
|
D | i40iw_hw.c | 437 * i40iw_cqp_manage_abvpt_cmd - send cqp command manage abpvt 469 i40iw_pr_err("CQP-OP Manage APBVT entry fail"); in i40iw_cqp_manage_abvpt_cmd() 518 * i40iw_manage_arp_cache - manage hw arp cache 609 info->manage = mtype; in i40iw_manage_qhash() 657 i40iw_pr_err("CQP-OP Manage Qhash Entry fail"); in i40iw_manage_qhash() 752 * i40iw_hw_manage_vf_pble_bp - manage vf pbles 783 i40iw_pr_err("CQP-OP Manage VF pble_bp fail"); in i40iw_hw_manage_vf_pble_bp()
|
/Linux-v5.10/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.10/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 424 unsigned long gs_context_map; /* bitmap to manage 426 unsigned long gs_cbr_map; /* bitmap to manage CB 428 unsigned long gs_dsr_map; /* bitmap used to manage
|
/Linux-v5.10/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.10/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.10/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.10/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.10/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.10/drivers/net/ethernet/intel/e1000e/ |
D | Makefile | 11 mac.o manage.o nvm.o phy.o \
|
/Linux-v5.10/drivers/opp/ |
D | Kconfig | 13 implementations a ready to use framework to manage OPPs.
|
/Linux-v5.10/Documentation/devicetree/bindings/clock/ |
D | ti-keystone-pllctrl.txt | 5 the NETCP modules) requires a PLL Controller to manage the various clock
|
/Linux-v5.10/drivers/thermal/tegra/ |
D | Kconfig | 11 zones to manage temperatures. This option is also required for the
|
/Linux-v5.10/Documentation/devicetree/bindings/pci/ |
D | cdns-pcie.yaml | 16 manage all lanes.
|
12345678910>>...31