Searched refs:watched_lines (Results 1 – 1 of 1) sorted by relevance
1979 unsigned long *watched_lines; member2034 if (test_and_set_bit(lineinfo.line_offset, cdev->watched_lines)) in lineinfo_get_v1()2043 clear_bit(lineinfo.line_offset, cdev->watched_lines); in lineinfo_get_v1()2072 if (test_and_set_bit(lineinfo.offset, cdev->watched_lines)) in lineinfo_get()2079 clear_bit(lineinfo.offset, cdev->watched_lines); in lineinfo_get()2096 if (!test_and_clear_bit(offset, cdev->watched_lines)) in lineinfo_unwatch()2162 if (!test_bit(gpio_chip_hwgpio(desc), cdev->watched_lines)) in lineinfo_changed_notify()2291 cdev->watched_lines = bitmap_zalloc(gdev->chip->ngpio, GFP_KERNEL); in gpio_chrdev_open()2292 if (!cdev->watched_lines) in gpio_chrdev_open()2318 bitmap_free(cdev->watched_lines); in gpio_chrdev_open()[all …]