1 # -*- coding: utf-8; mode: python -*-
3 project = 'Linux Media Subsystem Documentation'
5 # It is possible to run Sphinx in nickpick mode with:
8 # within nit-picking build, do not refer to any intersphinx object
9 intersphinx_mapping = {}
11 # In nickpick mode, it will complain about lots of missing references that
13 # 1) are just typedefs like: bool, __u32, etc;
14 # 2) It will complain for things like: enum, NULL;
15 # 3) It will complain for symbols that should be on different
16 # books (but currently aren't ported to ReST)
18 # The list below has a list of such symbols to be ignored in nitpick mode
21 ("c:func", "clock_gettime"),
23 ("c:func", "container_of"),
24 ("c:func", "copy_from_user"),
25 ("c:func", "copy_to_user"),
26 ("c:func", "determine_valid_ioctls"),
27 ("c:func", "ERR_PTR"),
28 ("c:func", "i2c_new_device"),
31 ("c:func", "KERNEL_VERSION"),
34 ("c:func", "pci_name"),
36 ("c:func", "PTR_ERR"),
38 ("c:func", "release"),
40 ("c:func", "struct fd_set"),
41 ("c:func", "struct pollfd"),
42 ("c:func", "usb_make_path"),
43 ("c:func", "wait_finish"),
44 ("c:func", "wait_prepare"),
47 ("c:type", "atomic_t"),
49 ("c:type", "boolean"),
50 ("c:type", "buf_queue"),
52 ("c:type", "device_driver"),
53 ("c:type", "device_node"),
58 ("c:type", "i2c_adapter"),
59 ("c:type", "i2c_board_info"),
60 ("c:type", "i2c_client"),
61 ("c:type", "int16_t"),
62 ("c:type", "ktime_t"),
63 ("c:type", "led_classdev_flash"),
64 ("c:type", "list_head"),
65 ("c:type", "lock_class_key"),
70 ("c:type", "pci_dev"),
71 ("c:type", "pdvbdev"),
72 ("c:type", "poll_table"),
73 ("c:type", "platform_device"),
75 ("c:type", "poll_table_struct"),
80 ("c:type", "spi_board_info"),
81 ("c:type", "spi_device"),
82 ("c:type", "spi_master"),
83 ("c:type", "ssize_t"),
84 ("c:type", "fb_fix_screeninfo"),
86 ("c:type", "timeval"),
87 ("c:type", "video_capability"),
88 ("c:type", "timeval"),
96 ("c:type", "uint16_t"),
97 ("c:type", "uint32_t"),
100 ("c:type", "usb_device"),
101 ("c:type", "usb_interface"),
102 ("c:type", "v4l2_std_id"),
103 ("c:type", "video_system_t"),
104 ("c:type", "vm_area_struct"),
108 ("c:type", "v4l2_m2m_dev"),