Home
last modified time | relevance | path

Searched full:initialize (Results 1 – 25 of 232) sorted by relevance

12345678910

/Documentation/userspace-api/media/mediactl/
Dmedia-request-ioc-reinit.rst13 MEDIA_REQUEST_IOC_REINIT - Re-initialize a request
32 this request ioctl can be used to re-initialize a previously allocated
/Documentation/livepatch/
Dshadow-vars.rst61 - 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/
Dporting.rst125 - 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
Ddriver.rst18 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.
Dbus.rst16 object of this type. They must initialize the name field, and may
17 optionally initialize the match callback::
/Documentation/userspace-api/media/v4l/
Dvidioc-g-ctrl.rst38 To get the current value of a control applications initialize the ``id``
41 value of a control applications initialize the ``id`` and ``value``
Dvidioc-enumaudio.rst34 To query the attributes of an audio input applications initialize the
Dvidioc-enumaudioout.rst34 To query the attributes of an audio output applications initialize the
Dvidioc-dbg-g-register.rst52 To write a register applications must initialize all fields of a struct
59 To read a register applications must initialize the ``match.type``,
Dvidioc-g-modulator.rst38 To query the attributes of a modulator applications initialize the
49 initialize the ``index`` and ``txsubchans`` fields and the ``reserved``
/Documentation/devicetree/bindings/ata/
Dahci-common.yaml66 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/
Ddevfreq.rst22 Device drivers need to initialize a :c:type:`devfreq_profile` and call the
/Documentation/devicetree/bindings/interrupt-controller/
Dmti,cpu-interrupt-controller.yaml10 On MIPS the mips_cpu_irq_of_init() helper can be used to initialize the 8 CPU
/Documentation/input/
Duinput.rst88 * 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/
Dqcom,q6usb.yaml14 backend DAI will communicate the required settings to initialize the
/Documentation/devicetree/bindings/phy/
Dbcm-ns-usb2-phy.yaml10 To initialize USB 2.0 PHY driver needs to setup PLL correctly.
/Documentation/mm/
Dfree_page_reporting.rst11 it will allocate and initialize a page_reporting_dev_info structure. The
Dovercommit-accounting.rst29 initialize every page.
/Documentation/arch/x86/x86_64/
Dboot-options.rst240 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/
Dfirmware_cache.rst6 re-initialize devices. During resume there may be a period of time during which
/Documentation/fb/
Darkfb.rst41 Suspend/resume works on systems that initialize video card during resume and
Dvt8623fb.rst38 Suspend/resume works on systems that initialize video card during resume and
/Documentation/userspace-api/media/dvb/
Ddmx-reqbufs.rst47 To allocate device buffers applications initialize all fields of the
/Documentation/driver-api/tty/
Dn_gsm.rst21 #. 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/
Dpci.rst48 - 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