Searched refs:chid_attrs (Results 1 – 2 of 2) sorted by relevance
638 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()
129 struct device_attribute *chid_attrs; member