Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/pci/cx23885/
Daltera-ci.c147 static struct fpga_inode *fpga_first_inode; variable
152 struct fpga_inode *temp_chip = fpga_first_inode; in find_inode()
185 struct fpga_inode *temp_chip = fpga_first_inode; in find_dinode()
210 struct fpga_inode *prev_node = fpga_first_inode; in remove_inode()
214 if (del_node == fpga_first_inode) { in remove_inode()
215 fpga_first_inode = del_node->next_inode; in remove_inode()
234 struct fpga_inode *new_node = fpga_first_inode; in append_internal()
238 fpga_first_inode = new_node; in append_internal()