Blame view

include/linux/extcon.h 11 KB
de55d8716   MyungJoo Ham   Extcon (external ...
1
2
3
  /*
   *  External connector (extcon) class driver
   *
2a9de9c0f   Chanwoo Choi   extcon: Use the u...
4
5
6
   * Copyright (C) 2015 Samsung Electronics
   * Author: Chanwoo Choi <cw00.choi@samsung.com>
   *
de55d8716   MyungJoo Ham   Extcon (external ...
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
   * Copyright (C) 2012 Samsung Electronics
   * Author: Donggeun Kim <dg77.kim@samsung.com>
   * Author: MyungJoo Ham <myungjoo.ham@samsung.com>
   *
   * based on switch class driver
   * Copyright (C) 2008 Google, Inc.
   * Author: Mike Lockwood <lockwood@android.com>
   *
   * This software is licensed under the terms of the GNU General Public
   * License version 2, as published by the Free Software Foundation, and
   * may be copied, distributed, and modified under those terms.
   *
   * This program is distributed in the hope that it will be useful,
   * but WITHOUT ANY WARRANTY; without even the implied warranty of
   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   * GNU General Public License for more details.
   *
  */
  
  #ifndef __LINUX_EXTCON_H__
  #define __LINUX_EXTCON_H__
d851718f6   Chanwoo Choi   extcon: Add missi...
28
  #include <linux/device.h>
806d9dd71   MyungJoo Ham   Extcon: support m...
29

73b6ecdb9   Chanwoo Choi   extcon: Redefine ...
30
31
32
  /*
   * Define the unique id of supported external connectors
   */
11eecf910   Chanwoo Choi   extcon: Modify th...
33
  #define EXTCON_NONE		0
73b6ecdb9   Chanwoo Choi   extcon: Redefine ...
34

11eecf910   Chanwoo Choi   extcon: Modify th...
35
36
37
  /* USB external connector */
  #define EXTCON_USB		1
  #define EXTCON_USB_HOST		2
73b6ecdb9   Chanwoo Choi   extcon: Redefine ...
38

11eecf910   Chanwoo Choi   extcon: Modify th...
39
40
41
42
43
44
45
  /* Charging external connector */
  #define EXTCON_CHG_USB_SDP	5	/* Standard Downstream Port */
  #define EXTCON_CHG_USB_DCP	6	/* Dedicated Charging Port */
  #define EXTCON_CHG_USB_CDP	7	/* Charging Downstream Port */
  #define EXTCON_CHG_USB_ACA	8	/* Accessory Charger Adapter */
  #define EXTCON_CHG_USB_FAST	9
  #define EXTCON_CHG_USB_SLOW	10
73b6ecdb9   Chanwoo Choi   extcon: Redefine ...
46

11eecf910   Chanwoo Choi   extcon: Modify th...
47
48
49
50
51
52
53
54
55
  /* Jack external connector */
  #define EXTCON_JACK_MICROPHONE	20
  #define EXTCON_JACK_HEADPHONE	21
  #define EXTCON_JACK_LINE_IN	22
  #define EXTCON_JACK_LINE_OUT	23
  #define EXTCON_JACK_VIDEO_IN	24
  #define EXTCON_JACK_VIDEO_OUT	25
  #define EXTCON_JACK_SPDIF_IN	26	/* Sony Philips Digital InterFace */
  #define EXTCON_JACK_SPDIF_OUT	27
73b6ecdb9   Chanwoo Choi   extcon: Redefine ...
56

11eecf910   Chanwoo Choi   extcon: Modify th...
57
58
59
60
61
62
63
64
65
66
67
68
  /* Display external connector */
  #define EXTCON_DISP_HDMI	40	/* High-Definition Multimedia Interface */
  #define EXTCON_DISP_MHL		41	/* Mobile High-Definition Link */
  #define EXTCON_DISP_DVI		42	/* Digital Visual Interface */
  #define EXTCON_DISP_VGA		43	/* Video Graphics Array */
  
  /* Miscellaneous external connector */
  #define EXTCON_DOCK		60
  #define EXTCON_JIG		61
  #define EXTCON_MECHANICAL	62
  
  #define EXTCON_NUM		63
806d9dd71   MyungJoo Ham   Extcon: support m...
69
70
  
  struct extcon_cable;
de55d8716   MyungJoo Ham   Extcon (external ...
71
72
  /**
   * struct extcon_dev - An extcon device represents one external connector.
a75e1c73a   Chanwoo Choi   extcon: Fix inden...
73
74
   * @name:		The name of this extcon device. Parent device name is
   *			used if NULL.
2a9de9c0f   Chanwoo Choi   extcon: Use the u...
75
   * @supported_cable:	Array of supported cable names ending with EXTCON_NONE.
806d9dd71   MyungJoo Ham   Extcon: support m...
76
77
   *			If supported_cable is NULL, cable name related APIs
   *			are disabled.
df072eb97   MyungJoo Ham   extcon: kernel_do...
78
   * @mutually_exclusive:	Array of mutually exclusive set of cables that cannot
bde68e60b   MyungJoo Ham   Extcon: support m...
79
80
81
82
83
84
85
   *			be attached simultaneously. The array should be
   *			ending with NULL or be NULL (no mutually exclusive
   *			cables). For example, if it is { 0x7, 0x30, 0}, then,
   *			{0, 1}, {0, 1, 2}, {0, 2}, {1, 2}, or {4, 5} cannot
   *			be attached simulataneously. {0x7, 0} is equivalent to
   *			{0x3, 0x6, 0x5, 0}. If it is {0xFFFFFFFF, 0}, there
   *			can be no simultaneous connections.
dae616512   Chanwoo Choi   extcon: Change fi...
86
   * @dev:		Device of this extcon.
a75e1c73a   Chanwoo Choi   extcon: Fix inden...
87
88
89
   * @state:		Attach/detach state of this extcon. Do not provide at
   *			register-time.
   * @nh:			Notifier for the state change events from this extcon
b9ec23c08   Chanwoo Choi   extcon: Fix the c...
90
91
   * @entry:		To support list of extcon devices so that users can
   *			search for extcon devices based on the extcon name.
df072eb97   MyungJoo Ham   extcon: kernel_do...
92
93
94
   * @lock:
   * @max_supported:	Internal value to store the number of cables.
   * @extcon_dev_type:	Device_type struct to provide attribute_groups
806d9dd71   MyungJoo Ham   Extcon: support m...
95
   *			customized for each extcon device.
a75e1c73a   Chanwoo Choi   extcon: Fix inden...
96
   * @cables:		Sysfs subdirectories. Each represents one cable.
de55d8716   MyungJoo Ham   Extcon (external ...
97
98
99
100
101
102
103
   *
   * In most cases, users only need to provide "User initializing data" of
   * this struct when registering an extcon. In some exceptional cases,
   * optional callbacks may be needed. However, the values in "internal data"
   * are overwritten by register function.
   */
  struct extcon_dev {
a75e1c73a   Chanwoo Choi   extcon: Fix inden...
104
105
  	/* Optional user initializing data */
  	const char *name;
73b6ecdb9   Chanwoo Choi   extcon: Redefine ...
106
  	const unsigned int *supported_cable;
a75e1c73a   Chanwoo Choi   extcon: Fix inden...
107
  	const u32 *mutually_exclusive;
de55d8716   MyungJoo Ham   Extcon (external ...
108

a75e1c73a   Chanwoo Choi   extcon: Fix inden...
109
  	/* Internal data. Please do not set. */
dae616512   Chanwoo Choi   extcon: Change fi...
110
  	struct device dev;
046050f6e   Chanwoo Choi   extcon: Update th...
111
  	struct raw_notifier_head *nh;
74c5d09bd   Donggeun Kim   Extcon: support n...
112
  	struct list_head entry;
806d9dd71   MyungJoo Ham   Extcon: support m...
113
  	int max_supported;
a75e1c73a   Chanwoo Choi   extcon: Fix inden...
114
115
  	spinlock_t lock;	/* could be called by irq handler */
  	u32 state;
806d9dd71   MyungJoo Ham   Extcon: support m...
116
117
118
119
  
  	/* /sys/class/extcon/.../cable.n/... */
  	struct device_type extcon_dev_type;
  	struct extcon_cable *cables;
a75e1c73a   Chanwoo Choi   extcon: Fix inden...
120

bde68e60b   MyungJoo Ham   Extcon: support m...
121
122
123
124
  	/* /sys/class/extcon/.../mutually_exclusive/... */
  	struct attribute_group attr_g_muex;
  	struct attribute **attrs_muex;
  	struct device_attribute *d_attrs_muex;
806d9dd71   MyungJoo Ham   Extcon: support m...
125
126
127
  };
  
  /**
a75e1c73a   Chanwoo Choi   extcon: Fix inden...
128
129
   * struct extcon_cable - An internal data for each cable of extcon device.
   * @edev:		The extcon device
df072eb97   MyungJoo Ham   extcon: kernel_do...
130
   * @cable_index:	Index of this cable in the edev
a75e1c73a   Chanwoo Choi   extcon: Fix inden...
131
132
133
134
   * @attr_g:		Attribute group for the cable
   * @attr_name:		"name" sysfs entry
   * @attr_state:		"state" sysfs entry
   * @attrs:		Array pointing to attr_name and attr_state for attr_g
806d9dd71   MyungJoo Ham   Extcon: support m...
135
136
137
138
139
140
141
142
143
144
145
146
147
148
   */
  struct extcon_cable {
  	struct extcon_dev *edev;
  	int cable_index;
  
  	struct attribute_group attr_g;
  	struct device_attribute attr_name;
  	struct device_attribute attr_state;
  
  	struct attribute *attrs[3]; /* to be fed to attr_g.attrs */
  };
  
  /**
   * struct extcon_specific_cable_nb - An internal data for
a75e1c73a   Chanwoo Choi   extcon: Fix inden...
149
   *				     extcon_register_interest().
a75e1c73a   Chanwoo Choi   extcon: Fix inden...
150
151
   * @user_nb:		user provided notifier block for events from
   *			a specific cable.
df072eb97   MyungJoo Ham   extcon: kernel_do...
152
   * @cable_index:	the target cable.
a75e1c73a   Chanwoo Choi   extcon: Fix inden...
153
   * @edev:		the target extcon device.
df072eb97   MyungJoo Ham   extcon: kernel_do...
154
   * @previous_value:	the saved previous event value.
806d9dd71   MyungJoo Ham   Extcon: support m...
155
156
   */
  struct extcon_specific_cable_nb {
806d9dd71   MyungJoo Ham   Extcon: support m...
157
158
159
160
  	struct notifier_block *user_nb;
  	int cable_index;
  	struct extcon_dev *edev;
  	unsigned long previous_value;
de55d8716   MyungJoo Ham   Extcon (external ...
161
162
163
  };
  
  #if IS_ENABLED(CONFIG_EXTCON)
74c5d09bd   Donggeun Kim   Extcon: support n...
164
165
166
167
168
  
  /*
   * Following APIs are for notifiers or configurations.
   * Notifiers are the external port and connection devices.
   */
42d7d7539   Chanwoo Choi   extcon: Simplify ...
169
  extern int extcon_dev_register(struct extcon_dev *edev);
de55d8716   MyungJoo Ham   Extcon (external ...
170
  extern void extcon_dev_unregister(struct extcon_dev *edev);
1111244ff   Sangjung Woo   extcon: Add resou...
171
172
173
174
  extern int devm_extcon_dev_register(struct device *dev,
  				    struct extcon_dev *edev);
  extern void devm_extcon_dev_unregister(struct device *dev,
  				       struct extcon_dev *edev);
74c5d09bd   Donggeun Kim   Extcon: support n...
175
  extern struct extcon_dev *extcon_get_extcon_dev(const char *extcon_name);
de55d8716   MyungJoo Ham   Extcon (external ...
176

806d9dd71   MyungJoo Ham   Extcon: support m...
177
  /*
a9af65223   Chanwoo Choi   extcon: Add extco...
178
179
   * Following APIs control the memory of extcon device.
   */
73b6ecdb9   Chanwoo Choi   extcon: Redefine ...
180
  extern struct extcon_dev *extcon_dev_allocate(const unsigned int *cable);
a9af65223   Chanwoo Choi   extcon: Add extco...
181
  extern void extcon_dev_free(struct extcon_dev *edev);
739ba1bfd   Chanwoo Choi   extcon: Add devm_...
182
  extern struct extcon_dev *devm_extcon_dev_allocate(struct device *dev,
73b6ecdb9   Chanwoo Choi   extcon: Redefine ...
183
  						   const unsigned int *cable);
739ba1bfd   Chanwoo Choi   extcon: Add devm_...
184
  extern void devm_extcon_dev_free(struct device *dev, struct extcon_dev *edev);
a9af65223   Chanwoo Choi   extcon: Add extco...
185
186
  
  /*
806d9dd71   MyungJoo Ham   Extcon: support m...
187
188
189
190
191
   * get/set/update_state access the 32b encoded state value, which represents
   * states of all possible cables of the multistate port. For example, if one
   * calls extcon_set_state(edev, 0x7), it may mean that all the three cables
   * are attached to the port.
   */
de55d8716   MyungJoo Ham   Extcon (external ...
192
193
194
195
  static inline u32 extcon_get_state(struct extcon_dev *edev)
  {
  	return edev->state;
  }
bde68e60b   MyungJoo Ham   Extcon: support m...
196
197
  extern int extcon_set_state(struct extcon_dev *edev, u32 state);
  extern int extcon_update_state(struct extcon_dev *edev, u32 mask, u32 state);
806d9dd71   MyungJoo Ham   Extcon: support m...
198
199
200
  
  /*
   * get/set_cable_state access each bit of the 32b encoded state value.
2a9de9c0f   Chanwoo Choi   extcon: Use the u...
201
   * They are used to access the status of each cable based on the cable_name.
806d9dd71   MyungJoo Ham   Extcon: support m...
202
   */
73b6ecdb9   Chanwoo Choi   extcon: Redefine ...
203
204
  extern int extcon_get_cable_state_(struct extcon_dev *edev, unsigned int id);
  extern int extcon_set_cable_state_(struct extcon_dev *edev, unsigned int id,
806d9dd71   MyungJoo Ham   Extcon: support m...
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
  				   bool cable_state);
  
  extern int extcon_get_cable_state(struct extcon_dev *edev,
  				  const char *cable_name);
  extern int extcon_set_cable_state(struct extcon_dev *edev,
  				  const char *cable_name, bool cable_state);
  
  /*
   * Following APIs are for notifiees (those who want to be notified)
   * to register a callback for events from a specific cable of the extcon.
   * Notifiees are the connected device drivers wanting to get notified by
   * a specific external port of a connection device.
   */
  extern int extcon_register_interest(struct extcon_specific_cable_nb *obj,
  				    const char *extcon_name,
  				    const char *cable_name,
  				    struct notifier_block *nb);
  extern int extcon_unregister_interest(struct extcon_specific_cable_nb *nb);
74c5d09bd   Donggeun Kim   Extcon: support n...
223
224
225
  
  /*
   * Following APIs are to monitor every action of a notifier.
c338bb038   Peter Meerwald   extcon: fixing typos
226
   * Registrar gets notified for every external port of a connection device.
806d9dd71   MyungJoo Ham   Extcon: support m...
227
   * Probably this could be used to debug an action of notifier; however,
c338bb038   Peter Meerwald   extcon: fixing typos
228
   * we do not recommend to use this for normal 'notifiee' device drivers who
806d9dd71   MyungJoo Ham   Extcon: support m...
229
   * want to be notified by a specific external port of the notifier.
74c5d09bd   Donggeun Kim   Extcon: support n...
230
   */
73b6ecdb9   Chanwoo Choi   extcon: Redefine ...
231
  extern int extcon_register_notifier(struct extcon_dev *edev, unsigned int id,
046050f6e   Chanwoo Choi   extcon: Update th...
232
  				    struct notifier_block *nb);
73b6ecdb9   Chanwoo Choi   extcon: Redefine ...
233
  extern int extcon_unregister_notifier(struct extcon_dev *edev, unsigned int id,
74c5d09bd   Donggeun Kim   Extcon: support n...
234
  				    struct notifier_block *nb);
1ad94ffef   Chanwoo Choi   extcon: Move OF h...
235
236
237
238
239
  
  /*
   * Following API get the extcon device from devicetree.
   * This function use phandle of devicetree to get extcon device directly.
   */
b9ec23c08   Chanwoo Choi   extcon: Fix the c...
240
241
  extern struct extcon_dev *extcon_get_edev_by_phandle(struct device *dev,
  						     int index);
707d75508   Chanwoo Choi   extcon: Add extco...
242
243
244
  
  /* Following API to get information of extcon device */
  extern const char *extcon_get_edev_name(struct extcon_dev *edev);
de55d8716   MyungJoo Ham   Extcon (external ...
245
  #else /* CONFIG_EXTCON */
42d7d7539   Chanwoo Choi   extcon: Simplify ...
246
  static inline int extcon_dev_register(struct extcon_dev *edev)
de55d8716   MyungJoo Ham   Extcon (external ...
247
248
249
250
251
  {
  	return 0;
  }
  
  static inline void extcon_dev_unregister(struct extcon_dev *edev) { }
1111244ff   Sangjung Woo   extcon: Add resou...
252
253
254
255
256
257
258
259
  static inline int devm_extcon_dev_register(struct device *dev,
  					   struct extcon_dev *edev)
  {
  	return -EINVAL;
  }
  
  static inline void devm_extcon_dev_unregister(struct device *dev,
  					      struct extcon_dev *edev) { }
73b6ecdb9   Chanwoo Choi   extcon: Redefine ...
260
  static inline struct extcon_dev *extcon_dev_allocate(const unsigned int *cable)
a9af65223   Chanwoo Choi   extcon: Add extco...
261
262
263
264
265
  {
  	return ERR_PTR(-ENOSYS);
  }
  
  static inline void extcon_dev_free(struct extcon_dev *edev) { }
739ba1bfd   Chanwoo Choi   extcon: Add devm_...
266
  static inline struct extcon_dev *devm_extcon_dev_allocate(struct device *dev,
73b6ecdb9   Chanwoo Choi   extcon: Redefine ...
267
  						const unsigned int *cable)
739ba1bfd   Chanwoo Choi   extcon: Add devm_...
268
269
270
271
272
  {
  	return ERR_PTR(-ENOSYS);
  }
  
  static inline void devm_extcon_dev_free(struct extcon_dev *edev) { }
de55d8716   MyungJoo Ham   Extcon (external ...
273
274
275
276
  static inline u32 extcon_get_state(struct extcon_dev *edev)
  {
  	return 0;
  }
bde68e60b   MyungJoo Ham   Extcon: support m...
277
278
279
280
  static inline int extcon_set_state(struct extcon_dev *edev, u32 state)
  {
  	return 0;
  }
806d9dd71   MyungJoo Ham   Extcon: support m...
281

bde68e60b   MyungJoo Ham   Extcon: support m...
282
  static inline int extcon_update_state(struct extcon_dev *edev, u32 mask,
806d9dd71   MyungJoo Ham   Extcon: support m...
283
  				       u32 state)
bde68e60b   MyungJoo Ham   Extcon: support m...
284
285
286
  {
  	return 0;
  }
806d9dd71   MyungJoo Ham   Extcon: support m...
287

806d9dd71   MyungJoo Ham   Extcon: support m...
288
  static inline int extcon_get_cable_state_(struct extcon_dev *edev,
73b6ecdb9   Chanwoo Choi   extcon: Redefine ...
289
  					  unsigned int id)
806d9dd71   MyungJoo Ham   Extcon: support m...
290
291
292
293
294
  {
  	return 0;
  }
  
  static inline int extcon_set_cable_state_(struct extcon_dev *edev,
73b6ecdb9   Chanwoo Choi   extcon: Redefine ...
295
  					  unsigned int id, bool cable_state)
806d9dd71   MyungJoo Ham   Extcon: support m...
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
  {
  	return 0;
  }
  
  static inline int extcon_get_cable_state(struct extcon_dev *edev,
  			const char *cable_name)
  {
  	return 0;
  }
  
  static inline int extcon_set_cable_state(struct extcon_dev *edev,
  			const char *cable_name, int state)
  {
  	return 0;
  }
74c5d09bd   Donggeun Kim   Extcon: support n...
311
312
313
314
315
316
  static inline struct extcon_dev *extcon_get_extcon_dev(const char *extcon_name)
  {
  	return NULL;
  }
  
  static inline int extcon_register_notifier(struct extcon_dev *edev,
73b6ecdb9   Chanwoo Choi   extcon: Redefine ...
317
  					unsigned int id,
046050f6e   Chanwoo Choi   extcon: Update th...
318
  					struct notifier_block *nb)
74c5d09bd   Donggeun Kim   Extcon: support n...
319
320
321
322
323
  {
  	return 0;
  }
  
  static inline int extcon_unregister_notifier(struct extcon_dev *edev,
73b6ecdb9   Chanwoo Choi   extcon: Redefine ...
324
  					unsigned int id,
046050f6e   Chanwoo Choi   extcon: Update th...
325
  					struct notifier_block *nb)
74c5d09bd   Donggeun Kim   Extcon: support n...
326
327
328
  {
  	return 0;
  }
806d9dd71   MyungJoo Ham   Extcon: support m...
329
330
331
332
333
334
335
336
337
338
339
340
341
  static inline int extcon_register_interest(struct extcon_specific_cable_nb *obj,
  					   const char *extcon_name,
  					   const char *cable_name,
  					   struct notifier_block *nb)
  {
  	return 0;
  }
  
  static inline int extcon_unregister_interest(struct extcon_specific_cable_nb
  						    *obj)
  {
  	return 0;
  }
1ad94ffef   Chanwoo Choi   extcon: Move OF h...
342
343
344
345
346
347
  
  static inline struct extcon_dev *extcon_get_edev_by_phandle(struct device *dev,
  							    int index)
  {
  	return ERR_PTR(-ENODEV);
  }
de55d8716   MyungJoo Ham   Extcon (external ...
348
349
  #endif /* CONFIG_EXTCON */
  #endif /* __LINUX_EXTCON_H__ */