Home
last modified time | relevance | path

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

/linux/drivers/hwmon/pmbus/
H A Dzl6100.c23 struct zl6100_data { struct
28 #define to_zl6100_data(x) container_of(x, struct zl6100_data, info) argument
127 struct zl6100_data *data = to_zl6100_data(info); in zl6100_read_word_data()
282 struct zl6100_data *data; in zl6100_probe()
315 data = devm_kzalloc(&client->dev, sizeof(struct zl6100_data), in zl6100_probe()