Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/dvb-frontends/
Dstv0900_core.c44 static struct stv0900_inode *stv0900_first_inode; variable
50 struct stv0900_inode *temp_chip = stv0900_first_inode; in find_inode()
70 struct stv0900_inode *prev_node = stv0900_first_inode; in remove_inode()
75 if (del_node == stv0900_first_inode) { in remove_inode()
76 stv0900_first_inode = del_node->next_inode; in remove_inode()
95 struct stv0900_inode *new_node = stv0900_first_inode; in append_internal()
99 stv0900_first_inode = new_node; in append_internal()