/openbmc/u-boot/drivers/block/ |
H A D | blk_legacy.c | 12 struct blk_driver *drv = ll_entry_start(struct blk_driver, blk_driver); in blk_driver_lookup_type() local 27 struct blk_driver *drv = ll_entry_start(struct blk_driver, blk_driver); in blk_driver_lookup_typename() local 42 struct blk_driver *drv = blk_driver_lookup_type(if_type); in blk_get_if_type_name() local 57 static int get_desc(struct blk_driver *drv, int devnum, struct blk_desc **descp) in get_desc() 74 struct blk_driver *drv; in blk_list_part() local 101 struct blk_driver *drv = blk_driver_lookup_type(if_type); in blk_print_part_devnum() local 119 struct blk_driver *drv = blk_driver_lookup_type(if_type); in blk_list_devices() local 137 struct blk_driver *drv = blk_driver_lookup_type(if_type); in blk_print_device_num() local 154 struct blk_driver *drv = blk_driver_lookup_type(if_type); in blk_show_device() local 179 struct blk_driver *drv = blk_driver_lookup_type(if_type); in blk_get_devnum_by_type() local [all …]
|
/openbmc/u-boot/env/ |
H A D | env.c | 15 struct env_driver *drv; in env_fix_drivers() local 35 struct env_driver *drv; in _env_driver_lookup() local 149 struct env_driver *drv; in env_driver_lookup() local 179 struct env_driver *drv; in env_load() local 231 struct env_driver *drv; in env_save() local 259 struct env_driver *drv; in env_init() local
|
/openbmc/u-boot/drivers/core/ |
H A D | device-remove.c | 20 int device_chld_unbind(struct udevice *dev, struct driver *drv) in device_chld_unbind() 39 int device_chld_remove(struct udevice *dev, struct driver *drv, in device_chld_remove() 61 const struct driver *drv; in device_unbind() local 157 const struct driver *drv; in device_remove() local
|
H A D | device.c | 33 static int device_bind_common(struct udevice *parent, const struct driver *drv, in device_bind_common() 220 const struct driver *drv, const char *name, in device_bind_with_driver_data() 228 int device_bind(struct udevice *parent, const struct driver *drv, in device_bind() 236 int device_bind_ofnode(struct udevice *parent, const struct driver *drv, in device_bind_ofnode() 247 struct driver *drv; in device_bind_by_name() local 311 const struct driver *drv; in device_probe() local
|
H A D | lists.c | 22 struct driver *drv = in lists_driver_lookup_name() local 84 struct driver *drv; in device_bind_driver_to_node() local
|
/openbmc/qemu/block/ |
H A D | create.c | 36 BlockDriver *drv; member 63 static inline bool TSA_NO_TSA has_bdrv_co_create(BlockDriver *drv) in has_bdrv_co_create() 73 BlockDriver *drv = bdrv_find_format(fmt); in qmp_blockdev_create() local
|
H A D | snapshot.c | 197 BlockDriver *drv = bs->drv; in bdrv_can_snapshot() local 219 BlockDriver *drv = bs->drv; in bdrv_snapshot_create() local 240 BlockDriver *drv = bs->drv; in bdrv_snapshot_goto() local 355 BlockDriver *drv = bs->drv; in bdrv_snapshot_delete() local 393 BlockDriver *drv = bs->drv; in bdrv_snapshot_list() local 433 BlockDriver *drv = bs->drv; in bdrv_snapshot_load_tmp() local
|
H A D | io.c | 176 BlockDriver *drv = bs->drv; in bdrv_refresh_limits() local 977 BlockDriver *drv = bs->drv; in bdrv_driver_preadv() local 1047 BlockDriver *drv = bs->drv; in bdrv_driver_pwritev() local 1133 BlockDriver *drv = bs->drv; in bdrv_driver_pwritev_compressed() local 1177 BlockDriver *drv = bs->drv; in bdrv_co_do_copy_on_readv() local 1839 BlockDriver *drv = bs->drv; in bdrv_co_do_pwrite_zeroes() local 2069 BlockDriver *drv = bs->drv; in bdrv_aligned_pwritev() local 2898 BlockDriver *drv = bs->drv; in bdrv_co_readv_vmstate() local 2931 BlockDriver *drv = bs->drv; in bdrv_co_writev_vmstate() local 3250 BlockDriver *drv = bs->drv; in bdrv_co_ioctl() local [all …]
|
/openbmc/qemu/crypto/ |
H A D | akcipher.c | 53 const QCryptoAkCipherDriver *drv = akcipher->driver; in qcrypto_akcipher_encrypt() local 62 const QCryptoAkCipherDriver *drv = akcipher->driver; in qcrypto_akcipher_decrypt() local 71 const QCryptoAkCipherDriver *drv = akcipher->driver; in qcrypto_akcipher_sign() local 80 const QCryptoAkCipherDriver *drv = akcipher->driver; in qcrypto_akcipher_verify() local 107 const QCryptoAkCipherDriver *drv = akcipher->driver; in qcrypto_akcipher_free() local
|
H A D | hmac.c | 25 QCryptoHmacDriver *drv = hmac->driver; in qcrypto_hmac_bytesv() local 92 QCryptoHmacDriver *drv = NULL; in qcrypto_hmac_new() local 120 QCryptoHmacDriver *drv; in qcrypto_hmac_free() local
|
H A D | cipher.c | 182 const QCryptoCipherDriver *drv = cipher->driver; in qcrypto_cipher_encrypt() local 193 const QCryptoCipherDriver *drv = cipher->driver; in qcrypto_cipher_decrypt() local 202 const QCryptoCipherDriver *drv = cipher->driver; in qcrypto_cipher_setiv() local
|
H A D | hash.c | 86 QCryptoHashDriver *drv = hash->driver; in qcrypto_hash_updatev() local 130 QCryptoHashDriver *drv; in qcrypto_hash_free() local 143 QCryptoHashDriver *drv = hash->driver; in qcrypto_hash_finalize_bytes() local
|
/openbmc/qemu/system/ |
H A D | tpm.c | 75 TPMBackend *drv; in qemu_find_tpm_be() local 99 TPMBackend *drv; in tpm_init_tpmdev() local 153 TPMBackend *drv, *next; in tpm_cleanup() local 199 TPMBackend *drv; in qmp_query_tpm() local
|
/openbmc/qemu/chardev/ |
H A D | char-parallel.c | 75 ParallelChardev *drv = PARALLEL_CHARDEV(chr); in pp_ioctl() local 165 ParallelChardev *drv = PARALLEL_CHARDEV(chr); in qemu_chr_open_pp_fd() local 190 ParallelChardev *drv = PARALLEL_CHARDEV(chr); in pp_ioctl() local 235 ParallelChardev *drv = PARALLEL_CHARDEV(chr); in qemu_chr_open_pp_fd() local 285 ParallelChardev *drv = PARALLEL_CHARDEV(chr); in char_parallel_finalize() local
|
/openbmc/u-boot/include/dm/ |
H A D | device-internal.h | 147 static inline int device_chld_unbind(struct udevice *dev, struct driver *drv) in device_chld_unbind() 164 static inline int device_chld_remove(struct udevice *dev, struct driver *drv, in device_chld_remove()
|
/openbmc/qemu/util/ |
H A D | transactions.c | 29 TransactionActionDrv *drv; member 47 void tran_add(Transaction *tran, TransactionActionDrv *drv, void *opaque) in tran_add()
|
/openbmc/u-boot/cmd/ |
H A D | bind.c | 19 struct driver *drv; in bind_by_class_index() local 98 struct driver *drv; in unbind_child_by_class_index() local 127 struct driver *drv; in bind_by_node_path() local
|
/openbmc/u-boot/disk/ |
H A D | part.c | 28 struct part_driver *drv = in part_driver_lookup_type() local 231 struct part_driver *drv = in part_init() local 301 struct part_driver *drv; in part_print() local 322 struct part_driver *drv; in part_get_info() local
|
/openbmc/u-boot/drivers/misc/ |
H A D | stm32_rcc.c | 41 struct driver *drv; in stm32_rcc_bind() local
|
/openbmc/u-boot/lib/efi_driver/ |
H A D | efi_uclass.c | 252 static efi_status_t efi_add_driver(struct driver *drv) in efi_add_driver() 300 struct driver *drv; in efi_driver_init() local
|
/openbmc/u-boot/test/py/tests/ |
H A D | test_bind.py | 8 def in_tree(response, name, uclass, drv, depth, last_child): argument
|
/openbmc/qemu/ |
H A D | block.c | 516 int bdrv_is_whitelisted(BlockDriver *drv, bool read_only) in bdrv_is_whitelisted() 528 BlockDriver *drv; member 535 int coroutine_fn bdrv_co_create(BlockDriver *drv, const char *filename, in bdrv_co_create() 632 int coroutine_fn bdrv_co_create_opts_simple(BlockDriver *drv, in bdrv_co_create_opts_simple() 699 BlockDriver *drv; in bdrv_co_create_file() local 803 BlockDriver *drv = bs->drv; in bdrv_probe_blocksizes() local 824 BlockDriver *drv = bs->drv; in bdrv_probe_geometry() local 889 BlockDriver *drv = NULL, *d; in find_hdev_driver() local 997 BlockDriver *drv = NULL, *d; in bdrv_probe_all() local 1016 BlockDriver *drv; in find_image_format() local [all …]
|
H A D | blockjob.c | 103 const BlockJobDriver *drv = block_job_driver(bjob); in child_job_drained_poll() local 275 const BlockJobDriver *drv = block_job_driver(job); in block_job_set_speed_locked() local 318 const BlockJobDriver *drv = block_job_driver(job); in block_job_change_locked() local 363 const BlockJobDriver *drv = block_job_driver(job); in block_job_query_locked() local
|
/openbmc/qemu/hw/block/ |
H A D | fdc.c | 179 static void fd_empty_seek_hack(FDrive *drv) in fd_empty_seek_hack() 185 static void fd_init(FDrive *drv) in fd_init() 197 #define NUM_SIDES(drv) ((drv)->flags & FDISK_DBL_SIDES ? 2 : 1) argument 206 static int fd_sector(FDrive *drv) in fd_sector() 213 static int fd_offset(FDrive *drv) in fd_offset() 226 static int fd_seek(FDrive *drv, uint8_t head, uint8_t track, uint8_t sect, in fd_seek() 278 static void fd_recalibrate(FDrive *drv) in fd_recalibrate() 290 static int pick_geometry(FDrive *drv) in pick_geometry() 374 static void pick_drive_type(FDrive *drv) in pick_drive_type() 390 static void fd_revalidate(FDrive *drv) in fd_revalidate() [all …]
|
/openbmc/u-boot/drivers/power/pmic/ |
H A D | fan53555.c | 51 struct driver *drv; in pmic_fan53555_bind() local
|