Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/media/dvb-frontends/
Dstv0900_core.c34 static struct stv0900_inode *stv0900_first_inode; variable
40 struct stv0900_inode *temp_chip = stv0900_first_inode; in find_inode()
60 struct stv0900_inode *prev_node = stv0900_first_inode; in remove_inode()
65 if (del_node == stv0900_first_inode) { in remove_inode()
66 stv0900_first_inode = del_node->next_inode; in remove_inode()
85 struct stv0900_inode *new_node = stv0900_first_inode; in append_internal()
89 stv0900_first_inode = new_node; in append_internal()