| /linux/fs/ubifs/ |
| H A D | key.h | 85 * 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 D | sha2.h | 159 * 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 D | sha3.h | 109 * 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 D | sha1.h | 57 * sha1_init() - Initialize a SHA-1 context for a new message 58 * @ctx: the context to initialize 121 * @key: (output) the key structure to initialize 134 * hmac_sha1_init() - Initialize an HMAC-SHA1 context for a new message 135 * @ctx: (output) the HMAC context to initialize 145 * hmac_sha1_init_usingrawkey() - Initialize an HMAC-SHA1 context for a new 147 * @ctx: (output) the HMAC context to initialize
|
| H A D | md5.h | 49 * 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 D | polyval.h | 41 * 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 D | get_abi.py | 40 """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 D | aic94xx_seq.c | 425 * 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 D | r520.c | 174 /* 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()
|
| H A D | r420.c | 253 /* Initialize GART (initialize after TTM so we can allocate in r420_startup() 329 /* Initialize surface registers */ in r420_resume() 382 /* Initialize scratch registers */ in r420_init() 384 /* Initialize surface registers */ in r420_init() 416 /* Initialize clocks */ in r420_init() 418 /* initialize AGP */ in r420_init() 425 /* initialize memory controller */ in r420_init() 450 /* Initialize power management */ in r420_init()
|
| /linux/drivers/net/ipa/ |
| H A D | ipa_cmd.h | 19 * @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 D | objpool.c | 17 /* 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/platform/surface/aggregator/ |
| H A D | ssh_parser.h | 31 * 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 D | head.S | 113 /* 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 D | ddk750_swi2c.c | 347 * -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 D | utxfinit.c | 47 /* 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/drivers/media/platform/st/stm32/stm32-dcmipp/ |
| H A D | dcmipp-common.c | 16 /* 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/net/ethernet/intel/ice/ |
| H A D | ice_vsi_vlan_ops.c | 48 * @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 D | detection.rs | 16 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/usb/gadget/function/ |
| H A D | u_ether.h | 96 /* 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/drivers/staging/greybus/ |
| H A D | fw-core.c | 177 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/include/linux/ |
| H A D | completion.h | 45 * 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 D | ww_mutex.h | 98 * ww_mutex_init - initialize the w/w mutex 102 * Initialize the w/w mutex to unlocked state and associate it with the given 104 * is the only way to properly initialize the w/w mutex. 106 * It is not allowed to initialize an already locked mutex. 119 * ww_acquire_init - initialize a w/w acquire context 120 * @ctx: w/w acquire context to initialize 244 * of the same w/w lock class as was used to initialize the acquire context. 276 * of the same w/w lock class as was used to initialize the acquire context.
|
| /linux/drivers/comedi/drivers/ |
| H A D | comedi_8255.c | 180 * 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
|
| /linux/rust/pin-init/src/ |
| H A D | alloc.rs | 24 /// Smart pointer that can initialize memory in-place. 26 /// Use the given pin-initializer to pin-initialize a `T` inside of a new smart pointer of this 34 /// Use the given pin-initializer to pin-initialize a `T` inside of a new smart pointer of this 49 /// Use the given initializer to in-place initialize a `T`. 54 /// Use the given initializer to in-place initialize a `T`.
|