Searched refs:watched_lines (Results 1 – 1 of 1) sorted by relevance
1984 unsigned long *watched_lines; member2039 if (test_and_set_bit(lineinfo.line_offset, cdev->watched_lines)) in lineinfo_get_v1()2048 clear_bit(lineinfo.line_offset, cdev->watched_lines); in lineinfo_get_v1()2077 if (test_and_set_bit(lineinfo.offset, cdev->watched_lines)) in lineinfo_get()2084 clear_bit(lineinfo.offset, cdev->watched_lines); in lineinfo_get()2101 if (!test_and_clear_bit(offset, cdev->watched_lines)) in lineinfo_unwatch()2169 if (!test_bit(gpio_chip_hwgpio(desc), cdev->watched_lines)) in lineinfo_changed_notify()2304 cdev->watched_lines = bitmap_zalloc(gdev->chip->ngpio, GFP_KERNEL); in gpio_chrdev_open()2305 if (!cdev->watched_lines) in gpio_chrdev_open()2331 bitmap_free(cdev->watched_lines); in gpio_chrdev_open()[all …]