Searched full:identifiers (Results 1 – 25 of 397) sorted by relevance
12345678910>>...16
/linux-6.14.4/Documentation/gpu/imagination/ |
D | uapi.rst | 12 :identifiers: drm_pvr_obj_array 15 :identifiers: DRM_PVR_OBJ_ARRAY 23 :identifiers: PVR_IOCTL 31 :identifiers: drm_pvr_dev_query 34 :identifiers: drm_pvr_ioctl_dev_query_args 37 :identifiers: drm_pvr_dev_query_gpu_info 44 :identifiers: drm_pvr_heap_id 49 :identifiers: drm_pvr_static_data_area_usage 59 :identifiers: drm_pvr_ioctl_create_bo_args 70 :identifiers: drm_pvr_ioctl_get_bo_mmap_offset_args [all …]
|
/linux-6.14.4/Documentation/driver-api/tty/ |
D | tty_struct.rst | 18 :identifiers: tty_init_termios 24 :identifiers: tty_name 30 :identifiers: tty_kref_get 33 :identifiers: tty_kref_put 39 :identifiers: tty_standard_install 45 :identifiers: tty_put_char 51 :identifiers: start_tty stop_tty 57 :identifiers: tty_wakeup 63 :identifiers: tty_hangup tty_vhangup tty_hung_up_p 69 :identifiers: tty_do_resize [all …]
|
D | tty_port.rst | 25 :identifiers: tty_port_init tty_port_destroy 32 :identifiers: tty_port_install tty_port_open tty_port_block_til_ready 40 :identifiers: tty_port_tty_get tty_port_tty_set 46 :identifiers: tty_port_tty_hangup tty_port_tty_wakeup 53 :identifiers: tty_port_carrier_raised tty_port_raise_dtr_rts 62 :identifiers: tty_port 70 :identifiers: tty_port_operations
|
D | console.rst | 13 :identifiers: console cons_flags 19 :identifiers: nbcon_state nbcon_prio nbcon_context nbcon_write_context 25 :identifiers: consw 31 :identifiers: console_srcu_read_flags console_srcu_write_flags
|
D | tty_buffer.rst | 18 :identifiers: tty_prepare_flip_string 22 :identifiers: tty_insert_flip_string_fixed_flag tty_insert_flip_string_flags 31 :identifiers: tty_buffer_space_avail tty_buffer_set_limit 41 :identifiers: tty_buffer_lock_exclusive tty_buffer_unlock_exclusive
|
D | tty_driver.rst | 29 :identifiers: __tty_alloc_driver tty_driver_kref_put 53 :identifiers: tty_register_driver tty_unregister_driver 81 :identifiers: tty_register_device tty_register_device_attr 105 :identifiers: tty_port_link_device tty_port_register_device 117 :identifiers: tty_driver 127 :identifiers: tty_operations
|
/linux-6.14.4/Documentation/sphinx/ |
D | kerneldoc.py | 54 'identifiers': directives.unchanged, 55 'no-identifiers': directives.unchanged, 77 # 'function' is an alias of 'identifiers' 79 self.options['identifiers'] = self.options.get('functions') 90 elif 'identifiers' in self.options: 91 identifiers = self.options.get('identifiers').split() 92 if identifiers: 93 for i in identifiers: 98 if 'no-identifiers' in self.options: 99 no_identifiers = self.options.get('no-identifiers').split()
|
/linux-6.14.4/Documentation/process/ |
D | license-rules.rst | 46 Exchange (SPDX) license identifiers in each source file. SPDX license 47 identifiers are machine parsable and precise shorthands for the license 49 identifiers are managed by the SPDX Workgroup at the Linux Foundation and 54 The valid identifiers used in the kernel are explained in the section 55 `License identifiers`_ and have been retrieved from the official SPDX 97 SPDX short form license identifiers separated by "WITH" when a license 102 License identifiers for licenses like [L]GPL with the 'or later' option 119 Exceptions can only be used with particular License identifiers. The 120 valid License identifiers are listed in the tags of the exception text 122 identifiers`_. [all …]
|
/linux-6.14.4/Documentation/driver-api/ |
D | infrastructure.rst | 9 :no-identifiers: device_link_state 12 :identifiers: bus_type bus_notifier_event 15 :identifiers: class 18 :identifiers: probe_type device_driver 27 :no-identifiers: probe_type device_driver 39 :no-identifiers: class 66 :no-identifiers: bus_type bus_notifier_event
|
D | auxiliary_bus.rst | 23 :identifiers: auxiliary_device 26 :identifiers: auxiliary_device_init __auxiliary_device_add 39 :identifiers: auxiliary_driver module_auxiliary_driver 42 :identifiers: __auxiliary_driver_register auxiliary_driver_unregister
|
/linux-6.14.4/Documentation/timers/ |
D | delay_sleep_functions.rst | 75 :identifiers: udelay ndelay 78 :identifiers: mdelay 108 :identifiers: usleep_range usleep_range_idle 111 :identifiers: usleep_range_state 118 :identifiers: msleep msleep_interruptible 121 :identifiers: ssleep fsleep
|
/linux-6.14.4/Documentation/bpf/ |
D | cpumasks.rst | 41 :identifiers: bpf_cpumask_create 44 :identifiers: bpf_cpumask_acquire 47 :identifiers: bpf_cpumask_release 214 :identifiers: bpf_cpumask_set_cpu bpf_cpumask_clear_cpu 259 :identifiers: bpf_cpumask_test_and_set_cpu bpf_cpumask_test_and_clear_cpu 267 :identifiers: bpf_cpumask_setall bpf_cpumask_clear 277 :identifiers: bpf_cpumask_and bpf_cpumask_or bpf_cpumask_xor 341 :identifiers: bpf_cpumask_copy 354 :identifiers: bpf_cpumask_first bpf_cpumask_first_zero bpf_cpumask_first_and 358 :identifiers: bpf_cpumask_equal bpf_cpumask_intersects bpf_cpumask_subset [all …]
|
/linux-6.14.4/Documentation/driver-api/virtio/ |
D | writing_virtio_drivers.rst | 127 :identifiers: virtio_device_ready 158 :identifiers: virtqueue_add_inbuf 161 :identifiers: virtqueue_add_outbuf 164 :identifiers: virtqueue_add_sgs 173 :identifiers: virtqueue_get_buf_ctx 180 :identifiers: virtqueue_disable_cb 183 :identifiers: virtqueue_enable_cb
|
/linux-6.14.4/Documentation/sound/soc/ |
D | clocking.rst | 49 :identifiers: snd_soc_dai_set_sysclk 52 :identifiers: snd_soc_dai_set_clkdiv 55 :identifiers: snd_soc_dai_set_pll 58 :identifiers: snd_soc_dai_set_bclk_ratio
|
/linux-6.14.4/drivers/staging/media/atomisp/pci/hive_isp_css_include/ |
D | vamem.h | 17 * - . system and cell agnostic interfaces, constants and identifiers 20 * - global: system specific constants and identifiers 21 * - local: system and cell specific constants and identifiers
|
D | tag.h | 16 * - . system and cell agnostic interfaces, constants and identifiers 19 * - global: inter cell constants and identifiers 20 * - local: cell specific constants and identifiers
|
D | mmu_device.h | 19 * - . system and cell agnostic interfaces, constants and identifiers 22 * - global: system specific constants and identifiers 23 * - local: system and cell specific constants and identifiers
|
D | queue.h | 16 * - system and cell agnostic interfaces, constants and identifiers 19 * - global: inter cell constants and identifiers 20 * - local: cell specific constants and identifiers
|
D | event_fifo.h | 17 * - . system and cell agnostic interfaces, constants and identifiers 20 * - global: system specific constants and identifiers 21 * - local: system and cell specific constants and identifiers
|
D | irq.h | 17 * - . system and cell agnostic interfaces, constants and identifiers 20 * - global: system specific constants and identifiers 21 * - local: system and cell specific constants and identifiers
|
D | csi_rx.h | 17 * - system and cell agnostic interfaces, constants and identifiers 21 * - global: system specific constants and identifiers 22 * - local: system and cell specific constants and identifiers
|
D | hmem.h | 17 * - . system and cell agnostic interfaces, constants and identifiers 20 * - global: system specific constants and identifiers 21 * - local: system and cell specific constants and identifiers
|
D | vmem.h | 17 * - . system and cell agnostic interfaces, constants and identifiers 20 * - global: system specific constants and identifiers 21 * - local: system and cell specific constants and identifiers
|
D | isp.h | 17 * - . system and cell agnostic interfaces, constants and identifiers 20 * - global: system specific constants and identifiers 21 * - local: system and cell specific constants and identifiers
|
D | sp.h | 17 * - . system and cell agnostic interfaces, constants and identifiers 20 * - global: system specific constants and identifiers 21 * - local: system and cell specific constants and identifiers
|
12345678910>>...16