Lines Matching defs:db1x_pcmcia_sock
43 struct db1x_pcmcia_sock {
69 #define to_db1x_socket(x) container_of(x, struct db1x_pcmcia_sock, socket)
71 static int db1300_card_inserted(struct db1x_pcmcia_sock *sock)
77 static int db1200_card_inserted(struct db1x_pcmcia_sock *sock)
86 static int db1000_card_inserted(struct db1x_pcmcia_sock *sock)
91 static int db1x_card_inserted(struct db1x_pcmcia_sock *sock)
107 static inline void set_stschg(struct db1x_pcmcia_sock *sock, int en)
119 struct db1x_pcmcia_sock *sock = data;
128 struct db1x_pcmcia_sock *sock = data;
148 struct db1x_pcmcia_sock *sock = data;
162 static int db1x_pcmcia_setup_irqs(struct db1x_pcmcia_sock *sock)
219 static void db1x_pcmcia_free_irqs(struct db1x_pcmcia_sock *sock)
245 struct db1x_pcmcia_sock *sock = to_db1x_socket(skt);
341 struct db1x_pcmcia_sock *sock = to_db1x_socket(skt);
393 struct db1x_pcmcia_sock *sock = to_db1x_socket(skt);
404 struct db1x_pcmcia_sock *sock = to_db1x_socket(skt);
425 struct db1x_pcmcia_sock *sock;
429 sock = kzalloc(sizeof(struct db1x_pcmcia_sock), GFP_KERNEL);
581 struct db1x_pcmcia_sock *sock = platform_get_drvdata(pdev);