| /kernel/linux/linux-6.6/arch/arm/mach-spear/ |
| D | pl080.c | 26 } signals[16] = {{0, 0}, }; variable 36 if (signals[signal].busy && in pl080_get_signal() 37 (signals[signal].val != cd->muxval)) { in pl080_get_signal() 43 if (!signals[signal].busy) { in pl080_get_signal() 56 signals[signal].busy++; in pl080_get_signal() 57 signals[signal].val = cd->muxval; in pl080_get_signal() 70 if (!signals[signal].busy) in pl080_put_signal() 73 signals[signal].busy--; in pl080_put_signal()
|
| /kernel/linux/linux-5.10/arch/arm/mach-spear/ |
| D | pl080.c | 28 } signals[16] = {{0, 0}, }; variable 38 if (signals[signal].busy && in pl080_get_signal() 39 (signals[signal].val != cd->muxval)) { in pl080_get_signal() 45 if (!signals[signal].busy) { in pl080_get_signal() 58 signals[signal].busy++; in pl080_get_signal() 59 signals[signal].val = cd->muxval; in pl080_get_signal() 72 if (!signals[signal].busy) in pl080_put_signal() 75 signals[signal].busy--; in pl080_put_signal()
|
| /kernel/linux/linux-6.6/tools/testing/selftests/arm64/fp/ |
| D | README | 30 Terminated by signal 15, no error, iterations=9467, signals=1014 33 Terminated by signal 15, no error, iterations=9448, signals=1028 36 Terminated by signal 15, no error, iterations=9436, signals=1039 39 Terminated by signal 15, no error, iterations=9421, signals=1039 42 Terminated by signal 15, no error, iterations=9403, signals=1039 45 Terminated by signal 15, no error, iterations=9385, signals=1036 48 Terminated by signal 15, no error, iterations=9376, signals=1039 51 Terminated by signal 15, no error, iterations=9361, signals=1039 54 Terminated by signal 15, no error, iterations=9350, signals=1039
|
| /kernel/linux/linux-5.10/tools/testing/selftests/arm64/fp/ |
| D | README | 30 Terminated by signal 15, no error, iterations=9467, signals=1014 33 Terminated by signal 15, no error, iterations=9448, signals=1028 36 Terminated by signal 15, no error, iterations=9436, signals=1039 39 Terminated by signal 15, no error, iterations=9421, signals=1039 42 Terminated by signal 15, no error, iterations=9403, signals=1039 45 Terminated by signal 15, no error, iterations=9385, signals=1036 48 Terminated by signal 15, no error, iterations=9376, signals=1039 51 Terminated by signal 15, no error, iterations=9361, signals=1039 54 Terminated by signal 15, no error, iterations=9350, signals=1039
|
| /kernel/linux/linux-5.10/drivers/net/wireless/rsi/ |
| D | Kconfig | 3 bool "Redpine Signals Inc devices" 16 tristate "Redpine Signals Inc 91x WLAN driver support" 24 bool "Redpine Signals Inc debug support" 32 tristate "Redpine Signals SDIO bus support" 40 tristate "Redpine Signals USB bus support" 48 bool "Redpine Signals WLAN BT Coexistence support"
|
| /kernel/linux/linux-6.6/drivers/net/wireless/rsi/ |
| D | Kconfig | 3 bool "Redpine Signals Inc devices" 16 tristate "Redpine Signals Inc 91x WLAN driver support" 24 bool "Redpine Signals Inc debug support" 32 tristate "Redpine Signals SDIO bus support" 40 tristate "Redpine Signals USB bus support" 48 bool "Redpine Signals WLAN BT Coexistence support"
|
| /kernel/linux/linux-5.10/Documentation/driver-api/ |
| D | generic-counter.rst | 80 A counter is defined as a set of input signals associated with count 82 input signals as defined by the respective count functions. Within the 84 each associated with a set of Signals, whose respective Synapse 93 Synapses; i.e. the count data for a set of Signals. The Generic 111 A pair of quadrature encoding signals are evaluated to determine 135 Any state transition on either quadrature pair signals updates the 167 many Signals may be associated with even a single Count. For example, a 183 In this example, two Signals (quadrature encoder lines A and B) are 188 encoder counter device; the Count, Signals, and Synapses simply 191 Signals associated with the same Count can have differing Synapse action [all …]
|
| /kernel/linux/linux-6.6/drivers/staging/vc04_services/vchiq-mmal/ |
| D | mmal-msg.h | 220 /* Signals that the current payload is the end of the stream of data */ 222 /* Signals that the start of the current payload starts a frame */ 224 /* Signals that the end of the current payload ends a frame */ 226 /* Signals that the current payload contains only complete frames (>1) */ 230 /* Signals that the current payload is a keyframe (i.e. self decodable) */ 233 * Signals a discontinuity in the stream of data (e.g. after a seek). 238 * Signals a buffer containing some kind of config data for the component 242 /* Signals an encrypted payload */ 244 /* Signals a buffer containing side information */ 247 * Signals a buffer which is the snapshot/postview image from a stills [all …]
|
| /kernel/linux/linux-5.10/drivers/staging/vc04_services/vchiq-mmal/ |
| D | mmal-msg.h | 220 /* Signals that the current payload is the end of the stream of data */ 222 /* Signals that the start of the current payload starts a frame */ 224 /* Signals that the end of the current payload ends a frame */ 226 /* Signals that the current payload contains only complete frames (>1) */ 230 /* Signals that the current payload is a keyframe (i.e. self decodable) */ 233 * Signals a discontinuity in the stream of data (e.g. after a seek). 238 * Signals a buffer containing some kind of config data for the component 242 /* Signals an encrypted payload */ 244 /* Signals a buffer containing side information */ 247 * Signals a buffer which is the snapshot/postview image from a stills [all …]
|
| /kernel/linux/linux-5.10/Documentation/trace/coresight/ |
| D | coresight-ect.rst | 14 individual input and output hardware signals known as triggers to and from 50 The hardware trigger signals can also be connected to non-CoreSight devices 72 capable of generating or using trigger signals.:: 100 Individual trigger connection information. This describes trigger signals for 108 * ``in_types`` : functional types for in signals. 109 * ``out_signals`` : output trigger signals for this connection. 110 * ``out_types`` : functional types for out signals. 127 If a connection has zero signals in either the 'in' or 'out' triggers then 177 * ``chan_free``: Show channels with no attached signals. 185 dangerous output signals to be set. [all …]
|
| /kernel/linux/linux-6.6/Documentation/trace/coresight/ |
| D | coresight-ect.rst | 14 individual input and output hardware signals known as triggers to and from 50 The hardware trigger signals can also be connected to non-CoreSight devices 72 capable of generating or using trigger signals.:: 100 Individual trigger connection information. This describes trigger signals for 108 * ``in_types`` : functional types for in signals. 109 * ``out_signals`` : output trigger signals for this connection. 110 * ``out_types`` : functional types for out signals. 127 If a connection has zero signals in either the 'in' or 'out' triggers then 177 * ``chan_free``: Show channels with no attached signals. 185 dangerous output signals to be set. [all …]
|
| /kernel/linux/linux-6.6/Documentation/gpu/amdgpu/display/ |
| D | dcn-overview.rst | 67 2. Global sync signals (green): It is a set of synchronization signals composed 70 4. Sideband signals: All other signals that do not fit the previous one. 72 These signals are essential and play an important role in DCN. Nevertheless, 197 These atomic register updates are driven by global sync signals in DCN. In 199 signals page flip and vblank events it is helpful to understand how global sync 202 Global sync consists of three signals, VSTARTUP, VUPDATE, and VREADY. These are 206 The global sync signals always happen during VBlank, are independent from the 210 or userspace clients as it signals the point at which hardware latches to 218 The below picture illustrates the global sync signals: 222 These signals affect core DCN behavior. Programming them incorrectly will lead
|
| /kernel/linux/linux-5.10/arch/mips/include/asm/mach-rc32434/ |
| D | gpio.h | 39 /* UART GPIO signals */ 45 /* M & P bus GPIO signals */ 51 /* CPU GPIO signals */ 54 /* Reserved GPIO signals */ 63 /* NAND GPIO signals */
|
| /kernel/linux/linux-6.6/arch/mips/include/asm/mach-rc32434/ |
| D | gpio.h | 39 /* UART GPIO signals */ 45 /* M & P bus GPIO signals */ 51 /* CPU GPIO signals */ 54 /* Reserved GPIO signals */ 63 /* NAND GPIO signals */
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/gpio/ |
| D | nvidia,tegra186-gpio.txt | 10 read/write the value of, numerous GPIO signals. Routing of GPIO signals to 24 b) GPIO registers, which allow manipulation of the GPIO signals. In some GPIO 48 Each GPIO controller can generate a number of interrupt signals. Each signal 50 number of interrupt signals generated by a controller varies as a rough function 54 Each GPIO controller in fact generates multiple interrupts signals for each set 56 interrupt signals generated by a set-of-ports. The intent is for each generated 59 per-port-set signals is reported via a separate register. Thus, a driver needs
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/display/panel/ |
| D | panel-common.yaml | 96 # and timing of those control signals are device-specific and left for panel 98 # used for panels that implement compatible control signals. 107 signals (or active high power down signals) can be supported by inverting 118 while active. Active high reset signals can be supported by inverting the 125 The tearing effect signal is active high. Active low signals can be 143 # backlight control through GPIO, PWM or other signals connected to an external
|
| /kernel/linux/linux-6.6/arch/um/os-Linux/ |
| D | signal.c | 46 /* enable signals if sig isn't IRQ signal */ in sig_handler_common() 56 * These are the asynchronous signals. SIGPROF is excluded because we want to 94 * Note we won't get here if signals are hard-blocked in sig_handler() 222 * Again, pending comes back with a mask of signals in hard_handler() 284 * This must return with signals disabled, so this barrier in block_signals() 311 * Save and reset save_pending after enabling signals. This in unblock_signals() 326 * We have pending interrupts, so disable signals, as the in unblock_signals() 331 * pending signals will mess up the tracing state. in unblock_signals() 357 /* Re-enable signals and trace that we're doing so. */ in unblock_signals() 421 panic("unblocking signals while not blocked"); in unblock_signals_hard() [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/gpio/ |
| D | nvidia,tegra186-gpio.yaml | 21 and read/write the value of, numerous GPIO signals. Routing of GPIO signals 35 b) GPIO registers, which allow manipulation of the GPIO signals. In some 60 Each GPIO controller can generate a number of interrupt signals. Each 62 ports. Thus, the number of interrupt signals generated by a controller 67 Each GPIO controller in fact generates multiple interrupts signals for 69 one of the interrupt signals generated by a set-of-ports. The intent is 72 The status of each of these per-port-set signals is reported via a
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/panel/ |
| D | panel-common.yaml | 105 # and timing of those control signals are device-specific and left for panel 107 # used for panels that implement compatible control signals. 116 signals (or active high power down signals) can be supported by inverting 127 while active. Active high reset signals can be supported by inverting the 134 The tearing effect signal is active high. Active low signals can be 152 # backlight control through GPIO, PWM or other signals connected to an external
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/arm/ |
| D | arm,coresight-cti.yaml | 19 output hardware trigger signals. CTIs can have a maximum number of input and 20 output hardware trigger signals (8 each for v1 CTI, 32 each for v2 CTI). The 30 In general the connections between CTI and components via the trigger signals 40 binding can be declared with no explicit trigger signals. This will result 57 signals to GEN_IO. 59 Note that some hardware trigger signals can be connected to non-CoreSight 134 A trigger connections child node which describes the trigger signals 157 signals. Types in this array match to the corresponding signal in the 174 signals. Types in this array match to the corresponding signal 183 List of CTI trigger out signals that will be blocked from becoming
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/arm/ |
| D | coresight-cti.yaml | 20 output hardware trigger signals. CTIs can have a maximum number of input and 21 output hardware trigger signals (8 each for v1 CTI, 32 each for v2 CTI). The 31 In general the connections between CTI and components via the trigger signals 41 binding can be declared with no explicit trigger signals. This will result 58 signals to GEN_IO. 60 Note that some hardware trigger signals can be connected to non-CoreSight 132 A trigger connections child node which describes the trigger signals 155 signals. Types in this array match to the corresponding signal in the 172 signals. Types in this array match to the corresponding signal 181 List of CTI trigger out signals that will be blocked from becoming
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/reset/ |
| D | reset.txt | 3 This binding is intended to represent the hardware reset signals present 4 internally in most IC (SoC, FPGA, ...) designs. Reset signals for whole 24 may be reset. Instead, reset signals should be represented in the DT node 27 block node for dedicated reset signals. The intent of this binding is to give 28 appropriate software access to the reset signals in order to manage the HW,
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/reset/ |
| D | reset.txt | 3 This binding is intended to represent the hardware reset signals present 4 internally in most IC (SoC, FPGA, ...) designs. Reset signals for whole 24 may be reset. Instead, reset signals should be represented in the DT node 27 block node for dedicated reset signals. The intent of this binding is to give 28 appropriate software access to the reset signals in order to manage the HW,
|
| /kernel/linux/linux-5.10/drivers/hwtracing/coresight/ |
| D | coresight-cti.h | 54 * CTI CSSoc 600 has a max of 32 trigger signals per direction. 62 * Group of related trigger signals 64 * @nr_sigs: number of signals in the group. 66 * @sig_types: array of types for the signals, length nr_sigs. 76 * lists input and output trigger signals for the device 78 * @con_in: connected CTIIN signals for the device. 79 * @con_out: connected CTIOUT signals for the device. 118 * @nr_trig_max: Max number of trigger signals implemented on device.
|
| /kernel/linux/linux-6.6/drivers/hwtracing/coresight/ |
| D | coresight-cti.h | 54 * CTI CSSoc 600 has a max of 32 trigger signals per direction. 62 * Group of related trigger signals 64 * @nr_sigs: number of signals in the group. 66 * @sig_types: array of types for the signals, length nr_sigs. 76 * lists input and output trigger signals for the device 78 * @con_in: connected CTIIN signals for the device. 79 * @con_out: connected CTIOUT signals for the device. 118 * @nr_trig_max: Max number of trigger signals implemented on device.
|