Home
last modified time | relevance | path

Searched refs:stv0900_first_inode (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/drivers/media/dvb/frontends/
Dstv0900_core.c48 static struct stv0900_inode *stv0900_first_inode; variable
54 struct stv0900_inode *temp_chip = stv0900_first_inode; in find_inode()
74 struct stv0900_inode *prev_node = stv0900_first_inode; in remove_inode()
79 if (del_node == stv0900_first_inode) { in remove_inode()
80 stv0900_first_inode = del_node->next_inode; in remove_inode()
99 struct stv0900_inode *new_node = stv0900_first_inode; in append_internal()
103 stv0900_first_inode = new_node; in append_internal()