Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hwmon/
Djc42.c221 struct jc42_data { struct
254 static struct jc42_data *jc42_update_device(struct device *dev) in jc42_update_device()
256 struct jc42_data *data = dev_get_drvdata(dev); in jc42_update_device()
258 struct jc42_data *ret = data; in jc42_update_device()
283 struct jc42_data *data = jc42_update_device(dev); in jc42_read()
331 struct jc42_data *data = dev_get_drvdata(dev); in jc42_write()
391 const struct jc42_data *data = _data; in jc42_is_visible()
486 struct jc42_data *data; in jc42_probe()
489 data = devm_kzalloc(dev, sizeof(struct jc42_data), GFP_KERNEL); in jc42_probe()
538 struct jc42_data *data = i2c_get_clientdata(client); in jc42_remove()
[all …]