| /kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
| D | Kconfig | 19 A DVB-S/S2/DSS Multistandard demodulator. Say Y when you want 28 demodulator. Say Y when you want to support this tuner. 36 Say Y when you want to support these frontends. 45 Say Y when you want to support these frontends. 61 Say Y when you want to support these frontends. 70 Say Y when you want to support these frontends. 78 Say Y when you want to support this frontend. 90 Say Y when you want to support this frontend. 99 Say Y when you want to support this tuner. 109 Say Y when you want to support this frontend. [all …]
|
| /kernel/linux/linux-4.19/drivers/media/dvb-frontends/ |
| D | Kconfig | 12 A DVB-S/S2/DSS Multistandard demodulator. Say Y when you want 21 demodulator. Say Y when you want to support this tuner. 29 Say Y when you want to support these frontends. 38 Say Y when you want to support these frontends. 54 Say Y when you want to support these frontends. 63 Say Y when you want to support these frontends. 71 Say Y when you want to support this frontend. 83 Say Y when you want to support this frontend. 92 Say Y when you want to support this tuner. 102 Say Y when you want to support this frontend. [all …]
|
| /kernel/linux/linux-4.19/scripts/coccinelle/iterators/ |
| D | use_after_iter.cocci | 5 //#False positives arise when there is a goto in the iterator and the 41 list_for_each_entry@p1(c,...,member) { ... when != break; 42 when forall 43 when strict 46 list_for_each_entry_reverse@p1(c,...,member) { ... when != break; 47 when forall 48 when strict 51 list_for_each_entry_continue@p1(c,...,member) { ... when != break; 52 when forall 53 when strict [all …]
|
| D | fen.cocci | 1 /// These iterators only exit normally when the loop cursor is NULL, so there 24 ... when != break; 25 when != goto l; 27 ... when != np = E 37 ... when != break; 38 when != goto l; 40 ... when != np = E 50 ... when != break; 51 when != goto l; 53 ... when != np = E [all …]
|
| /kernel/linux/linux-5.10/scripts/coccinelle/iterators/ |
| D | use_after_iter.cocci | 6 //#False positives arise when there is a goto in the iterator and the 43 list_for_each_entry@p1(c,...,member) { ... when != break; 44 when forall 45 when strict 48 list_for_each_entry_reverse@p1(c,...,member) { ... when != break; 49 when forall 50 when strict 53 list_for_each_entry_continue@p1(c,...,member) { ... when != break; 54 when forall 55 when strict [all …]
|
| D | fen.cocci | 2 /// These iterators only exit normally when the loop cursor is NULL, so there 25 ... when != break; 26 when != goto l; 28 ... when != np = E 38 ... when != break; 39 when != goto l; 41 ... when != np = E 51 ... when != break; 52 when != goto l; 54 ... when != np = E [all …]
|
| D | for_each_child.cocci | 76 ... when any 100 ... when any 102 ... when != n 103 when strict 104 when forall 133 ... when any 135 ... when exists 136 l: ... when != n 137 when strict 138 when forall [all …]
|
| /kernel/liteos_m/targets/riscv_nuclei_gd32vf103_soc_gcc/SoC/gd32vf103/Common/Include/ |
| D | gd32vf103_dbg.h | 57 #define DBG_CTL_FWDGT_HOLD BIT(8) /*!< debug FWDGT kept when core is halt… 58 #define DBG_CTL_WWDGT_HOLD BIT(9) /*!< debug WWDGT kept when core is halt… 59 #define DBG_CTL_TIMER0_HOLD BIT(10) /*!< hold TIMER0 counter when core is h… 60 #define DBG_CTL_TIMER1_HOLD BIT(11) /*!< hold TIMER1 counter when core is h… 61 #define DBG_CTL_TIMER2_HOLD BIT(12) /*!< hold TIMER2 counter when core is h… 62 #define DBG_CTL_TIMER3_HOLD BIT(13) /*!< hold TIMER3 counter when core is h… 63 #define DBG_CTL_CAN0_HOLD BIT(14) /*!< debug CAN0 kept when core is halte… 64 #define DBG_CTL_I2C0_HOLD BIT(15) /*!< hold I2C0 smbus when core is halte… 65 #define DBG_CTL_I2C1_HOLD BIT(16) /*!< hold I2C1 smbus when core is halte… 66 #define DBG_CTL_TIMER4_HOLD BIT(18) /*!< hold TIMER4 counter when core is h… [all …]
|
| /kernel/linux/linux-4.19/scripts/coccinelle/locks/ |
| D | call_kern.cocci | 25 ... when != read_unlock_irq(...) 26 when != write_unlock_irq(...) 27 when != read_unlock_irqrestore(...) 28 when != write_unlock_irqrestore(...) 29 when != spin_unlock(...) 30 when != spin_unlock_irq(...) 31 when != spin_unlock_irqrestore(...) 32 when != local_irq_enable(...) 33 when any 35 ... when any [all …]
|
| /kernel/linux/linux-5.10/scripts/coccinelle/locks/ |
| D | call_kern.cocci | 26 ... when != read_unlock_irq(...) 27 when != write_unlock_irq(...) 28 when != read_unlock_irqrestore(...) 29 when != write_unlock_irqrestore(...) 30 when != spin_unlock(...) 31 when != spin_unlock_irq(...) 32 when != spin_unlock_irqrestore(...) 33 when != local_irq_enable(...) 34 when any 36 ... when any [all …]
|
| /kernel/linux/linux-4.19/Documentation/filesystems/ |
| D | hpfs.txt | 37 bitmaps when accessing it). 39 Behaviour when filesystem errors found. 41 When to mark filesystem dirty so that OS/2 checks it. 46 when you use chmod/chown/chgrp/mknod/ln -s on the filesystem. 55 are case sensitive, so for example when you create a file FOO, you can use 59 bootsect.s. When searching for file thats name has characters >= 128, codepages 77 they're just changed. It means that when your default uid=0 and you type 79 extended attribute UID=0. And when you umount the fs and mount it again with 82 read-only flag. When you mknod a block or char device, besides "MODE", the 97 stored in very crazy way. They tried to do it so that link changes when file is [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/usb/ |
| D | dwc3.txt | 41 - snps,dis-start-transfer-quirk: when set, disable isoc START TRANSFER command 44 - snps,disable_scramble_quirk: true when SW should disable data scrambling. 46 - snps,has-lpm-erratum: true when DWC3 was configured with LPM Erratum enabled 50 - snps,req_p1p2p3_quirk: when set, the core will always request for 52 - snps,del_p1p2p3_quirk: when set core will delay P1/P2/P3 until a certain 54 - snps,del_phy_power_chg_quirk: when set core will delay PHY power change 56 - snps,lfps_filter_quirk: when set core will filter LFPS reception. 57 - snps,rx_detect_poll_quirk: when set core will disable a 400us delay to start 59 - snps,tx_de_emphasis_quirk: when set core will set Tx de-emphasis value. 62 - snps,dis_u3_susphy_quirk: when set core will disable USB3 suspend phy. [all …]
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/usb/ |
| D | dwc3.txt | 40 - snps,disable_scramble_quirk: true when SW should disable data scrambling. 42 - snps,has-lpm-erratum: true when DWC3 was configured with LPM Erratum enabled 46 - snps,req_p1p2p3_quirk: when set, the core will always request for 48 - snps,del_p1p2p3_quirk: when set core will delay P1/P2/P3 until a certain 50 - snps,del_phy_power_chg_quirk: when set core will delay PHY power change 52 - snps,lfps_filter_quirk: when set core will filter LFPS reception. 53 - snps,rx_detect_poll_quirk: when set core will disable a 400us delay to start 55 - snps,tx_de_emphasis_quirk: when set core will set Tx de-emphasis value. 58 - snps,dis_u3_susphy_quirk: when set core will disable USB3 suspend phy. 59 - snps,dis_u2_susphy_quirk: when set core will disable USB2 suspend phy. [all …]
|
| /kernel/linux/linux-5.10/drivers/scsi/ |
| D | 53c700.scr | 142 JUMP Finish, WHEN STATUS 148 INT RESELECTED_DURING_SELECTION, WHEN MSG_IN 153 MOVE 1, ReceiveMsgAddress, WHEN MSG_IN 158 MOVE 3, ReceiveMsgAddress, WHEN MSG_IN 174 MOVE MessageCount, MessageLocation, WHEN MSG_OUT 176 RETURN, WHEN NOT MSG_OUT 188 MOVE 1, ReceiveMsgAddress, WHEN MSG_IN 196 MOVE 1, ReceiveMsgAddress + 1, WHEN MSG_IN 200 MOVE 1, ReceiveMsgAddress + 1, WHEN MSG_IN 209 MOVE 1, ReceiveMsgAddress + 2, WHEN MSG_IN [all …]
|
| /kernel/linux/linux-4.19/drivers/scsi/ |
| D | 53c700.scr | 142 JUMP Finish, WHEN STATUS 148 INT RESELECTED_DURING_SELECTION, WHEN MSG_IN 153 MOVE 1, ReceiveMsgAddress, WHEN MSG_IN 158 MOVE 3, ReceiveMsgAddress, WHEN MSG_IN 174 MOVE MessageCount, MessageLocation, WHEN MSG_OUT 176 RETURN, WHEN NOT MSG_OUT 188 MOVE 1, ReceiveMsgAddress, WHEN MSG_IN 196 MOVE 1, ReceiveMsgAddress + 1, WHEN MSG_IN 200 MOVE 1, ReceiveMsgAddress + 1, WHEN MSG_IN 209 MOVE 1, ReceiveMsgAddress + 2, WHEN MSG_IN [all …]
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/devfreq/ |
| D | rk3399_dmc.txt | 19 It should be a DCF interrupt. When DDR DVFS finishes 61 When DDR frequency is less than DRAM_DLL_DISB_FREQ, 66 MHz (Mega Hz). When DDR frequency is less than 70 - rockchip,ddr3_odt_dis_freq : When the DRAM type is DDR3, this parameter defines 72 when the DDR frequency is less then ddr3_odt_dis_freq, 76 - rockchip,ddr3_drv : When the DRAM type is DDR3, this parameter defines 80 - rockchip,ddr3_odt : When the DRAM type is DDR3, this parameter defines 84 - rockchip,phy_ddr3_ca_drv : When the DRAM type is DDR3, this parameter defines 89 - rockchip,phy_ddr3_dq_drv : When the DRAM type is DDR3, this parameter defines 93 - rockchip,phy_ddr3_odt : When the DRAM type is DDR3, this parameter defines [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/devfreq/ |
| D | rk3399_dmc.txt | 19 It should be a DCF interrupt. When DDR DVFS finishes 63 When DDR frequency is less than DRAM_DLL_DISB_FREQ, 68 MHz (Mega Hz). When DDR frequency is less than 72 - rockchip,ddr3_odt_dis_freq : When the DRAM type is DDR3, this parameter defines 74 when the DDR frequency is less then ddr3_odt_dis_freq, 78 - rockchip,ddr3_drv : When the DRAM type is DDR3, this parameter defines 82 - rockchip,ddr3_odt : When the DRAM type is DDR3, this parameter defines 86 - rockchip,phy_ddr3_ca_drv : When the DRAM type is DDR3, this parameter defines 91 - rockchip,phy_ddr3_dq_drv : When the DRAM type is DDR3, this parameter defines 95 - rockchip,phy_ddr3_odt : When the DRAM type is DDR3, this parameter defines [all …]
|
| /kernel/linux/linux-5.10/Documentation/filesystems/ |
| D | hpfs.rst | 45 bitmaps when accessing it). 47 Behaviour when filesystem errors found. 49 When to mark filesystem dirty so that OS/2 checks it. 54 when you use chmod/chown/chgrp/mknod/ln -s on the filesystem. 64 are case sensitive, so for example when you create a file FOO, you can use 68 bootsect.s. When searching for file thats name has characters >= 128, codepages 87 they're just changed. It means that when your default uid=0 and you type 89 extended attribute UID=0. And when you umount the fs and mount it again with 92 read-only flag. When you mknod a block or char device, besides "MODE", the 108 stored in very crazy way. They tried to do it so that link changes when file is [all …]
|
| /kernel/linux/linux-5.10/Documentation/core-api/ |
| D | debug-objects.rst | 73 When the real object is already tracked by debugobjects it is checked, 75 active and destroyed objects. When debugobjects detects an error, then 82 When the real object is not yet tracked by debugobjects, debugobjects 96 When the real object is already tracked by debugobjects it is checked, 98 active and destroyed objects. When debugobjects detects an error, then 105 When the real object is not yet tracked by debugobjects debugobjects 120 When the real object is already tracked by debugobjects it is checked, 122 active and destroyed objects. When debugobjects detects an error, then 128 When the real object is not yet tracked by debugobjects then the 135 When the activation is legitimate, then the state of the associated [all …]
|
| /kernel/linux/linux-4.19/Documentation/core-api/ |
| D | debug-objects.rst | 73 When the real object is already tracked by debugobjects it is checked, 75 active and destroyed objects. When debugobjects detects an error, then 82 When the real object is not yet tracked by debugobjects, debugobjects 96 When the real object is already tracked by debugobjects it is checked, 98 active and destroyed objects. When debugobjects detects an error, then 105 When the real object is not yet tracked by debugobjects debugobjects 120 When the real object is already tracked by debugobjects it is checked, 122 active and destroyed objects. When debugobjects detects an error, then 128 When the real object is not yet tracked by debugobjects then the 135 When the activation is legitimate, then the state of the associated [all …]
|
| /kernel/linux/linux-5.10/Documentation/sound/hd-audio/ |
| D | controls.rst | 13 appears only when the surround channels are available. 23 When there are only either headphones or line-out jacks, it gives 24 "Disabled" and "Enabled" state. When enabled, the speaker is muted 25 automatically when a jack is plugged. 27 When both headphone and line-out jacks are present, it gives 28 "Disabled", "Speaker Only" and "Line-Out+Speaker". When 30 mutes the speakers, but not line-outs. When line-out+speaker is 40 appears only when "loopback" is set to true in a codec hint 42 and the normal PCM playback are exclusive, i.e. when this is on, you 47 corresponds to the center and the right to the LFE. When this is [all …]
|
| /kernel/linux/linux-4.19/Documentation/sound/hd-audio/ |
| D | controls.rst | 13 appears only when the surround channels are available. 23 When there are only either headphones or line-out jacks, it gives 24 "Disabled" and "Enabled" state. When enabled, the speaker is muted 25 automatically when a jack is plugged. 27 When both headphone and line-out jacks are present, it gives 28 "Disabled", "Speaker Only" and "Line-Out+Speaker". When 30 mutes the speakers, but not line-outs. When line-out+speaker is 40 appears only when "loopback" is set to true in a codec hint 42 and the normal PCM playback are exclusive, i.e. when this is on, you 47 corresponds to the center and the right to the LFE. When this is [all …]
|
| /kernel/linux/linux-5.10/Documentation/i2c/ |
| D | fault-codes.rst | 43 Returned by I2C adapters when they lose arbitration in master 47 Also returned when trying to invoke an I2C operation in an 48 atomic context, when some task is already using that I2C bus 52 Returned by SMBus logic when an invalid Packet Error Code byte 61 Returned by SMBus adapters when the bus was busy for longer 69 specific fault code when you can. 72 This rather vague error means something went wrong when 74 code when you can. 85 Returned by any component that can't allocate memory when 98 Returned by an adapter when asked to perform an operation [all …]
|
| /kernel/linux/linux-4.19/Documentation/networking/ |
| D | ipvs-sysctl.txt | 13 used in the automatic modes of defense. When there is no 36 bit 1: enable rescheduling of new connections when it is safe. 37 That is, whenever expire_nodest_conn and for TCP sockets, when 41 bit 2: it is bit 1 plus, for TCP connections, when connections 61 Only available when IPVS is compiled with CONFIG_IP_VS_NFCT enabled. 68 directly when no cache server is available and destination 87 Only available when IPVS is compiled with CONFIG_IP_VS_DEBUG enabled. 107 modes (when there is no enough available memory, the strategy 122 when available memory is less than the available memory 123 threshold. When the mode 3 is set, the always mode drop rate [all …]
|
| /kernel/linux/linux-4.19/Documentation/i2c/ |
| D | fault-codes | 39 Returned by I2C adapters when they lose arbitration in master 43 Also returned when trying to invoke an I2C operation in an 44 atomic context, when some task is already using that I2C bus 48 Returned by SMBus logic when an invalid Packet Error Code byte 57 Returned by SMBus adapters when the bus was busy for longer 65 specific fault code when you can. 68 This rather vague error means something went wrong when 70 code when you can. 81 Returned by any component that can't allocate memory when 94 Returned by an adapter when asked to perform an operation [all …]
|