VSF Documented
Data Structures | Functions
kobject.h File Reference
#include <linux/list.h>
#include <linux/kref.h>
#include <linux/wait.h>
#include <linux/workqueue.h>

Go to the source code of this file.

Data Structures

struct  kobject
 
struct  kobj_type
 
struct  kobj_uevent_env
 

Functions

struct kobjectkobject_get (struct kobject *kobj)
 
void kobject_put (struct kobject *kobj)
 
void kobject_del (struct kobject *kobj)
 
int add_uevent_var (struct kobj_uevent_env *env, const char *format,...)
 

Function Documentation

◆ kobject_get()

struct kobject * kobject_get ( struct kobject kobj)
extern

◆ kobject_put()

void kobject_put ( struct kobject kobj)
extern

◆ kobject_del()

void kobject_del ( struct kobject kobj)
extern

◆ add_uevent_var()

int add_uevent_var ( struct kobj_uevent_env env,
const char *  format,
  ... 
)
extern