Home
last modified time | relevance | path

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

/openbmc/linux/drivers/fsi/
H A Dfsi-scom.c67 struct scom_device { struct
76 static int __put_scom(struct scom_device *scom_dev, uint64_t value, in __put_scom() argument
275 static int put_scom(struct scom_device *scom, uint64_t value, in put_scom()
294 static int get_scom(struct scom_device *scom, uint64_t *value, in get_scom()
316 struct scom_device *scom = filep->private_data; in scom_read()
346 struct scom_device *scom = filep->private_data; in scom_write()
477 struct scom_device *scom = file->private_data; in scom_ioctl()
506 struct scom_device *scom = container_of(inode->i_cdev, struct scom_device, cdev); in scom_open()
524 struct scom_device *scom = container_of(dev, struct scom_device, dev); in scom_free()
533 struct scom_device *scom; in scom_probe()
[all …]