Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pcmcia/
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 …]
Dyenta_socket.c67 static int yenta_probe_cb_irq(struct yenta_socket *socket);
68 static unsigned int yenta_probe_irq(struct yenta_socket *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()
[all …]
Dyenta_socket.h104 struct yenta_socket;
107 int (*override)(struct yenta_socket *);
108 void (*save_state)(struct yenta_socket *);
109 void (*restore_state)(struct yenta_socket *);
110 int (*sock_init)(struct yenta_socket *);
113 struct yenta_socket { struct
Dricoh.h133 struct yenta_socket *socket = container_of(sock, struct yenta_socket, socket); in ricoh_zoom_video()
145 static void ricoh_set_zv(struct yenta_socket *socket) in ricoh_set_zv()
159 static void ricoh_save_state(struct yenta_socket *socket) in ricoh_save_state()
168 static void ricoh_restore_state(struct yenta_socket *socket) in ricoh_restore_state()
181 static int ricoh_override(struct yenta_socket *socket) in ricoh_override()
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()
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()
DMakefile20 obj-$(CONFIG_YENTA) += yenta_socket.o
DKconfig80 module will be called yenta_socket.