Lines Matching refs:yenta_socket
69 static int yenta_probe_cb_irq(struct yenta_socket *socket);
70 static unsigned int yenta_probe_irq(struct yenta_socket *socket,
84 static inline u32 cb_readl(struct yenta_socket *socket, unsigned reg) in cb_readl()
91 static inline void cb_writel(struct yenta_socket *socket, unsigned reg, u32 val) in cb_writel()
98 static inline u8 config_readb(struct yenta_socket *socket, unsigned offset) in config_readb()
106 static inline u16 config_readw(struct yenta_socket *socket, unsigned offset) in config_readw()
114 static inline u32 config_readl(struct yenta_socket *socket, unsigned offset) in config_readl()
122 static inline void config_writeb(struct yenta_socket *socket, unsigned offset, u8 val) in config_writeb()
128 static inline void config_writew(struct yenta_socket *socket, unsigned offset, u16 val) in config_writew()
134 static inline void config_writel(struct yenta_socket *socket, unsigned offset, u32 val) in config_writel()
140 static inline u8 exca_readb(struct yenta_socket *socket, unsigned reg) in exca_readb()
147 static inline u8 exca_readw(struct yenta_socket *socket, unsigned reg) in exca_readw()
156 static inline void exca_writeb(struct yenta_socket *socket, unsigned reg, u8 val) in exca_writeb()
163 static void exca_writew(struct yenta_socket *socket, unsigned reg, u16 val) in exca_writew()
177 struct yenta_socket *socket = pci_get_drvdata(dev); in show_yenta_registers()
214 struct yenta_socket *socket = container_of(sock, struct yenta_socket, socket); in yenta_get_status()
247 static void yenta_set_power(struct yenta_socket *socket, socket_state_t *state) in yenta_set_power()
331 struct yenta_socket *socket = container_of(sock, struct yenta_socket, socket); in yenta_set_socket()
406 struct yenta_socket *socket = container_of(sock, struct yenta_socket, socket); in yenta_set_io_map()
443 struct yenta_socket *socket = container_of(sock, struct yenta_socket, socket); in yenta_set_mem_map()
510 struct yenta_socket *socket = (struct yenta_socket *) dev_id; in yenta_interrupt()
541 struct yenta_socket *socket = from_timer(socket, t, poll_timer); in yenta_interrupt_wrapper()
548 static void yenta_clear_maps(struct yenta_socket *socket) in yenta_clear_maps()
567 static void yenta_interrogate(struct yenta_socket *socket) in yenta_interrogate()
581 struct yenta_socket *socket = container_of(sock, struct yenta_socket, socket); in yenta_sock_init()
602 struct yenta_socket *socket = container_of(sock, struct yenta_socket, socket); in yenta_sock_suspend()
671 static int yenta_search_res(struct yenta_socket *socket, struct resource *res, in yenta_search_res()
691 static int yenta_allocate_res(struct yenta_socket *socket, int nr, unsigned type, int addr_start, i… in yenta_allocate_res()
752 static void yenta_allocate_resources(struct yenta_socket *socket) in yenta_allocate_resources()
771 static void yenta_free_resources(struct yenta_socket *socket) in yenta_free_resources()
789 struct yenta_socket *sock = pci_get_drvdata(dev); in yenta_close()
913 static unsigned int yenta_probe_irq(struct yenta_socket *socket, u32 isa_irq_mask) in yenta_probe_irq()
955 struct yenta_socket *socket = (struct yenta_socket *) dev_id; in yenta_probe_handler()
973 static int yenta_probe_cb_irq(struct yenta_socket *socket) in yenta_probe_cb_irq()
1015 static void yenta_get_socket_capabilities(struct yenta_socket *socket, u32 isa_irq_mask) in yenta_get_socket_capabilities()
1030 static void yenta_config_init(struct yenta_socket *socket) in yenta_config_init()
1147 struct yenta_socket *socket; in yenta_probe()
1160 socket = kzalloc(sizeof(struct yenta_socket), GFP_KERNEL); in yenta_probe()
1293 struct yenta_socket *socket = pci_get_drvdata(pdev); in yenta_dev_suspend_noirq()
1312 struct yenta_socket *socket = pci_get_drvdata(pdev); in yenta_dev_resume_noirq()