| /kernel/linux/linux-4.19/include/linux/ |
| D | pwm.h | 15 * enum pwm_polarity - polarity of a PWM signal 31 * @polarity: reference polarity 43 enum pwm_polarity polarity; member 55 * @polarity: PWM polarity 61 enum pwm_polarity polarity; member 144 return state.polarity; in pwm_get_polarity() 161 * and polarity fields with the reference values defined in pwm->args. 182 state->polarity = args.polarity; in pwm_init_state() 246 * @set_polarity: configure the polarity of this PWM 266 enum pwm_polarity polarity); [all …]
|
| /kernel/linux/linux-4.19/drivers/soc/zte/ |
| D | zx296718_pm_domains.c | 39 .polarity = PWREN, 48 .polarity = PWREN, 57 .polarity = PWREN, 66 .polarity = PWREN, 75 .polarity = PWREN, 84 .polarity = PWREN, 93 .polarity = PWREN, 102 .polarity = PWREN, 111 .polarity = PWREN, 120 .polarity = PWREN, [all …]
|
| /kernel/linux/linux-5.10/drivers/soc/zte/ |
| D | zx296718_pm_domains.c | 39 .polarity = PWREN, 48 .polarity = PWREN, 57 .polarity = PWREN, 66 .polarity = PWREN, 75 .polarity = PWREN, 84 .polarity = PWREN, 93 .polarity = PWREN, 102 .polarity = PWREN, 111 .polarity = PWREN, 120 .polarity = PWREN, [all …]
|
| /kernel/linux/linux-5.10/include/media/i2c/ |
| D | tvp7002.h | 20 *@clk_polarity: Clock polarity 23 *@hs_polarity: HSYNC polarity 25 *@vs_polarity: VSYNC Polarity 27 *@fid_polarity: Active-high Field ID polarity. 30 * 1 - Operation with polarity inverted. 31 *@sog_polarity: Active high Sync on Green output polarity. 32 * 0 - Normal operation, 1 - Operation with polarity inverted
|
| /kernel/linux/linux-5.10/drivers/pwm/ |
| D | pwm-atmel-tcb.c | 34 enum pwm_polarity polarity; /* PWM polarity */ member 63 enum pwm_polarity polarity) in atmel_tcb_pwm_set_polarity() argument 67 tcbpwm->polarity = polarity; in atmel_tcb_pwm_set_polarity() 95 tcbpwm->polarity = PWM_POLARITY_NORMAL; in atmel_tcb_pwm_request() 150 enum pwm_polarity polarity = tcbpwm->polarity; in atmel_tcb_pwm_disable() local 158 * This is why we're reverting polarity in this case. in atmel_tcb_pwm_disable() 161 polarity = !polarity; in atmel_tcb_pwm_disable() 169 if (polarity == PWM_POLARITY_INVERSED) in atmel_tcb_pwm_disable() 175 if (polarity == PWM_POLARITY_INVERSED) in atmel_tcb_pwm_disable() 209 enum pwm_polarity polarity = tcbpwm->polarity; in atmel_tcb_pwm_enable() local [all …]
|
| D | core.c | 155 pwm->args.polarity = PWM_POLARITY_NORMAL; in of_pwm_xlate_with_flags() 158 pwm->args.polarity = PWM_POLARITY_INVERSED; in of_pwm_xlate_with_flags() 265 * @polarity: initial polarity of PWM channels 268 * will be used. The initial polarity for all channels is specified by the 269 * @polarity parameter. 274 enum pwm_polarity polarity) in pwmchip_add_with_polarity() argument 306 pwm->state.polarity = polarity; in pwmchip_add_with_polarity() 336 * will be used. The initial polarity for all channels is normal. 491 * The lowlevel driver either ignored .polarity (which is a bug) or as in pwm_apply_state_debug() 492 * best effort inverted .polarity and fixed .duty_cycle respectively. in pwm_apply_state_debug() [all …]
|
| D | pwm-imx-tpm.c | 9 * - Changes to polarity cannot be latched at the time of the 129 real_state->polarity = state->polarity; in pwm_imx_tpm_round_state() 154 /* get polarity */ in pwm_imx_tpm_get_state() 157 state->polarity = PWM_POLARITY_INVERSED; in pwm_imx_tpm_get_state() 161 * normal polarity. in pwm_imx_tpm_get_state() 163 state->polarity = PWM_POLARITY_NORMAL; in pwm_imx_tpm_get_state() 218 /* polarity is NOT allowed to be changed if PWM is active */ in pwm_imx_tpm_apply_hw() 219 if (c.enabled && c.polarity != state->polarity) in pwm_imx_tpm_apply_hw() 249 * polarity settings will enabled/disable output status in pwm_imx_tpm_apply_hw() 259 * set polarity (for edge-aligned PWM modes) in pwm_imx_tpm_apply_hw() [all …]
|
| /kernel/linux/linux-4.19/drivers/pwm/ |
| D | pwm-atmel-tcb.c | 34 enum pwm_polarity polarity; /* PWM polarity */ member 63 enum pwm_polarity polarity) in atmel_tcb_pwm_set_polarity() argument 67 tcbpwm->polarity = polarity; in atmel_tcb_pwm_set_polarity() 95 tcbpwm->polarity = PWM_POLARITY_NORMAL; in atmel_tcb_pwm_request() 150 enum pwm_polarity polarity = tcbpwm->polarity; in atmel_tcb_pwm_disable() local 158 * This is why we're reverting polarity in this case. in atmel_tcb_pwm_disable() 161 polarity = !polarity; in atmel_tcb_pwm_disable() 169 if (polarity == PWM_POLARITY_INVERSED) in atmel_tcb_pwm_disable() 175 if (polarity == PWM_POLARITY_INVERSED) in atmel_tcb_pwm_disable() 209 enum pwm_polarity polarity = tcbpwm->polarity; in atmel_tcb_pwm_enable() local [all …]
|
| /kernel/linux/linux-4.19/include/media/i2c/ |
| D | tvp7002.h | 29 *@clk_polarity: Clock polarity 32 *@hs_polarity: HSYNC polarity 34 *@vs_polarity: VSYNC Polarity 36 *@fid_polarity: Active-high Field ID polarity. 39 * 1 - Operation with polarity inverted. 40 *@sog_polarity: Active high Sync on Green output polarity. 41 * 0 - Normal operation, 1 - Operation with polarity inverted
|
| /kernel/linux/linux-5.10/Documentation/fb/ |
| D | viafb.modes | 25 # Polarity negative negative 50 # Polarity negative negative 71 # Polarity negative negative 92 # Polarity positive positive 113 # Polarity positive positive 134 # Polarity positive positive 155 # Polarity positive positive 176 # Polarity positive positive 197 # Polarity positive positive 219 # Polarity positive positive [all …]
|
| /kernel/linux/linux-4.19/Documentation/fb/ |
| D | viafb.modes | 25 # Polarity negative negative 50 # Polarity negative negative 71 # Polarity negative negative 92 # Polarity positive positive 113 # Polarity positive positive 134 # Polarity positive positive 155 # Polarity positive positive 176 # Polarity positive positive 197 # Polarity positive positive 219 # Polarity positive positive [all …]
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | pwm.h | 15 * enum pwm_polarity - polarity of a PWM signal 31 * @polarity: reference polarity 43 enum pwm_polarity polarity; member 55 * @polarity: PWM polarity 61 enum pwm_polarity polarity; member 146 return state.polarity; in pwm_get_polarity() 163 * and polarity fields with the reference values defined in pwm->args. 184 state->polarity = args.polarity; in pwm_init_state() 254 * @set_polarity: configure the polarity of this PWM 273 enum pwm_polarity polarity); [all …]
|
| /kernel/linux/linux-5.10/drivers/media/platform/omap3isp/ |
| D | omap3isp.h | 31 * @clk_pol: Pixel clock polarity 33 * @hs_pol: Horizontal synchronization polarity 35 * @vs_pol: Vertical synchronization polarity 37 * @fld_pol: Field signal polarity 39 * @data_pol: Data polarity 64 * struct isp_csiphy_lane: CCP2/CSI2 lane position and polarity 66 * @pol: polarity of the lane 88 * @strobe_clk_pol: Strobe/clock polarity
|
| /kernel/linux/linux-4.19/drivers/acpi/ |
| D | irq.c | 49 * @polarity: polarity of the GSI to be mapped 55 int polarity) in acpi_register_gsi() argument 66 fwspec.param[1] = acpi_dev_get_irq_type(trigger, polarity); in acpi_register_gsi() 139 * @polarity: polarity attributes of hwirq 140 * @polarity: polarity attributes of hwirq 150 u8 polarity, u8 shareable, in acpi_irq_parse_one_match() argument 156 *ctx->res_flags = acpi_dev_irq_flags(triggering, polarity, shareable); in acpi_irq_parse_one_match() 159 ctx->fwspec->param[1] = acpi_dev_get_irq_type(triggering, polarity); in acpi_irq_parse_one_match() 198 irq->triggering, irq->polarity, in acpi_irq_parse_one_cb() 211 eirq->triggering, eirq->polarity, in acpi_irq_parse_one_cb()
|
| /kernel/linux/linux-4.19/drivers/media/platform/omap3isp/ |
| D | omap3isp.h | 39 * @clk_pol: Pixel clock polarity 41 * @hs_pol: Horizontal synchronization polarity 43 * @vs_pol: Vertical synchronization polarity 45 * @fld_pol: Field signal polarity 47 * @data_pol: Data polarity 72 * struct isp_csiphy_lane: CCP2/CSI2 lane position and polarity 74 * @pol: polarity of the lane 96 * @strobe_clk_pol: Strobe/clock polarity
|
| /kernel/linux/linux-4.19/arch/ia64/include/asm/ |
| D | iosapic.h | 31 * Interrupt polarity 90 extern int iosapic_register_intr (unsigned int gsi, unsigned long polarity, 94 unsigned long polarity, 100 unsigned long polarity, 110 #define iosapic_register_intr(gsi,polarity,trigger) (gsi) argument 112 #define iosapic_override_isa_irq(isa_irq,gsi,polarity,trigger) do { } while (0) argument 114 polarity,trigger) (gsi) argument
|
| /kernel/linux/linux-5.10/drivers/acpi/ |
| D | irq.c | 46 * @polarity: polarity of the GSI to be mapped 52 int polarity) in acpi_register_gsi() argument 63 fwspec.param[1] = acpi_dev_get_irq_type(trigger, polarity); in acpi_register_gsi() 136 * @polarity: polarity attributes of hwirq 137 * @polarity: polarity attributes of hwirq 147 u8 polarity, u8 shareable, in acpi_irq_parse_one_match() argument 153 *ctx->res_flags = acpi_dev_irq_flags(triggering, polarity, shareable); in acpi_irq_parse_one_match() 156 ctx->fwspec->param[1] = acpi_dev_get_irq_type(triggering, polarity); in acpi_irq_parse_one_match() 195 irq->triggering, irq->polarity, in acpi_irq_parse_one_cb() 208 eirq->triggering, eirq->polarity, in acpi_irq_parse_one_cb()
|
| /kernel/linux/linux-4.19/drivers/net/wireless/ath/ath5k/ |
| D | rfkill.c | 41 ATH5K_DBG(ah, ATH5K_DEBUG_ANY, "rfkill disable (gpio:%d polarity:%d)\n", in ath5k_rfkill_disable() 42 ah->rf_kill.gpio, ah->rf_kill.polarity); in ath5k_rfkill_disable() 44 ath5k_hw_set_gpio(ah, ah->rf_kill.gpio, !ah->rf_kill.polarity); in ath5k_rfkill_disable() 50 ATH5K_DBG(ah, ATH5K_DEBUG_ANY, "rfkill enable (gpio:%d polarity:%d)\n", in ath5k_rfkill_enable() 51 ah->rf_kill.gpio, ah->rf_kill.polarity); in ath5k_rfkill_enable() 53 ath5k_hw_set_gpio(ah, ah->rf_kill.gpio, ah->rf_kill.polarity); in ath5k_rfkill_enable() 72 ah->rf_kill.polarity; in ath5k_is_rfkill_set() 91 ah->rf_kill.polarity = ah->ah_capabilities.cap_eeprom.ee_rfkill_pol; in ath5k_rfkill_hw_start()
|
| /kernel/linux/linux-5.10/drivers/net/wireless/ath/ath5k/ |
| D | rfkill.c | 41 ATH5K_DBG(ah, ATH5K_DEBUG_ANY, "rfkill disable (gpio:%d polarity:%d)\n", in ath5k_rfkill_disable() 42 ah->rf_kill.gpio, ah->rf_kill.polarity); in ath5k_rfkill_disable() 44 ath5k_hw_set_gpio(ah, ah->rf_kill.gpio, !ah->rf_kill.polarity); in ath5k_rfkill_disable() 50 ATH5K_DBG(ah, ATH5K_DEBUG_ANY, "rfkill enable (gpio:%d polarity:%d)\n", in ath5k_rfkill_enable() 51 ah->rf_kill.gpio, ah->rf_kill.polarity); in ath5k_rfkill_enable() 53 ath5k_hw_set_gpio(ah, ah->rf_kill.gpio, ah->rf_kill.polarity); in ath5k_rfkill_enable() 72 ah->rf_kill.polarity; in ath5k_is_rfkill_set() 91 ah->rf_kill.polarity = ah->ah_capabilities.cap_eeprom.ee_rfkill_pol; in ath5k_rfkill_hw_start()
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/interrupt-controller/ |
| D | microchip,pic32-evic.txt | 9 External interrupts have a software configurable edge polarity. Non external 10 interrupts have a type and polarity that is determined by the source of the 26 irq_type - is used to describe the type and polarity of an interrupt. For 29 IRQ_TYPE_EDGE_RISING or IRQ_TYPE_EDGE_FALLING to select the desired polarity. 34 polarity configuration. This array corresponds to the bits in the INTCON 49 and polarity.
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/interrupt-controller/ |
| D | microchip,pic32-evic.txt | 9 External interrupts have a software configurable edge polarity. Non external 10 interrupts have a type and polarity that is determined by the source of the 26 irq_type - is used to describe the type and polarity of an interrupt. For 29 IRQ_TYPE_EDGE_RISING or IRQ_TYPE_EDGE_FALLING to select the desired polarity. 34 polarity configuration. This array corresponds to the bits in the INTCON 49 and polarity.
|
| /kernel/linux/linux-5.10/include/trace/events/ |
| D | pwm.h | 21 __field(enum pwm_polarity, polarity) 29 __entry->polarity = state->polarity; 33 TP_printk("%p: period=%llu duty_cycle=%llu polarity=%d enabled=%d", 35 __entry->polarity, __entry->enabled)
|
| /kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
| D | m88ds3103.h | 52 * @ts_clk_pol: TS clk polarity. 1-active at falling edge; 0-active at rising 56 * @agc_inv: AGC polarity. 59 * @lnb_hv_pol: LNB H/V pin polarity. 0: pin high set to VOLTAGE_18, pin low to 61 * @lnb_en_pol: LNB enable pin polarity. 0: pin high to disable, pin low to 97 * @ts_clk_pol: TS clk polarity.Default: 0. 100 * @agc_inv: AGC polarity. Default: 0. 105 * @lnb_hv_pol: LNB H/V pin polarity. Default: 0. Values: 108 * @lnb_en_pol: LNB enable pin polarity. Default: 0. Values:
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/media/i2c/ |
| D | tvp7002.txt | 10 - hsync-active: HSYNC Polarity configuration for the bus. Default value when 13 - vsync-active: VSYNC Polarity configuration for the bus. Default value when 16 - pclk-sample: Clock polarity of the bus. Default value when this property is 24 - field-even-active: Active-high Field ID output polarity control of the bus. 28 1 = FID output polarity inverted
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/media/i2c/ |
| D | tvp7002.txt | 10 - hsync-active: HSYNC Polarity configuration for the bus. Default value when 13 - vsync-active: VSYNC Polarity configuration for the bus. Default value when 16 - pclk-sample: Clock polarity of the bus. Default value when this property is 24 - field-even-active: Active-high Field ID output polarity control of the bus. 28 1 = FID output polarity inverted
|