Lines Matching refs:pcilynx
79 struct pcilynx { struct
96 static inline struct pcilynx * argument
97 lynx_get(struct pcilynx *lynx) in lynx_get()
107 kfree(container_of(kref, struct pcilynx, kref)); in lynx_release()
111 lynx_put(struct pcilynx *lynx) in lynx_put()
117 struct pcilynx *lynx;
226 reg_write(struct pcilynx *lynx, int offset, u32 data) in reg_write()
232 reg_read(struct pcilynx *lynx, int offset) in reg_read()
238 reg_set_bits(struct pcilynx *lynx, int offset, u32 mask) in reg_set_bits()
248 run_pcl(struct pcilynx *lynx, dma_addr_t pcl_bus, in run_pcl()
257 set_phy_reg(struct pcilynx *lynx, int addr, int val) in set_phy_reg()
280 struct pcilynx *tmp, *lynx = NULL; in nosy_open()
317 struct pcilynx *lynx = client->lynx; in nosy_release()
413 packet_irq_handler(struct pcilynx *lynx) in packet_irq_handler()
444 bus_reset_irq_handler(struct pcilynx *lynx) in bus_reset_irq_handler()
462 struct pcilynx *lynx = device; in irq_handler()
502 struct pcilynx *lynx = pci_get_drvdata(dev); in remove_card()
535 struct pcilynx *lynx; in add_card()