Home
last modified time | relevance | path

Searched refs:axp_data (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/iio/adc/
H A Daxp20x_adc.c85 struct axp_data;
89 const struct axp_data *data;
1008 struct axp_data { struct
1021 static const struct axp_data axp192_data = { argument
1031 static const struct axp_data axp20x_data = {
1043 static const struct axp_data axp22x_data = {
1053 static const struct axp_data axp717_data = {
1062 static const struct axp_data axp813_data = {
1115 info->data = (const struct axp_data *)id->driver_data; in axp20x_probe()
/linux/drivers/power/supply/
H A Daxp20x_battery.c96 struct axp_data { struct
121 const struct axp_data *data; argument
1025 static const struct axp_data axp209_data = {
1037 static const struct axp_data axp221_data = {
1050 static const struct axp_data axp717_data = {
1062 static const struct axp_data axp813_data = {
1116 axp20x_batt->data = (struct axp_data *)of_device_get_match_data(dev); in axp20x_power_probe()