Home
last modified time | relevance | path

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

/linux/drivers/pcmcia/
H A Dti113x.h176 static void ti_save_state(struct yenta_socket *socket) in ti_save_state()
188 static void ti_restore_state(struct yenta_socket *socket) in ti_restore_state()
207 struct yenta_socket *socket = container_of(sock, struct yenta_socket, socket); in ti_zoom_video()
231 struct yenta_socket *socket = container_of(sock, struct yenta_socket, socket); in ti1250_zoom_video()
259 static void ti_set_zv(struct yenta_socket *socket) in ti_set_zv()
294 static int ti_init(struct yenta_socket *socket) in ti_init()
306 static int ti_override(struct yenta_socket *socket) in ti_override()
319 static void ti113x_use_isa_irq(struct yenta_socket *socket) in ti113x_use_isa_irq()
349 static int ti113x_override(struct yenta_socket *socket) in ti113x_override()
367 static void ti12xx_irqroute_func0(struct yenta_socket *socket) in ti12xx_irqroute_func0()
[all …]
H A Dyenta_socket.c69 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()
[all …]
H A Dyenta_socket.h105 struct yenta_socket;
108 int (*override)(struct yenta_socket *);
109 void (*save_state)(struct yenta_socket *);
110 void (*restore_state)(struct yenta_socket *);
111 int (*sock_init)(struct yenta_socket *);
114 struct yenta_socket { struct
H A Dricoh.h137 struct yenta_socket *socket = container_of(sock, struct yenta_socket, socket); in ricoh_zoom_video()
149 static void ricoh_set_zv(struct yenta_socket *socket) in ricoh_set_zv()
163 static void ricoh_set_clkrun(struct yenta_socket *socket, bool quiet) in ricoh_set_clkrun()
192 static void ricoh_save_state(struct yenta_socket *socket) in ricoh_save_state()
201 static void ricoh_restore_state(struct yenta_socket *socket) in ricoh_restore_state()
215 static int ricoh_override(struct yenta_socket *socket) in ricoh_override()
H A Dtopic.h112 struct yenta_socket *socket = container_of(sock, struct yenta_socket, socket); in topic97_zoom_video()
133 static int topic97_override(struct yenta_socket *socket) in topic97_override()
141 static int topic95_override(struct yenta_socket *socket) in topic95_override()
H A Do2micro.h109 static int o2micro_override(struct yenta_socket *socket) in o2micro_override()
174 static void o2micro_restore_state(struct yenta_socket *socket) in o2micro_restore_state()
H A DMakefile21 obj-$(CONFIG_YENTA) += yenta_socket.o
H A DKconfig85 module will be called yenta_socket.