/linux-6.12.1/drivers/staging/sm750fb/ |
D | ddk750_sii164.c | 80 * 0 = Input data is falling edge latched (falling 81 * edge latched first in dual edge mode) 82 * 1 = Input data is rising edge latched (rising 83 * edge latched first in dual edge mode) 88 * 0 = Input data is single edge latched 89 * 1 = Input data is dual edge latched
|
/linux-6.12.1/sound/soc/codecs/ |
D | tas2764.c | 64 u8 latched[6] = {0, 0, 0, 0, 0, 0}; in tas2764_irq() local 68 for (i = 0; i < ARRAY_SIZE(latched); i++) in tas2764_irq() 69 latched[i] = snd_soc_component_read(tas2764->component, in tas2764_irq() 73 if (latched[0] & BIT(i)) { in tas2764_irq() 80 if (latched[0]) { in tas2764_irq() 82 latched[1], latched[2], latched[3], latched[4], latched[5]); in tas2764_irq()
|
D | tas2770.h | 94 /* Latched-Interrupt Reg0 */ 98 /* Latched-Interrupt Reg1 */
|
D | tas2764.h | 101 /* Latched Fault Registers */
|
/linux-6.12.1/Documentation/devicetree/bindings/gpio/ |
D | gpio-latch.yaml | 42 The number of clk-gpios and latched-gpios is not fixed. The actual number 55 latched-gpios: 74 - latched-gpios 90 latched-gpios = <&gpio3 21 0>, <&gpio3 22 0>,
|
/linux-6.12.1/Documentation/devicetree/bindings/sound/ |
D | ti,tlv320adcx140.yaml | 70 0 - (default) Odd channel is latched on the negative edge and even 71 channel is latched on the positive edge. 72 1 - Odd channel is latched on the positive edge and even channel is 73 latched on the negative edge.
|
/linux-6.12.1/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_init.h | 639 /* [28] MCP Latched rom_parity 640 * [29] MCP Latched ump_rx_parity 641 * [30] MCP Latched ump_tx_parity 642 * [31] MCP Latched scpad_parity 761 * [7] clears Latched rom_parity in bnx2x_clear_blocks_parity() 762 * [8] clears Latched ump_rx_parity in bnx2x_clear_blocks_parity() 763 * [9] clears Latched ump_tx_parity in bnx2x_clear_blocks_parity() 764 * [10] clears Latched scpad_parity (both ports) in bnx2x_clear_blocks_parity()
|
D | bnx2x_reg.h | 1125 interrupt; [21] RBCR Latched attn; [22] RBCT Latched attn; [23] RBCN 1126 Latched attn; [24] RBCU Latched attn; [25] RBCP Latched attn; [26] GRC 1127 Latched timeout attention; [27] GRC Latched reserved access attention; 1128 [28] MCP Latched rom_parity; [29] MCP Latched ump_rx_parity; [30] MCP 1129 Latched ump_tx_parity; [31] MCP Latched scpad_parity; */ 1139 RBCR Latched attn; [22] RBCT Latched attn; [23] RBCN Latched attn; [24] 1140 RBCU Latched attn; [25] RBCP Latched attn; [26] GRC Latched timeout 1141 attention; [27] GRC Latched reserved access attention; [28] MCP Latched 1142 rom_parity; [29] MCP Latched ump_rx_parity; [30] MCP Latched 1143 ump_tx_parity; [31] MCP Latched scpad_parity; */ [all …]
|
/linux-6.12.1/drivers/net/ethernet/mellanox/mlxbf_gige/ |
D | mlxbf_gige_intr.c | 27 /* This error condition is latched into MLXBF_GIGE_INT_STATUS in mlxbf_gige_error_intr() 40 * sent. The "tx_small_frame" condition is latched into the in mlxbf_gige_error_intr()
|
/linux-6.12.1/drivers/gpu/drm/i915/display/ |
D | intel_vrr.c | 75 * Without VRR registers get latched at: 78 * With VRR the earliest registers can get latched is: 82 * The latest point registers can get latched is the vmax decision boundary: 86 * latched) ASAP after a push is sent.
|
/linux-6.12.1/arch/x86/kernel/ |
D | nmi.c | 143 * can be latched at any given time. Walk the whole list in nmi_handle() 401 * Only one NMI can be latched at a time. To handle in default_do_nmi() 405 * while its real NMI is sitting latched. This will cause in default_do_nmi() 452 * 3) latched 464 * first one finishes. We set the state to "latched", and the exit of 469 * rerun the NMI handler again, and restart the 'latched' NMI.
|
/linux-6.12.1/drivers/comedi/drivers/ |
D | amplc_dio200_pci.c | 133 * 9. "Pattern occurred" latched signal, latches HIGH when pattern 135 * 10. "Pattern gone away" latched signal, latches LOW when pattern 139 * 12. Negated "pattern occurred" latched signal, latches LOW when 141 * 13. Negated "pattern gone away" latched signal, latches LOW when
|
/linux-6.12.1/Documentation/devicetree/bindings/input/touchscreen/ |
D | eeti.txt | 10 latched. This is necessary for platforms that lack
|
/linux-6.12.1/drivers/pwm/ |
D | pwm-imx-tpm.c | 9 * - Changes to polarity cannot be latched at the time of the 213 * is latched into hardware when the next period starts. in pwm_imx_tpm_apply_hw() 233 * is latched into hardware when the next period starts. in pwm_imx_tpm_apply_hw()
|
/linux-6.12.1/include/linux/ |
D | rbtree_latch.h | 3 * Latched RB-trees 18 * implement a latched RB-tree which does allow for unconditional lookups by
|
/linux-6.12.1/Documentation/virt/kvm/devices/ |
D | arm-vgic-v3.rst | 139 GICR_ISPENDR0 registers get/set the value of the latched pending state for 146 to ISPENDR) this state is "latched", and only cleared when either the 150 ISPENDR writes are latched; if the device lowers the line level then the
|
/linux-6.12.1/include/linux/fsl/ |
D | guts.h | 165 #define CCSR_GUTS_PMUXCR_SSI1_LA 0x00000000 /* Latched address */ 169 #define CCSR_GUTS_PMUXCR_SSI2_LA 0x00000000 /* Latched address */ 172 #define CCSR_GUTS_PMUXCR_LA_22_25_LA 0x00000000 /* Latched Address */
|
/linux-6.12.1/Documentation/devicetree/bindings/iio/magnetometer/ |
D | ti,tmag5273.yaml | 50 The low active interrupt can be configured to be fixed width or latched.
|
/linux-6.12.1/drivers/irqchip/ |
D | irq-sni-exiu.c | 52 * Level triggered interrupts are latched and must be cleared during in exiu_irq_eoi() 88 /* clear interrupts that were latched while disabled */ in exiu_irq_enable()
|
/linux-6.12.1/drivers/net/ethernet/intel/i40e/ |
D | i40e_ptp.c | 644 /* Update the jiffies time for any newly latched timestamp. This in i40e_ptp_get_rx_events() 646 * was latched by the hardware. The service task will later determine in i40e_ptp_get_rx_events() 649 * events latched since the last time we checked, and not all events in i40e_ptp_get_rx_events() 650 * currently latched, so that the service task accounting remains in i40e_ptp_get_rx_events() 691 /* Check all the currently latched Rx events and see whether they have in i40e_ptp_rx_hang() 692 * been latched for over a second. It is assumed that any timestamp in i40e_ptp_rx_hang() 695 * clear any timestamp that has been latched for over 1 second. in i40e_ptp_rx_hang() 837 /* Clear the latched event since we're about to read its register */ in i40e_ptp_rx_hwtstamp()
|
/linux-6.12.1/drivers/iio/gyro/ |
D | mpu3050.h | 58 * @irq_latch: latched IRQ, this means that it is a level IRQ
|
/linux-6.12.1/kernel/module/ |
D | tree_lookup.c | 14 * Use a latched RB-tree for __module_address(); this allows us to use
|
/linux-6.12.1/drivers/net/ethernet/aquantia/atlantic/ |
D | aq_hw_utils.c | 57 Counters are normally implemented by HW as latched pairs:
|
/linux-6.12.1/drivers/staging/greybus/ |
D | audio_apbridgea.h | 17 * - RX data is received/latched on the rising edge of BCLK
|
/linux-6.12.1/drivers/scsi/aic7xxx/ |
D | aic79xx_pci.c | 486 /* Silently clear any latched errors. */ in ahd_pci_test_register_access() 807 /* Clear latched errors. So our interrupt deasserts. */ in ahd_pci_intr() 863 /* Clear latched errors. So our interrupt deasserts. */ in ahd_pci_split_intr() 870 /* Clear latched errors. So our interrupt deasserts. */ in ahd_pci_split_intr()
|