| /kernel/linux/linux-5.10/drivers/pci/endpoint/ |
| D | pci-epc-core.c | 54 * Invoke to get struct pci_epc * corresponding to the device name of the 90 * Invoke to get the first unreserved BAR that can be used by the endpoint 105 * Invoke to get the next unreserved BAR starting from @bar that can be used 141 * Invoke to get the features provided by the EPC which may be 168 * Invoke to stop the PCI link 185 * Invoke to start the PCI link 212 * Invoke to raise an legacy, MSI or MSI-X interrupt 238 * Invoke to get the number of MSI interrupts allocated by the RC 269 * Invoke to set the required number of MSI interrupts. 298 * Invoke to get the number of MSI-X interrupts allocated by the RC [all …]
|
| D | pci-epf-core.c | 28 * Invoke to notify the function driver that the binding between the EPF device 50 * Invoke to notify the function driver that it has been bound to a EPC device 78 * Invoke to free the allocated PCI EPF register space. 105 * Invoke to allocate memory for the PCI EPF register space. 158 * Invoke to unregister the PCI EPF driver. 199 * Invoke to register a new PCI EPF driver. 229 * Invoke to destroy the PCI EPF device created by invoking pci_epf_create(). 242 * Invoke to create a new PCI EPF device by providing the name of the function
|
| /kernel/linux/linux-4.19/Documentation/RCU/ |
| D | UP.txt | 5 may immediately invoke its function. The basis of this misconception 23 Now, if call_rcu() were to directly invoke its arguments, then upon return 35 by having call_rcu() directly invoke its arguments only if it was called 44 Therefore, in this case, allowing call_rcu() to immediately invoke 49 Quick Quiz #1: why is it -not- legal to invoke synchronize_rcu() in 57 call_rcu() were to directly invoke the callback, the result would 84 Permitting call_rcu() to immediately invoke its arguments breaks RCU, 86 infrastructure -must- respect grace periods, and -must- invoke callbacks 99 Why is it -not- legal to invoke synchronize_rcu() in this case?
|
| /kernel/linux/linux-4.19/drivers/pci/endpoint/ |
| D | pci-epc-core.c | 54 * Invoke to get struct pci_epc * corresponding to the device name of the 90 * Invoke to stop the PCI link 109 * Invoke to start the PCI link 137 * Invoke to raise an legacy, MSI or MSI-X interrupt 164 * Invoke to get the number of MSI interrupts allocated by the RC 196 * Invoke to set the required number of MSI interrupts. 226 * Invoke to get the number of MSI-X interrupts allocated by the RC 256 * Invoke to set the required number of MSI-X interrupts. 284 * Invoke to unmap the CPU address from PCI address. 311 * Invoke to map CPU address with PCI address. [all …]
|
| D | pci-epf-core.c | 29 * Invoke to notify the function driver that EPC device has established 48 * Invoke to notify the function driver that the binding between the EPF device 68 * Invoke to notify the function driver that it has been bound to a EPC device 89 * Invoke to free the allocated PCI EPF register space. 113 * Invoke to allocate memory for the PCI EPF register space. 158 * Invoke to unregister the PCI EPF driver. 199 * Invoke to register a new PCI EPF driver. 229 * Invoke to destroy the PCI EPF device created by invoking pci_epf_create(). 242 * Invoke to create a new PCI EPF device by providing the name of the function
|
| D | pci-epc-mem.c | 45 * Invoke to initialize the pci_epc_mem structure used by the 100 * Invoke to cleanup the pci_epc_mem structure allocated in 119 * Invoke to allocate memory address from the EPC address space. This 157 * Invoke to free the memory allocated using pci_epc_mem_alloc_addr.
|
| /kernel/linux/linux-5.10/Documentation/RCU/ |
| D | UP.rst | 7 may immediately invoke its function. The basis of this misconception 25 Now, if call_rcu() were to directly invoke its arguments, then upon return 37 by having call_rcu() directly invoke its arguments only if it was called 46 Therefore, in this case, allowing call_rcu() to immediately invoke 52 Why is it *not* legal to invoke synchronize_rcu() in this case? 61 call_rcu() were to directly invoke the callback, the result would 91 Permitting call_rcu() to immediately invoke its arguments breaks RCU, 93 infrastructure *must* respect grace periods, and *must* invoke callbacks 106 Why is it *not* legal to invoke synchronize_rcu() in this case?
|
| /kernel/linux/linux-4.19/include/linux/ |
| D | cpuhotplug.h | 182 int __cpuhp_setup_state(enum cpuhp_state state, const char *name, bool invoke, 187 bool invoke, 272 bool invoke); 274 struct hlist_node *node, bool invoke); 277 * cpuhp_state_add_instance - Add an instance for a state and invoke startup 314 void __cpuhp_remove_state(enum cpuhp_state state, bool invoke); 315 void __cpuhp_remove_state_cpuslocked(enum cpuhp_state state, bool invoke); 318 * cpuhp_remove_state - Remove hotplug state callbacks and invoke the teardown 358 struct hlist_node *node, bool invoke); 361 * cpuhp_state_remove_instance - Remove hotplug instance from state and invoke
|
| D | isdnif.h | 46 #define DSS1_CMD_INVOKE ((0x00 << 8) | ISDN_PTYPE_EURO) /* invoke a supplementary service */ 47 #define DSS1_CMD_INVOKE_ABORT ((0x01 << 8) | ISDN_PTYPE_EURO) /* abort a invoke cmd */ 54 #define DSS1_STAT_INVOKE_BRD ((0x82 << 8) | ISDN_PTYPE_EURO) /* Deliver invoke broadcast info */ 83 /* Broadcast invoke frames from the network are reported via the */ 91 #define NI1_CMD_INVOKE ((0x00 << 8) | ISDN_PTYPE_NI1) /* invoke a supplementary service */ 92 #define NI1_CMD_INVOKE_ABORT ((0x01 << 8) | ISDN_PTYPE_NI1) /* abort a invoke cmd */ 99 #define NI1_STAT_INVOKE_BRD ((0x82 << 8) | ISDN_PTYPE_NI1) /* Deliver invoke broadcast info */ 109 int proc; /* invoke procedure used by CMD_INVOKE */ 111 int timeout; /* timeout for INVOKE CMD in ms */
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | cpuhotplug.h | 203 int __cpuhp_setup_state(enum cpuhp_state state, const char *name, bool invoke, 208 bool invoke, 293 bool invoke); 295 struct hlist_node *node, bool invoke); 298 * cpuhp_state_add_instance - Add an instance for a state and invoke startup 335 void __cpuhp_remove_state(enum cpuhp_state state, bool invoke); 336 void __cpuhp_remove_state_cpuslocked(enum cpuhp_state state, bool invoke); 339 * cpuhp_remove_state - Remove hotplug state callbacks and invoke the teardown 379 struct hlist_node *node, bool invoke); 382 * cpuhp_state_remove_instance - Remove hotplug instance from state and invoke
|
| /kernel/linux/linux-5.10/drivers/char/hw_random/ |
| D | optee-rng.c | 28 * TEE_SUCCESS - Invoke command success 45 * TEE_SUCCESS - Invoke command success 85 /* Invoke TA_CMD_GET_ENTROPY function of Trusted App */ in get_optee_rng_data() 90 /* Fill invoke cmd params */ in get_optee_rng_data() 98 dev_err(pvt_data->dev, "TA_CMD_GET_ENTROPY invoke err: %x\n", in get_optee_rng_data() 185 /* Invoke TA_CMD_GET_RNG_INFO function of Trusted App */ in get_optee_rng_info() 190 /* Fill invoke cmd params */ in get_optee_rng_info() 195 dev_err(dev, "TA_CMD_GET_RNG_INFO invoke err: %x\n", in get_optee_rng_info()
|
| /kernel/linux/linux-4.19/scripts/gdb/linux/ |
| D | tasks.py | 58 def invoke(self, pid): member in LxTaskByPidFunc 75 def invoke(self, arg, from_tty): member in LxPs 114 def invoke(self, task): member in LxThreadInfoFunc 130 def invoke(self, pid): member in LxThreadInfoByPidFunc
|
| D | proc.py | 29 def invoke(self, arg, from_tty): member in LxCmdLine 42 def invoke(self, arg, from_tty): member in LxVersion 86 def invoke(self, arg, from_tty): member in LxIOMem 100 def invoke(self, arg, from_tty): member in LxIOPorts 147 def invoke(self, arg, from_tty): member in LxMounts 229 def invoke(self, arg, from_tty): member in LxFdtDump
|
| /kernel/linux/linux-5.10/scripts/gdb/linux/ |
| D | tasks.py | 58 def invoke(self, pid): member in LxTaskByPidFunc 75 def invoke(self, arg, from_tty): member in LxPs 116 def invoke(self, task): member in LxThreadInfoFunc 132 def invoke(self, pid): member in LxThreadInfoByPidFunc
|
| D | device.py | 103 def invoke(self, arg, from_tty): member in LxDeviceListBus 123 def invoke(self, arg, from_tty): member in LxDeviceListClass 141 def invoke(self, arg, from_tty): member in LxDeviceListTree 156 def invoke(self, bus, name): member in LxDeviceFindByBusName 170 def invoke(self, cls, name): member in LxDeviceFindByClassName
|
| D | proc.py | 29 def invoke(self, arg, from_tty): member in LxCmdLine 43 def invoke(self, arg, from_tty): member in LxVersion 88 def invoke(self, arg, from_tty): member in LxIOMem 103 def invoke(self, arg, from_tty): member in LxIOPorts 151 def invoke(self, arg, from_tty): member in LxMounts 233 def invoke(self, arg, from_tty): member in LxFdtDump
|
| D | rbtree.py | 109 def invoke(self, root): member in LxRbFirst 129 def invoke(self, root): member in LxRbLast 149 def invoke(self, node): member in LxRbNext 169 def invoke(self, node): member in LxRbPrev
|
| /kernel/linux/linux-5.10/drivers/firmware/broadcom/ |
| D | tee_bnxt_fw.c | 29 * TEE_SUCCESS - Invoke command success 44 * TEE_SUCCESS - Invoke command success 77 /* Fill invoke cmd params */ in prepare_args() 113 "TA_CMD_BNXT_FASTBOOT invoke failed TEE err: %x, ret:%x\n", in tee_bnxt_fw_load() 150 /* Fill additional invoke cmd params */ in tee_bnxt_copy_coredump() 157 "TA_CMD_BNXT_COPY_COREDUMP invoke failed TEE err: %x, ret:%x\n", in tee_bnxt_copy_coredump()
|
| /kernel/linux/linux-4.19/Documentation/scsi/ |
| D | scsi_eh.txt | 281 2. Invoke scsi_eh_get_sense. 299 1. Invoke scsi_request_sense() which issues REQUEST_SENSE 303 2. Invoke scsi_decide_disposition() on the scmd 316 3. If !list_empty(&eh_work_q), invoke scsi_eh_abort_cmds(). 340 4. If !list_empty(&eh_work_q), invoke scsi_eh_ready_devs() 347 1. Invoke scsi_eh_stu() 370 2. If !list_empty(&eh_work_q), invoke scsi_eh_bus_device_reset(). 380 3. If !list_empty(&eh_work_q), invoke scsi_eh_bus_reset() 389 4. If !list_empty(&eh_work_q), invoke scsi_eh_host_reset() 397 5. If !list_empty(&eh_work_q), invoke scsi_eh_offline_sdevs() [all …]
|
| /kernel/linux/linux-5.10/Documentation/scsi/ |
| D | scsi_eh.rst | 314 2. Invoke scsi_eh_get_sense. 332 1. Invoke scsi_request_sense() which issues REQUEST_SENSE 336 2. Invoke scsi_decide_disposition() on the scmd 349 3. If !list_empty(&eh_work_q), invoke scsi_eh_abort_cmds(). 373 4. If !list_empty(&eh_work_q), invoke scsi_eh_ready_devs() 380 1. Invoke scsi_eh_stu() 403 2. If !list_empty(&eh_work_q), invoke scsi_eh_bus_device_reset(). 413 3. If !list_empty(&eh_work_q), invoke scsi_eh_bus_reset() 422 4. If !list_empty(&eh_work_q), invoke scsi_eh_host_reset() 430 5. If !list_empty(&eh_work_q), invoke scsi_eh_offline_sdevs() [all …]
|
| /kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/ |
| D | hvCall.S | 110 HVSC /* invoke the hypervisor */ 121 HVSC /* invoke the hypervisor */ 154 HVSC /* invoke the hypervisor */ 218 HVSC /* invoke the hypervisor */ 251 HVSC /* invoke the hypervisor */ 328 HVSC /* invoke the hypervisor */
|
| /kernel/linux/linux-5.10/kernel/rcu/ |
| D | tiny.c | 103 /* Invoke the RCU callbacks whose grace period has elapsed. */ 109 /* Move the ready-to-invoke callbacks to a local list. */ in rcu_process_callbacks() 124 /* Invoke the callbacks on the local list. */ in rcu_process_callbacks() 137 * Wait for a grace period to elapse. But it is illegal to invoke
|
| /kernel/linux/linux-5.10/kernel/entry/ |
| D | common.c | 18 * 2) Invoke context tracking if enabled to reactivate RCU 120 * 2) Invoke context tracking if enabled to adjust RCU state 121 * 3) Invoke architecture specific last minute exit code, e.g. speculation 296 * If this entry hit the idle task invoke rcu_irq_enter() whether in irqentry_enter() 307 * interrupt to invoke rcu_irq_enter(). If that nested interrupt is in irqentry_enter() 312 * Unconditionally invoke rcu_irq_enter() so RCU state stays in irqentry_enter()
|
| /kernel/linux/linux-4.19/arch/powerpc/platforms/pseries/ |
| D | hvCall.S | 115 HVSC /* invoke the hypervisor */ 148 HVSC /* invoke the hypervisor */ 212 HVSC /* invoke the hypervisor */ 245 HVSC /* invoke the hypervisor */ 322 HVSC /* invoke the hypervisor */
|
| /kernel/linux/linux-4.19/include/crypto/ |
| D | akcipher.h | 275 * crypto_akcipher_encrypt() - Invoke public key encrypt operation 293 * crypto_akcipher_decrypt() - Invoke public key decrypt operation 311 * crypto_akcipher_sign() - Invoke public key sign operation 329 * crypto_akcipher_verify() - Invoke public key verify operation 347 * crypto_akcipher_set_pub_key() - Invoke set public key operation 368 * crypto_akcipher_set_priv_key() - Invoke set private key operation
|