Home
last modified time | relevance | path

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

/openbmc/linux/drivers/dma/qcom/
H A Dhidma.h129 struct device_attribute *chid_attrs; member
H A Dhidma.c638 device_remove_file(dev->ddev.dev, dev->chid_attrs); in hidma_sysfs_uninit()
666 dev->chid_attrs = hidma_create_sysfs_entry(dev, "chid", S_IRUGO); in hidma_sysfs_init()
667 if (!dev->chid_attrs) in hidma_sysfs_init()
670 return device_create_file(dev->ddev.dev, dev->chid_attrs); in hidma_sysfs_init()