/u-boot/doc/device-tree-bindings/gpio/ |
A D | intel,x86-broadwell-pinctrl.txt | 22 - owner 0 sets the owner of the pin, either OWNER_ACPI (default) or 53 owner = <OWNER_GPIO>; 74 owner = <OWNER_GPIO>; 80 owner = <OWNER_GPIO>; 91 owner = <OWNER_GPIO>; 99 owner = <OWNER_GPIO>; 106 owner = <OWNER_GPIO>;
|
/u-boot/include/linux/ |
A D | arm-smccc.h | 35 #define ARM_SMCCC_CALL_VAL(type, calling_convention, owner, func_num) \ argument 38 (((owner) & ARM_SMCCC_OWNER_MASK) << ARM_SMCCC_OWNER_SHIFT) | \
|
A D | compat.h | 297 int owner; member
|
/u-boot/drivers/mtd/nand/ |
A D | core.c | 203 struct module *owner) in nanddev_init() argument 235 mtd->owner = owner; in nanddev_init()
|
/u-boot/include/linux/mtd/ |
A D | partitions.h | 74 struct module *owner; member
|
A D | nand.h | 359 struct module *owner);
|
/u-boot/arch/x86/dts/ |
A D | chromebook_samus.dts | 88 owner = <OWNER_GPIO>; 112 owner = <OWNER_GPIO>; 119 owner = <OWNER_GPIO>; 132 owner = <OWNER_GPIO>; 141 owner = <OWNER_GPIO>; 149 owner = <OWNER_GPIO>;
|
/u-boot/arch/x86/include/asm/ |
A D | hob.h | 110 efi_guid_t owner; member
|
/u-boot/fs/btrfs/ |
A D | conv-funcs.h | 125 DEFINE_CONV(btrfs_chunk, length, owner, stripe_len, type, io_align, io_width, 159 DEFINE_CONV(btrfs_header, bytenr, flags, generation, owner, nritems)
|
A D | ctree.h | 263 BTRFS_SETGET_FUNCS(chunk_owner, struct btrfs_chunk, owner, 64); 280 BTRFS_SETGET_STACK_FUNCS(stack_chunk_owner, struct btrfs_chunk, owner, 64); 757 BTRFS_SETGET_HEADER_FUNCS(header_owner, struct btrfs_header, owner, 64); 764 BTRFS_SETGET_STACK_FUNCS(stack_header_owner, struct btrfs_header, owner, 64);
|
/u-boot/lib/crypto/ |
A D | x509_public_key.c | 265 __module_get(public_key_subtype.owner); in x509_key_preparse() 289 .owner = THIS_MODULE,
|
A D | asymmetric_type.c | 444 module_put(subtype->owner); in asymmetric_key_free_preparse() 467 module_put(subtype->owner); in asymmetric_key_destroy()
|
A D | public_key.c | 433 .owner = THIS_MODULE,
|
/u-boot/doc/ |
A D | README.bloblist | 11 owner can find it and update it. Each record is generally described by a C 41 owner of the blob. Blob tags are listed in enum blob_tag_t and are named
|
/u-boot/include/ |
A D | spi-mem.h | 248 struct module *owner);
|
/u-boot/arch/x86/lib/fsp/ |
A D | fsp_support.c | 116 if (!guidcmp(&res_desc->owner, guid)) { in fsp_get_reserved_mem_from_guid()
|
A D | fsp_dram.c | 68 if (!guidcmp(&res_desc->owner, &fsp)) in dram_init_banksize()
|
/u-boot/arch/powerpc/cpu/mpc83xx/arbiter/ |
A D | Kconfig | 65 bool "Park to last owner"
|
/u-boot/drivers/mtd/ |
A D | mtdpart.c | 602 slave->owner = master->owner; in allocate_partition() 906 if (!strcmp(p->name, name) && try_module_get(p->owner)) { in get_partition_parser() 916 #define put_partition_parser(p) do { module_put((p)->owner); } while (0)
|
A D | mtdcore.c | 76 .owner = THIS_MODULE, 755 if (!try_module_get(mtd->owner)) in __get_mtd_device() 762 module_put(mtd->owner); in __get_mtd_device() 870 module_put(mtd->owner); in __put_mtd_device()
|
/u-boot/drivers/spi/ |
A D | spi-mem.c | 516 struct module *owner) in spi_mem_driver_register_with_owner() argument 522 return __spi_register_driver(owner, &memdrv->spidrv); in spi_mem_driver_register_with_owner()
|
/u-boot/drivers/firmware/ |
A D | ti_sci.c | 2732 struct ti_sci_msg_fwl_owner *owner) in ti_sci_cmd_change_fwl_owner() argument 2756 req.fwl_id = owner->fwl_id; in ti_sci_cmd_change_fwl_owner() 2757 req.region = owner->region; in ti_sci_cmd_change_fwl_owner() 2758 req.owner_index = owner->owner_index; in ti_sci_cmd_change_fwl_owner() 2771 owner->fwl_id = resp->fwl_id; in ti_sci_cmd_change_fwl_owner() 2772 owner->region = resp->region; in ti_sci_cmd_change_fwl_owner() 2773 owner->owner_index = resp->owner_index; in ti_sci_cmd_change_fwl_owner() 2774 owner->owner_privid = resp->owner_privid; in ti_sci_cmd_change_fwl_owner() 2775 owner->owner_permission_bits = resp->owner_permission_bits; in ti_sci_cmd_change_fwl_owner()
|
/u-boot/fs/btrfs/kernel-shared/ |
A D | btrfs_tree.h | 457 __le64 owner; member 1291 __le64 owner; member
|
/u-boot/drivers/mtd/ubi/ |
A D | vmt.c | 270 vol->cdev.owner = THIS_MODULE; in ubi_create_volume() 602 vol->cdev.owner = THIS_MODULE; in ubi_add_volume()
|
/u-boot/include/linux/soc/ti/ |
A D | ti_sci_protocol.h | 578 int (*change_fwl_owner)(const struct ti_sci_handle *handle, struct ti_sci_msg_fwl_owner *owner);
|