Searched defs:kobject (Results 1 - 1 of 1) sorted by relevance

/drivers/firmware/efi/
H A Dvars.c1022 * efivars_kobject - get the kobject for the registered efivars
1025 * otherwise return the kobject used at registration time.
1027 struct kobject *efivars_kobject(void)
1032 return __efivars->kobject;
1050 * @kobject: @efivars-specific kobject
1056 struct kobject *kobject)
1060 efivars->kobject = kobject;
1054 efivars_register(struct efivars *efivars, const struct efivar_operations *ops, struct kobject *kobject) argument
[all...]

Completed in 50 milliseconds