Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/pci/cx23885/
Daltera-ci.c142 static struct fpga_inode *fpga_first_inode; variable
147 struct fpga_inode *temp_chip = fpga_first_inode; in find_inode()
180 struct fpga_inode *temp_chip = fpga_first_inode; in find_dinode()
205 struct fpga_inode *prev_node = fpga_first_inode; in remove_inode()
209 if (del_node == fpga_first_inode) { in remove_inode()
210 fpga_first_inode = del_node->next_inode; in remove_inode()
229 struct fpga_inode *new_node = fpga_first_inode; in append_internal()
233 fpga_first_inode = new_node; in append_internal()