chid_attrs        634 drivers/dma/qcom/hidma.c 	device_remove_file(dev->ddev.dev, dev->chid_attrs);
chid_attrs        662 drivers/dma/qcom/hidma.c 	dev->chid_attrs = hidma_create_sysfs_entry(dev, "chid", S_IRUGO);
chid_attrs        663 drivers/dma/qcom/hidma.c 	if (!dev->chid_attrs)
chid_attrs        666 drivers/dma/qcom/hidma.c 	return device_create_file(dev->ddev.dev, dev->chid_attrs);
chid_attrs        129 drivers/dma/qcom/hidma.h 	struct device_attribute		*chid_attrs;