Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/media/pci/cx23885/
Daltera-ci.c137 static struct fpga_inode *fpga_first_inode; variable
142 struct fpga_inode *temp_chip = fpga_first_inode; in find_inode()
175 struct fpga_inode *temp_chip = fpga_first_inode; in find_dinode()
200 struct fpga_inode *prev_node = fpga_first_inode; in remove_inode()
204 if (del_node == fpga_first_inode) { in remove_inode()
205 fpga_first_inode = del_node->next_inode; in remove_inode()
224 struct fpga_inode *new_node = fpga_first_inode; in append_internal()
228 fpga_first_inode = new_node; in append_internal()