Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/hwmon/
Djc42.c218 struct jc42_data { struct
251 static struct jc42_data *jc42_update_device(struct device *dev) in jc42_update_device()
253 struct jc42_data *data = dev_get_drvdata(dev); in jc42_update_device()
255 struct jc42_data *ret = data; in jc42_update_device()
280 struct jc42_data *data = jc42_update_device(dev); in jc42_read()
328 struct jc42_data *data = dev_get_drvdata(dev); in jc42_write()
388 const struct jc42_data *data = _data; in jc42_is_visible()
477 struct jc42_data *data; in jc42_probe()
480 data = devm_kzalloc(dev, sizeof(struct jc42_data), GFP_KERNEL); in jc42_probe()
529 struct jc42_data *data = i2c_get_clientdata(client); in jc42_remove()
[all …]