stv0900_inode
struct stv0900_inode *temp_int = find_inode(state->i2c_adap,
struct stv0900_inode *next_inode;
static struct stv0900_inode *stv0900_first_inode;
static struct stv0900_inode *find_inode(struct i2c_adapter *i2c_adap,
struct stv0900_inode *temp_chip = stv0900_first_inode;
struct stv0900_inode *prev_node = stv0900_first_inode;
struct stv0900_inode *del_node = find_inode(internal->i2c_adap,
static struct stv0900_inode *append_internal(struct stv0900_internal *internal)
struct stv0900_inode *new_node = stv0900_first_inode;
new_node = kmalloc_obj(struct stv0900_inode);
new_node->next_inode = kmalloc_obj(struct stv0900_inode);