Lines Matching refs:pcilynx
80 struct pcilynx { struct
97 static inline struct pcilynx * argument
98 lynx_get(struct pcilynx *lynx) in lynx_get()
108 kfree(container_of(kref, struct pcilynx, kref)); in lynx_release()
112 lynx_put(struct pcilynx *lynx) in lynx_put()
118 struct pcilynx *lynx;
227 reg_write(struct pcilynx *lynx, int offset, u32 data) in reg_write()
233 reg_read(struct pcilynx *lynx, int offset) in reg_read()
239 reg_set_bits(struct pcilynx *lynx, int offset, u32 mask) in reg_set_bits()
249 run_pcl(struct pcilynx *lynx, dma_addr_t pcl_bus, in run_pcl()
258 set_phy_reg(struct pcilynx *lynx, int addr, int val) in set_phy_reg()
281 struct pcilynx *tmp, *lynx = NULL; in nosy_open()
318 struct pcilynx *lynx = client->lynx; in nosy_release()
414 packet_irq_handler(struct pcilynx *lynx) in packet_irq_handler()
446 bus_reset_irq_handler(struct pcilynx *lynx) in bus_reset_irq_handler()
466 struct pcilynx *lynx = device; in irq_handler()
506 struct pcilynx *lynx = pci_get_drvdata(dev); in remove_card()
539 struct pcilynx *lynx; in add_card()