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

/drivers/media/dvb/frontends/
H A Dstv0900_core.c48 static struct stv0900_inode *stv0900_first_inode; variable in typeref:struct:stv0900_inode
54 struct stv0900_inode *temp_chip = stv0900_first_inode;
74 struct stv0900_inode *prev_node = stv0900_first_inode;
79 if (del_node == stv0900_first_inode) {
80 stv0900_first_inode = del_node->next_inode;
99 struct stv0900_inode *new_node = stv0900_first_inode;
103 stv0900_first_inode = new_node;

Completed in 12 milliseconds