Home
last modified time | relevance | path

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

12345678910>>...196

/Linux-v5.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 …]
Dcompress.c191 * compr_init - initialize a compressor.
202 pr_err("UBIFS error (pid %d): cannot initialize compressor %s, error %ld", in compr_init()
213 * compr_exit - de-initialize a compressor.
224 * ubifs_compressors_init - initialize UBIFS compressors.
256 * ubifs_compressors_exit - de-initialize UBIFS compressors.
/Linux-v5.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-v5.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()
Dr420.c252 /* Initialize GART (initialize after TTM so we can allocate in r420_startup()
328 /* Initialize surface registers */ in r420_resume()
381 /* Initialize scratch registers */ in r420_init()
383 /* Initialize surface registers */ in r420_init()
415 /* Initialize clocks */ in r420_init()
417 /* initialize AGP */ in r420_init()
424 /* initialize memory controller */ in r420_init()
449 /* Initialize power management */ in r420_init()
Drs400.c101 /* Initialize common gart structure */ in rs400_gart_init()
414 /* Initialize GPU configuration (# pipes, ...) */ in rs400_startup()
417 /* Initialize GART (initialize after TTM so we can allocate in rs400_startup()
479 /* Initialize surface registers */ in rs400_resume()
522 /* Initialize scratch registers */ in rs400_init()
524 /* Initialize surface registers */ in rs400_init()
553 /* Initialize clocks */ in rs400_init()
555 /* initialize memory controller */ in rs400_init()
568 /* Initialize power management */ in rs400_init()
/Linux-v5.15/arch/parisc/kernel/
Dhead.S72 /* Initialize startup VM. Just map first 16/32 MB of memory */
74 mtctl %r4,%cr24 /* Initialize kernel root pointer */
75 mtctl %r4,%cr25 /* Initialize user root pointer */
107 /* Now initialize the PTEs themselves. We use RWX for
134 /* initialize mcount FPTR */
234 /* Initialize Protection Registers */
240 /* Initialize the global data pointer */
325 ** Initialize Space registers
345 /* Initialize the SP - monarch sets up smp_init_current_idle_task */
355 mtctl %r4,%cr24 /* Initialize kernel root pointer */
[all …]
/Linux-v5.15/drivers/hid/
Dhid-uclogic-params.c123 * uclogic_params_pen_init_v1() - initialize tablet interface pen
126 * @pen: Pointer to the pen parameters to initialize (to be
132 * @hdev: The HID device of the tablet interface to initialize and get
251 * uclogic_params_pen_init_v2() - initialize tablet interface pen
254 * @pen: Pointer to the pen parameters to initialize (to be
260 * @hdev: The HID device of the tablet interface to initialize and get
394 * uclogic_params_frame_init_with_desc() - initialize tablet's frame control
397 * @frame: Pointer to the frame parameters to initialize (to be cleaned
431 * uclogic_params_frame_init_v1_buttonpad() - initialize abstract buttonpad
434 * @frame: Pointer to the frame parameters to initialize (to be cleaned
[all …]
/Linux-v5.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-v5.15/drivers/net/ipa/
Dipa_cmd.h23 * @IPA_CMD_IP_V4_FILTER_INIT: Initialize IPv4 filter table
24 * @IPA_CMD_IP_V6_FILTER_INIT: Initialize IPv6 filter table
25 * @IPA_CMD_IP_V4_ROUTING_INIT: Initialize IPv4 routing table
26 * @IPA_CMD_IP_V6_ROUTING_INIT: Initialize IPv6 routing table
27 * @IPA_CMD_HDR_INIT_LOCAL: Initialize IPA-local header memory
80 * ipa_cmd_pool_init() - initialize command channel pools
/Linux-v5.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-v5.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-v5.15/drivers/usb/gadget/function/
Du_ether.h95 /* gether_setup - initialize one ethernet-over-usb link
129 /* gether_setup_default - initialize one ethernet-over-usb link
144 * gether_set_gadget - initialize one ethernet-over-usb link with a gadget
146 * @g: the gadget to initialize with
153 * gether_set_dev_addr - initialize an ethernet-over-usb link with eth address
175 * gether_set_host_addr - initialize an ethernet-over-usb link with host address
219 * gether_set_qmult - initialize an ethernet-over-usb link with a multiplier
/Linux-v5.15/drivers/misc/habanalabs/common/
Ddevice.c224 * device_init_cdev - Initialize cdev and device for habanalabs device
234 * Initialize a cdev and a Linux device for habanalabs's device.
279 dev_err(hdev->dev, "failed to initialize sysfs\n"); in device_cdev_sysfs_add()
921 * Re-initialize all internal data structures
1090 /* Re-initialize PI,CI to 0 in all queues (hw queue, cq) */ in hl_device_reset()
1105 /* Finished tear-down, starting to re-initialize */ in hl_device_reset()
1121 "Failed to initialize MMU S/W after hard reset\n"); in hl_device_reset()
1156 "failed to initialize the H/W after reset\n"); in hl_device_reset()
1264 /* Initialize cdev and device structures */ in hl_device_init()
1279 /* Initialize cdev and device structures for control device */ in hl_device_init()
[all …]
/Linux-v5.15/include/linux/
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
Dww_mutex.h90 * ww_mutex_init - initialize the w/w mutex
94 * Initialize the w/w mutex to unlocked state and associate it with the given
96 * is the only way to properly initialize the w/w mutex.
98 * It is not allowed to initialize an already locked mutex.
111 * ww_acquire_init - initialize a w/w acquire context
112 * @ctx: w/w acquire context to initialize
232 * of the same w/w lock class as was used to initialize the acquire context.
264 * of the same w/w lock class as was used to initialize the acquire context.
/Linux-v5.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-v5.15/lib/zlib_dfltcc/
Ddfltcc.c36 /* Initialize available functions */ in dfltcc_reset()
43 /* Initialize parameter block */ in dfltcc_reset()
47 /* Initialize tuning parameters */ in dfltcc_reset()
/Linux-v5.15/drivers/infiniband/hw/hfi1/
Dexp_rcv.c10 * hfi1_exp_tid_set_init - initialize exp_tid_set
20 * hfi1_exp_tid_group_init - initialize rcd expected receive
31 * hfi1_alloc_ctxt_rcv_groups - initialize expected receive groups
/Linux-v5.15/drivers/cpuidle/
Dcpuidle-arm.c76 * and initialize them using driver data structures accordingly.
90 * Initialize idle states data, starting at index 1. This in arm_idle_init_cpu()
93 * there is no reason to initialize the idle driver if only in arm_idle_init_cpu()
103 * Call arch CPU operations in order to initialize in arm_idle_init_cpu()
/Linux-v5.15/drivers/media/test-drivers/vimc/
Dvimc-common.h199 * vimc_ent_sd_register - initialize and register a subdev node
201 * @ved: the vimc_ent_device struct to be initialize
202 * @sd: the v4l2_subdev struct to be initialize and registered
207 * @num_pads: number of pads to initialize
212 * Helper function initialize and register the struct vimc_ent_device and struct
/Linux-v5.15/drivers/net/ethernet/intel/ixgbe/
Dixgbe_lib.c10 * @adapter: board private structure to initialize
143 * @adapter: board private structure to initialize
177 * @adapter: board private structure to initialize
248 * @adapter: board private structure to initialize
271 * @adapter: board private structure to initialize
315 * @adapter: board private structure to initialize
489 * @adapter: board private structure to initialize
614 * @adapter: board private structure to initialize
693 * @adapter: board private structure to initialize
818 * @adapter: board private structure to initialize
[all …]
/Linux-v5.15/net/sctp/
Dprotocol.c215 /* Initialize a sctp_addr from in incoming skb. */
235 /* Initialize an sctp_addr from a socket. */
244 /* Initialize sk->sk_rcv_saddr from sctp_addr. */
250 /* Initialize sk->sk_daddr from sctp_addr. */
256 /* Initialize a sctp_addr from an address parameter. */
272 /* Initialize an address parameter from a sctp_addr and return the length
287 /* Initialize a sctp_addr from a dst_entry. */
311 /* Initialize addr struct to INADDR_ANY. */
574 /* Create and initialize a new sk for the socket returned by accept(). */
823 * Initialize the control inode/socket with a control endpoint data
[all …]
/Linux-v5.15/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_kms.h176 * @dpu_debugfs_setup_regset32: Initialize data for dpu_debugfs_create_regset32
182 * Companion structure for dpu_debugfs_create_regset32. Do not initialize the
192 * dpu_debugfs_setup_regset32 - Initialize register block definition for debugfs
193 * This function is meant to initialize dpu_debugfs_regset32 structures for use
216 * dpu_debugfs_setup_regset32 to initialize it.
/Linux-v5.15/drivers/net/ethernet/sfc/
Dvfdi.h93 * @VFDI_OP_INIT_EVQ: Initialize SRAM entries and initialize an EVQ.
94 * @VFDI_OP_INIT_RXQ: Initialize SRAM entries and initialize an RXQ.
95 * @VFDI_OP_INIT_TXQ: Initialize SRAM entries and initialize a TXQ.

12345678910>>...196