Lines Matching full:max77759
6 // GPIO driver for Maxim MAX77759
16 #include <linux/mfd/max77759.h>
29 struct max77759 *max77759; member
67 ret = max77759_maxq_command(chip->max77759, cmd, rsp); in max77759_gpio_maxq_gpio_trigger_read()
82 return max77759_maxq_command(chip->max77759, cmd, NULL); in max77759_gpio_maxq_gpio_trigger_write()
93 ret = max77759_maxq_command(chip->max77759, cmd, rsp); in max77759_gpio_maxq_gpio_control_read()
108 return max77759_maxq_command(chip->max77759, cmd, NULL); in max77759_gpio_maxq_gpio_control_write()
453 chip->max77759 = dev_get_drvdata(pdev->dev.parent); in max77759_gpio_probe()
505 { .compatible = "maxim,max77759-gpio", },
511 { "max77759-gpio", },
518 .name = "max77759-gpio",
529 MODULE_DESCRIPTION("GPIO driver for Maxim MAX77759");