Home
last modified time | relevance | path

Searched refs:owner (Results 1 – 25 of 38) sorted by relevance

12

/u-boot/doc/device-tree-bindings/gpio/
A Dintel,x86-broadwell-pinctrl.txt22 - 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 Darm-smccc.h35 #define ARM_SMCCC_CALL_VAL(type, calling_convention, owner, func_num) \ argument
38 (((owner) & ARM_SMCCC_OWNER_MASK) << ARM_SMCCC_OWNER_SHIFT) | \
A Dcompat.h297 int owner; member
/u-boot/drivers/mtd/nand/
A Dcore.c203 struct module *owner) in nanddev_init() argument
235 mtd->owner = owner; in nanddev_init()
/u-boot/include/linux/mtd/
A Dpartitions.h74 struct module *owner; member
A Dnand.h359 struct module *owner);
/u-boot/arch/x86/dts/
A Dchromebook_samus.dts88 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 Dhob.h110 efi_guid_t owner; member
/u-boot/fs/btrfs/
A Dconv-funcs.h125 DEFINE_CONV(btrfs_chunk, length, owner, stripe_len, type, io_align, io_width,
159 DEFINE_CONV(btrfs_header, bytenr, flags, generation, owner, nritems)
A Dctree.h263 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 Dx509_public_key.c265 __module_get(public_key_subtype.owner); in x509_key_preparse()
289 .owner = THIS_MODULE,
A Dasymmetric_type.c444 module_put(subtype->owner); in asymmetric_key_free_preparse()
467 module_put(subtype->owner); in asymmetric_key_destroy()
A Dpublic_key.c433 .owner = THIS_MODULE,
/u-boot/doc/
A DREADME.bloblist11 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 Dspi-mem.h248 struct module *owner);
/u-boot/arch/x86/lib/fsp/
A Dfsp_support.c116 if (!guidcmp(&res_desc->owner, guid)) { in fsp_get_reserved_mem_from_guid()
A Dfsp_dram.c68 if (!guidcmp(&res_desc->owner, &fsp)) in dram_init_banksize()
/u-boot/arch/powerpc/cpu/mpc83xx/arbiter/
A DKconfig65 bool "Park to last owner"
/u-boot/drivers/mtd/
A Dmtdpart.c602 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 Dmtdcore.c76 .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 Dspi-mem.c516 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 Dti_sci.c2732 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 Dbtrfs_tree.h457 __le64 owner; member
1291 __le64 owner; member
/u-boot/drivers/mtd/ubi/
A Dvmt.c270 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 Dti_sci_protocol.h578 int (*change_fwl_owner)(const struct ti_sci_handle *handle, struct ti_sci_msg_fwl_owner *owner);

Completed in 63 milliseconds

12