Searched full:initialize (Results 1 – 25 of 232) sorted by relevance
12345678910
| /Documentation/userspace-api/media/mediactl/ |
| D | media-request-ioc-reinit.rst | 13 MEDIA_REQUEST_IOC_REINIT - Re-initialize a request 32 this request ioctl can be used to re-initialize a previously allocated
|
| /Documentation/livepatch/ |
| D | shadow-vars.rst | 61 - initialize the variable using a custom constructor and data when provided 74 - initialize the variable using a custom constructor and data when provided 120 allocate a shadow copy of the ps_lock pointer, then initialize it:: 132 /* Attach a corresponding shadow variable, then initialize it */
|
| /Documentation/driver-api/driver-model/ |
| D | porting.rst | 125 - Initialize the device on registration. 128 bus driver should initialize the generic device. The most important 129 things to initialize are the bus_id, parent, and bus fields. 244 - Initialize the generic driver structure. 247 initialize the necessary fields of the driver: the name and bus 311 /* initialize common driver fields */ 323 Ideally, the bus should only initialize the fields if they are not
|
| D | driver.rst | 18 The driver must initialize at least the name and bus fields. It should 19 also initialize the devclass field (when it arrives), so it may obtain 20 the proper linkage internally. It should also initialize as many of 156 addition to dev->platform_data to initialize the driver.
|
| D | bus.rst | 16 object of this type. They must initialize the name field, and may 17 optionally initialize the match callback::
|
| /Documentation/userspace-api/media/v4l/ |
| D | vidioc-g-ctrl.rst | 38 To get the current value of a control applications initialize the ``id`` 41 value of a control applications initialize the ``id`` and ``value``
|
| D | vidioc-enumaudio.rst | 34 To query the attributes of an audio input applications initialize the
|
| D | vidioc-enumaudioout.rst | 34 To query the attributes of an audio output applications initialize the
|
| D | vidioc-dbg-g-register.rst | 52 To write a register applications must initialize all fields of a struct 59 To read a register applications must initialize the ``match.type``,
|
| D | vidioc-g-modulator.rst | 38 To query the attributes of a modulator applications initialize the 49 initialize the ``index`` and ``txsubchans`` fields and the ``reserved``
|
| /Documentation/devicetree/bindings/ata/ |
| D | ahci-common.yaml | 66 appropriately initialize the HWinit fields of the HBA CAP register 117 for details). It can be used to initialize the HWinit fields of
|
| /Documentation/driver-api/ |
| D | devfreq.rst | 22 Device drivers need to initialize a :c:type:`devfreq_profile` and call the
|
| /Documentation/devicetree/bindings/interrupt-controller/ |
| D | mti,cpu-interrupt-controller.yaml | 10 On MIPS the mips_cpu_irq_of_init() helper can be used to initialize the 8 CPU
|
| /Documentation/input/ |
| D | uinput.rst | 88 * to detect, initialize the new device, and can start listening to 151 * to detect, initialize the new device, and can start listening to 222 * to detect, initialize the new device, and can start listening to
|
| /Documentation/devicetree/bindings/sound/ |
| D | qcom,q6usb.yaml | 14 backend DAI will communicate the required settings to initialize the
|
| /Documentation/devicetree/bindings/phy/ |
| D | bcm-ns-usb2-phy.yaml | 10 To initialize USB 2.0 PHY driver needs to setup PLL correctly.
|
| /Documentation/mm/ |
| D | free_page_reporting.rst | 11 it will allocate and initialize a page_reporting_dev_info structure. The
|
| D | overcommit-accounting.rst | 29 initialize every page.
|
| /Documentation/arch/x86/x86_64/ |
| D | boot-options.rst | 240 Don't initialize and use any kind of IOMMU. 271 Don't initialize the AGP driver and use full aperture. 284 Do not initialize the software TLB.
|
| /Documentation/driver-api/firmware/ |
| D | firmware_cache.rst | 6 re-initialize devices. During resume there may be a period of time during which
|
| /Documentation/fb/ |
| D | arkfb.rst | 41 Suspend/resume works on systems that initialize video card during resume and
|
| D | vt8623fb.rst | 38 Suspend/resume works on systems that initialize video card during resume and
|
| /Documentation/userspace-api/media/dvb/ |
| D | dmx-reqbufs.rst | 47 To allocate device buffers applications initialize all fields of the
|
| /Documentation/driver-api/tty/ |
| D | n_gsm.rst | 21 #. Initialize the modem in 0710 mux mode (usually ``AT+CMUX=`` command) through 122 #. Receive ``AT+CMUX=`` command through its serial port, initialize mux mode
|
| /Documentation/PCI/ |
| D | pci.rst | 48 - Allocate and initialize shared control data (pci_allocate_coherent()) 51 - Initialize non-PCI (i.e. LAN/SCSI/etc parts of the chip) 185 - Allocate and initialize shared control data (pci_allocate_coherent()) 188 - Initialize non-PCI (i.e. LAN/SCSI/etc parts of the chip) 300 Initialize device registers 310 this is often just another intermediate step to initialize a device.
|
12345678910