Home
last modified time | relevance | path

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

12345678910>>...170

/linux-6.15/fs/ubifs/
Dkey.h85 * ino_key_init - initialize inode key.
87 * @key: key to initialize
98 * ino_key_init_flash - initialize on-flash inode key.
100 * @k: key to initialize
116 * @key: key to initialize
129 * @key: key to initialize
140 * dent_key_init - initialize directory entry key.
142 * @key: key to initialize
158 * dent_key_init_hash - initialize directory entry key without re-calculating
161 * @key: key to initialize
[all …]
/linux-6.15/scripts/
Dget_abi.py40 """Initialize an argparse subparser for rest output"""
43 """Initialize argparse subparsers"""
75 """Initialize an argparse subparser for ABI validation"""
78 """Initialize argparse subparsers"""
95 """Initialize an argparse subparser for ABI search"""
98 """Initialize argparse subparsers"""
137 Initialize an argparse subparser for logic to check undefined ABI at
142 """Initialize argparse subparsers"""
/linux-6.15/drivers/scsi/aic94xx/
Daic94xx_seq.c425 * asd_init_cseq_mip - initialize CSEQ mode independent pages 4-7
503 * asd_init_cseq_mdp - initialize CSEQ Mode dependent pages
559 /* Initialize the Q_DONE_POINTER with the least significant in asd_init_cseq_mdp()
573 * Setup and initialize Central sequencers. Initialize the mode
583 * asd_init_lseq_mip -- initialize LSEQ Mode independent pages 0-3
671 * asd_init_lseq_mdp -- initialize LSEQ mode dependent pages.
854 * asd_init_scb_sites -- initialize sequencer SCB sites (memory).
871 /* Initialize all fields in the SCB site to 0. */ in asd_init_scb_sites()
875 /* Initialize SCB Site Opcode field to invalid. */ in asd_init_scb_sites()
880 /* Initialize SCB Site Flags field to mean a response in asd_init_scb_sites()
[all …]
/linux-6.15/drivers/net/ipa/
Dipa_cmd.h19 * @IPA_CMD_IP_V4_FILTER_INIT: Initialize IPv4 filter table
20 * @IPA_CMD_IP_V6_FILTER_INIT: Initialize IPv6 filter table
21 * @IPA_CMD_IP_V4_ROUTING_INIT: Initialize IPv4 routing table
22 * @IPA_CMD_IP_V6_ROUTING_INIT: Initialize IPv6 routing table
23 * @IPA_CMD_HDR_INIT_LOCAL: Initialize IPA-local header memory
57 * ipa_cmd_pool_init() - initialize command channel pools
154 * ipa_cmd_init() - Initialize IPA immediate commands
/linux-6.15/drivers/gpu/drm/radeon/
Dr520.c174 /* Initialize GPU configuration (# pipes, ...) */ in r520_startup()
176 /* Initialize GART (initialize after TTM so we can allocate in r520_startup()
239 /* Initialize surface registers */ in r520_resume()
254 /* Initialize scratch registers */ in r520_init()
256 /* Initialize surface registers */ in r520_init()
289 /* Initialize clocks */ in r520_init()
291 /* initialize AGP */ in r520_init()
298 /* initialize memory controller */ in r520_init()
312 /* Initialize power management */ in r520_init()
/linux-6.15/drivers/media/platform/st/stm32/stm32-dcmipp/
Ddcmipp-common.h98 * dcmipp_pads_init - initialize pads
100 * @num_pads: number of pads to initialize
103 * Helper functions to allocate/initialize pads
121 * dcmipp_ent_sd_register - initialize and register a subdev node
123 * @ved: the dcmipp_ent_device struct to be initialize
124 * @sd: the v4l2_subdev struct to be initialize and registered
129 * @num_pads: number of pads to initialize
136 * Helper function initialize and register the struct dcmipp_ent_device and
Ddcmipp-common.c16 /* Helper function to allocate and initialize pads */
27 /* Initialize the pads */ in dcmipp_pads_init()
62 /* Initialize the subdev */ in dcmipp_ent_sd_register()
76 /* Initialize the media entity */ in dcmipp_ent_sd_register()
/linux-6.15/lib/
Dobjpool.c17 /* initialize percpu objpool_slot */
27 /* initialize elements of percpu objpool_slot */ in objpool_init_percpu_slot()
46 /* allocate and initialize percpu slots */
95 /* initialize the objpool_slot of cpu node i */ in objpool_init_percpu_slots()
117 /* initialize object pool and pre-allocate objects */
137 /* initialize objpool pool */ in objpool_init()
150 /* initialize per-cpu slots */ in objpool_init()
/linux-6.15/drivers/net/ethernet/intel/idpf/
Didpf_dev.c11 * idpf_ctlq_reg_init - initialize default mailbox registers
51 * idpf_mb_intr_reg_init - Initialize mailbox interrupt register
67 * idpf_intr_reg_init - Initialize interrupt registers
127 * idpf_reset_reg_init - Initialize reset registers
152 * idpf_reg_ops_init - Initialize register API function pointers
165 * idpf_dev_ops_init - Initialize device API function pointers
Didpf_vf_dev.c11 * idpf_vf_ctlq_reg_init - initialize default mailbox registers
51 * idpf_vf_mb_intr_reg_init - Initialize the mailbox register
67 * idpf_vf_intr_reg_init - Initialize interrupt registers
127 * idpf_vf_reset_reg_init - Initialize reset registers
151 * idpf_vf_reg_ops_init - Initialize register API function pointers
164 * idpf_vf_dev_ops_init - Initialize device API function pointers
/linux-6.15/drivers/platform/surface/aggregator/
Dssh_parser.h31 * sshp_buf_init() - Initialize a SSH parser buffer.
32 * @buf: The buffer to initialize.
47 * sshp_buf_alloc() - Allocate and initialize a SSH parser buffer.
48 * @buf: The buffer to initialize/allocate to.
123 * sshp_buf_span_from() - Initialize a span from the given buffer and offset.
126 * @span: The span to initialize (output).
/linux-6.15/drivers/hid/
Dhid-uclogic-params.c215 * uclogic_params_pen_init_v1() - initialize tablet interface pen
218 * @pen: Pointer to the pen parameters to initialize (to be
224 * @hdev: The HID device of the tablet interface to initialize and get
343 * uclogic_params_pen_init_v2() - initialize tablet interface pen
346 * @pen: Pointer to the pen parameters to initialize (to be
362 * @hdev: The HID device of the tablet interface to initialize
510 * uclogic_params_frame_init_with_desc() - initialize tablet's frame control
513 * @frame: Pointer to the frame parameters to initialize (to be cleaned
547 * uclogic_params_frame_init_v1() - initialize v1 tablet interface frame
550 * @frame: Pointer to the frame parameters to initialize (to be cleaned
[all …]
/linux-6.15/arch/parisc/kernel/
Dhead.S113 /* Initialize startup VM. Just map first 16/32 MB of memory */
115 mtctl %r4,%cr24 /* Initialize kernel root pointer */
116 mtctl %r4,%cr25 /* Initialize user root pointer */
148 /* Now initialize the PTEs themselves. We use RWX for
175 /* initialize mcount FPTR */
288 /* Initialize Protection Registers */
294 /* Initialize the global data pointer */
381 ** Initialize Space registers
401 /* Initialize the SP - monarch sets up smp_init_current_idle_task */
412 mtctl %r4,%cr24 /* Initialize kernel root pointer */
[all …]
/linux-6.15/include/linux/
Dmutex.h53 * mutex_init - initialize the mutex
56 * Initialize the mutex to unlocked state.
58 * It is not allowed to initialize an already locked mutex.
68 * mutex_init_with_key - initialize a mutex with a given lockdep key
72 * Initialize the mutex to the unlocked state.
74 * It is not allowed to initialize an already locked mutex.
Dcompletion.h45 * DECLARE_COMPLETION - declare and initialize a completion structure
61 * DECLARE_COMPLETION_ONSTACK - declare and initialize a completion structure
78 * init_completion - Initialize a dynamically allocated completion
81 * This inline function will initialize a dynamically created completion
/linux-6.15/drivers/staging/sm750fb/
Dddk750_swi2c.c347 * -1 - Fail to initialize the i2c
354 /* Initialize the GPIO pin for the i2c Clock Register */ in sm750le_i2c_init()
358 /* Initialize the Clock GPIO Offset */ in sm750le_i2c_init()
361 /* Initialize the GPIO pin for the i2c Data Register */ in sm750le_i2c_init()
365 /* Initialize the Data GPIO Offset */ in sm750le_i2c_init()
385 * -1 - Fail to initialize the i2c
402 /* Initialize the GPIO pin for the i2c Clock Register */ in sm750_sw_i2c_init()
407 /* Initialize the Clock GPIO Offset */ in sm750_sw_i2c_init()
410 /* Initialize the GPIO pin for the i2c Data Register */ in sm750_sw_i2c_init()
415 /* Initialize the Data GPIO Offset */ in sm750_sw_i2c_init()
/linux-6.15/drivers/net/ethernet/intel/ice/
Dice_vsi_vlan_ops.c48 * @vsi: VSI to initialize VSI VLAN ops to unsupported for
62 * ice_vsi_init_vlan_ops - initialize type specific VSI VLAN ops
63 * @vsi: VSI to initialize ops for
71 /* Initialize all VSI types to have unsupported VSI VLAN ops */ in ice_vsi_init_vlan_ops()
/linux-6.15/drivers/acpi/acpica/
Dutxfinit.c47 /* Initialize the OS-Dependent layer */ in acpi_initialize_subsystem()
55 /* Initialize all globals used by the subsystem */ in acpi_initialize_subsystem()
74 * Initialize the namespace manager and in acpi_initialize_subsystem()
84 /* Initialize the global OSI interfaces list with the static names */ in acpi_initialize_subsystem()
153 * Initialize ACPI Event handling (Fixed and General Purpose) in ACPI_EXPORT_SYMBOL_INIT()
221 * Initialize the objects that remain uninitialized. This in ACPI_EXPORT_SYMBOL_INIT()
235 * Initialize all device/region objects in the namespace. This runs in ACPI_EXPORT_SYMBOL_INIT()
/linux-6.15/drivers/usb/gadget/function/
Du_ether.h96 /* gether_setup - initialize one ethernet-over-usb link
130 /* gether_setup_default - initialize one ethernet-over-usb link
145 * gether_set_gadget - initialize one ethernet-over-usb link with a gadget
147 * @g: the gadget to initialize with
154 * gether_set_dev_addr - initialize an ethernet-over-usb link with eth address
176 * gether_set_host_addr - initialize an ethernet-over-usb link with host address
220 * gether_set_qmult - initialize an ethernet-over-usb link with a multiplier
/linux-6.15/drivers/staging/greybus/
Dfw-core.c177 dev_err(&bundle->dev, "failed to initialize firmware download connection, disable it (%d)\n", in gb_fw_core_probe()
186 dev_err(&bundle->dev, "failed to initialize SPI connection, disable it (%d)\n", in gb_fw_core_probe()
195 dev_err(&bundle->dev, "failed to initialize CAP connection, disable it (%d)\n", in gb_fw_core_probe()
204 dev_err(&bundle->dev, "failed to initialize firmware management connection, disable it (%d)\n", in gb_fw_core_probe()
274 pr_err("Failed to initialize fw-mgmt core (%d)\n", ret); in fw_core_init()
280 pr_err("Failed to initialize component authentication core (%d)\n", in fw_core_init()
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_pmo/
Ddml2_pmo_factory.c36 out->initialize = pmo_dcn4_fams2_initialize; in dml2_pmo_create()
41 out->initialize = pmo_dcn3_initialize; in dml2_pmo_create()
60 out->initialize = pmo_dcn4_fams2_initialize; in dml2_pmo_create()
/linux-6.15/rust/pin-init/
DREADME.md11 Library to safely and fallibly initialize pinned `struct`s using in-place constructors.
21 There are cases when you want to in-place initialize a struct. For example when it is very big
23 Another reason would be that you need the address of the object to initialize it. This stands
45 To initialize a `struct` with an in-place constructor you will need two things:
72 that you need to write `<-` instead of `:` for fields that you want to initialize in-place.
91 (or just the stack) to actually initialize a `Foo`:
187 // Initialize the `foo`
/linux-6.15/drivers/gpu/drm/renesas/rz-du/
Drzg2l_du_kms.c135 /* Locate the connected entity and initialize the encoder. */ in rzg2l_du_encoders_init_one()
154 "failed to initialize encoder %pOF on output %s (%d), skipping\n", in rzg2l_du_encoders_init_one()
275 * Then initialize all the VSPs from the node pointers and CRTCs bitmask in rzg2l_du_vsps_init()
323 * Initialize vertical blanking interrupts handling. Start with vblank in rzg2l_du_modeset_init()
330 /* Initialize the compositors. */ in rzg2l_du_modeset_init()
340 /* Initialize the encoders. */ in rzg2l_du_modeset_init()
344 "failed to initialize encoders\n"); in rzg2l_du_modeset_init()
/linux-6.15/tools/perf/util/
Dmutex.h89 /* Default initialize the mtx struct. */
92 * Initialize the mtx struct and set the process-shared rather than default
103 /* Default initialize the cond struct. */
106 * Initialize the cond struct and specify the process-shared rather than default
/linux-6.15/drivers/comedi/drivers/
Dcomedi_8255.c180 * subdev_8255_io_init - initialize DIO subdevice for driving I/O mapped 8255
182 * @s: comedi subdevice to initialize
199 * subdev_8255_mm_init - initialize DIO subdevice for driving mmio-mapped 8255
201 * @s: comedi subdevice to initialize
216 * subdev_8255_cb_init - initialize DIO subdevice for driving callback-mapped 8255
218 * @s: comedi subdevice to initialize

12345678910>>...170