Home
last modified time | relevance | path

Searched refs:ctx (Results 1 – 20 of 20) sorted by relevance

/include/acpi/
A Dacpigen.h145 u8 *acpigen_get_current(struct acpi_ctx *ctx);
216 void acpigen_write_len_f(struct acpi_ctx *ctx);
226 void acpigen_pop_len(struct acpi_ctx *ctx);
292 void acpigen_write_zero(struct acpi_ctx *ctx);
299 void acpigen_write_one(struct acpi_ctx *ctx);
518 void acpigen_write_store(struct acpi_ctx *ctx);
658 void acpigen_write_if(struct acpi_ctx *ctx);
680 void acpigen_write_else(struct acpi_ctx *ctx);
771 void acpigen_write_dsm_start(struct acpi_ctx *ctx);
829 void acpigen_write_dsm_end(struct acpi_ctx *ctx);
[all …]
A Dacpi_device.h364 int acpi_device_write_interrupt_irq(struct acpi_ctx *ctx,
373 int acpi_device_write_gpio(struct acpi_ctx *ctx, const struct acpi_gpio *gpio);
385 int acpi_device_write_gpio_desc(struct acpi_ctx *ctx,
400 int acpi_device_write_interrupt_or_gpio(struct acpi_ctx *ctx,
411 int acpi_device_write_dsm_i2c_hid(struct acpi_ctx *ctx,
424 int acpi_device_write_i2c_dev(struct acpi_ctx *ctx, const struct udevice *dev);
436 int acpi_device_write_spi_dev(struct acpi_ctx *ctx, const struct udevice *dev);
471 int acpi_device_add_power_res(struct acpi_ctx *ctx, u32 tx_state_val,
A Dacpi_table.h1032 void acpi_align(struct acpi_ctx *ctx);
1039 void acpi_align64(struct acpi_ctx *ctx);
1049 void acpi_inc(struct acpi_ctx *ctx, uint amount);
1068 int acpi_add_table(struct acpi_ctx *ctx, void *table);
1072 acpi_add_table(ctx, fadt); in acpi_add_fadt()
1073 acpi_inc(ctx, sizeof(struct acpi_fadt)); in acpi_add_fadt()
1116 int acpi_fill_csrt(struct acpi_ctx *ctx);
1135 int acpi_fill_iort(struct acpi_ctx *ctx);
1149 int acpi_iort_add_its_group(struct acpi_ctx *ctx,
1185 int acpi_iort_add_rc(struct acpi_ctx *ctx,
[all …]
A Dacpi_dp.h235 int acpi_dp_write(struct acpi_ctx *ctx, struct acpi_dp *table);
/include/dm/
A Dacpi.h95 typedef int (*acpi_writer_func)(struct acpi_ctx *ctx,
163 int (*fill_madt)(const struct udevice *dev, struct acpi_ctx *ctx);
179 int (*fill_ssdt)(const struct udevice *dev, struct acpi_ctx *ctx);
196 int (*inject_dsdt)(const struct udevice *dev, struct acpi_ctx *ctx);
205 int (*setup_nhlt)(const struct udevice *dev, struct acpi_ctx *ctx);
248 int acpi_write_dev_tables(struct acpi_ctx *ctx);
258 int acpi_fill_madt_subtbl(struct acpi_ctx *ctx);
268 int acpi_fill_ssdt(struct acpi_ctx *ctx);
278 int acpi_inject_dsdt(struct acpi_ctx *ctx);
289 int acpi_setup_nhlt(struct acpi_ctx *ctx, struct nhlt *nhlt);
[all …]
/include/u-boot/
A Dsha512.h33 void sha512_starts(sha512_context * ctx);
34 void sha512_update(sha512_context *ctx, const uint8_t *input, uint32_t length);
35 void sha512_finish(sha512_context * ctx, uint8_t digest[SHA512_SUM_LEN]);
42 void sha384_starts(sha512_context * ctx);
43 void sha384_update(sha512_context *ctx, const uint8_t *input, uint32_t length);
44 void sha384_finish(sha512_context * ctx, uint8_t digest[SHA384_SUM_LEN]);
A Dmd5.h32 void MD5Init(MD5Context *ctx);
33 void MD5Update(MD5Context *ctx, unsigned char const *buf, unsigned int len);
34 void MD5Final(unsigned char digest[16], MD5Context *ctx);
A Dsha1.h61 void sha1_starts(sha1_context *ctx);
70 void sha1_update(sha1_context *ctx, const unsigned char *input,
79 void sha1_finish( sha1_context *ctx, unsigned char output[20] );
A Dhash.h35 int hash_update(struct udevice *dev, void *ctx, const void *ibuf, const uint32_t ilen);
36 int hash_finish(struct udevice *dev, void *ctx, void *obuf);
47 int (*hash_update)(struct udevice *dev, void *ctx, const void *ibuf, const uint32_t ilen);
48 int (*hash_finish)(struct udevice *dev, void *ctx, void *obuf);
A Dsha256.h33 void sha256_starts(sha256_context * ctx);
34 void sha256_update(sha256_context *ctx, const uint8_t *input, uint32_t length);
35 void sha256_finish(sha256_context * ctx, uint8_t digest[SHA256_SUM_LEN]);
/include/
A Dpxe_utils.h96 typedef int (*pxe_getfile_func)(struct pxe_context *ctx, const char *file_path,
157 int get_pxe_file(struct pxe_context *ctx, const char *file_path,
172 int get_pxelinux_path(struct pxe_context *ctx, const char *file,
190 void handle_pxe_menu(struct pxe_context *ctx, struct pxe_menu *cfg);
203 struct pxe_menu *parse_pxefile(struct pxe_context *ctx, ulong menucfg);
240 int pxe_setup_ctx(struct pxe_context *ctx, struct cmd_tbl *cmdtp,
250 void pxe_destroy_ctx(struct pxe_context *ctx);
259 int pxe_process(struct pxe_context *ctx, ulong pxefile_addr_r, bool prompt);
A Dhw_sha.h84 int hw_sha_update(struct hash_algo *algo, void *ctx, const void *buf,
98 int hw_sha_finish(struct hash_algo *algo, void *ctx, void *dest_buf,
A Dblkmap.h133 int blkmap_get_preserved_pmem_slices(int (*cb)(void *ctx, u64 addr,
134 u64 size), void *ctx);
A Devent_internal.h28 void *ctx; member
A Dhash.h67 int (*hash_update)(struct hash_algo *algo, void *ctx, const void *buf,
81 int (*hash_finish)(struct hash_algo *algo, void *ctx, void *dest_buf,
A Devent.h243 typedef int (*event_handler_t)(void *ctx, struct event *event);
353 void *ctx);
A Duthread.h46 jmp_buf ctx; member
A Defi_loader.h936 int efi_disk_probe(void *ctx, struct event *event);
938 int efi_disk_remove(void *ctx, struct event *event);
/include/usb/
A Dxhci.h1237 *xhci_get_input_control_ctx(struct xhci_container_ctx *ctx);
1239 struct xhci_container_ctx *ctx);
1241 struct xhci_container_ctx *ctx,
/include/linux/
A Dzstd_lib.h798 ZSTDLIB_API size_t ZSTD_compress_usingDict(ZSTD_CCtx* ctx,

Completed in 712 milliseconds