PageRenderTime 21ms CodeModel.GetById 25ms RepoModel.GetById 0ms app.codeStats 0ms

/drivers/pcmcia/cs_internal.h

https://github.com/xdabravoteam/cm-kernel
C Header | 213 lines | 135 code | 38 blank | 40 comment | 0 complexity | 34465e971da0142a89f0e5e112fd2846 MD5 | raw file
  1. /*
  2. * cs_internal.h -- definitions internal to the PCMCIA core modules
  3. *
  4. * This program is free software; you can redistribute it and/or modify
  5. * it under the terms of the GNU General Public License version 2 as
  6. * published by the Free Software Foundation.
  7. *
  8. * The initial developer of the original code is David A. Hinds
  9. * <dahinds@users.sourceforge.net>. Portions created by David A. Hinds
  10. * are Copyright (C) 1999 David A. Hinds. All Rights Reserved.
  11. *
  12. * (C) 1999 David A. Hinds
  13. * (C) 2003 - 2008 Dominik Brodowski
  14. *
  15. *
  16. * This file contains definitions _only_ needed by the PCMCIA core modules.
  17. * It must not be included by PCMCIA socket drivers or by PCMCIA device
  18. * drivers.
  19. */
  20. #ifndef _LINUX_CS_INTERNAL_H
  21. #define _LINUX_CS_INTERNAL_H
  22. #include <linux/kref.h>
  23. /* Flags in client state */
  24. #define CLIENT_WIN_REQ(i) (0x1<<(i))
  25. /* Each card function gets one of these guys */
  26. typedef struct config_t {
  27. struct kref ref;
  28. unsigned int state;
  29. unsigned int Attributes;
  30. unsigned int IntType;
  31. unsigned int ConfigBase;
  32. unsigned char Status, Pin, Copy, Option, ExtStatus;
  33. unsigned int CardValues;
  34. io_req_t io;
  35. struct {
  36. u_int Attributes;
  37. } irq;
  38. } config_t;
  39. struct cis_cache_entry {
  40. struct list_head node;
  41. unsigned int addr;
  42. unsigned int len;
  43. unsigned int attr;
  44. unsigned char cache[0];
  45. };
  46. struct pccard_resource_ops {
  47. int (*validate_mem) (struct pcmcia_socket *s);
  48. int (*adjust_io_region) (struct resource *res,
  49. unsigned long r_start,
  50. unsigned long r_end,
  51. struct pcmcia_socket *s);
  52. struct resource* (*find_io) (unsigned long base, int num,
  53. unsigned long align,
  54. struct pcmcia_socket *s);
  55. struct resource* (*find_mem) (unsigned long base, unsigned long num,
  56. unsigned long align, int low,
  57. struct pcmcia_socket *s);
  58. int (*add_io) (struct pcmcia_socket *s,
  59. unsigned int action,
  60. unsigned long r_start,
  61. unsigned long r_end);
  62. int (*add_mem) (struct pcmcia_socket *s,
  63. unsigned int action,
  64. unsigned long r_start,
  65. unsigned long r_end);
  66. int (*init) (struct pcmcia_socket *s);
  67. void (*exit) (struct pcmcia_socket *s);
  68. };
  69. /* Flags in config state */
  70. #define CONFIG_LOCKED 0x01
  71. #define CONFIG_IRQ_REQ 0x02
  72. #define CONFIG_IO_REQ 0x04
  73. /* Flags in socket state */
  74. #define SOCKET_PRESENT 0x0008
  75. #define SOCKET_INUSE 0x0010
  76. #define SOCKET_SUSPEND 0x0080
  77. #define SOCKET_WIN_REQ(i) (0x0100<<(i))
  78. #define SOCKET_CARDBUS 0x8000
  79. #define SOCKET_CARDBUS_CONFIG 0x10000
  80. /*
  81. * Stuff internal to module "pcmcia_core":
  82. */
  83. /* socket_sysfs.c */
  84. extern int pccard_sysfs_add_socket(struct device *dev);
  85. extern void pccard_sysfs_remove_socket(struct device *dev);
  86. /* cardbus.c */
  87. int cb_alloc(struct pcmcia_socket *s);
  88. void cb_free(struct pcmcia_socket *s);
  89. /*
  90. * Stuff exported by module "pcmcia_core" to module "pcmcia"
  91. */
  92. struct pcmcia_callback{
  93. struct module *owner;
  94. int (*event) (struct pcmcia_socket *s,
  95. event_t event, int priority);
  96. void (*requery) (struct pcmcia_socket *s);
  97. int (*validate) (struct pcmcia_socket *s, unsigned int *i);
  98. int (*suspend) (struct pcmcia_socket *s);
  99. int (*resume) (struct pcmcia_socket *s);
  100. };
  101. /* cs.c */
  102. extern struct rw_semaphore pcmcia_socket_list_rwsem;
  103. extern struct list_head pcmcia_socket_list;
  104. extern struct class pcmcia_socket_class;
  105. int pccard_register_pcmcia(struct pcmcia_socket *s, struct pcmcia_callback *c);
  106. struct pcmcia_socket *pcmcia_get_socket_by_nr(unsigned int nr);
  107. void pcmcia_parse_uevents(struct pcmcia_socket *socket, unsigned int events);
  108. #define PCMCIA_UEVENT_EJECT 0x0001
  109. #define PCMCIA_UEVENT_INSERT 0x0002
  110. #define PCMCIA_UEVENT_SUSPEND 0x0004
  111. #define PCMCIA_UEVENT_RESUME 0x0008
  112. #define PCMCIA_UEVENT_REQUERY 0x0010
  113. struct pcmcia_socket *pcmcia_get_socket(struct pcmcia_socket *skt);
  114. void pcmcia_put_socket(struct pcmcia_socket *skt);
  115. /*
  116. * Stuff internal to module "pcmcia".
  117. */
  118. /* ds.c */
  119. extern struct bus_type pcmcia_bus_type;
  120. /* pcmcia_resource.c */
  121. extern int pcmcia_release_configuration(struct pcmcia_device *p_dev);
  122. extern int pcmcia_validate_mem(struct pcmcia_socket *s);
  123. extern struct resource *pcmcia_find_mem_region(u_long base,
  124. u_long num,
  125. u_long align,
  126. int low,
  127. struct pcmcia_socket *s);
  128. /* cistpl.c */
  129. extern struct bin_attribute pccard_cis_attr;
  130. int pcmcia_read_cis_mem(struct pcmcia_socket *s, int attr,
  131. u_int addr, u_int len, void *ptr);
  132. void pcmcia_write_cis_mem(struct pcmcia_socket *s, int attr,
  133. u_int addr, u_int len, void *ptr);
  134. void release_cis_mem(struct pcmcia_socket *s);
  135. void destroy_cis_cache(struct pcmcia_socket *s);
  136. int pccard_read_tuple(struct pcmcia_socket *s, unsigned int function,
  137. cisdata_t code, void *parse);
  138. int pcmcia_replace_cis(struct pcmcia_socket *s,
  139. const u8 *data, const size_t len);
  140. int pccard_validate_cis(struct pcmcia_socket *s, unsigned int *count);
  141. int verify_cis_cache(struct pcmcia_socket *s);
  142. int pccard_loop_tuple(struct pcmcia_socket *s, unsigned int function,
  143. cisdata_t code, cisparse_t *parse, void *priv_data,
  144. int (*loop_tuple) (tuple_t *tuple,
  145. cisparse_t *parse,
  146. void *priv_data));
  147. int pccard_get_first_tuple(struct pcmcia_socket *s, unsigned int function,
  148. tuple_t *tuple);
  149. int pccard_get_next_tuple(struct pcmcia_socket *s, unsigned int function,
  150. tuple_t *tuple);
  151. int pccard_get_tuple_data(struct pcmcia_socket *s, tuple_t *tuple);
  152. #ifdef CONFIG_PCMCIA_IOCTL
  153. /* ds.c */
  154. extern struct pcmcia_device *pcmcia_get_dev(struct pcmcia_device *p_dev);
  155. extern void pcmcia_put_dev(struct pcmcia_device *p_dev);
  156. struct pcmcia_device *pcmcia_device_add(struct pcmcia_socket *s,
  157. unsigned int function);
  158. /* pcmcia_ioctl.c */
  159. extern void __init pcmcia_setup_ioctl(void);
  160. extern void __exit pcmcia_cleanup_ioctl(void);
  161. extern void handle_event(struct pcmcia_socket *s, event_t event);
  162. extern int handle_request(struct pcmcia_socket *s, event_t event);
  163. #else /* CONFIG_PCMCIA_IOCTL */
  164. static inline void __init pcmcia_setup_ioctl(void) { return; }
  165. static inline void __exit pcmcia_cleanup_ioctl(void) { return; }
  166. static inline void handle_event(struct pcmcia_socket *s, event_t event)
  167. {
  168. return;
  169. }
  170. static inline int handle_request(struct pcmcia_socket *s, event_t event)
  171. {
  172. return 0;
  173. }
  174. #endif /* CONFIG_PCMCIA_IOCTL */
  175. #endif /* _LINUX_CS_INTERNAL_H */