Lines Matching defs:socket

82 static inline u32 cb_readl(struct yenta_socket *socket, unsigned reg)  in cb_readl()
89 static inline void cb_writel(struct yenta_socket *socket, unsigned reg, u32 val) in cb_writel()
96 static inline u8 config_readb(struct yenta_socket *socket, unsigned offset) in config_readb()
104 static inline u16 config_readw(struct yenta_socket *socket, unsigned offset) in config_readw()
112 static inline u32 config_readl(struct yenta_socket *socket, unsigned offset) in config_readl()
120 static inline void config_writeb(struct yenta_socket *socket, unsigned offset, u8 val) in config_writeb()
126 static inline void config_writew(struct yenta_socket *socket, unsigned offset, u16 val) in config_writew()
132 static inline void config_writel(struct yenta_socket *socket, unsigned offset, u32 val) in config_writel()
138 static inline u8 exca_readb(struct yenta_socket *socket, unsigned reg) in exca_readb()
145 static inline u8 exca_readw(struct yenta_socket *socket, unsigned reg) in exca_readw()
154 static inline void exca_writeb(struct yenta_socket *socket, unsigned reg, u8 val) in exca_writeb()
161 static void exca_writew(struct yenta_socket *socket, unsigned reg, u16 val) in exca_writew()
175 struct yenta_socket *socket = pci_get_drvdata(dev); in show_yenta_registers() local
212 struct yenta_socket *socket = container_of(sock, struct yenta_socket, socket); in yenta_get_status() local
245 static void yenta_set_power(struct yenta_socket *socket, socket_state_t *state) in yenta_set_power()
329 struct yenta_socket *socket = container_of(sock, struct yenta_socket, socket); in yenta_set_socket() local
404 struct yenta_socket *socket = container_of(sock, struct yenta_socket, socket); in yenta_set_io_map() local
441 struct yenta_socket *socket = container_of(sock, struct yenta_socket, socket); in yenta_set_mem_map() local
508 struct yenta_socket *socket = (struct yenta_socket *) dev_id; in yenta_interrupt() local
539 struct yenta_socket *socket = (struct yenta_socket *) data; in yenta_interrupt_wrapper() local
546 static void yenta_clear_maps(struct yenta_socket *socket) in yenta_clear_maps()
565 static void yenta_interrogate(struct yenta_socket *socket) in yenta_interrogate()
579 struct yenta_socket *socket = container_of(sock, struct yenta_socket, socket); in yenta_sock_init() local
600 struct yenta_socket *socket = container_of(sock, struct yenta_socket, socket); in yenta_sock_suspend() local
669 static int yenta_search_res(struct yenta_socket *socket, struct resource *res, in yenta_search_res()
689 static int yenta_allocate_res(struct yenta_socket *socket, int nr, unsigned type, int addr_start, i… in yenta_allocate_res()
751 static void yenta_allocate_resources(struct yenta_socket *socket) in yenta_allocate_resources()
770 static void yenta_free_resources(struct yenta_socket *socket) in yenta_free_resources()
912 static unsigned int yenta_probe_irq(struct yenta_socket *socket, u32 isa_irq_mask) in yenta_probe_irq()
954 struct yenta_socket *socket = (struct yenta_socket *) dev_id; in yenta_probe_handler() local
972 static int yenta_probe_cb_irq(struct yenta_socket *socket) in yenta_probe_cb_irq()
1014 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() local
1290 struct yenta_socket *socket = pci_get_drvdata(pdev); in yenta_dev_suspend_noirq() local
1309 struct yenta_socket *socket = pci_get_drvdata(pdev); in yenta_dev_resume_noirq() local