!_TAG_FILE_FORMAT	2	/extended format; --format=1 will not append ;" to lines/
!_TAG_FILE_SORTED	1	/0=unsorted, 1=sorted, 2=foldcase/
!_TAG_OUTPUT_EXCMD	mixed	/number, pattern, mixed, or combineV2/
!_TAG_OUTPUT_FILESEP	slash	/slash or backslash/
!_TAG_OUTPUT_MODE	u-ctags	/u-ctags or e-ctags/
!_TAG_PATTERN_LENGTH_LIMIT	96	/0 for no limit/
!_TAG_PROC_CWD	/home/gu/pinctrl/	//
!_TAG_PROGRAM_AUTHOR	Universal Ctags Team	//
!_TAG_PROGRAM_NAME	Universal Ctags	/Derived from Exuberant Ctags/
!_TAG_PROGRAM_URL	https://ctags.io/	/official site/
!_TAG_PROGRAM_VERSION	5.9.0	//
INCLUDE_VERMAGIC	gpiodrv.mod.c	/^#define INCLUDE_VERMAGIC$/;"	d	file:
KERN_DIR	Makefile	/^KERN_DIR = \/home\/gu\/cross-builder\/bianbu-linux-2\/bsp-src\/linux-6.6$/;"	m
all	Makefile	/^all:$/;"	t
bianbu_pinctrl	gpiodrv.c	/^static const struct of_device_id bianbu_pinctrl[] = {$/;"	v	typeref:typename:const struct of_device_id[]	file:
chip_demo_gpio_driver	gpiodrv.c	/^static struct platform_driver chip_demo_gpio_driver = {$/;"	v	typeref:struct:platform_driver	file:
chip_demo_gpio_probe	gpiodrv.c	/^static int chip_demo_gpio_probe(struct platform_device *pdev)$/;"	f	typeref:typename:int	file:
chip_demo_gpio_remove	gpiodrv.c	/^static int chip_demo_gpio_remove(struct platform_device *pdev)$/;"	f	typeref:typename:int	file:
clean	Makefile	/^clean:$/;"	t
main	gpiotest.c	/^int main(int argc, char **argv)$/;"	f	typeref:typename:int
major	gpiodrv.c	/^static int major = 0;$/;"	v	typeref:typename:int	file:
test_class	gpiodrv.c	/^static struct class *test_class;$/;"	v	typeref:struct:class *	file:
test_drv	gpiodrv.c	/^static struct file_operations test_drv = {$/;"	v	typeref:struct:file_operations	file:
test_drv_close	gpiodrv.c	/^static int test_drv_close (struct inode *node, struct file *file)$/;"	f	typeref:typename:int	file:
test_drv_open	gpiodrv.c	/^static int test_drv_open (struct inode *node, struct file *file)$/;"	f	typeref:typename:int	file:
test_drv_read	gpiodrv.c	/^static ssize_t test_drv_read (struct file *file, char __user *buf, size_t size, loff_t *offset)$/;"	f	typeref:typename:ssize_t	file:
test_drv_write	gpiodrv.c	/^static ssize_t test_drv_write (struct file *file, const char __user *buf, size_t size, loff_t *o/;"	f	typeref:typename:ssize_t	file:
test_exit	gpiodrv.c	/^static void __exit test_exit(void)$/;"	f	typeref:typename:void __exit	file:
test_gpio	gpiodrv.c	/^static struct gpio_desc *test_gpio;$/;"	v	typeref:struct:gpio_desc *	file:
test_init	gpiodrv.c	/^static int __init test_init(void)$/;"	f	typeref:typename:int __init	file:
