Home
last modified time | relevance | path

Searched refs:adp5585_dev (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/mfd/
H A Dadp5585.c193 static int adp5585_validate_event(const struct adp5585_dev *adp5585, unsigned int ev) in adp5585_validate_event()
225 static int adp5589_validate_event(const struct adp5585_dev *adp5585, unsigned int ev) in adp5589_validate_event()
236 static struct regmap_config *adp5585_fill_variant_config(struct adp5585_dev *adp5585) in adp5585_fill_variant_config()
279 static int adp5585_parse_ev_array(const struct adp5585_dev *adp5585, const char *prop, u32 *events, in adp5585_parse_ev_array()
324 static int adp5585_unlock_ev_parse(struct adp5585_dev *adp5585) in adp5585_unlock_ev_parse()
349 static int adp5585_reset_ev_parse(struct adp5585_dev *adp5585) in adp5585_reset_ev_parse()
439 static int adp5585_add_devices(const struct adp5585_dev *adp5585) in adp5585_add_devices()
478 const struct adp5585_dev *adp5585 = data; in adp5585_osc_disable()
483 static void adp5585_report_events(struct adp5585_dev *adp5585, int ev_cnt) in adp5585_report_events()
505 struct adp5585_dev *adp5585 = data; in adp5585_irq()
[all …]
/linux/drivers/input/keyboard/
H A Dadp5585-keys.c72 static int adp5585_keys_check_special_events(const struct adp5585_dev *adp5585, in adp5585_keys_check_special_events()
94 struct adp5585_dev *adp5585 = dev_get_drvdata(kpad->dev->parent); in adp5585_keys_pins_free()
101 static int adp5585_keys_parse_fw(const struct adp5585_dev *adp5585, in adp5585_keys_parse_fw()
188 static int adp5585_keys_setup(const struct adp5585_dev *adp5585, in adp5585_keys_setup()
260 struct adp5585_dev *adp5585 = dev_get_drvdata(kpad->dev->parent); in adp5585_keys_unreg_notifier()
269 struct adp5585_dev *adp5585 = dev_get_drvdata(pdev->dev.parent); in adp5585_keys_probe()
/linux/include/linux/mfd/
H A Dadp5585.h202 struct adp5585_dev { struct
/linux/drivers/pwm/
H A Dpwm-adp5585.c163 struct adp5585_dev *adp5585 = dev_get_drvdata(dev->parent); in adp5585_pwm_probe()