Home
last modified time | relevance | path

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

12

/rk3399_rockchip-uboot/doc/device-tree-bindings/gpio/
H 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>;
/rk3399_rockchip-uboot/include/linux/
H A Darm-smccc.h36 #define ARM_SMCCC_CALL_VAL(type, calling_convention, owner, func_num) \ argument
39 (((owner) & ARM_SMCCC_OWNER_MASK) << ARM_SMCCC_OWNER_SHIFT) | \
H A Dcompat.h267 int owner; member
/rk3399_rockchip-uboot/include/optee_include/
H A Dteesmc_v2.h128 #define OPTEE_SMC_CALL_VAL_V2(type, calling_convention, owner, func_num) \ argument
130 (((owner) & OPTEE_SMC_OWNER_MASK_V2) << \
H A Dteesmc.h309 #define TEESMC_CALL_VAL(type, calling_convention, owner, func_num) \ argument
311 (((owner) & TEESMC_OWNER_MASK) << TEESMC_OWNER_SHIFT) |\
/rk3399_rockchip-uboot/drivers/mtd/nand/
H A Dcore.c190 struct module *owner) in nanddev_init() argument
222 mtd->owner = owner; in nanddev_init()
/rk3399_rockchip-uboot/arch/x86/dts/
H A Dchromebook_samus.dts78 owner = <OWNER_GPIO>;
99 owner = <OWNER_GPIO>;
105 owner = <OWNER_GPIO>;
116 owner = <OWNER_GPIO>;
124 owner = <OWNER_GPIO>;
131 owner = <OWNER_GPIO>;
/rk3399_rockchip-uboot/include/linux/mtd/
H A Dpartitions.h74 struct module *owner; member
H A Dnand.h369 struct module *owner);
H A Dmtd.h309 struct module *owner; member
/rk3399_rockchip-uboot/arch/x86/include/asm/fsp/
H A Dfsp_hob.h110 struct efi_guid owner; member
/rk3399_rockchip-uboot/lib/libxbc/
H A DCOPYING13 "Licensor" shall mean the copyright owner or entity authorized by
14 the copyright owner that is granting the License.
52 submitted to Licensor for inclusion in the Work by the copyright owner
54 the copyright owner. For the purposes of this definition, "submitted"
61 designated in writing by the copyright owner as "Not a Contribution."
190 Copyright [yyyy] [name of copyright owner]
/rk3399_rockchip-uboot/include/
H A Dspi-mem.h246 struct module *owner);
/rk3399_rockchip-uboot/drivers/mtd/
H A Dmtdpart.c600 slave->owner = master->owner; in allocate_partition()
904 if (!strcmp(p->name, name) && try_module_get(p->owner)) { in get_partition_parser()
914 #define put_partition_parser(p) do { module_put((p)->owner); } while (0)
H A Dmtdcore.c75 .owner = THIS_MODULE,
756 if (!try_module_get(mtd->owner)) in __get_mtd_device()
763 module_put(mtd->owner); in __get_mtd_device()
871 module_put(mtd->owner); in __put_mtd_device()
/rk3399_rockchip-uboot/drivers/spi/
H A Dspi-mem.c510 struct module *owner) in spi_mem_driver_register_with_owner() argument
516 return __spi_register_driver(owner, &memdrv->spidrv); in spi_mem_driver_register_with_owner()
/rk3399_rockchip-uboot/arch/x86/lib/fsp/
H A Dfsp_support.c322 if (compare_guid(&res_desc->owner, guid)) { in fsp_get_reserved_mem_from_guid()
/rk3399_rockchip-uboot/drivers/mtd/ubi/
H A Dvmt.c266 vol->cdev.owner = THIS_MODULE; in ubi_create_volume()
594 vol->cdev.owner = THIS_MODULE; in ubi_add_volume()
H A Dbuild.c141 .owner = THIS_MODULE,
538 ubi->cdev.owner = THIS_MODULE; in uif_init()
H A Ddebug.c386 .owner = THIS_MODULE,
/rk3399_rockchip-uboot/fs/ubifs/
H A Dubifs.h402 struct module *owner; member
H A Ddebug.c2843 .owner = THIS_MODULE,
3036 .owner = THIS_MODULE,
H A Dsuper.c2532 .owner = THIS_MODULE,
/rk3399_rockchip-uboot/drivers/mtd/nand/raw/
H A Dpxa3xx_nand.c1772 mtd->owner = THIS_MODULE; in alloc_nand_resource()
/rk3399_rockchip-uboot/drivers/usb/musb-new/
H A Dmusb_core.c2457 .owner = THIS_MODULE,

12