| /kernel/liteos_m/targets/riscv_nuclei_gd32vf103_soc_gcc/SoC/gd32vf103/Common/Include/ |
| D | gd32vf103_adc.h | 53 #define ADC_IOFF0(adcx) REG32((adcx) + 0x14U) /*!< ADC inserted channel … 54 #define ADC_IOFF1(adcx) REG32((adcx) + 0x18U) /*!< ADC inserted channel … 55 #define ADC_IOFF2(adcx) REG32((adcx) + 0x1CU) /*!< ADC inserted channel … 56 #define ADC_IOFF3(adcx) REG32((adcx) + 0x20U) /*!< ADC inserted channel … 62 #define ADC_ISQ(adcx) REG32((adcx) + 0x38U) /*!< ADC inserted sequence… 63 #define ADC_IDATA0(adcx) REG32((adcx) + 0x3CU) /*!< ADC inserted data reg… 64 #define ADC_IDATA1(adcx) REG32((adcx) + 0x40U) /*!< ADC inserted data reg… 65 #define ADC_IDATA2(adcx) REG32((adcx) + 0x44U) /*!< ADC inserted data reg… 66 #define ADC_IDATA3(adcx) REG32((adcx) + 0x48U) /*!< ADC inserted data reg… 74 #define ADC_STAT_EOIC BIT(2) /*!< inserted channel end … [all …]
|
| /kernel/liteos_m/targets/riscv_nuclei_gd32vf103_soc_gcc/SoC/gd32vf103/Common/Source/Drivers/ |
| D | gd32vf103_adc.c | 52 /* ADC inserted channel macro */ 56 /* ADC inserted channel offset macro */ 90 …ARALLEL_INSERTED_PARALLEL: ADC0 and ADC1 work in combined regular parallel + inserted parallel mode 92 …INSERTED_PARALLEL_REGULAL_FOLLOWUP_FAST: ADC0 and ADC1 work in combined inserted parallel + follow… 93 …INSERTED_PARALLEL_REGULAL_FOLLOWUP_SLOW: ADC0 and ADC1 work in combined inserted parallel + follow… 94 \arg ADC_DAUL_INSERTED_PARALLEL: ADC0 and ADC1 work in inserted parallel mode only 114 \arg ADC_INSERTED_CHANNEL_AUTO: inserted channel group convert automatically 128 /* enable inserted channel group convert automatically */ in adc_special_function_config() 141 /* disable inserted channel group convert automatically */ in adc_special_function_config() 272 \arg ADC_INSERTED_CHANNEL: inserted channel group [all …]
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | instrumented.h | 18 * Instrument a regular read access. The instrumentation should be inserted 33 * Instrument a regular write access. The instrumentation should be inserted 48 * Instrument a regular write access. The instrumentation should be inserted 63 * Instrument an atomic read access. The instrumentation should be inserted 78 * Instrument an atomic write access. The instrumentation should be inserted 94 * inserted before the actual write happens. 109 * variants). The instrumentation must be inserted before the accesses. 126 * variants). The instrumentation should be inserted before the accesses.
|
| /kernel/linux/linux-4.19/sound/oss/dmasound/ |
| D | Kconfig | 11 inserted in and removed from the running kernel whenever you 25 inserted in and removed from the running kernel whenever you 39 inserted in and removed from the running kernel whenever you
|
| /kernel/linux/linux-5.10/sound/oss/dmasound/ |
| D | Kconfig | 12 inserted in and removed from the running kernel whenever you 26 inserted in and removed from the running kernel whenever you 40 inserted in and removed from the running kernel whenever you
|
| /kernel/liteos_a/apps/shell/include/ |
| D | shell_list.h | 133 * @param list [IN] Doubly linked list where the new node is inserted. 134 * @param node [IN] New node to be inserted. 160 * @param list [IN] Doubly linked list where the new node is inserted. 161 * @param node [IN] New node to be inserted. 188 * @param list [IN] Doubly linked list where the new node is inserted. 189 * @param node [IN] New node to be inserted. 273 * @param oldList [IN] Doubly linked list where the new list is inserted. 274 * @param newList [IN] New list to be inserted. 305 * @param oldList [IN] Doubly linked list where the new list is inserted. 306 * @param newList [IN] New list to be inserted. [all …]
|
| /kernel/liteos_a/kernel/include/ |
| D | los_list.h | 180 * @param list [IN] Doubly linked list where the new node is inserted. 181 * @param node [IN] New node to be inserted. 207 * @param list [IN] Doubly linked list where the new node is inserted. 208 * @param node [IN] New node to be inserted. 231 * @param list [IN] Doubly linked list where the new node is inserted. 232 * @param node [IN] New node to be inserted. 308 * @param oldList [IN] Doubly linked list where the new list is inserted. 309 * @param newList [IN] New list to be inserted. 340 * @param oldList [IN] Doubly linked list where the new list is inserted. 341 * @param newList [IN] New list to be inserted. [all …]
|
| /kernel/linux/linux-5.10/drivers/pci/hotplug/ |
| D | cpci_hotplug_core.c | 292 * INS bits of the cold-inserted devices. 328 int inserted; in check_slots() local 337 extracted = inserted = 0; in check_slots() 346 warn("slot %s already inserted", in check_slots() 348 inserted++; in check_slots() 353 dbg("%s - slot %s inserted", __func__, slot_name(slot)); in check_slots() 386 inserted++; in check_slots() 419 dbg("inserted=%d, extracted=%d, extracting=%d", in check_slots() 420 inserted, extracted, atomic_read(&extracting)); in check_slots() 421 if (inserted || extracted) in check_slots()
|
| /kernel/linux/linux-4.19/drivers/pci/hotplug/ |
| D | cpci_hotplug_core.c | 341 * INS bits of the cold-inserted devices. 379 int inserted; in check_slots() local 388 extracted = inserted = 0; in check_slots() 397 warn("slot %s already inserted", in check_slots() 399 inserted++; in check_slots() 404 dbg("%s - slot %s inserted", __func__, slot_name(slot)); in check_slots() 440 inserted++; in check_slots() 476 dbg("inserted=%d, extracted=%d, extracting=%d", in check_slots() 477 inserted, extracted, atomic_read(&extracting)); in check_slots() 478 if (inserted || extracted) in check_slots()
|
| /kernel/linux/linux-5.10/fs/xfs/ |
| D | xfs_extfree_item.h | 25 * and EFD being committed and unpinned. This ensures the EFI is inserted into 35 * inserted to the AIL or in the event of failure along the way (e.g., commit 45 * of commit failure or log I/O errors. Note that the EFD is not inserted in the
|
| /kernel/linux/linux-4.19/fs/xfs/ |
| D | xfs_extfree_item.h | 30 * and EFD being committed and unpinned. This ensures the EFI is inserted into 40 * inserted to the AIL or in the event of failure along the way (e.g., commit 50 * of commit failure or log I/O errors. Note that the EFD is not inserted in the
|
| /kernel/linux/linux-4.19/Documentation/driver-model/ |
| D | binding.txt | 16 inserted into the end of this list. The bus object also contains a 18 for a driver, it is inserted at the end of this list. These are the 55 When a driver is attached to a device, the device is inserted into the
|
| /kernel/linux/linux-5.10/Documentation/driver-api/driver-model/ |
| D | binding.rst | 17 inserted into the end of this list. The bus object also contains a 19 for a driver, it is inserted at the end of this list. These are the 56 When a driver is attached to a device, the device is inserted into the
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/bus/ |
| D | qcom,ebi2.txt | 79 the data bus. They are inserted when reading one CS and switching to another 83 inserted after every write minimum 1. The data out is driven from the time 86 - qcom,xmem-write-delta-cycles: initial latency for write cycles inserted for 88 - qcom,xmem-read-delta-cycles: initial latency for read cycles inserted for the
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/bus/ |
| D | qcom,ebi2.txt | 79 the data bus. They are inserted when reading one CS and switching to another 83 inserted after every write minimum 1. The data out is driven from the time 86 - qcom,xmem-write-delta-cycles: initial latency for write cycles inserted for 88 - qcom,xmem-read-delta-cycles: initial latency for read cycles inserted for the
|
| /kernel/linux/linux-5.10/fs/reiserfs/ |
| D | tail_conversion.c | 38 * new indirect item to be inserted or key in direct2indirect() 45 /* Handle on an unformatted node that will be inserted in the tree. */ in direct2indirect() 68 "pasted or inserted byte exists in " in direct2indirect() 197 * inserted successfully inode is left locked. Return value is always 308 * We have inserted new direct item and must remove last in indirect2direct()
|
| /kernel/linux/linux-4.19/fs/reiserfs/ |
| D | tail_conversion.c | 38 * new indirect item to be inserted or key in direct2indirect() 45 /* Handle on an unformatted node that will be inserted in the tree. */ in direct2indirect() 68 "pasted or inserted byte exists in " in direct2indirect() 197 * inserted successfully inode is left locked. Return value is always 308 * We have inserted new direct item and must remove last in indirect2direct()
|
| /kernel/linux/linux-4.19/tools/perf/util/ |
| D | srcline.h | 22 /* find previously inserted srcline */ 49 /* find previously inserted inline node list */
|
| /kernel/linux/linux-5.10/block/ |
| D | blk-crypto-internal.h | 149 * is inserted 151 * @bio: The first bio being inserted into the request 166 * blk_crypto_insert_cloned_request - Prepare a cloned request to be inserted
|
| /kernel/linux/linux-5.10/net/mptcp/ |
| D | mib.h | 18 MPTCP_MIB_OFOQUEUETAIL, /* Segments inserted into OoO queue tail */ 19 MPTCP_MIB_OFOQUEUE, /* Segments inserted into OoO queue */
|
| /kernel/linux/linux-5.10/tools/perf/util/ |
| D | srcline.h | 23 /* find previously inserted srcline */ 51 /* find previously inserted inline node list */
|
| /kernel/linux/linux-5.10/include/linux/platform_data/ |
| D | mmc-s3cmci.h | 18 * that a card is inserted. If @detect_invert is set, then the value from 19 * gpio_get_value() is inverted, which makes 1 mean card inserted.
|
| /kernel/linux/linux-4.19/drivers/usb/misc/ |
| D | Kconfig | 16 inserted in and removed from the running kernel whenever you want). 56 inserted in and removed from the running kernel whenever you want). 122 controller within CardBus card that are inserted in the U132 adapter. 125 worked with a USB PEN Drive inserted into the first USB port of
|
| /kernel/linux/linux-5.10/drivers/usb/misc/ |
| D | Kconfig | 17 inserted in and removed from the running kernel whenever you want). 57 inserted in and removed from the running kernel whenever you want). 123 controller within CardBus card that are inserted in the U132 adapter. 126 worked with a USB PEN Drive inserted into the first USB port of
|
| /kernel/linux/linux-4.19/include/linux/platform_data/ |
| D | mmc-s3cmci.h | 19 * that a card is inserted. If @detect_invert is set, then the value from 20 * gpio_get_value() is inverted, which makes 1 mean card inserted.
|