Searched refs:watched_lines (Results 1 – 1 of 1) sorted by relevance
2332 unsigned long *watched_lines; member2388 if (test_and_set_bit(lineinfo.line_offset, cdev->watched_lines)) in lineinfo_get_v1()2397 clear_bit(lineinfo.line_offset, cdev->watched_lines); in lineinfo_get_v1()2426 if (test_and_set_bit(lineinfo.offset, cdev->watched_lines)) in lineinfo_get()2433 clear_bit(lineinfo.offset, cdev->watched_lines); in lineinfo_get()2450 if (!test_and_clear_bit(offset, cdev->watched_lines)) in lineinfo_unwatch()2555 if (!test_bit(gpio_chip_hwgpio(desc), cdev->watched_lines)) in lineinfo_changed_notify()2723 cdev->watched_lines = bitmap_zalloc(gdev->ngpio, GFP_KERNEL); in gpio_chrdev_open()2724 if (!cdev->watched_lines) in gpio_chrdev_open()2763 bitmap_free(cdev->watched_lines); in gpio_chrdev_open()[all …]