Home
last modified time | relevance | path

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

12345678910>>...141

/linux/fs/ubifs/
H A 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/include/crypto/
H A Dsha2.h159 * sha224_init() - Initialize a SHA-224 context for a new message
160 * @ctx: the context to initialize
223 * @key: (output) the key structure to initialize
236 * hmac_sha224_init() - Initialize an HMAC-SHA224 context for a new message
237 * @ctx: (output) the HMAC context to initialize
251 * hmac_sha224_init_usingrawkey() - Initialize an HMAC-SHA224 context for a new
253 * @ctx: (output) the HMAC context to initialize
334 * sha256_init() - Initialize a SHA-256 context for a new message
335 * @ctx: the context to initialize
427 * @key: (output) the key structure to initialize
[all …]
H A Dsha3.h109 * sha3_224_init() - Initialize a context for SHA3-224
110 * @ctx: The context to initialize
125 * sha3_256_init() - Initialize a context for SHA3-256
126 * @ctx: The context to initialize
141 * sha3_384_init() - Initialize a context for SHA3-384
142 * @ctx: The context to initialize
157 * sha3_512_init() - Initialize a context for SHA3-512
158 * @ctx: The context to initialize
203 * shake128_init() - Initialize a context for SHAKE128
204 * @ctx: The context to initialize
[all …]
H A Dmd5.h49 * md5_init() - Initialize an MD5 context for a new message
50 * @ctx: the context to initialize
113 * @key: (output) the key structure to initialize
126 * hmac_md5_init() - Initialize an HMAC-MD5 context for a new message
127 * @ctx: (output) the HMAC context to initialize
137 * hmac_md5_init_usingrawkey() - Initialize an HMAC-MD5 context for a new
139 * @ctx: (output) the HMAC context to initialize
H A Dpolyval.h41 * polyval_preparekey() to initialize this.
78 * @key: (output) The key structure to initialize
81 * Initialize a POLYVAL key structure from a raw key. This may be a simple
101 * polyval_init() - Initialize a POLYVAL context for a new message
102 * @ctx: The context to initialize
114 * @ctx: The context to initialize
/linux/tools/docs/
H A 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/drivers/scsi/aic94xx/
H A 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/drivers/gpu/drm/radeon/
H A 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/drivers/net/ipa/
H A 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/lib/
H A 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/drivers/net/ethernet/intel/idpf/
H A Didpf_dev.c12 * idpf_ctlq_reg_init - initialize default mailbox registers
55 * idpf_mb_intr_reg_init - Initialize mailbox interrupt register
71 * idpf_intr_reg_init - Initialize interrupt registers
141 * idpf_reset_reg_init - Initialize reset registers
166 * idpf_ptp_reg_init - Initialize required registers
189 * idpf_reg_ops_init - Initialize register API function pointers
203 * idpf_dev_ops_init - Initialize device API function pointers
H A Didpf_vf_dev.c11 * idpf_vf_ctlq_reg_init - initialize default mailbox registers
54 * idpf_vf_mb_intr_reg_init - Initialize the mailbox register
70 * idpf_vf_intr_reg_init - Initialize interrupt registers
140 * idpf_vf_reset_reg_init - Initialize reset registers
176 * idpf_vf_reg_ops_init - Initialize register API function pointers
189 * idpf_vf_dev_ops_init - Initialize device API function pointers
/linux/drivers/hid/
H A Dhid-uclogic-params.c217 * uclogic_params_pen_init_v1() - initialize tablet interface pen
220 * @pen: Pointer to the pen parameters to initialize (to be
226 * @hdev: The HID device of the tablet interface to initialize and get
345 * uclogic_params_pen_init_v2() - initialize tablet interface pen
348 * @pen: Pointer to the pen parameters to initialize (to be
364 * @hdev: The HID device of the tablet interface to initialize
512 * uclogic_params_frame_init_with_desc() - initialize tablet's frame control
515 * @frame: Pointer to the frame parameters to initialize (to be cleaned
549 * uclogic_params_frame_init_v1() - initialize v1 tablet interface frame
552 * @frame: Pointer to the frame parameters to initialize (t
[all...]
/linux/drivers/platform/surface/aggregator/
H A 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/arch/parisc/kernel/
H A 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/drivers/staging/sm750fb/
H A 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/drivers/acpi/acpica/
H A 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/mm/
H A Dmmu_gather.c436 * tlb_gather_mmu - initialize an mmu_gather structure for page-table tear-down
437 * @tlb: the mmu_gather structure to initialize
440 * Called to initialize an (on-stack) mmu_gather structure for page-table
449 * tlb_gather_mmu_fullmm - initialize an mmu_gather structure for page-table tear-down
450 * @tlb: the mmu_gather structure to initialize
456 * Called to initialize an (on-stack) mmu_gather structure for page-table
465 * tlb_gather_mmu_vma - initialize an mmu_gather structure for operating on a
467 * @tlb: the mmu_gather structure to initialize
470 * Called to initialize an (on-stack) mmu_gather structure for operating on
475 * For hugetlb VMAs, this function will also initialize the mmu_gather
/linux/drivers/net/ethernet/intel/ice/
H A 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/rust/proc-macro2/
H A Ddetection.rs16 INIT.call_once(initialize); in inside_proc_macro()
25 initialize(); in unforce_fallback()
29 fn initialize() { in initialize() function
59 fn initialize() { in initialize() function
/linux/drivers/media/platform/st/stm32/stm32-dcmipp/
H A 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/drivers/staging/greybus/
H A 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/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_lib.c10 * @adapter: board private structure to initialize
144 * @adapter: board private structure to initialize
178 * @adapter: board private structure to initialize
249 * @adapter: board private structure to initialize
272 * @adapter: board private structure to initialize
319 * @adapter: board private structure to initialize
493 * @adapter: board private structure to initialize
618 * @adapter: board private structure to initialize
697 * @adapter: board private structure to initialize
820 * @adapter: board private structure to initialize
[all...]
/linux/include/linux/
H A 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
H A Dww_mutex.h99 * ww_mutex_init - initialize the w/w mutex
103 * Initialize the w/w mutex to unlocked state and associate it with the given
105 * is the only way to properly initialize the w/w mutex.
107 * It is not allowed to initialize an already locked mutex.
120 * ww_acquire_init - initialize a w/w acquire context
121 * @ctx: w/w acquire context to initialize
248 * of the same w/w lock class as was used to initialize the acquire context.
281 * of the same w/w lock class as was used to initialize the acquire context.

12345678910>>...141