Home
last modified time | relevance | path

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

/linux/drivers/mfd/
H A Dadp5585.c194 static int adp5585_validate_event(const struct adp5585_dev *adp5585, unsigned int ev) in adp5585_validate_event()
226 static int adp5589_validate_event(const struct adp5585_dev *adp5585, unsigned int ev) in adp5589_validate_event()
237 static struct regmap_config *adp5585_fill_variant_config(struct adp5585_dev *adp5585) in adp5585_fill_variant_config()
280 static int adp5585_parse_ev_array(const struct adp5585_dev *adp5585, const char *prop, u32 *events, in adp5585_parse_ev_array()
325 static int adp5585_unlock_ev_parse(struct adp5585_dev *adp5585) in adp5585_unlock_ev_parse()
350 static int adp5585_reset_ev_parse(struct adp5585_dev *adp5585) in adp5585_reset_ev_parse()
440 static int adp5585_add_devices(const struct adp5585_dev *adp5585) in adp5585_add_devices()
479 const struct adp5585_dev *adp5585 = data; in adp5585_osc_disable()
484 static void adp5585_report_events(struct adp5585_dev *adp5585, int ev_cnt) in adp5585_report_events()
506 struct adp5585_dev *adp5585 = data; in adp5585_irq()
[all …]
/linux/drivers/input/keyboard/
H A Dadp5585-keys.c73 static int adp5585_keys_check_special_events(const struct adp5585_dev *adp5585, in adp5585_keys_check_special_events()
95 struct adp5585_dev *adp5585 = dev_get_drvdata(kpad->dev->parent); in adp5585_keys_pins_free()
102 static int adp5585_keys_parse_fw(const struct adp5585_dev *adp5585, in adp5585_keys_parse_fw()
189 static int adp5585_keys_setup(const struct adp5585_dev *adp5585, in adp5585_keys_setup()
261 struct adp5585_dev *adp5585 = dev_get_drvdata(kpad->dev->parent); in adp5585_keys_unreg_notifier()
270 struct adp5585_dev *adp5585 = dev_get_drvdata(pdev->dev.parent); in adp5585_keys_probe()
/linux/drivers/gpio/
H A Dgpio-adp5585.c246 struct adp5585_dev *adp5585 = dev_get_drvdata(dev->parent); in adp5585_gpio_request()
263 struct adp5585_dev *adp5585 = dev_get_drvdata(dev->parent); in adp5585_gpio_free()
397 struct adp5585_dev *adp5585 = dev_get_drvdata(dev->parent); in adp5585_gpio_unreg_notifier()
405 struct adp5585_dev *adp5585 = dev_get_drvdata(pdev->dev.parent); in adp5585_gpio_probe()
/linux/include/linux/mfd/
H A Dadp5585.h202 struct adp5585_dev { struct
/linux/drivers/pwm/
H A Dpwm-adp5585.c164 struct adp5585_dev *adp5585 = dev_get_drvdata(dev->parent); in adp5585_pwm_probe()