Searched refs:yenta_socket (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pcmcia/
H A 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
H A Dricoh.h133 struct yenta_socket *socket = container_of(sock, struct yenta_socket, socket);
145 static void ricoh_set_zv(struct yenta_socket *socket)
159 static void ricoh_save_state(struct yenta_socket *socket)
168 static void ricoh_restore_state(struct yenta_socket *socket)
181 static int ricoh_override(struct yenta_socket *socket)
H A Dti113x.h176 static void ti_save_state(struct yenta_socket *socket)
188 static void ti_restore_state(struct yenta_socket *socket)
207 struct yenta_socket *socket = container_of(sock, struct yenta_socket, socket);
223 struct yenta_socket *socket = container_of(sock, struct yenta_socket, socket);
251 static void ti_set_zv(struct yenta_socket *socket)
286 static int ti_init(struct yenta_socket *socket)
298 static int ti_override(struct yenta_socket *socket)
311 static int ti113x_override(struct yenta_socket *socke
[all...]
H A Dyenta_socket.c2 * Regular cardbus driver ("yenta_socket")
26 #include "yenta_socket.h"
52 static int yenta_probe_cb_irq(struct yenta_socket *socket);
65 static inline u32 cb_readl(struct yenta_socket *socket, unsigned reg)
72 static inline void cb_writel(struct yenta_socket *socket, unsigned reg, u32 val)
79 static inline u8 config_readb(struct yenta_socket *socket, unsigned offset)
87 static inline u16 config_readw(struct yenta_socket *socket, unsigned offset)
95 static inline u32 config_readl(struct yenta_socket *socket, unsigned offset)
103 static inline void config_writeb(struct yenta_socket *socket, unsigned offset, u8 val)
109 static inline void config_writew(struct yenta_socket *socke
[all...]
H A Dtopic.h109 struct yenta_socket *socket = container_of(sock, struct yenta_socket, socket);
130 static int topic97_override(struct yenta_socket *socket)
138 static int topic95_override(struct yenta_socket *socket)
H A Do2micro.h128 static int o2micro_override(struct yenta_socket *socket)
175 static void o2micro_restore_state(struct yenta_socket *socket)
H A DMakefile22 obj-$(CONFIG_YENTA) += yenta_socket.o

Completed in 56 milliseconds