Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/misc/
H A Dgpio-detection.c46 struct class_attribute cls_attr; member
203 gpio_det = container_of(attr, struct gpio_detection, cls_attr); in gpio_detection_info_show()
332 gpio_det->cls_attr.attr.name = "info"; in gpio_det_probe()
333 gpio_det->cls_attr.attr.mode = S_IRUGO; in gpio_det_probe()
334 gpio_det->cls_attr.show = gpio_detection_info_show; in gpio_det_probe()
387 &gpio_det->cls_attr); in gpio_det_probe()