regulator_dev
Regular
4.4
: ✅struct regulator_dev {
const struct regulator_desc *desc;
int exclusive;
u32 use_count;
u32 open_count;
u32 bypass_count;
struct list_head list;
struct list_head consumer_list;
struct blocking_notifier_head notifier;
struct mutex mutex;
struct module *owner;
struct device dev;
struct regulation_constraints *constraints;
struct regulator *supply;
const char *supply_name;
struct regmap *regmap;
struct delayed_work disable_work;
int deferred_disables;
void *reg_data;
struct dentry *debugfs;
struct regulator_enable_gpio *ena_pin;
unsigned int ena_gpio_state;
long unsigned int last_off_jiffy;
};
4.8
: ✅struct regulator_dev {
const struct regulator_desc *desc;
int exclusive;
u32 use_count;
u32 open_count;
u32 bypass_count;
struct list_head list;
struct list_head consumer_list;
struct blocking_notifier_head notifier;
struct mutex mutex;
struct module *owner;
struct device dev;
struct regulation_constraints *constraints;
struct regulator *supply;
const char *supply_name;
struct regmap *regmap;
struct delayed_work disable_work;
int deferred_disables;
void *reg_data;
struct dentry *debugfs;
struct regulator_enable_gpio *ena_pin;
unsigned int ena_gpio_state;
long unsigned int last_off_jiffy;
};
4.10
: ✅struct regulator_dev {
const struct regulator_desc *desc;
int exclusive;
u32 use_count;
u32 open_count;
u32 bypass_count;
struct list_head list;
struct list_head consumer_list;
struct blocking_notifier_head notifier;
struct mutex mutex;
struct module *owner;
struct device dev;
struct regulation_constraints *constraints;
struct regulator *supply;
const char *supply_name;
struct regmap *regmap;
struct delayed_work disable_work;
int deferred_disables;
void *reg_data;
struct dentry *debugfs;
struct regulator_enable_gpio *ena_pin;
unsigned int ena_gpio_state;
long unsigned int last_off_jiffy;
};
4.13
: ✅struct regulator_dev {
const struct regulator_desc *desc;
int exclusive;
u32 use_count;
u32 open_count;
u32 bypass_count;
struct list_head list;
struct list_head consumer_list;
struct blocking_notifier_head notifier;
struct mutex mutex;
struct module *owner;
struct device dev;
struct regulation_constraints *constraints;
struct regulator *supply;
const char *supply_name;
struct regmap *regmap;
struct delayed_work disable_work;
int deferred_disables;
void *reg_data;
struct dentry *debugfs;
struct regulator_enable_gpio *ena_pin;
unsigned int ena_gpio_state;
unsigned int is_switch;
long unsigned int last_off_jiffy;
};
4.15
: ✅struct regulator_dev {
const struct regulator_desc *desc;
int exclusive;
u32 use_count;
u32 open_count;
u32 bypass_count;
struct list_head list;
struct list_head consumer_list;
struct blocking_notifier_head notifier;
struct mutex mutex;
struct module *owner;
struct device dev;
struct regulation_constraints *constraints;
struct regulator *supply;
const char *supply_name;
struct regmap *regmap;
struct delayed_work disable_work;
int deferred_disables;
void *reg_data;
struct dentry *debugfs;
struct regulator_enable_gpio *ena_pin;
unsigned int ena_gpio_state;
unsigned int is_switch;
long unsigned int last_off_jiffy;
};
4.18
: ✅struct regulator_dev {
const struct regulator_desc *desc;
int exclusive;
u32 use_count;
u32 open_count;
u32 bypass_count;
struct list_head list;
struct list_head consumer_list;
struct coupling_desc coupling_desc;
struct blocking_notifier_head notifier;
struct mutex mutex;
struct task_struct *mutex_owner;
int ref_cnt;
struct module *owner;
struct device dev;
struct regulation_constraints *constraints;
struct regulator *supply;
const char *supply_name;
struct regmap *regmap;
struct delayed_work disable_work;
int deferred_disables;
void *reg_data;
struct dentry *debugfs;
struct regulator_enable_gpio *ena_pin;
unsigned int ena_gpio_state;
unsigned int is_switch;
long unsigned int last_off_jiffy;
};
5.0
: ✅struct regulator_dev {
const struct regulator_desc *desc;
int exclusive;
u32 use_count;
u32 open_count;
u32 bypass_count;
struct list_head list;
struct list_head consumer_list;
struct coupling_desc coupling_desc;
struct blocking_notifier_head notifier;
struct ww_mutex mutex;
struct task_struct *mutex_owner;
int ref_cnt;
struct module *owner;
struct device dev;
struct regulation_constraints *constraints;
struct regulator *supply;
const char *supply_name;
struct regmap *regmap;
struct delayed_work disable_work;
void *reg_data;
struct dentry *debugfs;
struct regulator_enable_gpio *ena_pin;
unsigned int ena_gpio_state;
unsigned int is_switch;
long unsigned int last_off_jiffy;
};
5.3
: ✅struct regulator_dev {
const struct regulator_desc *desc;
int exclusive;
u32 use_count;
u32 open_count;
u32 bypass_count;
struct list_head list;
struct list_head consumer_list;
struct coupling_desc coupling_desc;
struct blocking_notifier_head notifier;
struct ww_mutex mutex;
struct task_struct *mutex_owner;
int ref_cnt;
struct module *owner;
struct device dev;
struct regulation_constraints *constraints;
struct regulator *supply;
const char *supply_name;
struct regmap *regmap;
struct delayed_work disable_work;
void *reg_data;
struct dentry *debugfs;
struct regulator_enable_gpio *ena_pin;
unsigned int ena_gpio_state;
unsigned int is_switch;
long unsigned int last_off_jiffy;
};
5.4
: ✅struct regulator_dev {
const struct regulator_desc *desc;
int exclusive;
u32 use_count;
u32 open_count;
u32 bypass_count;
struct list_head list;
struct list_head consumer_list;
struct coupling_desc coupling_desc;
struct blocking_notifier_head notifier;
struct ww_mutex mutex;
struct task_struct *mutex_owner;
int ref_cnt;
struct module *owner;
struct device dev;
struct regulation_constraints *constraints;
struct regulator *supply;
const char *supply_name;
struct regmap *regmap;
struct delayed_work disable_work;
void *reg_data;
struct dentry *debugfs;
struct regulator_enable_gpio *ena_pin;
unsigned int ena_gpio_state;
unsigned int is_switch;
long unsigned int last_off_jiffy;
};
5.8
: ✅struct regulator_dev {
const struct regulator_desc *desc;
int exclusive;
u32 use_count;
u32 open_count;
u32 bypass_count;
struct list_head list;
struct list_head consumer_list;
struct coupling_desc coupling_desc;
struct blocking_notifier_head notifier;
struct ww_mutex mutex;
struct task_struct *mutex_owner;
int ref_cnt;
struct module *owner;
struct device dev;
struct regulation_constraints *constraints;
struct regulator *supply;
const char *supply_name;
struct regmap *regmap;
struct delayed_work disable_work;
void *reg_data;
struct dentry *debugfs;
struct regulator_enable_gpio *ena_pin;
unsigned int ena_gpio_state;
unsigned int is_switch;
long unsigned int last_off_jiffy;
};
5.11
: ✅struct regulator_dev {
const struct regulator_desc *desc;
int exclusive;
u32 use_count;
u32 open_count;
u32 bypass_count;
struct list_head list;
struct list_head consumer_list;
struct coupling_desc coupling_desc;
struct blocking_notifier_head notifier;
struct ww_mutex mutex;
struct task_struct *mutex_owner;
int ref_cnt;
struct module *owner;
struct device dev;
struct regulation_constraints *constraints;
struct regulator *supply;
const char *supply_name;
struct regmap *regmap;
struct delayed_work disable_work;
void *reg_data;
struct dentry *debugfs;
struct regulator_enable_gpio *ena_pin;
unsigned int ena_gpio_state;
unsigned int is_switch;
long unsigned int last_off_jiffy;
};
5.13
: ✅struct regulator_dev {
const struct regulator_desc *desc;
int exclusive;
u32 use_count;
u32 open_count;
u32 bypass_count;
struct list_head list;
struct list_head consumer_list;
struct coupling_desc coupling_desc;
struct blocking_notifier_head notifier;
struct ww_mutex mutex;
struct task_struct *mutex_owner;
int ref_cnt;
struct module *owner;
struct device dev;
struct regulation_constraints *constraints;
struct regulator *supply;
const char *supply_name;
struct regmap *regmap;
struct delayed_work disable_work;
void *reg_data;
struct dentry *debugfs;
struct regulator_enable_gpio *ena_pin;
unsigned int ena_gpio_state;
unsigned int is_switch;
ktime_t last_off;
};
5.15
: ✅struct regulator_dev {
const struct regulator_desc *desc;
int exclusive;
u32 use_count;
u32 open_count;
u32 bypass_count;
struct list_head list;
struct list_head consumer_list;
struct coupling_desc coupling_desc;
struct blocking_notifier_head notifier;
struct ww_mutex mutex;
struct task_struct *mutex_owner;
int ref_cnt;
struct module *owner;
struct device dev;
struct regulation_constraints *constraints;
struct regulator *supply;
const char *supply_name;
struct regmap *regmap;
struct delayed_work disable_work;
void *reg_data;
struct dentry *debugfs;
struct regulator_enable_gpio *ena_pin;
unsigned int ena_gpio_state;
unsigned int is_switch;
ktime_t last_off;
int cached_err;
bool use_cached_err;
spinlock_t err_lock;
};
5.19
: ✅struct regulator_dev {
const struct regulator_desc *desc;
int exclusive;
u32 use_count;
u32 open_count;
u32 bypass_count;
struct list_head list;
struct list_head consumer_list;
struct coupling_desc coupling_desc;
struct blocking_notifier_head notifier;
struct ww_mutex mutex;
struct task_struct *mutex_owner;
int ref_cnt;
struct module *owner;
struct device dev;
struct regulation_constraints *constraints;
struct regulator *supply;
const char *supply_name;
struct regmap *regmap;
struct delayed_work disable_work;
void *reg_data;
struct dentry *debugfs;
struct regulator_enable_gpio *ena_pin;
unsigned int ena_gpio_state;
unsigned int is_switch;
ktime_t last_off;
int cached_err;
bool use_cached_err;
spinlock_t err_lock;
};
6.2
: ✅struct regulator_dev {
const struct regulator_desc *desc;
int exclusive;
u32 use_count;
u32 open_count;
u32 bypass_count;
struct list_head list;
struct list_head consumer_list;
struct coupling_desc coupling_desc;
struct blocking_notifier_head notifier;
struct ww_mutex mutex;
struct task_struct *mutex_owner;
int ref_cnt;
struct module *owner;
struct device dev;
struct regulation_constraints *constraints;
struct regulator *supply;
const char *supply_name;
struct regmap *regmap;
struct delayed_work disable_work;
void *reg_data;
struct dentry *debugfs;
struct regulator_enable_gpio *ena_pin;
unsigned int ena_gpio_state;
unsigned int is_switch;
ktime_t last_off;
int cached_err;
bool use_cached_err;
spinlock_t err_lock;
};
6.5
: ✅struct regulator_dev {
const struct regulator_desc *desc;
int exclusive;
u32 use_count;
u32 open_count;
u32 bypass_count;
struct list_head list;
struct list_head consumer_list;
struct coupling_desc coupling_desc;
struct blocking_notifier_head notifier;
struct ww_mutex mutex;
struct task_struct *mutex_owner;
int ref_cnt;
struct module *owner;
struct device dev;
struct regulation_constraints *constraints;
struct regulator *supply;
const char *supply_name;
struct regmap *regmap;
struct delayed_work disable_work;
void *reg_data;
struct dentry *debugfs;
struct regulator_enable_gpio *ena_pin;
unsigned int ena_gpio_state;
unsigned int is_switch;
ktime_t last_off;
int cached_err;
bool use_cached_err;
spinlock_t err_lock;
};
6.8
: ✅struct regulator_dev {
const struct regulator_desc *desc;
int exclusive;
u32 use_count;
u32 open_count;
u32 bypass_count;
struct list_head list;
struct list_head consumer_list;
struct coupling_desc coupling_desc;
struct blocking_notifier_head notifier;
struct ww_mutex mutex;
struct task_struct *mutex_owner;
int ref_cnt;
struct module *owner;
struct device dev;
struct regulation_constraints *constraints;
struct regulator *supply;
const char *supply_name;
struct regmap *regmap;
struct delayed_work disable_work;
void *reg_data;
struct dentry *debugfs;
struct regulator_enable_gpio *ena_pin;
unsigned int ena_gpio_state;
unsigned int is_switch;
ktime_t last_off;
int cached_err;
bool use_cached_err;
spinlock_t err_lock;
};
arm64
: ✅struct regulator_dev {
const struct regulator_desc *desc;
int exclusive;
u32 use_count;
u32 open_count;
u32 bypass_count;
struct list_head list;
struct list_head consumer_list;
struct coupling_desc coupling_desc;
struct blocking_notifier_head notifier;
struct ww_mutex mutex;
struct task_struct *mutex_owner;
int ref_cnt;
struct module *owner;
struct device dev;
struct regulation_constraints *constraints;
struct regulator *supply;
const char *supply_name;
struct regmap *regmap;
struct delayed_work disable_work;
void *reg_data;
struct dentry *debugfs;
struct regulator_enable_gpio *ena_pin;
unsigned int ena_gpio_state;
unsigned int is_switch;
long unsigned int last_off_jiffy;
};
armhf
: ✅struct regulator_dev {
const struct regulator_desc *desc;
int exclusive;
u32 use_count;
u32 open_count;
u32 bypass_count;
struct list_head list;
struct list_head consumer_list;
struct coupling_desc coupling_desc;
struct blocking_notifier_head notifier;
struct ww_mutex mutex;
struct task_struct *mutex_owner;
int ref_cnt;
struct module *owner;
struct device dev;
struct regulation_constraints *constraints;
struct regulator *supply;
const char *supply_name;
struct regmap *regmap;
struct delayed_work disable_work;
void *reg_data;
struct dentry *debugfs;
struct regulator_enable_gpio *ena_pin;
unsigned int ena_gpio_state;
unsigned int is_switch;
long unsigned int last_off_jiffy;
};
ppc64el
: ✅struct regulator_dev {
const struct regulator_desc *desc;
int exclusive;
u32 use_count;
u32 open_count;
u32 bypass_count;
struct list_head list;
struct list_head consumer_list;
struct coupling_desc coupling_desc;
struct blocking_notifier_head notifier;
struct ww_mutex mutex;
struct task_struct *mutex_owner;
int ref_cnt;
struct module *owner;
struct device dev;
struct regulation_constraints *constraints;
struct regulator *supply;
const char *supply_name;
struct regmap *regmap;
struct delayed_work disable_work;
void *reg_data;
struct dentry *debugfs;
struct regulator_enable_gpio *ena_pin;
unsigned int ena_gpio_state;
unsigned int is_switch;
long unsigned int last_off_jiffy;
};
riscv64
: ✅struct regulator_dev {
const struct regulator_desc *desc;
int exclusive;
u32 use_count;
u32 open_count;
u32 bypass_count;
struct list_head list;
struct list_head consumer_list;
struct coupling_desc coupling_desc;
struct blocking_notifier_head notifier;
struct ww_mutex mutex;
struct task_struct *mutex_owner;
int ref_cnt;
struct module *owner;
struct device dev;
struct regulation_constraints *constraints;
struct regulator *supply;
const char *supply_name;
struct regmap *regmap;
struct delayed_work disable_work;
void *reg_data;
struct dentry *debugfs;
struct regulator_enable_gpio *ena_pin;
unsigned int ena_gpio_state;
unsigned int is_switch;
long unsigned int last_off_jiffy;
};
aws
: ✅struct regulator_dev {
const struct regulator_desc *desc;
int exclusive;
u32 use_count;
u32 open_count;
u32 bypass_count;
struct list_head list;
struct list_head consumer_list;
struct coupling_desc coupling_desc;
struct blocking_notifier_head notifier;
struct ww_mutex mutex;
struct task_struct *mutex_owner;
int ref_cnt;
struct module *owner;
struct device dev;
struct regulation_constraints *constraints;
struct regulator *supply;
const char *supply_name;
struct regmap *regmap;
struct delayed_work disable_work;
void *reg_data;
struct dentry *debugfs;
struct regulator_enable_gpio *ena_pin;
unsigned int ena_gpio_state;
unsigned int is_switch;
long unsigned int last_off_jiffy;
};
azure
: ✅struct regulator_dev {
const struct regulator_desc *desc;
int exclusive;
u32 use_count;
u32 open_count;
u32 bypass_count;
struct list_head list;
struct list_head consumer_list;
struct coupling_desc coupling_desc;
struct blocking_notifier_head notifier;
struct ww_mutex mutex;
struct task_struct *mutex_owner;
int ref_cnt;
struct module *owner;
struct device dev;
struct regulation_constraints *constraints;
struct regulator *supply;
const char *supply_name;
struct regmap *regmap;
struct delayed_work disable_work;
void *reg_data;
struct dentry *debugfs;
struct regulator_enable_gpio *ena_pin;
unsigned int ena_gpio_state;
unsigned int is_switch;
long unsigned int last_off_jiffy;
};
gcp
: ✅struct regulator_dev {
const struct regulator_desc *desc;
int exclusive;
u32 use_count;
u32 open_count;
u32 bypass_count;
struct list_head list;
struct list_head consumer_list;
struct coupling_desc coupling_desc;
struct blocking_notifier_head notifier;
struct ww_mutex mutex;
struct task_struct *mutex_owner;
int ref_cnt;
struct module *owner;
struct device dev;
struct regulation_constraints *constraints;
struct regulator *supply;
const char *supply_name;
struct regmap *regmap;
struct delayed_work disable_work;
void *reg_data;
struct dentry *debugfs;
struct regulator_enable_gpio *ena_pin;
unsigned int ena_gpio_state;
unsigned int is_switch;
long unsigned int last_off_jiffy;
};
lowlatency
: ✅struct regulator_dev {
const struct regulator_desc *desc;
int exclusive;
u32 use_count;
u32 open_count;
u32 bypass_count;
struct list_head list;
struct list_head consumer_list;
struct coupling_desc coupling_desc;
struct blocking_notifier_head notifier;
struct ww_mutex mutex;
struct task_struct *mutex_owner;
int ref_cnt;
struct module *owner;
struct device dev;
struct regulation_constraints *constraints;
struct regulator *supply;
const char *supply_name;
struct regmap *regmap;
struct delayed_work disable_work;
void *reg_data;
struct dentry *debugfs;
struct regulator_enable_gpio *ena_pin;
unsigned int ena_gpio_state;
unsigned int is_switch;
long unsigned int last_off_jiffy;
};
Regular
4.4
and 4.8
✅
4.8
and 4.10
✅
4.10
and 4.13
⚠️unsigned int is_switch
4.13
and 4.15
✅
4.15
and 4.18
⚠️struct coupling_desc coupling_desc
struct task_struct *mutex_owner
int ref_cnt
4.18
and 5.0
⚠️int deferred_disables
struct mutex mutex
➡️ struct ww_mutex mutex
5.0
and 5.3
✅
5.3
and 5.4
✅
5.4
and 5.8
✅
5.8
and 5.11
✅
5.11
and 5.13
⚠️ktime_t last_off
long unsigned int last_off_jiffy
5.13
and 5.15
⚠️int cached_err
bool use_cached_err
spinlock_t err_lock
5.15
and 5.19
✅
5.19
and 6.2
✅
6.2
and 6.5
✅
6.5
and 6.8
✅
amd64
and arm64
✅
amd64
and armhf
✅
amd64
and ppc64el
✅
amd64
and riscv64
✅
generic
and aws
✅
generic
and azure
✅
generic
and gcp
✅
generic
and lowlatency
✅